devdeer.Libraries.Abstractions 12.0.4

dotnet add package devdeer.Libraries.Abstractions --version 12.0.4
NuGet\Install-Package devdeer.Libraries.Abstractions -Version 12.0.4
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" Version="12.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add devdeer.Libraries.Abstractions --version 12.0.4
#r "nuget: devdeer.Libraries.Abstractions, 12.0.4"
#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 as a Cake Addin
#addin nuget:?package=devdeer.Libraries.Abstractions&version=12.0.4

// Install devdeer.Libraries.Abstractions as a Cake Tool
#tool nuget:?package=devdeer.Libraries.Abstractions&version=12.0.4

devdeer.Libraries.Abstractions

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

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. Types are organized in sub-namespaces (see below).

Sub-namespaces

Attributes

We are collecting .NET attributes here which are normally used by sub-packages.

BaseTypes

We are building our apps in a multi-layered architecture. This means that we have components providing business logic and other components taking care of data access (usuallly to relational databases). The logic-components are calling the repositories. This enables us to easilly switch database backends if we need to.

The types in this namespace are abstract base types for those classes. They already contain some basic logic but are not related to any specific technology. Have a look at devdeer.Libraries.Repository.EntityFrameworkCore to see how these types are used. Also devdeer.Libraries.AspNetCore.RestApi might be interesting here because the BaseController is using these types here indirectly.

Also see the Interfaces section below.

Enums

We are collecting all Enumerations needed by this or sub-projects in this namespace.

Exceptions

Contains types inheriting from System.Exception.

Extensions

All of the types here are extension types for other types.

Helpers

For some issues like reflection, expressions and other things we often need logic which is collected in this namespace.

Interfaces

Contains all base interfaces. Most of them are used to enable IoC for the stuff in BaseTypes namespace.

Models

Some of our BaseTypes and Interfaces are expecting or returning certain POCO`s which are defined here. Some other types might be added too.

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:

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 is compatible.  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 (6)

Showing the top 5 NuGet packages that depend on devdeer.Libraries.Abstractions:

Package Downloads
devdeer.Libraries.AspNetCore.RestApi

Initialization and configuration including useful base types for ASP.NET Core APIs.

devdeer.Libraries.Repository.EntityFrameworkCore

Provides a basic repository for EF Core.

devdeer.Libraries.Abstractions.EntityFramework

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

devdeer.Libraries.Abstractions.AspNetCore

The abstractions provide basic functionallity like models.

devdeer.Libraries.Azure.ActiveDirectory

Provides helper methods for accessing AAD and AAD B2C via Microsoft Graph.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
12.0.4 202 4/19/2024
12.0.3 520 3/10/2024
12.0.2 99 3/10/2024
12.0.1 600 2/18/2024
12.0.0 737 1/18/2024
11.0.0 1,477 12/10/2023
10.12.0 1,895 9/16/2023
10.11.8 723 9/14/2023
10.11.7 237 9/13/2023
10.11.6 118 9/13/2023
10.11.5 231 9/13/2023
10.11.4 657 9/7/2023
10.11.3 199 9/6/2023
10.11.1 1,015 9/6/2023
10.11.0 138 9/6/2023
10.10.3 277 8/17/2023
10.10.2 1,032 8/15/2023
10.10.1 419 8/15/2023
10.10.0 130 8/15/2023
10.9.0 424 7/7/2023
10.8.1 1,137 5/29/2023
10.8.0 1,100 5/24/2023
10.7.1 495 5/24/2023
10.7.0 124 5/24/2023
10.6.0 687 5/23/2023
10.5.23 455 5/23/2023
10.5.22 444 5/21/2023
10.5.21 623 5/21/2023
10.5.20 609 4/15/2023
10.5.19 1,376 4/12/2023
10.5.17 235 4/12/2023
10.5.16 234 4/12/2023
10.5.15 529 4/12/2023
10.5.14 209 4/10/2023
10.5.13 600 3/14/2023
10.5.12 321 3/14/2023
10.5.11 366 3/11/2023
10.5.10 1,347 3/11/2023
10.5.9 729 1/13/2023
10.5.8 1,366 1/13/2023
10.5.7 659 1/10/2023
10.5.6 292 1/10/2023
10.5.5 298 1/10/2023
10.5.4 521 1/3/2023
10.5.3 760 12/29/2022
10.5.2 612 12/29/2022
10.5.0 797 12/26/2022
10.4.3 500 12/26/2022
10.4.2 869 12/23/2022
10.4.1 313 12/23/2022
10.4.0 735 12/5/2022
10.3.1 1,801 11/10/2022
10.3.0 338 11/10/2022
10.2.2 332 11/10/2022
10.2.1 342 11/10/2022
10.2.0 346 11/10/2022
10.1.1 2,047 10/17/2022
10.1.0 643 10/17/2022
10.0.6 4,292 9/6/2022
10.0.5 1,070 9/5/2022
10.0.3 1,719 8/5/2022
10.0.2 2,573 3/20/2022
10.0.1 447 3/20/2022
10.0.0 789 3/20/2022
9.0.1 1,183 3/14/2022
9.0.0 1,039 2/28/2022
8.0.7 803 2/28/2022
8.0.6 467 2/28/2022
8.0.5 455 2/28/2022
8.0.4 447 2/28/2022
8.0.3 471 2/28/2022
8.0.2 449 2/28/2022
8.0.1 1,974 12/22/2021
8.0.0 523 12/22/2021
7.0.5 1,099 8/14/2021
7.0.4 1,157 8/14/2021
7.0.3 339 8/14/2021
7.0.1 579 8/9/2021
7.0.0 343 8/8/2021
6.0.6 3,252 5/1/2021
6.0.5 1,132 5/1/2021

- Nuget updates