@azure-typespec/http-client-csharp 1.0.0-alpha.20260417.3 → 1.0.0-alpha.20260418.3
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/README.md +4 -4
- package/dist/generator/Azure.Generator.StubLibrary.deps.json +25 -25
- package/dist/generator/Azure.Generator.StubLibrary.dll +0 -0
- package/dist/generator/Azure.Generator.StubLibrary.pdb +0 -0
- package/dist/generator/Azure.Generator.deps.json +20 -20
- package/dist/generator/Azure.Generator.dll +0 -0
- package/dist/generator/Azure.Generator.pdb +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.Input.dll +0 -0
- package/dist/generator/Microsoft.TypeSpec.Generator.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.StubLibrary.deps.json +25 -25
- package/dist/generator/net10.0/Azure.Generator.StubLibrary.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.StubLibrary.pdb +0 -0
- package/dist/generator/net10.0/Azure.Generator.deps.json +20 -20
- package/dist/generator/net10.0/Azure.Generator.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.pdb +0 -0
- package/dist/generator/net10.0/Microsoft.TypeSpec.Generator.ClientModel.dll +0 -0
- package/dist/generator/net10.0/Microsoft.TypeSpec.Generator.Input.dll +0 -0
- package/dist/generator/net10.0/Microsoft.TypeSpec.Generator.dll +0 -0
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ npm install @azure-typespec/http-client-csharp
|
|
|
13
13
|
### Prerequisite
|
|
14
14
|
|
|
15
15
|
- Install [Node.js](https://nodejs.org/download/) 20 or above. (Verify by running `node --version`)
|
|
16
|
-
- Install [**.NET 10.0 SDK**](https://dotnet.microsoft.com/download/dotnet/10.0) for your specific platform. (or a higher version within the 10.0
|
|
16
|
+
- Install [**.NET 10.0 SDK**](https://dotnet.microsoft.com/download/dotnet/10.0) for your specific platform. (or a higher version within the 10.0.\* band)
|
|
17
17
|
|
|
18
18
|
### Customizing Generated Code
|
|
19
19
|
|
|
@@ -125,11 +125,11 @@ The name of the generator. By default this is set to `ScmCodeModelGenerator`. Ge
|
|
|
125
125
|
|
|
126
126
|
Allows emitter authors to specify the path to a custom emitter package, allowing you to extend the emitter behavior. This should be set to `import.meta.url` if you are using a custom emitter.
|
|
127
127
|
|
|
128
|
-
### `
|
|
128
|
+
### `plugins`
|
|
129
129
|
|
|
130
|
-
**Type:** `
|
|
130
|
+
**Type:** `array`
|
|
131
131
|
|
|
132
|
-
|
|
132
|
+
Paths to generator plugin assemblies (DLLs) or directories containing plugin assemblies. Each plugin must contain a class that extends GeneratorPlugin.
|
|
133
133
|
|
|
134
134
|
### `license`
|
|
135
135
|
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.StubLibrary/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.StubLibrary/1.0.0-alpha.20260418.3": {
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"Azure.Generator": "1.0.0-alpha.
|
|
12
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.
|
|
11
|
+
"Azure.Generator": "1.0.0-alpha.20260418.3",
|
|
12
|
+
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.10",
|
|
13
13
|
"System.ClientModel": "1.10.0"
|
|
14
14
|
},
|
|
15
15
|
"runtime": {
|
|
@@ -439,12 +439,12 @@
|
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
},
|
|
442
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.
|
|
442
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.10": {
|
|
443
443
|
"dependencies": {
|
|
444
444
|
"CommandLineParser": "2.9.1",
|
|
445
445
|
"Microsoft.Build": "17.9.5",
|
|
446
446
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
447
|
-
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260417.
|
|
447
|
+
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260417.10",
|
|
448
448
|
"NuGet.Configuration": "6.14.3",
|
|
449
449
|
"NuGet.Protocol": "6.14.3",
|
|
450
450
|
"NuGet.Versioning": "6.14.3",
|
|
@@ -458,10 +458,10 @@
|
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
},
|
|
461
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.
|
|
461
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.10": {
|
|
462
462
|
"dependencies": {
|
|
463
463
|
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
|
|
464
|
-
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260417.
|
|
464
|
+
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260417.10",
|
|
465
465
|
"System.ClientModel": "1.10.0"
|
|
466
466
|
},
|
|
467
467
|
"runtime": {
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
}
|
|
472
472
|
}
|
|
473
473
|
},
|
|
474
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.
|
|
474
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.10": {
|
|
475
475
|
"dependencies": {
|
|
476
476
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
477
477
|
"System.Memory.Data": "10.0.3"
|
|
@@ -711,24 +711,24 @@
|
|
|
711
711
|
}
|
|
712
712
|
}
|
|
713
713
|
},
|
|
714
|
-
"Azure.Generator/1.0.0-alpha.
|
|
714
|
+
"Azure.Generator/1.0.0-alpha.20260418.3": {
|
|
715
715
|
"dependencies": {
|
|
716
716
|
"Azure.Core": "1.53.0",
|
|
717
717
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
718
718
|
"Azure.ResourceManager": "1.14.0",
|
|
719
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.
|
|
719
|
+
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.10"
|
|
720
720
|
},
|
|
721
721
|
"runtime": {
|
|
722
722
|
"Azure.Generator.dll": {
|
|
723
723
|
"assemblyVersion": "1.0.0.0",
|
|
724
|
-
"fileVersion": "1.0.26.
|
|
724
|
+
"fileVersion": "1.0.26.21803"
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
729
|
},
|
|
730
730
|
"libraries": {
|
|
731
|
-
"Azure.Generator.StubLibrary/1.0.0-alpha.
|
|
731
|
+
"Azure.Generator.StubLibrary/1.0.0-alpha.20260418.3": {
|
|
732
732
|
"type": "project",
|
|
733
733
|
"serviceable": false,
|
|
734
734
|
"sha512": ""
|
|
@@ -901,26 +901,26 @@
|
|
|
901
901
|
"path": "microsoft.net.stringtools/17.9.5",
|
|
902
902
|
"hashPath": "microsoft.net.stringtools.17.9.5.nupkg.sha512"
|
|
903
903
|
},
|
|
904
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.
|
|
904
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.10": {
|
|
905
905
|
"type": "package",
|
|
906
906
|
"serviceable": true,
|
|
907
|
-
"sha512": "sha512-
|
|
908
|
-
"path": "microsoft.typespec.generator/1.0.0-alpha.20260417.
|
|
909
|
-
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260417.
|
|
907
|
+
"sha512": "sha512-l+PdCUNm+9GAQHqnmbQToRQe2WBE+NH3+w8LNtx70ak3EZv6Q3QhR83txkNup0NpLB04lnIfX9YRsKyWCpZqfg==",
|
|
908
|
+
"path": "microsoft.typespec.generator/1.0.0-alpha.20260417.10",
|
|
909
|
+
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
910
910
|
},
|
|
911
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.
|
|
911
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.10": {
|
|
912
912
|
"type": "package",
|
|
913
913
|
"serviceable": true,
|
|
914
|
-
"sha512": "sha512
|
|
915
|
-
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260417.
|
|
916
|
-
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260417.
|
|
914
|
+
"sha512": "sha512-/7V1BVkIvcM7MzDS232Q3sZNuQ0/qRbCELNwLicG6ARVx+AgyjKN4apjI8JihIC4+bqQE1h0/Hv7wpQbfZcboA==",
|
|
915
|
+
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260417.10",
|
|
916
|
+
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
917
917
|
},
|
|
918
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.
|
|
918
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.10": {
|
|
919
919
|
"type": "package",
|
|
920
920
|
"serviceable": true,
|
|
921
|
-
"sha512": "sha512-
|
|
922
|
-
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20260417.
|
|
923
|
-
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260417.
|
|
921
|
+
"sha512": "sha512-NSlBPlaJERjX6yThgkLVBybWmIQ85+f6KPRDO2S2myt24qqdIMtRR+mQdZ5ipMvrFoEHJeL8NX00srtrNn/l6w==",
|
|
922
|
+
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20260417.10",
|
|
923
|
+
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
924
924
|
},
|
|
925
925
|
"Newtonsoft.Json/13.0.3": {
|
|
926
926
|
"type": "package",
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
"path": "system.security.cryptography.protecteddata/8.0.0",
|
|
1070
1070
|
"hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
|
|
1071
1071
|
},
|
|
1072
|
-
"Azure.Generator/1.0.0-alpha.
|
|
1072
|
+
"Azure.Generator/1.0.0-alpha.20260418.3": {
|
|
1073
1073
|
"type": "project",
|
|
1074
1074
|
"serviceable": false,
|
|
1075
1075
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator/1.0.0-alpha.20260418.3": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.53.0",
|
|
12
12
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
13
13
|
"Azure.ResourceManager": "1.14.0",
|
|
14
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.
|
|
14
|
+
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.10"
|
|
15
15
|
},
|
|
16
16
|
"runtime": {
|
|
17
17
|
"Azure.Generator.dll": {}
|
|
@@ -440,12 +440,12 @@
|
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.
|
|
443
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.10": {
|
|
444
444
|
"dependencies": {
|
|
445
445
|
"CommandLineParser": "2.9.1",
|
|
446
446
|
"Microsoft.Build": "17.9.5",
|
|
447
447
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
448
|
-
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260417.
|
|
448
|
+
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260417.10",
|
|
449
449
|
"NuGet.Configuration": "6.14.3",
|
|
450
450
|
"NuGet.Protocol": "6.14.3",
|
|
451
451
|
"NuGet.Versioning": "6.14.3",
|
|
@@ -459,10 +459,10 @@
|
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
461
|
},
|
|
462
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.
|
|
462
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.10": {
|
|
463
463
|
"dependencies": {
|
|
464
464
|
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
|
|
465
|
-
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260417.
|
|
465
|
+
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260417.10",
|
|
466
466
|
"System.ClientModel": "1.10.0"
|
|
467
467
|
},
|
|
468
468
|
"runtime": {
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.
|
|
475
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.10": {
|
|
476
476
|
"dependencies": {
|
|
477
477
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
478
478
|
"System.Memory.Data": "10.0.3"
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
}
|
|
716
716
|
},
|
|
717
717
|
"libraries": {
|
|
718
|
-
"Azure.Generator/1.0.0-alpha.
|
|
718
|
+
"Azure.Generator/1.0.0-alpha.20260418.3": {
|
|
719
719
|
"type": "project",
|
|
720
720
|
"serviceable": false,
|
|
721
721
|
"sha512": ""
|
|
@@ -888,26 +888,26 @@
|
|
|
888
888
|
"path": "microsoft.net.stringtools/17.9.5",
|
|
889
889
|
"hashPath": "microsoft.net.stringtools.17.9.5.nupkg.sha512"
|
|
890
890
|
},
|
|
891
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.
|
|
891
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.10": {
|
|
892
892
|
"type": "package",
|
|
893
893
|
"serviceable": true,
|
|
894
|
-
"sha512": "sha512-
|
|
895
|
-
"path": "microsoft.typespec.generator/1.0.0-alpha.20260417.
|
|
896
|
-
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260417.
|
|
894
|
+
"sha512": "sha512-l+PdCUNm+9GAQHqnmbQToRQe2WBE+NH3+w8LNtx70ak3EZv6Q3QhR83txkNup0NpLB04lnIfX9YRsKyWCpZqfg==",
|
|
895
|
+
"path": "microsoft.typespec.generator/1.0.0-alpha.20260417.10",
|
|
896
|
+
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
897
897
|
},
|
|
898
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.
|
|
898
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.10": {
|
|
899
899
|
"type": "package",
|
|
900
900
|
"serviceable": true,
|
|
901
|
-
"sha512": "sha512
|
|
902
|
-
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260417.
|
|
903
|
-
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260417.
|
|
901
|
+
"sha512": "sha512-/7V1BVkIvcM7MzDS232Q3sZNuQ0/qRbCELNwLicG6ARVx+AgyjKN4apjI8JihIC4+bqQE1h0/Hv7wpQbfZcboA==",
|
|
902
|
+
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260417.10",
|
|
903
|
+
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
904
904
|
},
|
|
905
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.
|
|
905
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.10": {
|
|
906
906
|
"type": "package",
|
|
907
907
|
"serviceable": true,
|
|
908
|
-
"sha512": "sha512-
|
|
909
|
-
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20260417.
|
|
910
|
-
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260417.
|
|
908
|
+
"sha512": "sha512-NSlBPlaJERjX6yThgkLVBybWmIQ85+f6KPRDO2S2myt24qqdIMtRR+mQdZ5ipMvrFoEHJeL8NX00srtrNn/l6w==",
|
|
909
|
+
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20260417.10",
|
|
910
|
+
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
911
911
|
},
|
|
912
912
|
"Newtonsoft.Json/13.0.3": {
|
|
913
913
|
"type": "package",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator.StubLibrary/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator.StubLibrary/1.0.0-alpha.20260418.3": {
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"Azure.Generator": "1.0.0-alpha.
|
|
12
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.
|
|
11
|
+
"Azure.Generator": "1.0.0-alpha.20260418.3",
|
|
12
|
+
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.10",
|
|
13
13
|
"System.ClientModel": "1.10.0"
|
|
14
14
|
},
|
|
15
15
|
"runtime": {
|
|
@@ -439,12 +439,12 @@
|
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
},
|
|
442
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.
|
|
442
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.10": {
|
|
443
443
|
"dependencies": {
|
|
444
444
|
"CommandLineParser": "2.9.1",
|
|
445
445
|
"Microsoft.Build": "17.9.5",
|
|
446
446
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
447
|
-
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260417.
|
|
447
|
+
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260417.10",
|
|
448
448
|
"NuGet.Configuration": "6.14.3",
|
|
449
449
|
"NuGet.Protocol": "6.14.3",
|
|
450
450
|
"NuGet.Versioning": "6.14.3",
|
|
@@ -458,10 +458,10 @@
|
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
},
|
|
461
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.
|
|
461
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.10": {
|
|
462
462
|
"dependencies": {
|
|
463
463
|
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
|
|
464
|
-
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260417.
|
|
464
|
+
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260417.10",
|
|
465
465
|
"System.ClientModel": "1.10.0"
|
|
466
466
|
},
|
|
467
467
|
"runtime": {
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
}
|
|
472
472
|
}
|
|
473
473
|
},
|
|
474
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.
|
|
474
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.10": {
|
|
475
475
|
"dependencies": {
|
|
476
476
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
477
477
|
"System.Memory.Data": "10.0.3"
|
|
@@ -711,24 +711,24 @@
|
|
|
711
711
|
}
|
|
712
712
|
}
|
|
713
713
|
},
|
|
714
|
-
"Azure.Generator/1.0.0-alpha.
|
|
714
|
+
"Azure.Generator/1.0.0-alpha.20260418.3": {
|
|
715
715
|
"dependencies": {
|
|
716
716
|
"Azure.Core": "1.53.0",
|
|
717
717
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
718
718
|
"Azure.ResourceManager": "1.14.0",
|
|
719
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.
|
|
719
|
+
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.10"
|
|
720
720
|
},
|
|
721
721
|
"runtime": {
|
|
722
722
|
"Azure.Generator.dll": {
|
|
723
723
|
"assemblyVersion": "1.0.0.0",
|
|
724
|
-
"fileVersion": "1.0.26.
|
|
724
|
+
"fileVersion": "1.0.26.21803"
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
729
|
},
|
|
730
730
|
"libraries": {
|
|
731
|
-
"Azure.Generator.StubLibrary/1.0.0-alpha.
|
|
731
|
+
"Azure.Generator.StubLibrary/1.0.0-alpha.20260418.3": {
|
|
732
732
|
"type": "project",
|
|
733
733
|
"serviceable": false,
|
|
734
734
|
"sha512": ""
|
|
@@ -901,26 +901,26 @@
|
|
|
901
901
|
"path": "microsoft.net.stringtools/17.9.5",
|
|
902
902
|
"hashPath": "microsoft.net.stringtools.17.9.5.nupkg.sha512"
|
|
903
903
|
},
|
|
904
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.
|
|
904
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.10": {
|
|
905
905
|
"type": "package",
|
|
906
906
|
"serviceable": true,
|
|
907
|
-
"sha512": "sha512-
|
|
908
|
-
"path": "microsoft.typespec.generator/1.0.0-alpha.20260417.
|
|
909
|
-
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260417.
|
|
907
|
+
"sha512": "sha512-l+PdCUNm+9GAQHqnmbQToRQe2WBE+NH3+w8LNtx70ak3EZv6Q3QhR83txkNup0NpLB04lnIfX9YRsKyWCpZqfg==",
|
|
908
|
+
"path": "microsoft.typespec.generator/1.0.0-alpha.20260417.10",
|
|
909
|
+
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
910
910
|
},
|
|
911
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.
|
|
911
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.10": {
|
|
912
912
|
"type": "package",
|
|
913
913
|
"serviceable": true,
|
|
914
|
-
"sha512": "sha512
|
|
915
|
-
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260417.
|
|
916
|
-
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260417.
|
|
914
|
+
"sha512": "sha512-/7V1BVkIvcM7MzDS232Q3sZNuQ0/qRbCELNwLicG6ARVx+AgyjKN4apjI8JihIC4+bqQE1h0/Hv7wpQbfZcboA==",
|
|
915
|
+
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260417.10",
|
|
916
|
+
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
917
917
|
},
|
|
918
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.
|
|
918
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.10": {
|
|
919
919
|
"type": "package",
|
|
920
920
|
"serviceable": true,
|
|
921
|
-
"sha512": "sha512-
|
|
922
|
-
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20260417.
|
|
923
|
-
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260417.
|
|
921
|
+
"sha512": "sha512-NSlBPlaJERjX6yThgkLVBybWmIQ85+f6KPRDO2S2myt24qqdIMtRR+mQdZ5ipMvrFoEHJeL8NX00srtrNn/l6w==",
|
|
922
|
+
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20260417.10",
|
|
923
|
+
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
924
924
|
},
|
|
925
925
|
"Newtonsoft.Json/13.0.3": {
|
|
926
926
|
"type": "package",
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
"path": "system.security.cryptography.protecteddata/8.0.0",
|
|
1070
1070
|
"hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
|
|
1071
1071
|
},
|
|
1072
|
-
"Azure.Generator/1.0.0-alpha.
|
|
1072
|
+
"Azure.Generator/1.0.0-alpha.20260418.3": {
|
|
1073
1073
|
"type": "project",
|
|
1074
1074
|
"serviceable": false,
|
|
1075
1075
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Azure.Generator/1.0.0-alpha.
|
|
9
|
+
"Azure.Generator/1.0.0-alpha.20260418.3": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.53.0",
|
|
12
12
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
13
13
|
"Azure.ResourceManager": "1.14.0",
|
|
14
|
-
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.
|
|
14
|
+
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260417.10"
|
|
15
15
|
},
|
|
16
16
|
"runtime": {
|
|
17
17
|
"Azure.Generator.dll": {}
|
|
@@ -440,12 +440,12 @@
|
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.
|
|
443
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.10": {
|
|
444
444
|
"dependencies": {
|
|
445
445
|
"CommandLineParser": "2.9.1",
|
|
446
446
|
"Microsoft.Build": "17.9.5",
|
|
447
447
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
448
|
-
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260417.
|
|
448
|
+
"Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20260417.10",
|
|
449
449
|
"NuGet.Configuration": "6.14.3",
|
|
450
450
|
"NuGet.Protocol": "6.14.3",
|
|
451
451
|
"NuGet.Versioning": "6.14.3",
|
|
@@ -459,10 +459,10 @@
|
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
461
|
},
|
|
462
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.
|
|
462
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.10": {
|
|
463
463
|
"dependencies": {
|
|
464
464
|
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
|
|
465
|
-
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260417.
|
|
465
|
+
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260417.10",
|
|
466
466
|
"System.ClientModel": "1.10.0"
|
|
467
467
|
},
|
|
468
468
|
"runtime": {
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.
|
|
475
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.10": {
|
|
476
476
|
"dependencies": {
|
|
477
477
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
478
478
|
"System.Memory.Data": "10.0.3"
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
}
|
|
716
716
|
},
|
|
717
717
|
"libraries": {
|
|
718
|
-
"Azure.Generator/1.0.0-alpha.
|
|
718
|
+
"Azure.Generator/1.0.0-alpha.20260418.3": {
|
|
719
719
|
"type": "project",
|
|
720
720
|
"serviceable": false,
|
|
721
721
|
"sha512": ""
|
|
@@ -888,26 +888,26 @@
|
|
|
888
888
|
"path": "microsoft.net.stringtools/17.9.5",
|
|
889
889
|
"hashPath": "microsoft.net.stringtools.17.9.5.nupkg.sha512"
|
|
890
890
|
},
|
|
891
|
-
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.
|
|
891
|
+
"Microsoft.TypeSpec.Generator/1.0.0-alpha.20260417.10": {
|
|
892
892
|
"type": "package",
|
|
893
893
|
"serviceable": true,
|
|
894
|
-
"sha512": "sha512-
|
|
895
|
-
"path": "microsoft.typespec.generator/1.0.0-alpha.20260417.
|
|
896
|
-
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260417.
|
|
894
|
+
"sha512": "sha512-l+PdCUNm+9GAQHqnmbQToRQe2WBE+NH3+w8LNtx70ak3EZv6Q3QhR83txkNup0NpLB04lnIfX9YRsKyWCpZqfg==",
|
|
895
|
+
"path": "microsoft.typespec.generator/1.0.0-alpha.20260417.10",
|
|
896
|
+
"hashPath": "microsoft.typespec.generator.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
897
897
|
},
|
|
898
|
-
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.
|
|
898
|
+
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260417.10": {
|
|
899
899
|
"type": "package",
|
|
900
900
|
"serviceable": true,
|
|
901
|
-
"sha512": "sha512
|
|
902
|
-
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260417.
|
|
903
|
-
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260417.
|
|
901
|
+
"sha512": "sha512-/7V1BVkIvcM7MzDS232Q3sZNuQ0/qRbCELNwLicG6ARVx+AgyjKN4apjI8JihIC4+bqQE1h0/Hv7wpQbfZcboA==",
|
|
902
|
+
"path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20260417.10",
|
|
903
|
+
"hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
904
904
|
},
|
|
905
|
-
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.
|
|
905
|
+
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260417.10": {
|
|
906
906
|
"type": "package",
|
|
907
907
|
"serviceable": true,
|
|
908
|
-
"sha512": "sha512-
|
|
909
|
-
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20260417.
|
|
910
|
-
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260417.
|
|
908
|
+
"sha512": "sha512-NSlBPlaJERjX6yThgkLVBybWmIQ85+f6KPRDO2S2myt24qqdIMtRR+mQdZ5ipMvrFoEHJeL8NX00srtrNn/l6w==",
|
|
909
|
+
"path": "microsoft.typespec.generator.input/1.0.0-alpha.20260417.10",
|
|
910
|
+
"hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20260417.10.nupkg.sha512"
|
|
911
911
|
},
|
|
912
912
|
"Newtonsoft.Json/13.0.3": {
|
|
913
913
|
"type": "package",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-typespec/http-client-csharp",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20260418.3",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting Azure libraries for C#.",
|
|
6
6
|
"readme": "https://github.com/Azure/azure-sdk-for-net/blob/main/eng/packages/http-client-csharp/README.md",
|
|
@@ -31,14 +31,15 @@
|
|
|
31
31
|
"lint:fix": "eslint . --fix",
|
|
32
32
|
"prettier:fix": "prettier --write --config .prettierrc.json ./**/*.ts package.json",
|
|
33
33
|
"prettier": "prettier --check --config .prettierrc.json ./**/*.ts package.json",
|
|
34
|
-
"regen-docs": "npm run build:emitter &&
|
|
34
|
+
"regen-docs": "npm run build:emitter && npm run regen-docs:only",
|
|
35
|
+
"regen-docs:only": "tspd doc . --output-dir .tspd/docs --enable-experimental --skip-js"
|
|
35
36
|
},
|
|
36
37
|
"files": [
|
|
37
38
|
"dist/emitter/src/**",
|
|
38
39
|
"dist/generator/**"
|
|
39
40
|
],
|
|
40
41
|
"dependencies": {
|
|
41
|
-
"@typespec/http-client-csharp": "1.0.0-alpha.20260417.
|
|
42
|
+
"@typespec/http-client-csharp": "1.0.0-alpha.20260417.10"
|
|
42
43
|
},
|
|
43
44
|
"devDependencies": {
|
|
44
45
|
"@azure-tools/azure-http-specs": "0.1.0-alpha.39",
|