88 packages tagged with “minimalapi”
Simple package to configure API endpoints as individual classes based on minimal Api (.Net 6)
A library that provides OpenApi helpers for Minimal API projects
A library that provides Routing helpers for Minimal API projects, mainly for automatic endpoints registration
A utility library in .Net9.0 to easily add patterns such as CQRS
EndPoints records and extensions for Minimal API.
Mediatr.OData.Api.Abstractions is the abstraction layer for the Mediatr.OData.Api nuget package, Mediatr.OData.Api is a lightweight library for creating APIs using, OData, and .NET Minimal APIs. Simplify modern API development with an intuitive and flexible approach.
Dependency injection via attributes extensions.
Data annotations validation filter for Minimal API
Extention for minimal api. Example for usage: builder.Services.AddEndpointDefinitions(typeof(Program)); var app = builder.Build(); app.UseEndpointDefinitions(); Example for swagger implementation: public class SwaggerEndpointDefinition : IEndpointDefini { public void DefineEndPoints(WebApplication app) { if (app.Environment.IsDevelopment()) { app.UseSwagger(); app.UseSwaggerUI(); } } public void DefineServices(IServiceCollection services) { services.AddEndpointsApiExplorer(); services.AddSwaggerGen(); } }
Mediatr.OData.Api is a lightweight library for creating APIs using, OData, and .NET Minimal APIs. Simplify modern API development with an intuitive and flexible approach.
A simple package to configure Minimal Api Endpoints as individual classes
OperationCanceled middlerware to return 499 status code
A utility library in .Net9.0 that adds AspNetCore behaviors to Xpandables.Net
Extensions for FluentValidation including additions to help work with MinimalApis
Middleware and Attributes to simplify Minimal API Development
a dotnet minimal api framework collection aimed to support aot
PlumbR brings together ASP.NET Core Minimal API, MediatR, and FluentValidation to create a simple, clean, and testable API.
Logging best practices extensions for ILogger
Hypermedia middleware and base classes for Minimal API.
Easily use AspNet Core MinimalApi with F#
A library that provides a Source Generator for automatic endpoints registration in Minimal API projects
HashIds extensions and bindings for Minimal API.
Dotnet Clean Architecture Solution Template Application Library for .NET 8.
Clean Architecture solution for Net 6 using minimal api.
A fluent, culture-aware validation library for .NET. Automatically transforms [ValidationAttribute] annotations into runtime rules, with support for conditional logic, error localization, and developer-friendly configuration.
Fluent validation filter for Minimal API
A library to create quickly CRUD endpoints.
WireMock.Net.Routing extends WireMock.Net with modern, minimal-API-style routing for .NET