@azure-typespec/http-client-csharp 1.0.0-alpha.20260127.1 → 1.0.0-alpha.20260128.1
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/Azure.Generator.StubLibrary.deps.json +160 -47
- 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 +2 -2
- package/dist/generator/Azure.Generator.dll +0 -0
- package/dist/generator/Azure.Generator.pdb +0 -0
- package/dist/generator/net10.0/Azure.Generator.StubLibrary.deps.json +160 -47
- 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 +2 -2
- package/dist/generator/net10.0/Azure.Generator.dll +0 -0
- package/dist/generator/net10.0/Azure.Generator.pdb +0 -0
- package/package.json +1 -1
|
@@ -6,11 +6,11 @@
|
|
|
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.20260128.1": {
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"Azure.Generator": "1.0.0-alpha.
|
|
11
|
+
"Azure.Generator": "1.0.0-alpha.20260128.1",
|
|
12
12
|
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260127.1",
|
|
13
|
-
"System.ClientModel": "1.
|
|
13
|
+
"System.ClientModel": "1.9.0"
|
|
14
14
|
},
|
|
15
15
|
"runtime": {
|
|
16
16
|
"Azure.Generator.StubLibrary.dll": {}
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"Azure.Core/1.50.0": {
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
|
|
22
|
-
"System.ClientModel": "1.
|
|
23
|
-
"System.Memory.Data": "
|
|
22
|
+
"System.ClientModel": "1.9.0",
|
|
23
|
+
"System.Memory.Data": "10.0.1"
|
|
24
24
|
},
|
|
25
25
|
"runtime": {
|
|
26
26
|
"lib/net8.0/Azure.Core.dll": {
|
|
@@ -308,22 +308,91 @@
|
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
},
|
|
311
|
-
"Microsoft.Extensions.
|
|
311
|
+
"Microsoft.Extensions.Configuration.Abstractions/10.0.2": {
|
|
312
|
+
"dependencies": {
|
|
313
|
+
"Microsoft.Extensions.Primitives": "10.0.2"
|
|
314
|
+
},
|
|
312
315
|
"runtime": {
|
|
313
|
-
"lib/
|
|
314
|
-
"assemblyVersion": "
|
|
315
|
-
"fileVersion": "
|
|
316
|
+
"lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
|
317
|
+
"assemblyVersion": "10.0.0.0",
|
|
318
|
+
"fileVersion": "10.0.225.61305"
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.2": {
|
|
323
|
+
"runtime": {
|
|
324
|
+
"lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
325
|
+
"assemblyVersion": "10.0.0.0",
|
|
326
|
+
"fileVersion": "10.0.225.61305"
|
|
316
327
|
}
|
|
317
328
|
}
|
|
318
329
|
},
|
|
319
|
-
"Microsoft.Extensions.
|
|
330
|
+
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.2": {
|
|
320
331
|
"dependencies": {
|
|
321
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "
|
|
332
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2",
|
|
333
|
+
"Microsoft.Extensions.Options": "10.0.2"
|
|
322
334
|
},
|
|
323
335
|
"runtime": {
|
|
324
|
-
"lib/
|
|
325
|
-
"assemblyVersion": "
|
|
326
|
-
"fileVersion": "
|
|
336
|
+
"lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
|
|
337
|
+
"assemblyVersion": "10.0.0.0",
|
|
338
|
+
"fileVersion": "10.0.225.61305"
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"Microsoft.Extensions.FileProviders.Abstractions/10.0.2": {
|
|
343
|
+
"dependencies": {
|
|
344
|
+
"Microsoft.Extensions.Primitives": "10.0.2"
|
|
345
|
+
},
|
|
346
|
+
"runtime": {
|
|
347
|
+
"lib/net10.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
|
|
348
|
+
"assemblyVersion": "10.0.0.0",
|
|
349
|
+
"fileVersion": "10.0.225.61305"
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"Microsoft.Extensions.Hosting.Abstractions/10.0.2": {
|
|
354
|
+
"dependencies": {
|
|
355
|
+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.2",
|
|
356
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2",
|
|
357
|
+
"Microsoft.Extensions.Diagnostics.Abstractions": "10.0.2",
|
|
358
|
+
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.2",
|
|
359
|
+
"Microsoft.Extensions.Logging.Abstractions": "10.0.2"
|
|
360
|
+
},
|
|
361
|
+
"runtime": {
|
|
362
|
+
"lib/net10.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
|
|
363
|
+
"assemblyVersion": "10.0.0.0",
|
|
364
|
+
"fileVersion": "10.0.225.61305"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"Microsoft.Extensions.Logging.Abstractions/10.0.2": {
|
|
369
|
+
"dependencies": {
|
|
370
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
|
|
371
|
+
},
|
|
372
|
+
"runtime": {
|
|
373
|
+
"lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
374
|
+
"assemblyVersion": "10.0.0.0",
|
|
375
|
+
"fileVersion": "10.0.225.61305"
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"Microsoft.Extensions.Options/10.0.2": {
|
|
380
|
+
"dependencies": {
|
|
381
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2",
|
|
382
|
+
"Microsoft.Extensions.Primitives": "10.0.2"
|
|
383
|
+
},
|
|
384
|
+
"runtime": {
|
|
385
|
+
"lib/net10.0/Microsoft.Extensions.Options.dll": {
|
|
386
|
+
"assemblyVersion": "10.0.0.0",
|
|
387
|
+
"fileVersion": "10.0.225.61305"
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"Microsoft.Extensions.Primitives/10.0.2": {
|
|
392
|
+
"runtime": {
|
|
393
|
+
"lib/net10.0/Microsoft.Extensions.Primitives.dll": {
|
|
394
|
+
"assemblyVersion": "10.0.0.0",
|
|
395
|
+
"fileVersion": "10.0.225.61305"
|
|
327
396
|
}
|
|
328
397
|
}
|
|
329
398
|
},
|
|
@@ -345,7 +414,7 @@
|
|
|
345
414
|
"NuGet.Protocol": "6.14.0",
|
|
346
415
|
"NuGet.Versioning": "6.14.0",
|
|
347
416
|
"System.ComponentModel.Composition": "8.0.0",
|
|
348
|
-
"System.Memory.Data": "
|
|
417
|
+
"System.Memory.Data": "10.0.1"
|
|
349
418
|
},
|
|
350
419
|
"runtime": {
|
|
351
420
|
"lib/net10.0/Microsoft.TypeSpec.Generator.dll": {
|
|
@@ -357,7 +426,7 @@
|
|
|
357
426
|
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260127.1": {
|
|
358
427
|
"dependencies": {
|
|
359
428
|
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260127.1",
|
|
360
|
-
"System.ClientModel": "1.
|
|
429
|
+
"System.ClientModel": "1.9.0"
|
|
361
430
|
},
|
|
362
431
|
"runtime": {
|
|
363
432
|
"lib/net10.0/Microsoft.TypeSpec.Generator.ClientModel.dll": {
|
|
@@ -369,7 +438,7 @@
|
|
|
369
438
|
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260127.1": {
|
|
370
439
|
"dependencies": {
|
|
371
440
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
372
|
-
"System.Memory.Data": "
|
|
441
|
+
"System.Memory.Data": "10.0.1"
|
|
373
442
|
},
|
|
374
443
|
"runtime": {
|
|
375
444
|
"lib/net10.0/Microsoft.TypeSpec.Generator.Input.dll": {
|
|
@@ -450,15 +519,17 @@
|
|
|
450
519
|
}
|
|
451
520
|
}
|
|
452
521
|
},
|
|
453
|
-
"System.ClientModel/1.
|
|
522
|
+
"System.ClientModel/1.9.0": {
|
|
454
523
|
"dependencies": {
|
|
455
|
-
"Microsoft.Extensions.
|
|
456
|
-
"
|
|
524
|
+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.2",
|
|
525
|
+
"Microsoft.Extensions.Hosting.Abstractions": "10.0.2",
|
|
526
|
+
"Microsoft.Extensions.Logging.Abstractions": "10.0.2",
|
|
527
|
+
"System.Memory.Data": "10.0.1"
|
|
457
528
|
},
|
|
458
529
|
"runtime": {
|
|
459
|
-
"lib/
|
|
460
|
-
"assemblyVersion": "1.
|
|
461
|
-
"fileVersion": "1.
|
|
530
|
+
"lib/net10.0/System.ClientModel.dll": {
|
|
531
|
+
"assemblyVersion": "1.9.0.0",
|
|
532
|
+
"fileVersion": "1.900.26.7706"
|
|
462
533
|
}
|
|
463
534
|
}
|
|
464
535
|
},
|
|
@@ -564,11 +635,11 @@
|
|
|
564
635
|
}
|
|
565
636
|
}
|
|
566
637
|
},
|
|
567
|
-
"System.Memory.Data/
|
|
638
|
+
"System.Memory.Data/10.0.1": {
|
|
568
639
|
"runtime": {
|
|
569
|
-
"lib/
|
|
570
|
-
"assemblyVersion": "
|
|
571
|
-
"fileVersion": "
|
|
640
|
+
"lib/net10.0/System.Memory.Data.dll": {
|
|
641
|
+
"assemblyVersion": "10.0.0.1",
|
|
642
|
+
"fileVersion": "10.0.125.57005"
|
|
572
643
|
}
|
|
573
644
|
}
|
|
574
645
|
},
|
|
@@ -604,7 +675,7 @@
|
|
|
604
675
|
}
|
|
605
676
|
}
|
|
606
677
|
},
|
|
607
|
-
"Azure.Generator/1.0.0-alpha.
|
|
678
|
+
"Azure.Generator/1.0.0-alpha.20260128.1": {
|
|
608
679
|
"dependencies": {
|
|
609
680
|
"Azure.Core": "1.50.0",
|
|
610
681
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
@@ -614,14 +685,14 @@
|
|
|
614
685
|
"runtime": {
|
|
615
686
|
"Azure.Generator.dll": {
|
|
616
687
|
"assemblyVersion": "1.0.0.0",
|
|
617
|
-
"fileVersion": "1.0.26.
|
|
688
|
+
"fileVersion": "1.0.26.7801"
|
|
618
689
|
}
|
|
619
690
|
}
|
|
620
691
|
}
|
|
621
692
|
}
|
|
622
693
|
},
|
|
623
694
|
"libraries": {
|
|
624
|
-
"Azure.Generator.StubLibrary/1.0.0-alpha.
|
|
695
|
+
"Azure.Generator.StubLibrary/1.0.0-alpha.20260128.1": {
|
|
625
696
|
"type": "project",
|
|
626
697
|
"serviceable": false,
|
|
627
698
|
"sha512": ""
|
|
@@ -710,19 +781,61 @@
|
|
|
710
781
|
"path": "microsoft.codeanalysis.workspaces.common/4.8.0",
|
|
711
782
|
"hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512"
|
|
712
783
|
},
|
|
713
|
-
"Microsoft.Extensions.
|
|
784
|
+
"Microsoft.Extensions.Configuration.Abstractions/10.0.2": {
|
|
785
|
+
"type": "package",
|
|
786
|
+
"serviceable": true,
|
|
787
|
+
"sha512": "sha512-KC5PslaTDnTuTvyke0KYAVBYdZ7IVTsU3JhHe69BpEbHLcj1YThP3bIGtZNOkZfast2AuLnul5lk4rZKxAdUGQ==",
|
|
788
|
+
"path": "microsoft.extensions.configuration.abstractions/10.0.2",
|
|
789
|
+
"hashPath": "microsoft.extensions.configuration.abstractions.10.0.2.nupkg.sha512"
|
|
790
|
+
},
|
|
791
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.2": {
|
|
792
|
+
"type": "package",
|
|
793
|
+
"serviceable": true,
|
|
794
|
+
"sha512": "sha512-zOIurr59+kUf9vNcsUkCvKWZv+fPosUZXURZesYkJCvl0EzTc9F7maAO4Cd2WEV7ZJJ0AZrFQvuH6Npph9wdBw==",
|
|
795
|
+
"path": "microsoft.extensions.dependencyinjection.abstractions/10.0.2",
|
|
796
|
+
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.2.nupkg.sha512"
|
|
797
|
+
},
|
|
798
|
+
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.2": {
|
|
799
|
+
"type": "package",
|
|
800
|
+
"serviceable": true,
|
|
801
|
+
"sha512": "sha512-GaiaeKUuLuUbRPkUokndDuzonhO6dk4lcfGflHsCeXiJ5JrZxcyks1KuG6eB9pON16x/+9uWfa4w9g3oP8AYvQ==",
|
|
802
|
+
"path": "microsoft.extensions.diagnostics.abstractions/10.0.2",
|
|
803
|
+
"hashPath": "microsoft.extensions.diagnostics.abstractions.10.0.2.nupkg.sha512"
|
|
804
|
+
},
|
|
805
|
+
"Microsoft.Extensions.FileProviders.Abstractions/10.0.2": {
|
|
806
|
+
"type": "package",
|
|
807
|
+
"serviceable": true,
|
|
808
|
+
"sha512": "sha512-+r/eJ+slW/EmwWmH3En4gzRg1k6+yTqexoHBrMuz5fxsIKJA8MDiSGepjw/ko3XyNqg+w3dxQe+huoVXs5XDJw==",
|
|
809
|
+
"path": "microsoft.extensions.fileproviders.abstractions/10.0.2",
|
|
810
|
+
"hashPath": "microsoft.extensions.fileproviders.abstractions.10.0.2.nupkg.sha512"
|
|
811
|
+
},
|
|
812
|
+
"Microsoft.Extensions.Hosting.Abstractions/10.0.2": {
|
|
813
|
+
"type": "package",
|
|
814
|
+
"serviceable": true,
|
|
815
|
+
"sha512": "sha512-CeAAPVOtI/wtBcHOwq6Pw3VPdGi+pNaGHZj6vfXX/5zr8beO9SyL7IOCSQ70BauFTAFS0QF7f6zu2A6hC8D6nw==",
|
|
816
|
+
"path": "microsoft.extensions.hosting.abstractions/10.0.2",
|
|
817
|
+
"hashPath": "microsoft.extensions.hosting.abstractions.10.0.2.nupkg.sha512"
|
|
818
|
+
},
|
|
819
|
+
"Microsoft.Extensions.Logging.Abstractions/10.0.2": {
|
|
820
|
+
"type": "package",
|
|
821
|
+
"serviceable": true,
|
|
822
|
+
"sha512": "sha512-RZkez/JjpnO+MZ6efKkSynN6ZztLpw3WbxNzjLCPBd97wWj1S9ZYPWi0nmT4kWBRa6atHsdM1ydGkUr8GudyDQ==",
|
|
823
|
+
"path": "microsoft.extensions.logging.abstractions/10.0.2",
|
|
824
|
+
"hashPath": "microsoft.extensions.logging.abstractions.10.0.2.nupkg.sha512"
|
|
825
|
+
},
|
|
826
|
+
"Microsoft.Extensions.Options/10.0.2": {
|
|
714
827
|
"type": "package",
|
|
715
828
|
"serviceable": true,
|
|
716
|
-
"sha512": "sha512-
|
|
717
|
-
"path": "microsoft.extensions.
|
|
718
|
-
"hashPath": "microsoft.extensions.
|
|
829
|
+
"sha512": "sha512-1De2LJjmxdqopI5AYC5dIhoZQ79AR5ayywxNF1rXrXFtKQfbQOV9+n/IsZBa7qWlr0MqoGpW8+OY2v/57udZOA==",
|
|
830
|
+
"path": "microsoft.extensions.options/10.0.2",
|
|
831
|
+
"hashPath": "microsoft.extensions.options.10.0.2.nupkg.sha512"
|
|
719
832
|
},
|
|
720
|
-
"Microsoft.Extensions.
|
|
833
|
+
"Microsoft.Extensions.Primitives/10.0.2": {
|
|
721
834
|
"type": "package",
|
|
722
835
|
"serviceable": true,
|
|
723
|
-
"sha512": "sha512-
|
|
724
|
-
"path": "microsoft.extensions.
|
|
725
|
-
"hashPath": "microsoft.extensions.
|
|
836
|
+
"sha512": "sha512-QmSiO+oLBEooGgB3i0GRXyeYRDHjllqt3k365jwfZlYWhvSHA3UL2NEVV5m8aZa041eIlblo6KMI5txvTMpTwA==",
|
|
837
|
+
"path": "microsoft.extensions.primitives/10.0.2",
|
|
838
|
+
"hashPath": "microsoft.extensions.primitives.10.0.2.nupkg.sha512"
|
|
726
839
|
},
|
|
727
840
|
"Microsoft.NET.StringTools/17.9.5": {
|
|
728
841
|
"type": "package",
|
|
@@ -801,12 +914,12 @@
|
|
|
801
914
|
"path": "nuget.versioning/6.14.0",
|
|
802
915
|
"hashPath": "nuget.versioning.6.14.0.nupkg.sha512"
|
|
803
916
|
},
|
|
804
|
-
"System.ClientModel/1.
|
|
917
|
+
"System.ClientModel/1.9.0": {
|
|
805
918
|
"type": "package",
|
|
806
919
|
"serviceable": true,
|
|
807
|
-
"sha512": "sha512-
|
|
808
|
-
"path": "system.clientmodel/1.
|
|
809
|
-
"hashPath": "system.clientmodel.1.
|
|
920
|
+
"sha512": "sha512-1wdwKtMMMEFEYsxJmtrOd3G+7zVOVO3MlVZAsbKv9H0PnIx6J27fYAarMn0eQS0vKJPQL018DOb7YRK1O97p0A==",
|
|
921
|
+
"path": "system.clientmodel/1.9.0",
|
|
922
|
+
"hashPath": "system.clientmodel.1.9.0.nupkg.sha512"
|
|
810
923
|
},
|
|
811
924
|
"System.ComponentModel.Composition/8.0.0": {
|
|
812
925
|
"type": "package",
|
|
@@ -871,12 +984,12 @@
|
|
|
871
984
|
"path": "system.diagnostics.eventlog/8.0.0",
|
|
872
985
|
"hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
|
|
873
986
|
},
|
|
874
|
-
"System.Memory.Data/
|
|
987
|
+
"System.Memory.Data/10.0.1": {
|
|
875
988
|
"type": "package",
|
|
876
989
|
"serviceable": true,
|
|
877
|
-
"sha512": "sha512-
|
|
878
|
-
"path": "system.memory.data/
|
|
879
|
-
"hashPath": "system.memory.data.
|
|
990
|
+
"sha512": "sha512-BZC4mhdL569AXV56ep9YO6ShjhxFXGP7SwVX0Bc/e0dJPWnS6aBEXZJXqh64RVx8HquqWHkJUINBydLRQ1yq0g==",
|
|
991
|
+
"path": "system.memory.data/10.0.1",
|
|
992
|
+
"hashPath": "system.memory.data.10.0.1.nupkg.sha512"
|
|
880
993
|
},
|
|
881
994
|
"System.Reflection.MetadataLoadContext/8.0.0": {
|
|
882
995
|
"type": "package",
|
|
@@ -899,7 +1012,7 @@
|
|
|
899
1012
|
"path": "system.security.cryptography.protecteddata/8.0.0",
|
|
900
1013
|
"hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
|
|
901
1014
|
},
|
|
902
|
-
"Azure.Generator/1.0.0-alpha.
|
|
1015
|
+
"Azure.Generator/1.0.0-alpha.20260128.1": {
|
|
903
1016
|
"type": "project",
|
|
904
1017
|
"serviceable": false,
|
|
905
1018
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
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.20260128.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
}
|
|
609
609
|
},
|
|
610
610
|
"libraries": {
|
|
611
|
-
"Azure.Generator/1.0.0-alpha.
|
|
611
|
+
"Azure.Generator/1.0.0-alpha.20260128.1": {
|
|
612
612
|
"type": "project",
|
|
613
613
|
"serviceable": false,
|
|
614
614
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -6,11 +6,11 @@
|
|
|
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.20260128.1": {
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"Azure.Generator": "1.0.0-alpha.
|
|
11
|
+
"Azure.Generator": "1.0.0-alpha.20260128.1",
|
|
12
12
|
"Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20260127.1",
|
|
13
|
-
"System.ClientModel": "1.
|
|
13
|
+
"System.ClientModel": "1.9.0"
|
|
14
14
|
},
|
|
15
15
|
"runtime": {
|
|
16
16
|
"Azure.Generator.StubLibrary.dll": {}
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"Azure.Core/1.50.0": {
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
|
|
22
|
-
"System.ClientModel": "1.
|
|
23
|
-
"System.Memory.Data": "
|
|
22
|
+
"System.ClientModel": "1.9.0",
|
|
23
|
+
"System.Memory.Data": "10.0.1"
|
|
24
24
|
},
|
|
25
25
|
"runtime": {
|
|
26
26
|
"lib/net8.0/Azure.Core.dll": {
|
|
@@ -308,22 +308,91 @@
|
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
},
|
|
311
|
-
"Microsoft.Extensions.
|
|
311
|
+
"Microsoft.Extensions.Configuration.Abstractions/10.0.2": {
|
|
312
|
+
"dependencies": {
|
|
313
|
+
"Microsoft.Extensions.Primitives": "10.0.2"
|
|
314
|
+
},
|
|
312
315
|
"runtime": {
|
|
313
|
-
"lib/
|
|
314
|
-
"assemblyVersion": "
|
|
315
|
-
"fileVersion": "
|
|
316
|
+
"lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
|
|
317
|
+
"assemblyVersion": "10.0.0.0",
|
|
318
|
+
"fileVersion": "10.0.225.61305"
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.2": {
|
|
323
|
+
"runtime": {
|
|
324
|
+
"lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
325
|
+
"assemblyVersion": "10.0.0.0",
|
|
326
|
+
"fileVersion": "10.0.225.61305"
|
|
316
327
|
}
|
|
317
328
|
}
|
|
318
329
|
},
|
|
319
|
-
"Microsoft.Extensions.
|
|
330
|
+
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.2": {
|
|
320
331
|
"dependencies": {
|
|
321
|
-
"Microsoft.Extensions.DependencyInjection.Abstractions": "
|
|
332
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2",
|
|
333
|
+
"Microsoft.Extensions.Options": "10.0.2"
|
|
322
334
|
},
|
|
323
335
|
"runtime": {
|
|
324
|
-
"lib/
|
|
325
|
-
"assemblyVersion": "
|
|
326
|
-
"fileVersion": "
|
|
336
|
+
"lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
|
|
337
|
+
"assemblyVersion": "10.0.0.0",
|
|
338
|
+
"fileVersion": "10.0.225.61305"
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"Microsoft.Extensions.FileProviders.Abstractions/10.0.2": {
|
|
343
|
+
"dependencies": {
|
|
344
|
+
"Microsoft.Extensions.Primitives": "10.0.2"
|
|
345
|
+
},
|
|
346
|
+
"runtime": {
|
|
347
|
+
"lib/net10.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
|
|
348
|
+
"assemblyVersion": "10.0.0.0",
|
|
349
|
+
"fileVersion": "10.0.225.61305"
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"Microsoft.Extensions.Hosting.Abstractions/10.0.2": {
|
|
354
|
+
"dependencies": {
|
|
355
|
+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.2",
|
|
356
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2",
|
|
357
|
+
"Microsoft.Extensions.Diagnostics.Abstractions": "10.0.2",
|
|
358
|
+
"Microsoft.Extensions.FileProviders.Abstractions": "10.0.2",
|
|
359
|
+
"Microsoft.Extensions.Logging.Abstractions": "10.0.2"
|
|
360
|
+
},
|
|
361
|
+
"runtime": {
|
|
362
|
+
"lib/net10.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
|
|
363
|
+
"assemblyVersion": "10.0.0.0",
|
|
364
|
+
"fileVersion": "10.0.225.61305"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"Microsoft.Extensions.Logging.Abstractions/10.0.2": {
|
|
369
|
+
"dependencies": {
|
|
370
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
|
|
371
|
+
},
|
|
372
|
+
"runtime": {
|
|
373
|
+
"lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
374
|
+
"assemblyVersion": "10.0.0.0",
|
|
375
|
+
"fileVersion": "10.0.225.61305"
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"Microsoft.Extensions.Options/10.0.2": {
|
|
380
|
+
"dependencies": {
|
|
381
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2",
|
|
382
|
+
"Microsoft.Extensions.Primitives": "10.0.2"
|
|
383
|
+
},
|
|
384
|
+
"runtime": {
|
|
385
|
+
"lib/net10.0/Microsoft.Extensions.Options.dll": {
|
|
386
|
+
"assemblyVersion": "10.0.0.0",
|
|
387
|
+
"fileVersion": "10.0.225.61305"
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"Microsoft.Extensions.Primitives/10.0.2": {
|
|
392
|
+
"runtime": {
|
|
393
|
+
"lib/net10.0/Microsoft.Extensions.Primitives.dll": {
|
|
394
|
+
"assemblyVersion": "10.0.0.0",
|
|
395
|
+
"fileVersion": "10.0.225.61305"
|
|
327
396
|
}
|
|
328
397
|
}
|
|
329
398
|
},
|
|
@@ -345,7 +414,7 @@
|
|
|
345
414
|
"NuGet.Protocol": "6.14.0",
|
|
346
415
|
"NuGet.Versioning": "6.14.0",
|
|
347
416
|
"System.ComponentModel.Composition": "8.0.0",
|
|
348
|
-
"System.Memory.Data": "
|
|
417
|
+
"System.Memory.Data": "10.0.1"
|
|
349
418
|
},
|
|
350
419
|
"runtime": {
|
|
351
420
|
"lib/net10.0/Microsoft.TypeSpec.Generator.dll": {
|
|
@@ -357,7 +426,7 @@
|
|
|
357
426
|
"Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20260127.1": {
|
|
358
427
|
"dependencies": {
|
|
359
428
|
"Microsoft.TypeSpec.Generator": "1.0.0-alpha.20260127.1",
|
|
360
|
-
"System.ClientModel": "1.
|
|
429
|
+
"System.ClientModel": "1.9.0"
|
|
361
430
|
},
|
|
362
431
|
"runtime": {
|
|
363
432
|
"lib/net10.0/Microsoft.TypeSpec.Generator.ClientModel.dll": {
|
|
@@ -369,7 +438,7 @@
|
|
|
369
438
|
"Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20260127.1": {
|
|
370
439
|
"dependencies": {
|
|
371
440
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
372
|
-
"System.Memory.Data": "
|
|
441
|
+
"System.Memory.Data": "10.0.1"
|
|
373
442
|
},
|
|
374
443
|
"runtime": {
|
|
375
444
|
"lib/net10.0/Microsoft.TypeSpec.Generator.Input.dll": {
|
|
@@ -450,15 +519,17 @@
|
|
|
450
519
|
}
|
|
451
520
|
}
|
|
452
521
|
},
|
|
453
|
-
"System.ClientModel/1.
|
|
522
|
+
"System.ClientModel/1.9.0": {
|
|
454
523
|
"dependencies": {
|
|
455
|
-
"Microsoft.Extensions.
|
|
456
|
-
"
|
|
524
|
+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.2",
|
|
525
|
+
"Microsoft.Extensions.Hosting.Abstractions": "10.0.2",
|
|
526
|
+
"Microsoft.Extensions.Logging.Abstractions": "10.0.2",
|
|
527
|
+
"System.Memory.Data": "10.0.1"
|
|
457
528
|
},
|
|
458
529
|
"runtime": {
|
|
459
|
-
"lib/
|
|
460
|
-
"assemblyVersion": "1.
|
|
461
|
-
"fileVersion": "1.
|
|
530
|
+
"lib/net10.0/System.ClientModel.dll": {
|
|
531
|
+
"assemblyVersion": "1.9.0.0",
|
|
532
|
+
"fileVersion": "1.900.26.7706"
|
|
462
533
|
}
|
|
463
534
|
}
|
|
464
535
|
},
|
|
@@ -564,11 +635,11 @@
|
|
|
564
635
|
}
|
|
565
636
|
}
|
|
566
637
|
},
|
|
567
|
-
"System.Memory.Data/
|
|
638
|
+
"System.Memory.Data/10.0.1": {
|
|
568
639
|
"runtime": {
|
|
569
|
-
"lib/
|
|
570
|
-
"assemblyVersion": "
|
|
571
|
-
"fileVersion": "
|
|
640
|
+
"lib/net10.0/System.Memory.Data.dll": {
|
|
641
|
+
"assemblyVersion": "10.0.0.1",
|
|
642
|
+
"fileVersion": "10.0.125.57005"
|
|
572
643
|
}
|
|
573
644
|
}
|
|
574
645
|
},
|
|
@@ -604,7 +675,7 @@
|
|
|
604
675
|
}
|
|
605
676
|
}
|
|
606
677
|
},
|
|
607
|
-
"Azure.Generator/1.0.0-alpha.
|
|
678
|
+
"Azure.Generator/1.0.0-alpha.20260128.1": {
|
|
608
679
|
"dependencies": {
|
|
609
680
|
"Azure.Core": "1.50.0",
|
|
610
681
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
@@ -614,14 +685,14 @@
|
|
|
614
685
|
"runtime": {
|
|
615
686
|
"Azure.Generator.dll": {
|
|
616
687
|
"assemblyVersion": "1.0.0.0",
|
|
617
|
-
"fileVersion": "1.0.26.
|
|
688
|
+
"fileVersion": "1.0.26.7801"
|
|
618
689
|
}
|
|
619
690
|
}
|
|
620
691
|
}
|
|
621
692
|
}
|
|
622
693
|
},
|
|
623
694
|
"libraries": {
|
|
624
|
-
"Azure.Generator.StubLibrary/1.0.0-alpha.
|
|
695
|
+
"Azure.Generator.StubLibrary/1.0.0-alpha.20260128.1": {
|
|
625
696
|
"type": "project",
|
|
626
697
|
"serviceable": false,
|
|
627
698
|
"sha512": ""
|
|
@@ -710,19 +781,61 @@
|
|
|
710
781
|
"path": "microsoft.codeanalysis.workspaces.common/4.8.0",
|
|
711
782
|
"hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512"
|
|
712
783
|
},
|
|
713
|
-
"Microsoft.Extensions.
|
|
784
|
+
"Microsoft.Extensions.Configuration.Abstractions/10.0.2": {
|
|
785
|
+
"type": "package",
|
|
786
|
+
"serviceable": true,
|
|
787
|
+
"sha512": "sha512-KC5PslaTDnTuTvyke0KYAVBYdZ7IVTsU3JhHe69BpEbHLcj1YThP3bIGtZNOkZfast2AuLnul5lk4rZKxAdUGQ==",
|
|
788
|
+
"path": "microsoft.extensions.configuration.abstractions/10.0.2",
|
|
789
|
+
"hashPath": "microsoft.extensions.configuration.abstractions.10.0.2.nupkg.sha512"
|
|
790
|
+
},
|
|
791
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.2": {
|
|
792
|
+
"type": "package",
|
|
793
|
+
"serviceable": true,
|
|
794
|
+
"sha512": "sha512-zOIurr59+kUf9vNcsUkCvKWZv+fPosUZXURZesYkJCvl0EzTc9F7maAO4Cd2WEV7ZJJ0AZrFQvuH6Npph9wdBw==",
|
|
795
|
+
"path": "microsoft.extensions.dependencyinjection.abstractions/10.0.2",
|
|
796
|
+
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.2.nupkg.sha512"
|
|
797
|
+
},
|
|
798
|
+
"Microsoft.Extensions.Diagnostics.Abstractions/10.0.2": {
|
|
799
|
+
"type": "package",
|
|
800
|
+
"serviceable": true,
|
|
801
|
+
"sha512": "sha512-GaiaeKUuLuUbRPkUokndDuzonhO6dk4lcfGflHsCeXiJ5JrZxcyks1KuG6eB9pON16x/+9uWfa4w9g3oP8AYvQ==",
|
|
802
|
+
"path": "microsoft.extensions.diagnostics.abstractions/10.0.2",
|
|
803
|
+
"hashPath": "microsoft.extensions.diagnostics.abstractions.10.0.2.nupkg.sha512"
|
|
804
|
+
},
|
|
805
|
+
"Microsoft.Extensions.FileProviders.Abstractions/10.0.2": {
|
|
806
|
+
"type": "package",
|
|
807
|
+
"serviceable": true,
|
|
808
|
+
"sha512": "sha512-+r/eJ+slW/EmwWmH3En4gzRg1k6+yTqexoHBrMuz5fxsIKJA8MDiSGepjw/ko3XyNqg+w3dxQe+huoVXs5XDJw==",
|
|
809
|
+
"path": "microsoft.extensions.fileproviders.abstractions/10.0.2",
|
|
810
|
+
"hashPath": "microsoft.extensions.fileproviders.abstractions.10.0.2.nupkg.sha512"
|
|
811
|
+
},
|
|
812
|
+
"Microsoft.Extensions.Hosting.Abstractions/10.0.2": {
|
|
813
|
+
"type": "package",
|
|
814
|
+
"serviceable": true,
|
|
815
|
+
"sha512": "sha512-CeAAPVOtI/wtBcHOwq6Pw3VPdGi+pNaGHZj6vfXX/5zr8beO9SyL7IOCSQ70BauFTAFS0QF7f6zu2A6hC8D6nw==",
|
|
816
|
+
"path": "microsoft.extensions.hosting.abstractions/10.0.2",
|
|
817
|
+
"hashPath": "microsoft.extensions.hosting.abstractions.10.0.2.nupkg.sha512"
|
|
818
|
+
},
|
|
819
|
+
"Microsoft.Extensions.Logging.Abstractions/10.0.2": {
|
|
820
|
+
"type": "package",
|
|
821
|
+
"serviceable": true,
|
|
822
|
+
"sha512": "sha512-RZkez/JjpnO+MZ6efKkSynN6ZztLpw3WbxNzjLCPBd97wWj1S9ZYPWi0nmT4kWBRa6atHsdM1ydGkUr8GudyDQ==",
|
|
823
|
+
"path": "microsoft.extensions.logging.abstractions/10.0.2",
|
|
824
|
+
"hashPath": "microsoft.extensions.logging.abstractions.10.0.2.nupkg.sha512"
|
|
825
|
+
},
|
|
826
|
+
"Microsoft.Extensions.Options/10.0.2": {
|
|
714
827
|
"type": "package",
|
|
715
828
|
"serviceable": true,
|
|
716
|
-
"sha512": "sha512-
|
|
717
|
-
"path": "microsoft.extensions.
|
|
718
|
-
"hashPath": "microsoft.extensions.
|
|
829
|
+
"sha512": "sha512-1De2LJjmxdqopI5AYC5dIhoZQ79AR5ayywxNF1rXrXFtKQfbQOV9+n/IsZBa7qWlr0MqoGpW8+OY2v/57udZOA==",
|
|
830
|
+
"path": "microsoft.extensions.options/10.0.2",
|
|
831
|
+
"hashPath": "microsoft.extensions.options.10.0.2.nupkg.sha512"
|
|
719
832
|
},
|
|
720
|
-
"Microsoft.Extensions.
|
|
833
|
+
"Microsoft.Extensions.Primitives/10.0.2": {
|
|
721
834
|
"type": "package",
|
|
722
835
|
"serviceable": true,
|
|
723
|
-
"sha512": "sha512-
|
|
724
|
-
"path": "microsoft.extensions.
|
|
725
|
-
"hashPath": "microsoft.extensions.
|
|
836
|
+
"sha512": "sha512-QmSiO+oLBEooGgB3i0GRXyeYRDHjllqt3k365jwfZlYWhvSHA3UL2NEVV5m8aZa041eIlblo6KMI5txvTMpTwA==",
|
|
837
|
+
"path": "microsoft.extensions.primitives/10.0.2",
|
|
838
|
+
"hashPath": "microsoft.extensions.primitives.10.0.2.nupkg.sha512"
|
|
726
839
|
},
|
|
727
840
|
"Microsoft.NET.StringTools/17.9.5": {
|
|
728
841
|
"type": "package",
|
|
@@ -801,12 +914,12 @@
|
|
|
801
914
|
"path": "nuget.versioning/6.14.0",
|
|
802
915
|
"hashPath": "nuget.versioning.6.14.0.nupkg.sha512"
|
|
803
916
|
},
|
|
804
|
-
"System.ClientModel/1.
|
|
917
|
+
"System.ClientModel/1.9.0": {
|
|
805
918
|
"type": "package",
|
|
806
919
|
"serviceable": true,
|
|
807
|
-
"sha512": "sha512-
|
|
808
|
-
"path": "system.clientmodel/1.
|
|
809
|
-
"hashPath": "system.clientmodel.1.
|
|
920
|
+
"sha512": "sha512-1wdwKtMMMEFEYsxJmtrOd3G+7zVOVO3MlVZAsbKv9H0PnIx6J27fYAarMn0eQS0vKJPQL018DOb7YRK1O97p0A==",
|
|
921
|
+
"path": "system.clientmodel/1.9.0",
|
|
922
|
+
"hashPath": "system.clientmodel.1.9.0.nupkg.sha512"
|
|
810
923
|
},
|
|
811
924
|
"System.ComponentModel.Composition/8.0.0": {
|
|
812
925
|
"type": "package",
|
|
@@ -871,12 +984,12 @@
|
|
|
871
984
|
"path": "system.diagnostics.eventlog/8.0.0",
|
|
872
985
|
"hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
|
|
873
986
|
},
|
|
874
|
-
"System.Memory.Data/
|
|
987
|
+
"System.Memory.Data/10.0.1": {
|
|
875
988
|
"type": "package",
|
|
876
989
|
"serviceable": true,
|
|
877
|
-
"sha512": "sha512-
|
|
878
|
-
"path": "system.memory.data/
|
|
879
|
-
"hashPath": "system.memory.data.
|
|
990
|
+
"sha512": "sha512-BZC4mhdL569AXV56ep9YO6ShjhxFXGP7SwVX0Bc/e0dJPWnS6aBEXZJXqh64RVx8HquqWHkJUINBydLRQ1yq0g==",
|
|
991
|
+
"path": "system.memory.data/10.0.1",
|
|
992
|
+
"hashPath": "system.memory.data.10.0.1.nupkg.sha512"
|
|
880
993
|
},
|
|
881
994
|
"System.Reflection.MetadataLoadContext/8.0.0": {
|
|
882
995
|
"type": "package",
|
|
@@ -899,7 +1012,7 @@
|
|
|
899
1012
|
"path": "system.security.cryptography.protecteddata/8.0.0",
|
|
900
1013
|
"hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
|
|
901
1014
|
},
|
|
902
|
-
"Azure.Generator/1.0.0-alpha.
|
|
1015
|
+
"Azure.Generator/1.0.0-alpha.20260128.1": {
|
|
903
1016
|
"type": "project",
|
|
904
1017
|
"serviceable": false,
|
|
905
1018
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
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.20260128.1": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Azure.Core": "1.50.0",
|
|
12
12
|
"Azure.Core.Expressions.DataFactory": "1.0.0",
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
}
|
|
609
609
|
},
|
|
610
610
|
"libraries": {
|
|
611
|
-
"Azure.Generator/1.0.0-alpha.
|
|
611
|
+
"Azure.Generator/1.0.0-alpha.20260128.1": {
|
|
612
612
|
"type": "project",
|
|
613
613
|
"serviceable": false,
|
|
614
614
|
"sha512": ""
|
|
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.20260128.1",
|
|
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",
|