CleanArchitectureUtility.Endpoints.WebApi
10.0.1
dotnet add package CleanArchitectureUtility.Endpoints.WebApi --version 10.0.1
NuGet\Install-Package CleanArchitectureUtility.Endpoints.WebApi -Version 10.0.1
<PackageReference Include="CleanArchitectureUtility.Endpoints.WebApi" Version="10.0.1" />
<PackageVersion Include="CleanArchitectureUtility.Endpoints.WebApi" Version="10.0.1" />
<PackageReference Include="CleanArchitectureUtility.Endpoints.WebApi" />
paket add CleanArchitectureUtility.Endpoints.WebApi --version 10.0.1
#r "nuget: CleanArchitectureUtility.Endpoints.WebApi, 10.0.1"
#:package CleanArchitectureUtility.Endpoints.WebApi@10.0.1
#addin nuget:?package=CleanArchitectureUtility.Endpoints.WebApi&version=10.0.1
#tool nuget:?package=CleanArchitectureUtility.Endpoints.WebApi&version=10.0.1
Clean Architecture - Web API Endpoint Layer This project implements a Web API using Clean Architecture principles. The Web API endpoint layer is responsible for handling incoming HTTP requests, processing them, and returning the appropriate responses. The layer serves as an interface between the client and the core application logic. The Web API layer follows the principles of Clean Architecture by separating concerns into different layers to achieve maintainability, testability, and scalability.
Product | Versions 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. |
-
net10.0
- CleanArchitectureUtility.Core.ApplicationServices (>= 10.0.1)
- CleanArchitectureUtility.Core.Contract (>= 10.0.1)
- CleanArchitectureUtility.Extensions.Abstractions (>= 10.0.0)
- FluentValidation.AspNetCore (>= 11.3.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.0)
- Microsoft.Extensions.Caching.SqlServer (>= 10.0.0-preview.1.25120.3)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 10.0.0-preview.1.25120.3)
- Microsoft.Extensions.DependencyModel (>= 10.0.0-preview.1.25080.5)
- Scrutor (>= 6.0.1)
- System.Data.SqlClient (>= 4.9.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.