Skip to content

Releases: nikitasavinov/EntityFrameworkCore.Extensions

5.0.0-beta

28 Jul 18:18
Compare
Choose a tag to compare
5.0.0-beta Pre-release
Pre-release

Changes description

Project is upgraded to support EF Core 5.x

3.2.2

28 Mar 20:35
11fedfa
Compare
Choose a tag to compare

Changes description

Added a few useful functions (UseEntityFrameworkCoreExtensions, HasDataMask) - see doc

Breaking changes

  1. Removed DynamicDataMasking/DataMaskingAttribute.cs (implementation was broken)
  2. Moved DynamicDataMasking/MaskingFunctions.cs to the EntityFrameworkCore.Extensions namespace

v3.1.2: Create dotnetcore.yml (#51)

22 Mar 13:06
0a75f97
Compare
Choose a tag to compare

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)