devdeer.Libraries.Repository.EntityFrameworkCore 10.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package devdeer.Libraries.Repository.EntityFrameworkCore --version 10.0.7
NuGet\Install-Package devdeer.Libraries.Repository.EntityFrameworkCore -Version 10.0.7
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="devdeer.Libraries.Repository.EntityFrameworkCore" Version="10.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add devdeer.Libraries.Repository.EntityFrameworkCore --version 10.0.7
#r "nuget: devdeer.Libraries.Repository.EntityFrameworkCore, 10.0.7"
#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 devdeer.Libraries.Repository.EntityFrameworkCore as a Cake Addin
#addin nuget:?package=devdeer.Libraries.Repository.EntityFrameworkCore&version=10.0.7

// Install devdeer.Libraries.Repository.EntityFrameworkCore as a Cake Tool
#tool nuget:?package=devdeer.Libraries.Repository.EntityFrameworkCore&version=10.0.7

Provides a basic repository for EF Core.

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 (2)

Showing the top 2 NuGet packages that depend on devdeer.Libraries.Repository.EntityFrameworkCore:

Package Downloads
devdeer.Libraries.Repository.EntityFrameworkCore.Authorized

Provides repositories base types for EF Core authorized contexts based on automatically resolved HTTP claims principals.

devdeer.Libraries.Repository.EntityFrameworkCore.SqlAzureElastic

Provides logic for database projects using EF Core and Azure SQL Elastic Pool.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
14.0.5 100 4/19/2024
14.0.4 368 3/10/2024
14.0.3 83 3/10/2024
14.0.2 376 2/18/2024
14.0.1 555 1/18/2024
14.0.0 1,269 12/10/2023
13.3.2 732 10/29/2023
13.3.1 1,048 9/19/2023
13.3.0 99 9/16/2023
13.2.9 583 9/14/2023
13.2.8 117 9/14/2023
13.2.6 115 9/13/2023
13.2.4 122 9/13/2023
13.2.3 127 9/13/2023
13.2.2 508 9/7/2023
13.2.1 132 9/7/2023
13.2.0 899 9/6/2023
13.1.1 788 8/15/2023
13.1.0 346 8/15/2023
13.0.10 1,012 5/29/2023
13.0.9 909 5/24/2023
13.0.8 151 5/24/2023
13.0.7 376 5/24/2023
13.0.6 467 5/23/2023
13.0.5 383 5/23/2023
13.0.4 414 5/21/2023
13.0.3 374 5/21/2023
13.0.2 1,086 4/12/2023
13.0.1 187 4/12/2023
13.0.0 189 4/12/2023
12.0.3 419 4/12/2023
12.0.2 429 3/15/2023
12.0.1 225 3/14/2023
12.0.0 226 3/14/2023
11.0.8 1,236 1/13/2023
11.0.7 512 1/10/2023
11.0.6 319 1/4/2023
11.0.5 304 1/4/2023
11.0.4 308 1/3/2023
11.0.3 440 12/29/2022
11.0.1 550 12/29/2022
11.0.0 426 12/26/2022
10.4.3 320 12/26/2022
10.4.2 523 12/23/2022
10.4.1 671 12/5/2022
10.4.0 538 11/10/2022
10.3.0 568 11/10/2022
10.2.0 660 10/18/2022
10.0.15 420 10/17/2022
10.0.14 420 10/17/2022
10.0.13 395 10/17/2022
10.0.12 2,705 9/6/2022
10.0.11 652 9/6/2022
10.0.10 912 8/15/2022
10.0.9 450 8/5/2022
10.0.8 957 5/16/2022
10.0.7 1,269 3/20/2022
10.0.5 479 3/20/2022
10.0.4 466 3/20/2022
10.0.3 459 3/20/2022
10.0.2 467 3/20/2022
10.0.1 454 3/20/2022
10.0.0 512 3/1/2022
9.0.2 473 2/28/2022
9.0.1 1,629 12/22/2021
9.0.0 309 12/22/2021
8.0.2 870 12/1/2021
8.0.1 750 8/14/2021
8.0.0 342 8/9/2021
7.1.7 905 6/9/2021
7.1.6 819 5/1/2021
7.1.5 434 5/1/2021

- Nuget updates
- Repository supports 2 new methods AfterEntityCreateMapping and AfterEntityUpdateMapping.