File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Optionally override the generated namespace:
6060</ItemGroup >
6161```
6262
63- If the property is not set, the default root namespace is ` Gereb.Generated ` .
63+ If the property is not set, the default root namespace is ` Geren ` .
6464
6565## Generation Contract
6666
@@ -76,7 +76,7 @@ If the property is not set, the default root namespace is `Gereb.Generated`.
7676
7777- Namespace suffix is derived from file name without extension, sanitized by ` ToLetterOrDigitName ` .
7878- Final namespace is ` {RootNamespace}.{NamespaceSuffix}.{section0} ` .
79- - Root namespace is ` build_property.Geren_RootNamespace ` or ` Gereb.Generated ` by default.
79+ - Root namespace is ` build_property.Geren_RootNamespace ` or ` Geren ` by default.
8080- Path sections used for naming exclude template segments (` {...} ` ).
8181- If no non-template sections: class ` WebApiClient ` , method ` operationId ?? method + "Root" ` .
8282- If one non-template section: class ` WebApiClient ` , method ` operationId ?? method + section0 ` .
You can’t perform that action at this time.
0 commit comments