OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.82k stars 6.58k forks source link

[REQ] Generator for .NET FastEndpoints #19649

Open elendil-software opened 1 month ago

elendil-software commented 1 month ago

Is your feature request related to a problem? Please describe.

FastEndpoints is an alternative to .NET minimal APIs and MVC. It is based on the REPR Design Pattern Existing generator don't allow to create a project that use FastEndpoint

Describe the solution you'd like

A generator allowing to generate a server project that use FastEndpoint

Describe alternatives you've considered

None. Such generator doesn't exist

Additional context

I already began the development of the generator

wing328 commented 1 month ago

I already began the development of the generator

thanks for working on the new generator. let us know if you need any help.

elendil-software commented 1 month ago

There probably will thing to improve on the PR review. So far everything seems to work as expected