devdeer.Libraries.Repository.EntityFrameworkCore 11.0.8

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

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

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
15.0.0 88 5/14/2024
14.0.5 232 4/19/2024
14.0.4 412 3/10/2024
14.0.3 85 3/10/2024
14.0.2 380 2/18/2024
14.0.1 575 1/18/2024
14.0.0 1,287 12/10/2023
13.3.2 735 10/29/2023
13.3.1 1,051 9/19/2023
13.3.0 101 9/16/2023
13.2.9 586 9/14/2023
13.2.8 119 9/14/2023
13.2.6 117 9/13/2023
13.2.4 124 9/13/2023
13.2.3 130 9/13/2023
13.2.2 510 9/7/2023
13.2.1 134 9/7/2023
13.2.0 901 9/6/2023
13.1.1 791 8/15/2023
13.1.0 348 8/15/2023
13.0.10 1,015 5/29/2023
13.0.9 911 5/24/2023
13.0.8 153 5/24/2023
13.0.7 378 5/24/2023
13.0.6 469 5/23/2023
13.0.5 387 5/23/2023
13.0.4 416 5/21/2023
13.0.3 376 5/21/2023
13.0.2 1,089 4/12/2023
13.0.1 189 4/12/2023
13.0.0 191 4/12/2023
12.0.3 422 4/12/2023
12.0.2 432 3/15/2023
12.0.1 227 3/14/2023
12.0.0 228 3/14/2023
11.0.8 1,242 1/13/2023
11.0.7 514 1/10/2023
11.0.6 321 1/4/2023
11.0.5 306 1/4/2023
11.0.4 310 1/3/2023
11.0.3 443 12/29/2022
11.0.1 552 12/29/2022
11.0.0 428 12/26/2022
10.4.3 323 12/26/2022
10.4.2 525 12/23/2022
10.4.1 673 12/5/2022
10.4.0 539 11/10/2022
10.3.0 569 11/10/2022
10.2.0 661 10/18/2022
10.0.15 421 10/17/2022
10.0.14 420 10/17/2022
10.0.13 395 10/17/2022
10.0.12 2,706 9/6/2022
10.0.11 652 9/6/2022
10.0.10 913 8/15/2022
10.0.9 450 8/5/2022
10.0.8 958 5/16/2022
10.0.7 1,270 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 474 2/28/2022
9.0.1 1,630 12/22/2021
9.0.0 311 12/22/2021
8.0.2 871 12/1/2021
8.0.1 751 8/14/2021
8.0.0 342 8/9/2021
7.1.7 906 6/9/2021
7.1.6 829 5/1/2021
7.1.5 434 5/1/2021

- Nuget updates
- InternalGetByIdAsync is not taking from GetBaseQuery() but from GetSet()
- New options for SQL server config.
- Improved comments and missing summaries and reordered codeflow.
- Fixed heavy bug on CreateOrUpdateAsync internally always called UpdateAsync