CleanArchitectureUtility.Core.ApplicationServices
9.0.2
See the version list below for details.
dotnet add package CleanArchitectureUtility.Core.ApplicationServices --version 9.0.2
NuGet\Install-Package CleanArchitectureUtility.Core.ApplicationServices -Version 9.0.2
<PackageReference Include="CleanArchitectureUtility.Core.ApplicationServices" Version="9.0.2" />
<PackageVersion Include="CleanArchitectureUtility.Core.ApplicationServices" Version="9.0.2" />
<PackageReference Include="CleanArchitectureUtility.Core.ApplicationServices" />
paket add CleanArchitectureUtility.Core.ApplicationServices --version 9.0.2
#r "nuget: CleanArchitectureUtility.Core.ApplicationServices, 9.0.2"
#:package CleanArchitectureUtility.Core.ApplicationServices@9.0.2
#addin nuget:?package=CleanArchitectureUtility.Core.ApplicationServices&version=9.0.2
#tool nuget:?package=CleanArchitectureUtility.Core.ApplicationServices&version=9.0.2
Clean Architecture - Application Service Layer This project implements the Application Service Layer in a Clean Architecture setup. The Application Service Layer acts as the intermediary between the domain layer (core business logic) and external layers (e.g., infrastructure, UI). It is responsible for managing application-specific workflows, coordinating use cases, and ensuring that external interactions (such as APIs or user interfaces) are properly handled.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net9.0
- CleanArchitectureUtility.Core.Contract (>= 9.0.3)
- CleanArchitectureUtility.Core.Domain (>= 9.0.5)
- CleanArchitectureUtility.Extensions.Abstractions (>= 9.0.13)
- FluentValidation (>= 11.11.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CleanArchitectureUtility.Core.ApplicationServices:
Package | Downloads |
---|---|
CleanArchitectureUtility.Endpoints.WebApi
WebApi Endpoint layer of Clean Architecture Utilities |
GitHub repositories
This package is not used by any popular GitHub repositories.