EFCore.NativeAOT.RdGenerator icon indicating copy to clipboard operation
EFCore.NativeAOT.RdGenerator copied to clipboard

Runtime Directives generator for EFCore.NativeAOT

trafficstars

EFCore Runtime Directives Generator for NativeAOT

This project indents to generate all necessary runtime directives for EFCore in NativeAOT scenario.

Status: WIP.

Build

dotnet build -c Release

Run

dotnet run -c Release <your-assembly> <dbcontext...>

Example:

dotnet run -c Release Foo.dll Foo.MyDbContext1 Foo.MyDbContext2 Foo.MyDbContext3