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: eng/packages/http-client-csharp-mgmt/README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# @azure-typespec/http-client-csharp-mgmt
2
2
3
+
TypeSpec library for emitting Azure management libraries for C#.
4
+
3
5
## Install
4
6
5
7
```bash
@@ -59,12 +61,6 @@ Defines the strategy on how to handle unreferenced types. The default value is `
59
61
60
62
Set to `true` to overwrite the csproj if it already exists. The default value is `false`.
61
63
62
-
### `clear-output-folder`
63
-
64
-
**Type:** `boolean`
65
-
66
-
Indicates if you want to clear the output folder before generating. The default value is `true`.
67
-
68
64
### `save-inputs`
69
65
70
66
**Type:** `boolean`
@@ -135,4 +131,4 @@ The C# namespace to use for the generated code. This will override the TypeSpec
135
131
136
132
**Type:** `boolean`
137
133
138
-
Whether to put models under a separate 'Models' sub-namespace. This only applies if the 'namespace' option is set. The default value is 'true' when the 'namespace' option is set. Otherwise, each model will be in the corresponding namespace defined in the TypeSpec.
134
+
Whether to put models under a separate 'Models' sub-namespace. This only applies if the 'namespace' option is set. The default value is 'false'.
Copy file name to clipboardExpand all lines: eng/packages/http-client-csharp-mgmt/docs/emitter.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,12 +55,6 @@ Defines the strategy on how to handle unreferenced types. The default value is `
55
55
56
56
Set to `true` to overwrite the csproj if it already exists. The default value is `false`.
57
57
58
-
### `clear-output-folder`
59
-
60
-
**Type:** `boolean`
61
-
62
-
Indicates if you want to clear the output folder before generating. The default value is `true`.
63
-
64
58
### `save-inputs`
65
59
66
60
**Type:** `boolean`
@@ -131,4 +125,4 @@ The C# namespace to use for the generated code. This will override the TypeSpec
131
125
132
126
**Type:** `boolean`
133
127
134
-
Whether to put models under a separate 'Models' sub-namespace. This only applies if the 'namespace' option is set. The default value is 'true' when the 'namespace' option is set. Otherwise, each model will be in the corresponding namespace defined in the TypeSpec.
128
+
Whether to put models under a separate 'Models' sub-namespace. This only applies if the 'namespace' option is set. The default value is 'false'.
0 commit comments