forked from loafle/openapi-generator-original
[C#] allow customization of generated enum suffixes (#4301)
* [C#] allow customization of generated enum suffixes
This commit is contained in:
committed by
Jim Schubert
parent
38185d8558
commit
9b893ef3c1
@@ -27,6 +27,8 @@ sidebar_label: aspnetcore
|
||||
|useNewtonsoft|Uses the Newtonsoft JSON library.| |true|
|
||||
|newtonsoftVersion|Version for Microsoft.AspNetCore.Mvc.NewtonsoftJson for ASP.NET Core 3.0+| |3.0.0-preview5-19227-01|
|
||||
|useDefaultRouting|Use default routing for the ASP.NET Core version. For 3.0 turn off default because it is not yet supported.| |true|
|
||||
|enumNameSuffix|Suffix that will be appended to all enum names.| |Enum|
|
||||
|enumValueNameSuffix|Suffix that will be appended to all enum value names.| |Enum|
|
||||
|classModifier|Class Modifier can be empty, abstract| ||
|
||||
|operationModifier|Operation Modifier can be virtual, abstract or partial| |virtual|
|
||||
|buildTarget|Target to build an application or library| |program|
|
||||
|
||||
Reference in New Issue
Block a user