Skip to content

Add support for ASP.NET Core Minimal APIs #60

@engineering87

Description

@engineering87

Support ASP.NET Core Minimal APIs

Description

It would be useful to add native support for ASP.NET Core Minimal APIs.

At the moment, the project is easier to use in more traditional application models, while many modern .NET services are now built around the minimal hosting and endpoint-based approach.

Why this matters

Adding Minimal API support would:

  • improve adoption in modern .NET projects
  • reduce integration friction
  • align the project with current ASP.NET Core development practices
  • make the library more suitable for lightweight services and microservices

Proposed direction

Introduce a dedicated and well-documented integration model for Minimal APIs, while keeping backward compatibility with the existing approach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions