HBD.EntityFrameworkCore.Extensions
1.0.2.1
The extensions for EntityFrameworkCore which automate the ModelBuilder registration for Relational Database
Install-Package HBD.EntityFrameworkCore.Extensions -Version 1.0.2.1
dotnet add package HBD.EntityFrameworkCore.Extensions --version 1.0.2.1
<PackageReference Include="HBD.EntityFrameworkCore.Extensions" Version="1.0.2.1" />
paket add HBD.EntityFrameworkCore.Extensions --version 1.0.2.1
Release Notes
Version 1.0.2
- Add ISavingAwareness interface allows Entity handling the calulation properties before saving to Db.
- Add more extension method for Specs.
- Changes Includes method to receive a Iqueryable instead return array of expression.
- Add ForSpec extension method for a DbContext.
- Add Equals operator for Entity.
- Chnage default Id type from long to int
- Add Specification for DDD pattern.
- Add check null for UpdateFrom method.
- Hotfix
- Add MaxLength for CreatedBy and UpdatedBy
- Fixing UpdateFrom logic, only update the nested properties of Owned type.
- Allow to set Global Delete behaviour.
- Update Enum static data logic.
- Fixing the UpdateForm issue with nested properties.
Version 1.0.0
- The first testing version of HBD.EntityFrameworkCore.Extensions
Dependencies
-
.NETStandard 2.0
- Microsoft.EntityFrameworkCore (>= 2.2.0)
- Microsoft.EntityFrameworkCore.Relational (>= 2.2.0)
- System.ComponentModel.Annotations (>= 4.5.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.2.1 | 334 | 1/2/2019 |
1.0.2 | 256 | 12/27/2018 |
1.0.0 | 247 | 11/14/2018 |
1.0.0-beta19 | 212 | 11/2/2018 |