Skip to content

Ready for the world!

Choose a tag to compare

@yv989c yv989c released this 02 Sep 05:00
· 46 commits to main since this release
ff940a3

Highlights

  • Works with all versions of EF6 (non-core) to date (v6.0-6.4).
  • Targets .NET 4.5.2, .NET 4.7.2, .NET Standard 2.1, and .NET 6.0.
  • Many integration tests (over 2800 test cases) for high reliability.
  • Works with the Database First and Code First strategies.
  • It supports the following types: Byte, Int16, Int32, Int64, Guid, and String.
  • Uses caching strategies to reduce CPU usage and memory allocations.
  • The internal serializer is further optimized when running on .NET 6.
  • All the public APIs are documented.

A special thanks to @jacobsmidt.