FastEndpoints 3.6.0-beta6
Prefix ReservedSee the version list below for details.
dotnet add package FastEndpoints --version 3.6.0-beta6
NuGet\Install-Package FastEndpoints -Version 3.6.0-beta6
<PackageReference Include="FastEndpoints" Version="3.6.0-beta6" />
<PackageVersion Include="FastEndpoints" Version="3.6.0-beta6" />
<PackageReference Include="FastEndpoints" />
paket add FastEndpoints --version 3.6.0-beta6
#r "nuget: FastEndpoints, 3.6.0-beta6"
#:package FastEndpoints@3.6.0-beta6
#addin nuget:?package=FastEndpoints&version=3.6.0-beta6&prerelease
#tool nuget:?package=FastEndpoints&version=3.6.0-beta6&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.6.0-beta6)
NuGet packages (138)
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 (3)
Showing the top 3 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
|
|
|
elsa-workflows/elsa-core
The Workflow Engine for .NET
|
|
|
RRQM/TouchSocket
TouchSocket is an integrated .NET networking framework that includes modules for socket, TCP, UDP, SSL, named pipes, HTTP, WebSocket, RPC, and more. It offers a one-stop solution for TCP packet issues and enables quick implementation of custom data message parsing using protocol templates.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 8.2.0-beta.1 | 76 | 4/2/2026 |
| 8.1.0 | 23,117 | 3/25/2026 |
| 8.1.0-beta.22 | 521 | 3/22/2026 |
| 8.1.0-beta.21 | 67 | 3/20/2026 |
| 8.1.0-beta.20 | 102 | 3/17/2026 |
| 8.1.0-beta.19 | 75 | 3/15/2026 |
| 8.1.0-beta.18 | 62 | 3/15/2026 |
| 8.1.0-beta.17 | 58 | 3/15/2026 |
| 8.1.0-beta.16 | 74 | 3/14/2026 |
| 8.1.0-beta.15 | 63 | 3/14/2026 |
| 8.1.0-beta.14 | 80 | 3/13/2026 |
| 8.1.0-beta.13 | 145 | 3/12/2026 |
| 8.1.0-beta.12 | 1,147 | 3/9/2026 |
| 8.1.0-beta.11 | 78 | 3/6/2026 |
| 8.1.0-beta.10 | 72 | 3/4/2026 |
| 8.1.0-beta.9 | 82 | 3/2/2026 |
| 8.1.0-beta.8 | 70 | 3/2/2026 |
| 8.1.0-beta.7 | 74 | 3/1/2026 |
| 8.1.0-beta.6 | 72 | 3/1/2026 |
| 3.6.0-beta6 | 775 | 2/23/2022 |
### NEW
- code generator support for request/response dtos
- ability to specify global endpoint options with GlobalEndpointOptions setting
- [BindFrom] attribute for customizing form/route/query/claim/header names
- ability to model bind any type that has a TryParse() static method from form/route/query/claim/header
### CHANGES
- Route<T>() method now throws validation error by default if unsuccessful
### FIXES
- swagger empty tag creation when route is root
- swagger duplicate param issue when casing mismatched in GET requests
- swagger empty request body when dto only contains route/query bound properties