ModEndpoints.Core 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ModEndpoints.Core --version 1.3.0
                    
NuGet\Install-Package ModEndpoints.Core -Version 1.3.0
                    
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="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ModEndpoints.Core" Version="1.3.0" />
                    
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 1.3.0
                    
#r "nuget: ModEndpoints.Core, 1.3.0"
                    
#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@1.3.0
                    
#: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=1.3.0
                    
Install as a Cake Addin
#tool nuget:?package=ModEndpoints.Core&version=1.3.0
                    
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, Processor, and Response components.
  • Seamless Integration: Fully compatible with ASP.NET Core Minimal APIs, supporting configurations, parameter binding, authentication, OpenAPI tooling, filters, and more.
  • Auto-Discovery and Registration: Automatically discovers and registers endpoints.
  • FluentValidation Support: Built-in validation using FluentValidation; requests are automatically validated if a validator is registered.
  • Dependency Injection: Supports constructor-based dependency injection in endpoint implementations.
  • Type-Safe Responses: Enforces response model type safety in request handlers.
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 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. 
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
1.4.0 183 10/16/2025
1.3.5 480 7/21/2025
1.3.4 298 6/13/2025
1.3.3 317 6/12/2025
1.3.2 337 6/11/2025
1.3.1 169 5/23/2025
1.3.0 200 5/20/2025
1.2.0 196 5/19/2025
1.1.1 154 5/18/2025
1.1.0 277 5/15/2025
1.0.1 267 5/12/2025
1.0.0 201 4/28/2025
0.6.8 136 4/26/2025
0.6.7 248 4/14/2025
0.6.6 187 4/13/2025
0.6.5 173 4/11/2025
0.6.4 196 3/3/2025
0.6.3 172 2/24/2025
0.6.2 150 2/20/2025
0.6.1 167 2/13/2025
0.6.0 150 2/12/2025
0.5.2 130 1/29/2025
0.5.1 145 1/21/2025
0.5.0 145 1/20/2025
0.4.4 141 1/16/2025
0.4.3 146 1/16/2025
0.4.2 146 1/15/2025
0.4.1 148 1/13/2025
0.4.0 135 1/13/2025
0.3.3 135 1/12/2025
0.3.2 195 1/4/2025
0.3.1 189 1/4/2025
0.3.0 192 1/3/2025
0.2.0 153 12/27/2024
0.1.3 171 12/26/2024
0.1.2 155 12/23/2024
0.1.1 161 12/22/2024