@typespec/http-client-csharp 0.1.9-alpha.20250210.4 → 0.1.9-alpha.20250211.5
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 +3 -3
|
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.20250211.5",
|
|
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
|
@@ -65,7 +65,7 @@ A few exceptions are API of JSON Merge Patch, and API of long-running operation
|
|
|
65
65
|
|
|
66
66
|
You can configure whether generate convenience API or not via `convenienceAPI` decorator.
|
|
67
67
|
|
|
68
|
-
##
|
|
68
|
+
## Spector Tests
|
|
69
69
|
|
|
70
|
-
We run the generator against the common set of test defined in https://github.com/
|
|
71
|
-
For details on how to run and debug these tests see [
|
|
70
|
+
We run the generator against the common set of test defined in https://github.com/microsoft/typespec/tree/main/packages/http-specs.
|
|
71
|
+
For details on how to run and debug these tests see [Spector Testing](generator/docs/spector.md)
|