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
|buildTarget|Target to build an application or library|<dl><dt>**program**</dt><dd>Generate code for a standalone server</dd><dt>**library**</dt><dd>Generate code for a server abstract class library</dd></dl>|program|
12
+
|classModifier|Class Modifier for controller classes: Empty string or abstract.|<dl><dt>****</dt><dd>Keep class default with no modifier</dd><dt>**abstract**</dt><dd>Make class abstract</dd></dl>||
|enumNameSuffix|Suffix that will be appended to all enum names.||Enum|
15
15
|enumValueSuffix|Suffix that will be appended to all enum values.||Enum|
16
16
|generateBody|Generates method body.||true|
17
17
|isLibrary|Is the build a library||false|
18
18
|licenseName|The name of the license||NoLicense|
19
19
|licenseUrl|The URL of the license||http://localhost|
20
-
|modelClassModifier|Model Class Modifier can be nothing or partial||partial|
20
+
|modelClassModifier|Model Class Modifier can be nothing or partial|<dl><dt>****</dt><dd>Keep model class default with no modifier</dd><dt>**partial**</dt><dd>Make model class partial</dd></dl>|partial|
21
21
|newtonsoftVersion|Version for Microsoft.AspNetCore.Mvc.NewtonsoftJson for ASP.NET Core 3.0+||3.0.0|
22
22
|operationIsAsync|Set methods to async or sync (default).||false|
23
-
|operationModifier|Operation Modifier can be virtual or abstract||virtual|
23
+
|operationModifier|Operation Modifier can be virtual or abstract|<dl><dt>**virtual**</dt><dd>Keep method virtual</dd><dt>**abstract**</dt><dd>Make method abstract</dd></dl>|virtual|
24
24
|operationResultTask|Set methods result to Task<>.||false|
25
25
|packageAuthors|Specifies Authors property in the .NET Core project file.||OpenAPI|
26
26
|packageCopyright|Specifies an AssemblyCopyright for the .NET Framework global assembly attributes stored in the AssemblyInfo file.||No Copyright|
@@ -32,7 +32,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
32
32
|returnICollection|Return ICollection<T> instead of the concrete type.||false|
33
33
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.||true|
34
34
|sourceFolder|source folder for generated code||src|
0 commit comments