Releases: xo-energy/XO.EntityFrameworkCore
Releases · xo-energy/XO.EntityFrameworkCore
v8.0.13
v2.0.4
This release drops the net7.0
build target and updates the net6.0
build target to EF Core 7. This makes the library compatible with EF Core 7 running on net6.0
or later. There are no functional changes. If you need support for EF Core 6, continue using version 1.1.
What's Changed
New Contributors
Full Changelog: v1.1.21...v2.0.4
v1.1.21
What's Changed
- Clarify the difference between explicit
UseJsonSerializerOptions
and default options by convention- Fix calling
UseJsonSerializerOptions
not counting as an explicit configuration source (which incorrectly allowed conventions to overwrite it). - Remove misleading comment about passing
null
to ignore default options. When you set default options, they apply to alljson
andjsonb
columns that do not set an explicitValueConverter
.
- Fix calling
- Don't crash when the provider is not Npgsql
- Don't set comparer unless also setting converter
- Fix creating multiple context instances with different default options
- Add tests!
Full Changelog: v1.0.5...v1.1.21