dotnet-minimal-apis - Design and implement ASP.NET Core Minimal APIs
Design and implement lightweight HTTP APIs in ASP.NET Core using route groups, endpoint filters, TypedResults, and OpenAPI integration.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Define HTTP endpoints
- Organize endpoints using route groups
- Implement endpoint validation filters
- Return type-safe responses with TypedResults
- Configure OpenAPI documentation
Inputs
- HTTP request requirements
- Request and response DTOs
- Validation rules
Outputs
- Minimal API route handlers
- Endpoint filter classes
- OpenAPI documentation endpoints
Requirements
- ASP.NET Core 6.0 or higher
- .NET 8.0 or higher recommended
