VOOZH about

URL: https://www.nuget.org/packages/devdeer.Libraries.Repository.EntityFrameworkCore

⇱ NuGet Gallery | devdeer.Libraries.Repository.EntityFrameworkCore 24.0.14




👁 Image
devdeer.Libraries.Repository.EntityFrameworkCore 24.0.14

dotnet add package devdeer.Libraries.Repository.EntityFrameworkCore --version 24.0.14
 
 
NuGet\Install-Package devdeer.Libraries.Repository.EntityFrameworkCore -Version 24.0.14
 
 
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="24.0.14" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="devdeer.Libraries.Repository.EntityFrameworkCore" Version="24.0.14" />
 
Directory.Packages.props
<PackageReference Include="devdeer.Libraries.Repository.EntityFrameworkCore" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add devdeer.Libraries.Repository.EntityFrameworkCore --version 24.0.14
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: devdeer.Libraries.Repository.EntityFrameworkCore, 24.0.14"
 
 
#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.
#:package devdeer.Libraries.Repository.EntityFrameworkCore@24.0.14
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=devdeer.Libraries.Repository.EntityFrameworkCore&version=24.0.14
 
Install as a Cake Addin
#tool nuget:?package=devdeer.Libraries.Repository.EntityFrameworkCore&version=24.0.14
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

devdeer.Libraries.Repository.EntityFrameworkCore

👁 NuGet
👁 Downloads

Disclaimer

If you want to use this package you should be aware of some principles and practices we at DEVDEER use. So be aware that this is not backed by a public repository. The purpose here is to give out customers easy access to our logic. Nevertheless you are welcome to use this lib if it provides any advantages.

Summary

About DEVDEER

DEVDEER is a company from Magdeburg, Germany which is specialized in consulting, project management and development. We are very focussed on Microsoft Azure as a platform to run our products and solutions in the cloud. So all of our backend components usually runs in this environment and is developed using .NET. In the frontend area we are using react and a huge bunch of packages to build our UIs.

You can find us online:

👁 Website

👁 GitHub
👁 GitHub Org's stars

👁 YouTube
👁 YouTube Channel Subscribers
👁 YouTube Channel Views

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.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
24.0.14 401 5/15/2026
24.0.13 207 5/11/2026
24.0.12 148 5/4/2026
24.0.11 99 5/4/2026
24.0.10 156 4/19/2026
24.0.9 211 4/5/2026
24.0.8 121 4/5/2026
24.0.7 219 3/25/2026
24.0.6 149 3/24/2026
24.0.5 147 3/22/2026
24.0.4 215 3/8/2026
24.0.3 119 3/6/2026
24.0.2 308 1/14/2026
24.0.1 193 12/30/2025
24.0.0 279 12/13/2025
23.2.2 492 11/28/2025
23.2.1 624 11/21/2025
23.2.0 480 11/20/2025
23.1.7 531 11/19/2025
23.1.6 326 11/7/2025
Loading failed

- BREAKING: Fixed typo in NavigationPropertyType.
- Additional null-check on HandleRelationsBeforeCreateAsync.
- Package updates.