You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This comment says that marshalling code for a native library would typically be generated by a tool in larger projects.
Well I have an existing set of C# classes for which I want to generate an AoT-compatible set of public methods. Do you have examples of tools that can generate such marshalling code for those classes?
Target framework
Check the .NET target framework(s) being used, and include the version number(s).
.NET Core 7
The text was updated successfully, but these errors were encountered:
Issue description
This comment says that marshalling code for a native library would typically be generated by a tool in larger projects.
Well I have an existing set of C# classes for which I want to generate an AoT-compatible set of public methods. Do you have examples of tools that can generate such marshalling code for those classes?
Target framework
Check the .NET target framework(s) being used, and include the version number(s).
The text was updated successfully, but these errors were encountered: