Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
8.102.2.3
Download the library here
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
8.102.2.2
Download the library here
- FIXED: Query Future does not seem to work as expected. Two DB calls being made #793
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
8.102.2.0
Download the library here
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
8.102.1.1
Download the library here
- ADDED: Support to
WithHint<object>()
(EF6 only) for the QueryHint feature to add a hint to every entity type - UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
8.102.1.0
Download the library here
- ADDED: Support for EF Core IncludeFilter to "citext" column type in PostgreSQL (
HasColumnType("citext")
) - FIXED: Problem with FromCache in EF8 when use "contains" (translated to openJson) #792
- REMOVED: Unnecessary dependency for .NET 6 version (For EF Core 6 and EF Core 7):
Microsoft.CSharp
System.Reflection.Emit
System.Reflection.TypeExtensions
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
8.102.0.0
Download the library here
- ADDED: New method
SyncPropertiesFromDatabaseValues
to allow to synchronize specifies properties by retrieving database value (documentation coming soon) - UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
8.101.2.1
Download the library here
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
8.101.2
Download the library here
- ADDED: For
EF6
a package specific for.NET6
- ADDED: For
EF6
a package specific for.NET8
- ADDED: To Audit Configuration 4 new methods (#788)
- ExcludeByInstance: Allow to exclude a specific entity using the entity instance
- ExcludeByEntry: Allow to exclude a specific entity using the entity entry
- IncludeByInstance: Allow to include a specific entity using the entity instance
- IncludeByEntry: Allow to include a specific entity using the entity entry
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
8.101.1.3
Download the library here
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
8.101.1.2
Download the library here
- UPDATED: Package Dependencies
- REMOVED: Unnecessary dependency for .NET 8 version:
Microsoft.CSharp
System.Reflection.Emit
System.Reflection.TypeExtensions
NOTE: EF Plus uses EFCore-Pinned Versionning conventions