@typespec/http-client-csharp 0.1.9-alpha.20250304.3 → 0.1.9-alpha.20250305.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.StubLibrary.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.StubLibrary.pdb +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.pdb +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.Input.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.Input.pdb +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.pdb +0 -0
- package/package.json +1 -1
- package/readme.md +2 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/http-client-csharp",
|
|
3
|
-
"version": "0.1.9-alpha.
|
|
3
|
+
"version": "0.1.9-alpha.20250305.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "The typespec library that can be used to generate C# models from a TypeSpec REST protocol binding",
|
|
6
6
|
"homepage": "https://github.com/Microsoft/typespec",
|
package/readme.md
CHANGED
|
@@ -33,7 +33,7 @@ npx tsp compile main.tsp --emit @typespec/http-client-csharp
|
|
|
33
33
|
|
|
34
34
|
You can further configure the SDK generated, using the emitter options on @typespec/http-client-csharp.
|
|
35
35
|
|
|
36
|
-
You can set options in the command line directly via `--option @typespec/http-client-csharp.<optionName>=XXX`, e.g. `--option @typespec/http-client-csharp.
|
|
36
|
+
You can set options in the command line directly via `--option @typespec/http-client-csharp.<optionName>=XXX`, e.g. `--option @typespec/http-client-csharp.package-name=MyService`
|
|
37
37
|
|
|
38
38
|
or
|
|
39
39
|
|
|
@@ -44,7 +44,7 @@ emit:
|
|
|
44
44
|
- "@typespec/http-client-csharp"
|
|
45
45
|
options:
|
|
46
46
|
"@typespec/http-client-csharp":
|
|
47
|
-
+
|
|
47
|
+
+ package-name: MyService
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
**Supported Emitter options**:
|