This project indents to generate all necessary runtime directives for EFCore in NativeAOT scenario.
Status: WIP.
dotnet build -c Release
dotnet run -c Release <your-assembly> <dbcontext...>
Example:
dotnet run -c Release Foo.dll Foo.MyDbContext1 Foo.MyDbContext2 Foo.MyDbContext3