MADE.Data.EFCore 1.7.0-preview1

This is a prerelease version of MADE.Data.EFCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MADE.Data.EFCore --version 1.7.0-preview1
NuGet\Install-Package MADE.Data.EFCore -Version 1.7.0-preview1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MADE.Data.EFCore" Version="1.7.0-preview1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MADE.Data.EFCore --version 1.7.0-preview1
#r "nuget: MADE.Data.EFCore, 1.7.0-preview1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MADE.Data.EFCore as a Cake Addin
#addin nuget:?package=MADE.Data.EFCore&version=1.7.0-preview1&prerelease

// Install MADE.Data.EFCore as a Cake Tool
#tool nuget:?package=MADE.Data.EFCore&version=1.7.0-preview1&prerelease

MADE.NET for EF Core

GitHub release Build status Twitter Followers Nuget MADE.NET docs

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, set EntityBase 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 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 was computed.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 155 12/29/2023
1.7.0-preview1 141 8/30/2022
1.6.0 458 5/24/2022
1.6.0-preview2 161 4/28/2022
1.6.0-preview1 145 4/27/2022
1.5.0 449 4/16/2022
1.4.0 384 11/10/2021
1.3.2 306 11/6/2021
1.3.1 314 10/20/2021
1.3.0 340 9/6/2021
1.3.0-pre1 277 7/31/2021
1.2.1 334 8/27/2021
1.2.0 323 6/11/2021
1.2.0-pre2 196 5/26/2021
1.2.0-pre1 215 5/12/2021
1.1.0 300 5/10/2021