MADE.Data.EFCore
2.0.0
dotnet add package MADE.Data.EFCore --version 2.0.0
NuGet\Install-Package MADE.Data.EFCore -Version 2.0.0
<PackageReference Include="MADE.Data.EFCore" Version="2.0.0" />
paket add MADE.Data.EFCore --version 2.0.0
#r "nuget: MADE.Data.EFCore, 2.0.0"
// Install MADE.Data.EFCore as a Cake Addin #addin nuget:?package=MADE.Data.EFCore&version=2.0.0 // Install MADE.Data.EFCore as a Cake Tool #tool nuget:?package=MADE.Data.EFCore&version=2.0.0
MADE.NET for EF Core
The MADE.NET for EF Core library builds on the base Entity Framework library to provide base classes and helpers for maintaining data in databases.
Features ⭐
- EntityBase - A base definition for an EF context object that includes a default primary key, as well as created and updated dates. It also has backing interfaces so you can pick and choose the bits you need to create your own. Find out more about the EntityBase and the interfaces in our documentation.
- UtcDateTimeConverter - A converter for EF contexts to ensure that date values of models in the context are stored with a UTC kind.
- DbContextExtensions - A collection of helper extensions to
DbContext
objects that allow you to easily update and save changes to entities, setEntityBase
dates automatically when saving, or safely try an action on a context. Discover the extensions for DbContext instances. - EntityBaseExtensions - Methods that help to configure the
EntityBase
models when creating an entity type configuration for EF, such as configuring the primary key and date values. Explore more helpers for EntityBase. - QueryableExtensions - Helpful extensions for EF
IQueryable
functions that provide support for pagination and smarter ordering capabilities. Explore all the queryable extensions.
Getting started
Get the library
You can install the EF Core library into your dotnet application by running the following command:
dotnet add package MADE.Data.EFCore
Or by adding the MADE.Data.EFCore
package in your NuGet package manager of choice.
Contributing 🤝🏻
Contributions, issues and feature requests are welcome!
Feel free to check the issues page. You can also take a look at the contributing guide.
We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!
Support this project 💗
As many developers know, projects like this are built and maintained in maintainers' spare time. If you find this project useful, please Star or sponsor the repo on GitHub.
License
This project is made available under the terms and conditions of the MIT license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- Microsoft.EntityFrameworkCore (>= 6.0.25)
- Z.EntityFramework.Plus.EFCore (>= 6.101.1.3)
-
net7.0
- Microsoft.EntityFrameworkCore (>= 7.0.14)
- Z.EntityFramework.Plus.EFCore (>= 7.101.1.3)
-
net8.0
- Microsoft.EntityFrameworkCore (>= 8.0.0)
- Z.EntityFramework.Plus.EFCore (>= 8.101.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 212 | 12/29/2023 |
1.7.0-preview1 | 174 | 8/30/2022 |
1.6.0 | 501 | 5/24/2022 |
1.6.0-preview2 | 194 | 4/28/2022 |
1.6.0-preview1 | 173 | 4/27/2022 |
1.5.0 | 490 | 4/16/2022 |
1.4.0 | 421 | 11/10/2021 |
1.3.2 | 337 | 11/6/2021 |
1.3.1 | 352 | 10/20/2021 |
1.3.0 | 371 | 9/6/2021 |
1.3.0-pre1 | 311 | 7/31/2021 |
1.2.1 | 366 | 8/27/2021 |
1.2.0 | 361 | 6/11/2021 |
1.2.0-pre2 | 221 | 5/26/2021 |
1.2.0-pre1 | 247 | 5/12/2021 |
1.1.0 | 326 | 5/10/2021 |