FastEndpoints 3.5.1-beta1
Prefix ReservedSee the version list below for details.
dotnet add package FastEndpoints --version 3.5.1-beta1
NuGet\Install-Package FastEndpoints -Version 3.5.1-beta1
<PackageReference Include="FastEndpoints" Version="3.5.1-beta1" />
<PackageVersion Include="FastEndpoints" Version="3.5.1-beta1" />
<PackageReference Include="FastEndpoints" />
paket add FastEndpoints --version 3.5.1-beta1
#r "nuget: FastEndpoints, 3.5.1-beta1"
#:package FastEndpoints@3.5.1-beta1
#addin nuget:?package=FastEndpoints&version=3.5.1-beta1&prerelease
#tool nuget:?package=FastEndpoints&version=3.5.1-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 does around 45k more requests per second than a MVC Controller 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.5.1-beta1)
NuGet packages (150)
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
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.3.0-beta.3 | 60 | 6/27/2026 |
| 8.3.0-beta.2 | 61 | 6/26/2026 |
| 8.3.0-beta.1 | 55 | 6/26/2026 |
| 8.2.0 | 7,502 | 6/24/2026 |
| 8.2.0-beta.51 | 199 | 6/23/2026 |
| 8.2.0-beta.50 | 186 | 6/22/2026 |
| 8.2.0-beta.48 | 102 | 6/21/2026 |
| 8.2.0-beta.47 | 79 | 6/21/2026 |
| 8.2.0-beta.46 | 263 | 6/16/2026 |
| 8.2.0-beta.45 | 100 | 6/16/2026 |
| 8.2.0-beta.44 | 456 | 6/15/2026 |
| 8.2.0-beta.43 | 659 | 6/9/2026 |
| 8.2.0-beta.42 | 682 | 6/5/2026 |
| 8.2.0-beta.41 | 298 | 6/2/2026 |
| 8.2.0-beta.40 | 1,569 | 5/21/2026 |
| 8.2.0-beta.39 | 200 | 5/19/2026 |
| 8.2.0-beta.38 | 312 | 5/13/2026 |
| 8.2.0-beta.37 | 797 | 5/11/2026 |
| 8.2.0-beta.36 | 241 | 5/9/2026 |
| 3.5.1-beta1 | 821 | 2/18/2022 |
### IMPROVEMENTS
- swagger support for generic/deep generic dtos
- hit counter optimizations
- redude closures