ModEndpoints.Core
0.6.4
dotnet add package ModEndpoints.Core --version 0.6.4
NuGet\Install-Package ModEndpoints.Core -Version 0.6.4
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="0.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ModEndpoints.Core" Version="0.6.4" />
<PackageReference Include="ModEndpoints.Core" />
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 0.6.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ModEndpoints.Core, 0.6.4"
#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.
#addin nuget:?package=ModEndpoints.Core&version=0.6.4
#tool nuget:?package=ModEndpoints.Core&version=0.6.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ModEndpoints.Core
MinimalEndpoints are the barebone implementation for organizing ASP.NET Core Minimal Apis in REPR format endpoints. They have built-in input validation and their handler methods may return Minimal Api IResult based, string or T (any other type) response.
Also contains core classes for ModEndpoints project.
Key Features
- Organizes ASP.NET Core Minimal Apis in REPR pattern endpoints
- Encapsulates endpoint behaviors like request validation and request handling.
- Supports anything that Minimal Apis does. Configuration, parameter binding, authentication, Open Api tooling, filters, etc. are all Minimal Apis under the hood.
- Supports auto discovery and registration.
- Has built-in validation support with FluentValidation. If a validator is registered for request model, request is automatically validated before being handled.
- Supports constructor dependency injection in endpoint implementations.
Product | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- FluentValidation (>= 11.11.0)
- Microsoft.Extensions.DependencyInjection (>= 9.0.2)
- ModEndpoints.RemoteServices.Core (>= 0.6.4)
-
net9.0
- FluentValidation (>= 11.11.0)
- Microsoft.Extensions.DependencyInjection (>= 9.0.2)
- ModEndpoints.RemoteServices.Core (>= 0.6.4)
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 |
---|---|---|
0.6.4 | 144 | a month ago |
0.6.3 | 113 | a month ago |
0.6.2 | 90 | 2 months ago |
0.6.1 | 104 | 2 months ago |
0.6.0 | 95 | 2 months ago |
0.5.2 | 91 | 2 months ago |
0.5.1 | 96 | 2 months ago |
0.5.0 | 94 | 2 months ago |
0.4.4 | 85 | 3 months ago |
0.4.3 | 86 | 3 months ago |
0.4.2 | 88 | 3 months ago |
0.4.1 | 85 | 3 months ago |
0.4.0 | 82 | 3 months ago |
0.3.3 | 91 | 3 months ago |
0.3.2 | 131 | 3 months ago |
0.3.1 | 128 | 3 months ago |
0.3.0 | 134 | 3 months ago |
0.2.0 | 103 | 3 months ago |
0.1.3 | 118 | 3 months ago |
0.1.2 | 102 | 3 months ago |
0.1.1 | 102 | 3 months ago |