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
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.NativeandSystem.Security.Cryptography.Native.OpenSslaccordingly, and am able to statically link.On windows however, these libraries have no equivalents in the
sdkorframeworkfolder 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
.libvariants exist for the two namespaces aboveActual behavior
Statically linkable files are not found
Regression?
Don't know
Known Workarounds
No response
Configuration
No response
Other information
No response