Found 210 packages
Simple package to configure API endpoints as individual classes based on minimal Api (.Net 6)
Package Description
IdempotentAPI support in Minimal APIs.
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(); } }
A simple package to configure Minimal Api Endpoints as individual classes
Easily use AspNet Core MinimalApi with F#
A library that provides OpenApi helpers for Minimal API projects
Middleware and Attributes to simplify Minimal API Development
Contain minimal api endpoint definitions for AuthEndpoints package
Atc.Rest.MinimalApi is a collection of various components related to minimal apis, e.g EndpointDefinitions, Extensions, ValidationFilters, Errorhandling, Swagger Filters, versioning etc.
A library that provides Routing helpers for Minimal API projects, mainly for automatic endpoints registration
Minimal Api Slim Endpoints Extension
A utility library in .Net9.0 to easily add patterns such as CQRS
云享通.Net Core针对MinimalApi常规操作库,支持AOT编译。
Minimal API utilities with MediatR integration for .NET 9. Provides a class-based approach to endpoint definition with built-in CQRS support and SwaggerUI.
Template for minimal api with mongo
Better Swagger documentation for F# types
Utilities to use with Minimal APIs