Ardalis.ApiEndpoints
3.0.0
An alternative to Controllers for ASP.NET Core API Endpoints.
Install-Package Ardalis.ApiEndpoints -Version 3.0.0
dotnet add package Ardalis.ApiEndpoints --version 3.0.0
<PackageReference Include="Ardalis.ApiEndpoints" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ardalis.ApiEndpoints --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ardalis.ApiEndpoints, 3.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Updated to use new fluent generic declaration approach. See README for details.
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Ardalis.ApiEndpoints:
Package | Downloads |
---|---|
Sparc.Features
Package Description
|
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Ardalis.ApiEndpoints:
Repository | Stars |
---|---|
ardalis/CleanArchitecture
A starting point for Clean Architecture with ASP.NET Core
|
|
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
|
|
ardalis/Result
A result abstraction that can be mapped to HTTP response codes if needed.
|