FastEndpoints 3.1.3-beta1
Prefix ReservedSee the version list below for details.
dotnet add package FastEndpoints --version 3.1.3-beta1
NuGet\Install-Package FastEndpoints -Version 3.1.3-beta1
<PackageReference Include="FastEndpoints" Version="3.1.3-beta1" />
<PackageVersion Include="FastEndpoints" Version="3.1.3-beta1" />
<PackageReference Include="FastEndpoints" />
paket add FastEndpoints --version 3.1.3-beta1
#r "nuget: FastEndpoints, 3.1.3-beta1"
#:package FastEndpoints@3.1.3-beta1
#addin nuget:?package=FastEndpoints&version=3.1.3-beta1&prerelease
#tool nuget:?package=FastEndpoints&version=3.1.3-beta1&prerelease
FastEndpoints
A light-weight REST Api framework for ASP.Net 6 that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints offers a better alternative than the Minimal Api and MVC Controllers with the aim of increasing developer productivity. Performance is on par with the Minimal Api and is faster; uses less memory; and outperforms a MVC Controller by about 46k requests per second in a head-to-head comparison.
Documentation: https://fast-endpoints.com
please visit the official website for detailed documentation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
-
net6.0
- FastEndpoints.Validation (>= 3.1.3-beta1)
NuGet packages (136)
Showing the top 5 NuGet packages that depend on FastEndpoints:
| Package | Downloads |
|---|---|
|
FastEndpoints.Swagger
Swagger support for FastEndpoints. |
|
|
FastEndpoints.Security
Security library for FastEndpoints. |
|
|
Elsa.Api.Common
Provides common features to modules that expose API endpoints. |
|
|
Elsa.JavaScript
Provides a JavaScript expression provider. |
|
|
Elsa.EntityFrameworkCore
Provides Entity Framework Core implementations of various abstractions from various modules. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FastEndpoints:
| Repository | Stars |
|---|---|
|
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
|
| Version | Downloads | Last Updated |
|---|---|---|
| 8.1.0-beta.2 | 23 | 2/26/2026 |
| 8.1.0-beta.1 | 31 | 2/26/2026 |
| 8.0.1 | 746 | 2/26/2026 |
| 8.0.0 | 1,800 | 2/25/2026 |
| 8.0.0-beta.14 | 38 | 2/25/2026 |
| 8.0.0-beta.13 | 45 | 2/24/2026 |
| 8.0.0-beta.12 | 44 | 2/24/2026 |
| 8.0.0-beta.11 | 50 | 2/24/2026 |
| 8.0.0-beta.10 | 156 | 2/17/2026 |
| 8.0.0-beta.9 | 318 | 2/11/2026 |
| 8.0.0-beta.8 | 60 | 2/11/2026 |
| 8.0.0-beta.7 | 60 | 2/11/2026 |
| 8.0.0-beta.6 | 62 | 2/11/2026 |
| 8.0.0-beta.5 | 69 | 2/10/2026 |
| 8.0.0-beta.4 | 76 | 2/10/2026 |
| 8.0.0-beta.3 | 77 | 2/10/2026 |
| 8.0.0-beta.2 | 519 | 2/5/2026 |
| 8.0.0-beta.1 | 69 | 2/5/2026 |
| 7.3.0-beta.14 | 80 | 2/4/2026 |
| 3.1.3-beta1 | 809 | 1/26/2022 |
### IMPROVEMENTS
- enforce check for insecure endpoint configurations