You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixed a typo issue in aspnetcore generator #4829
* solved an issue with integration tests using WebApplicationFactory
* updated aspnetcore samples impacted by the change
Description
Very minor issue.
The help text for
aspnetcore
generator suggests that theoperationModifier
option can be partial. This is not possible in c# and is not implemented in the generator (it's just the help text that is wrong)https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AspNetCoreServerCodegen.java#L73
openapi-generator version
4.2.2
Steps to reproduce
Using CLI:
Suggest a fix
Update help text as follows:
private CliOption operationModifier = new CliOption(OPERATION_MODIFIER, "Operation Modifier can be virtual or abstract");
The text was updated successfully, but these errors were encountered: