![]() |
VOOZH | about |
dotnet add package devdeer.Libraries.Abstractions.AspNetCore --version 11.1.9
NuGet\Install-Package devdeer.Libraries.Abstractions.AspNetCore -Version 11.1.9
<PackageReference Include="devdeer.Libraries.Abstractions.AspNetCore" Version="11.1.9" />
<PackageVersion Include="devdeer.Libraries.Abstractions.AspNetCore" Version="11.1.9" />Directory.Packages.props
<PackageReference Include="devdeer.Libraries.Abstractions.AspNetCore" />Project file
paket add devdeer.Libraries.Abstractions.AspNetCore --version 11.1.9
#r "nuget: devdeer.Libraries.Abstractions.AspNetCore, 11.1.9"
#:package devdeer.Libraries.Abstractions.AspNetCore@11.1.9
#addin nuget:?package=devdeer.Libraries.Abstractions.AspNetCore&version=11.1.9Install as a Cake Addin
#tool nuget:?package=devdeer.Libraries.Abstractions.AspNetCore&version=11.1.9Install as a Cake Tool
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.
This package contains base types and helper classes for all other DEVDEER Nuget Packages. It is usually referenced by those packages so you don't need to put an explicit reference in your projects.
The default namespace is devdeer.Libraries.Abstractions.AspNetCore. Types are organized in sub-namespaces.
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:
👁 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. |
Showing the top 3 NuGet packages that depend on devdeer.Libraries.Abstractions.AspNetCore:
| Package | Downloads |
|---|---|
|
devdeer.Libraries.AspNetCore.RestApi
Initialization and configuration including useful base types for ASP.NET Core APIs. |
|
|
devdeer.Libraries.Repository.EntityFrameworkCore.Authorized
Provides repositories base types for EF Core authorized contexts based on automatically resolved HTTP claims principals. |
|
|
devdeer.Libraries.AspNetCore.AzureAuthorized
Can be used to implement Azure EntraID (and B2C) security-group based authorization for ASP.NET Core. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 11.1.9 | 455 | 5/15/2026 |
| 11.1.8 | 172 | 5/13/2026 |
| 11.1.7 | 225 | 5/11/2026 |
| 11.1.6 | 216 | 5/4/2026 |
| 11.1.5 | 104 | 5/4/2026 |
| 11.1.4 | 193 | 4/19/2026 |
| 11.1.3 | 256 | 4/5/2026 |
| 11.1.2 | 611 | 3/22/2026 |
| 11.1.1 | 321 | 3/6/2026 |
| 11.1.0 | 328 | 1/14/2026 |
| 11.0.1 | 193 | 12/30/2025 |
| 11.0.0 | 186 | 12/13/2025 |
| 10.2.1 | 680 | 11/28/2025 |
| 10.2.0 | 716 | 11/20/2025 |
| 10.1.3 | 430 | 11/7/2025 |
| 10.1.2 | 515 | 10/21/2025 |
| 10.1.0 | 240 | 10/21/2025 |
| 10.0.2 | 286 | 10/18/2025 |
| 10.0.1 | 184 | 10/18/2025 |
| 9.0.8 | 470 | 10/15/2025 |
- New HttpContext extension GetBearerToken.
- New extensions to generate bearer tokens from existing context for new scopes.
- Package updates.