CleanArchitectureUtility.Extensions.Abstractions 10.0.0

dotnet add package CleanArchitectureUtility.Extensions.Abstractions --version 10.0.0
                    
NuGet\Install-Package CleanArchitectureUtility.Extensions.Abstractions -Version 10.0.0
                    
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="CleanArchitectureUtility.Extensions.Abstractions" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CleanArchitectureUtility.Extensions.Abstractions" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="CleanArchitectureUtility.Extensions.Abstractions" />
                    
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 CleanArchitectureUtility.Extensions.Abstractions --version 10.0.0
                    
#r "nuget: CleanArchitectureUtility.Extensions.Abstractions, 10.0.0"
                    
#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 CleanArchitectureUtility.Extensions.Abstractions@10.0.0
                    
#: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=CleanArchitectureUtility.Extensions.Abstractions&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=CleanArchitectureUtility.Extensions.Abstractions&version=10.0.0
                    
Install as a Cake Tool

Clean Architecture - Abstraction Layer This project implements the Abstraction Layer of a Clean Architecture setup. The Abstraction Layer provides interfaces and abstract definitions that ensure the decoupling of the core domain logic from the external dependencies, such as databases, APIs, or third-party services. By separating these concerns, the system can be easily modified or extended with minimal impact on the core business logic.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  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 (23)

Showing the top 5 NuGet packages that depend on CleanArchitectureUtility.Extensions.Abstractions:

Package Downloads
CleanArchitectureUtility.Core.ApplicationServices

Application service layer of Clean Architecture Utilities

CleanArchitectureUtility.Endpoints.WebApi

WebApi Endpoint layer of Clean Architecture Utilities

CleanArchitectureUtility.Infra.Data.SqlCommands

Sql Command layer of Clean Architecture Utilities

CleanArchitectureUtility.Infra.Data.SqlQueries

Sql Query layer of Clean Architecture Utilities

CleanArchitectureUtility.Extensions.Events.PollingPublisher

Polling Publisher Extension of Clean Architecture Utilities

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0 75 2/28/2025
9.0.13 399 2/19/2025
9.0.12 116 2/19/2025
9.0.11 242 2/14/2025
9.0.10 104 2/14/2025
9.0.9 114 2/13/2025
9.0.8 121 2/13/2025
9.0.7 106 2/13/2025
9.0.6 107 2/13/2025
9.0.5 116 2/10/2025
9.0.4 106 2/10/2025
9.0.3 100 2/10/2025
9.0.2 121 2/9/2025
1.0.2 102 2/9/2025
1.0.1 111 2/9/2025
1.0.0 99 2/9/2025