[REQ] aspnetcore server support for aspnetCoreVersion 8.0
We are using net core 8. to develop openapi servers.
The generator cannot generate the code for this new version.
Can you enable support for it?
Thanks
would you like to contribute a PR to support it?
https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AspNetServerCodegen.java#L187 is a good starting point.
ok, will try... forking now 👍
Question about this, the docs say this is supported, but it generates an error. I'm assuming this is a mistake in the docs? EDIT, I see it has been merged, just not released. Thanks for the great work!