Skip to content

hez2010/EFCore.NativeAOT.RdGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Runtime Directives generator for EFCore.NativeAOT

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages