ModEndpoints.Core 2.0.1

dotnet add package ModEndpoints.Core --version 2.0.1
                    
NuGet\Install-Package ModEndpoints.Core -Version 2.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ModEndpoints.Core" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ModEndpoints.Core" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="ModEndpoints.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ModEndpoints.Core --version 2.0.1
                    
#r "nuget: ModEndpoints.Core, 2.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ModEndpoints.Core@2.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ModEndpoints.Core&version=2.0.1
                    
Install as a Cake Addin
#tool nuget:?package=ModEndpoints.Core&version=2.0.1
                    
Install as a Cake Tool

ModEndpoints.Core

MinimalEndpoints are the barebone implementation for organizing ASP.NET Core Minimal APIs in REPR format endpoints. Their handler methods may return Minimal API IResult based, string or T (any other type) response.

Also contains base classes for endpoints implemented in ModEndpoints project.

✨ Features

  • REPR Pattern Implementation: Organizes Minimal APIs into Request, Endpoint and Response components.
  • Seamless Integration: Fully compatible with ASP.NET Core Minimal APIs, supporting configurations, parameter binding, authentication, OpenAPI tooling, endpoint filters, etc.
  • Route Grouping: Supports grouping endpoints into route groups for better organization and shared configurations.
  • Auto-Discovery and Registration: Automatically discovers and registers endpoints and route groups.
  • FluentValidation Support: Built-in validation using FluentValidation; requests are automatically validated if a request validator is registered.
  • Dependency Injection: Supports constructor-based dependency injection for handling requests at runtime.
  • Type-Safe Responses: Provides response type safety in request handlers.
  • Performant: (Almost) as fast as native Minimal APIs.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ModEndpoints.Core:

Package Downloads
ModEndpoints

Minimal Apis organized in Repr format endpoints and integrated with result pattern out of box.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.1 103 12/30/2025
2.0.0 159 12/26/2025
1.4.0 186 10/16/2025
1.3.5 483 7/21/2025
1.3.4 301 6/13/2025
1.3.3 319 6/12/2025
1.3.2 341 6/11/2025
1.3.1 173 5/23/2025
1.3.0 203 5/20/2025
1.2.0 199 5/19/2025
1.1.1 155 5/18/2025
1.1.0 279 5/15/2025
1.0.1 270 5/12/2025
1.0.0 204 4/28/2025
0.6.8 139 4/26/2025
0.6.7 251 4/14/2025
0.6.6 189 4/13/2025
0.6.5 176 4/11/2025
0.6.4 201 3/3/2025
0.6.3 176 2/24/2025
0.6.2 153 2/20/2025
0.6.1 170 2/13/2025
0.6.0 154 2/12/2025
0.5.2 131 1/29/2025
0.5.1 148 1/21/2025
0.5.0 148 1/20/2025
0.4.4 142 1/16/2025
0.4.3 149 1/16/2025
0.4.2 150 1/15/2025
0.4.1 149 1/13/2025
0.4.0 138 1/13/2025
0.3.3 141 1/12/2025
0.3.2 199 1/4/2025
0.3.1 192 1/4/2025
0.3.0 195 1/3/2025
0.2.0 156 12/27/2024
0.1.3 172 12/26/2024
0.1.2 158 12/23/2024
0.1.1 164 12/22/2024