Open
Description
Before you open an issue
If the issue is:
DllMapDemo
That is why Assembly and Marshal can't be successful for NativeAOT.
Issue description
Check out:
If I ran test from directory native
[<]Problem replacement with string as path to XML and read it.]
Target framework
Net 8.x
Check the .NET target framework(s) being used, and include the version number(s).
- .NET Core
- .NET Framework
- .NET Standard
How do I pass current operating system if I use like this:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<dllmap dll="libglib2" os="Windows" target="libglib-2.0-0"/>
<dllmap dll="libglib2" os="Linux" target="libglib-2/>
<dllmap dll="libglib2" os="MacOS" target="libglib-2.0"/>
</configuration>
I need to know without Assembly in NativeAOT support. Thanks!
Metadata
Metadata
Assignees
Labels
No labels