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
Copy file name to clipboardExpand all lines: docs/generators/aspnetcore.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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|
0 commit comments