Skip to content

.Net NativeAOT doesn't generate System.Net.Security.Native lib #87701

@DrewRidley

Description

@DrewRidley

Description

Currently, I am compiling my NativeAOT application against linux, and mac successfully, but I have been unable to get it to link on windows.

Currently on both platforms I include System.Net.Security.Native and System.Security.Cryptography.Native.OpenSsl accordingly, and am able to statically link.

On windows however, these libraries have no equivalents in the sdk or framework folder in a static form, and only .dlls exist. Without being able to statically link these libraries on windows I am unable to compile my application.

Reproduction Steps

N/A

Expected behavior

Statically linkable .lib variants exist for the two namespaces above

Actual behavior

Statically linkable files are not found

Regression?

Don't know

Known Workarounds

No response

Configuration

No response

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions