FastEndpoints
An alternative for building RESTful Web APIs with ASP.Net 6 which encourages CQRS and Vertical Slice Architecture.
Total Downloads
17.6M
17,645,273
Published
Oct 1, 2021
Latest stable version
Install
.NET CLI
dotnet add package FastEndpoints --version 1.3.0
Package Manager Console
Install-Package FastEndpoints -Version 1.3.0
PackageReference
<PackageReference Include="FastEndpoints" Version="1.3.0" />
Frameworks
Dependencies
FastEndpoints.Security
[1.3.0, )
net6.0
FastEndpoints.Validation
[1.3.0, )
net6.0
Adoption guide
API-heavy services that prefer explicit endpoint classes and integrated validation conventions.
Why it appears in the guide: Endpoint-centric framework on ASP.NET Core with conventions for request handling and validation. Trade-off: Introduces framework-specific abstractions that must be learned and governed across teams.
Compatibility metadata lists 1 target framework; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.