v2.0.0 Milestone is a complete rewrite of the NativeGenericDelegates library that will no longer depend on dynamic code generation via System.Reflection.Emit, but instead will use a C# incremental generator to create the necessary delegate types at compile-time. This will break features and functionality that were available in v1.0.0 in favor of supporting .NET Native AOT platforms.
Work on this milestone is being done in the v2.0.0 branch.
As of 35a38bc, the API for this version will be considered stable. The work remaining for v2.0.0 is as follows:
- Create an analyzer to check for malformed marshallers #38
- Write unit tests for factory methods #39
- Prepare v2.0.0 to be published as a NuGet package
Other API changes or features will be added after work on v2.0.0 is complete.
List view
0 issues of 3 selected
- Status: Open.#38 In monkey0506/native-generic-delegates;
- Status: Open.#39 In monkey0506/native-generic-delegates;
- Status: Draft (not ready).monkey0506/native-generic-delegatesnumber 45#45 In monkey0506/native-generic-delegates;