Releases: ml-archive/net-core-entity-framework
Releases · ml-archive/net-core-entity-framework
3.0.2
Added virtual
to method missing it
3.0.0
New features:
- .NET 6 support
- Generic ID column
Breaking changes:
- Removed implementation of
IAsyncDisposable
in repositories
2.1.3
Changed the repository constructors public
instead of protected
so they can actually be used and added license information
1.3.1
Changed the repository constructors public
instead of protected
so they can actually be used and added license information
1.3.0
Added support for Azure Function apps by downgrading to .NET Standard 2.0 and EF Core 3.X
2.1.2
Changed the entity repositories to not be abstract, so they can be used if you just need the functionality provided