Releases: nikitasavinov/EntityFrameworkCore.Extensions
Releases · nikitasavinov/EntityFrameworkCore.Extensions
5.0.0-beta
Changes description
Project is upgraded to support EF Core 5.x
3.2.2
Changes description
Added a few useful functions (UseEntityFrameworkCoreExtensions
, HasDataMask
) - see doc
Breaking changes
- Removed
DynamicDataMasking/DataMaskingAttribute.cs
(implementation was broken) - Moved DynamicDataMasking/MaskingFunctions.cs to the
EntityFrameworkCore.Extensions
namespace
v3.1.2: Create dotnetcore.yml (#51)
Changes description
Project has been updated to support EF Core 3.1.2
Breaking changes
DbContextOptionsBuilder.ThrowOnQueryClientEvaluation()
method has been removed since it's a default behavior starting EF Core 3.0 (dotnet/efcore#14935)