@@ -16,7 +16,7 @@ sidebar_label: aspnetcore
16
16
| licenseName| The name of the license| | NoLicense|
17
17
| licenseUrl| The URL of the license| | http://localhost |
18
18
| modelClassModifier| Model Class Modifier can be nothing or partial| | partial|
19
- | newtonsoftVersion| Version for Microsoft.AspNetCore.Mvc.NewtonsoftJson for ASP.NET Core 3.0+| 3.0.0|
19
+ | newtonsoftVersion| Version for Microsoft.AspNetCore.Mvc.NewtonsoftJson for ASP.NET Core 3.0+| | 3.0.0|
20
20
| operationIsAsync| Set methods to async or sync (default).| | false|
21
21
| operationModifier| Operation Modifier can be virtual, abstract or partial| | virtual|
22
22
| operationResultTask| Set methods result to Task< ;> ; .| | false|
@@ -29,10 +29,10 @@ sidebar_label: aspnetcore
29
29
| returnICollection| Return ICollection< ; T> ; instead of the concrete type.| | false|
30
30
| sortParamsByRequiredFlag| Sort method arguments to place required parameters before optional parameters.| | true|
31
31
| sourceFolder| source folder for generated code| | src|
32
- | swashbuckleVersion| Swashbucke version: 3.0.0, 4.0.0, 5.0.0| | 3.0.0|
32
+ | swashbuckleVersion| Swashbuckle version: 3.0.0, 4.0.0, 5.0.0| | 3.0.0|
33
33
| useCollection| Deserialize array types to Collection< ; T> ; instead of List< ; T> ; .| | false|
34
34
| useDateTimeOffset| Use DateTimeOffset to model date-time properties| | false|
35
- | useDefaultRouting| Use default routing for the ASP.NET Core version.| | true|
35
+ | useDefaultRouting| Use default routing for the ASP.NET Core version.| | true|
36
36
| useFrameworkReference| Use frameworkReference for ASP.NET Core 3.0+ and PackageReference ASP.NET Core 2.2 or earlier.| | false|
37
37
| useNewtonsoft| Uses the Newtonsoft JSON library.| | true|
38
38
| useSwashbuckle| Uses the Swashbuckle.AspNetCore NuGet package for documentation.| | true|
0 commit comments