devdeer.Libraries.Abstractions.EntityFramework 0.4.1-beta

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

// Install devdeer.Libraries.Abstractions.EntityFramework as a Cake Tool
#tool nuget:?package=devdeer.Libraries.Abstractions.EntityFramework&version=0.4.1-beta&prerelease

Provides basic types and interfaces for EF core related tasks used by other DEVDEER Nuget libs.

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.Abstractions.EntityFramework:

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
3.0.5 115 4/19/2024
3.0.4 232 3/10/2024
3.0.3 89 3/10/2024
3.0.2 212 2/18/2024
3.0.1 253 1/18/2024
3.0.0 1,041 12/10/2023
2.3.6 460 10/29/2023
2.3.5 842 10/7/2023
2.3.4 315 9/27/2023
2.3.3 124 9/27/2023
2.3.2 289 9/19/2023
2.3.1 117 9/16/2023
2.2.0 294 9/16/2023
2.1.0 115 9/16/2023
2.0.0 109 9/16/2023
1.2.12 471 9/14/2023
1.2.11 128 9/14/2023
1.2.10 134 9/13/2023
1.2.8 130 9/13/2023
1.2.7 126 9/13/2023
1.2.5 493 9/7/2023
1.2.4 132 9/7/2023
1.2.3 139 9/6/2023
1.2.2 131 9/6/2023
1.2.1 481 9/6/2023
1.2.0 456 9/6/2023
1.1.3 326 9/6/2023
1.1.2 113 9/6/2023
1.1.1 377 8/15/2023
1.1.0 324 8/15/2023
1.0.4 411 5/29/2023
1.0.3 907 5/24/2023
1.0.2 364 5/24/2023
1.0.1 330 5/23/2023
1.0.0 366 5/23/2023
0.5.12-beta 351 5/21/2023
0.5.11-beta 134 4/12/2023
0.5.10-beta 122 4/12/2023
0.5.9-beta 124 4/12/2023
0.5.8-beta 120 4/12/2023
0.5.7-beta 126 3/14/2023
0.5.6-beta 130 3/14/2023
0.5.5-beta 1,072 3/11/2023
0.5.4-beta 159 1/13/2023
0.5.3-beta 135 1/10/2023
0.5.2-beta 143 12/26/2022
0.5.1-beta 135 12/5/2022
0.5.0-beta 1,015 11/10/2022
0.4.2-beta 139 10/17/2022
0.4.1-beta 149 10/17/2022
0.4.0-beta 145 10/17/2022
0.3.0-beta 153 10/17/2022
0.2.0-beta 152 9/30/2022
0.1.1-beta 870 9/13/2022
0.1.0-beta 1,455 9/6/2022
0.0.3-beta 366 9/6/2022
0.0.2-beta 369 9/5/2022
0.0.1-beta 140 9/5/2022

- IElasticShardResolver now has another method to retrive the key and needs to have the not-found-value too.
- IElasticShardResolver is completely async now
- Nuget updates