@typespec/http-client-csharp 0.1.9-alpha.20250307.1 → 0.1.9-alpha.20250312.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.
@@ -83,7 +83,7 @@ export async function $onEmit(context) {
83
83
  generatorPath: generatorPath,
84
84
  outputFolder: outputFolder,
85
85
  pluginName: options["plugin-name"],
86
- newProject: options["new-project"] ?? !checkFile(csProjFile),
86
+ newProject: options["new-project"] || !checkFile(csProjFile),
87
87
  debug: options.debug ?? false,
88
88
  });
89
89
  if (result.exitCode !== 0) {
@@ -10,7 +10,7 @@
10
10
  "dependencies": {
11
11
  "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-beta.1",
12
12
  "StyleCop.Analyzers": "1.2.0-beta.556",
13
- "System.ClientModel": "1.1.0-beta.7"
13
+ "System.ClientModel": "1.3.0"
14
14
  },
15
15
  "runtime": {
16
16
  "Microsoft.TypeSpec.Generator.ClientModel.StubLibrary.dll": {}
@@ -286,6 +286,14 @@
286
286
  }
287
287
  }
288
288
  },
289
+ "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
290
+ "runtime": {
291
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
292
+ "assemblyVersion": "6.0.0.0",
293
+ "fileVersion": "6.0.21.52210"
294
+ }
295
+ }
296
+ },
289
297
  "Microsoft.NET.StringTools/17.9.5": {
290
298
  "runtime": {
291
299
  "lib/net8.0/Microsoft.NET.StringTools.dll": {
@@ -331,15 +339,15 @@
331
339
  }
332
340
  },
333
341
  "StyleCop.Analyzers.Unstable/1.2.0.556": {},
334
- "System.ClientModel/1.1.0-beta.7": {
342
+ "System.ClientModel/1.3.0": {
335
343
  "dependencies": {
336
- "System.Memory.Data": "8.0.1",
337
- "System.Text.Json": "4.7.2"
344
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
345
+ "System.Memory.Data": "8.0.1"
338
346
  },
339
347
  "runtime": {
340
- "lib/net6.0/System.ClientModel.dll": {
341
- "assemblyVersion": "1.1.0.0",
342
- "fileVersion": "1.100.24.41406"
348
+ "lib/net8.0/System.ClientModel.dll": {
349
+ "assemblyVersion": "1.3.0.0",
350
+ "fileVersion": "1.300.25.10604"
343
351
  }
344
352
  }
345
353
  },
@@ -489,7 +497,6 @@
489
497
  }
490
498
  },
491
499
  "System.Security.Principal.Windows/5.0.0": {},
492
- "System.Text.Json/4.7.2": {},
493
500
  "System.Threading.Channels/7.0.0": {},
494
501
  "System.Threading.Tasks.Dataflow/8.0.0": {},
495
502
  "Microsoft.TypeSpec.Generator/1.0.0-beta.1": {
@@ -512,7 +519,7 @@
512
519
  "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-beta.1": {
513
520
  "dependencies": {
514
521
  "Microsoft.TypeSpec.Generator": "1.0.0-beta.1",
515
- "System.ClientModel": "1.1.0-beta.7"
522
+ "System.ClientModel": "1.3.0"
516
523
  },
517
524
  "runtime": {
518
525
  "Microsoft.TypeSpec.Generator.ClientModel.dll": {
@@ -611,6 +618,13 @@
611
618
  "path": "microsoft.codeanalysis.workspaces.common/4.8.0",
612
619
  "hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512"
613
620
  },
621
+ "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
622
+ "type": "package",
623
+ "serviceable": true,
624
+ "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
625
+ "path": "microsoft.extensions.logging.abstractions/6.0.0",
626
+ "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
627
+ },
614
628
  "Microsoft.NET.StringTools/17.9.5": {
615
629
  "type": "package",
616
630
  "serviceable": true,
@@ -653,12 +667,12 @@
653
667
  "path": "stylecop.analyzers.unstable/1.2.0.556",
654
668
  "hashPath": "stylecop.analyzers.unstable.1.2.0.556.nupkg.sha512"
655
669
  },
656
- "System.ClientModel/1.1.0-beta.7": {
670
+ "System.ClientModel/1.3.0": {
657
671
  "type": "package",
658
672
  "serviceable": true,
659
- "sha512": "sha512-sXCvFecMpW2ir1raJd9cNBxi+tmt+nMcRVrpSIX/QvLJi45mEjX54iwnlLJhybxTkxmecSXuANQsh6a9fEspbA==",
660
- "path": "system.clientmodel/1.1.0-beta.7",
661
- "hashPath": "system.clientmodel.1.1.0-beta.7.nupkg.sha512"
673
+ "sha512": "sha512-dt2n0G1jAfFOxBWk+39CVS05DE+ZXCPExc/XcXYQfn/eiMxURWvMB76yKzBlyD8yjM08d5c/2/AEOp/7mKo9vw==",
674
+ "path": "system.clientmodel/1.3.0",
675
+ "hashPath": "system.clientmodel.1.3.0.nupkg.sha512"
662
676
  },
663
677
  "System.Collections.Immutable/8.0.0": {
664
678
  "type": "package",
@@ -779,13 +793,6 @@
779
793
  "path": "system.security.principal.windows/5.0.0",
780
794
  "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
781
795
  },
782
- "System.Text.Json/4.7.2": {
783
- "type": "package",
784
- "serviceable": true,
785
- "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
786
- "path": "system.text.json/4.7.2",
787
- "hashPath": "system.text.json.4.7.2.nupkg.sha512"
788
- },
789
796
  "System.Threading.Channels/7.0.0": {
790
797
  "type": "package",
791
798
  "serviceable": true,
@@ -10,7 +10,7 @@
10
10
  "dependencies": {
11
11
  "Microsoft.TypeSpec.Generator": "1.0.0-beta.1",
12
12
  "StyleCop.Analyzers": "1.2.0-beta.556",
13
- "System.ClientModel": "1.1.0-beta.7"
13
+ "System.ClientModel": "1.3.0"
14
14
  },
15
15
  "runtime": {
16
16
  "Microsoft.TypeSpec.Generator.ClientModel.dll": {}
@@ -286,6 +286,14 @@
286
286
  }
287
287
  }
288
288
  },
289
+ "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
290
+ "runtime": {
291
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
292
+ "assemblyVersion": "6.0.0.0",
293
+ "fileVersion": "6.0.21.52210"
294
+ }
295
+ }
296
+ },
289
297
  "Microsoft.NET.StringTools/17.9.5": {
290
298
  "runtime": {
291
299
  "lib/net8.0/Microsoft.NET.StringTools.dll": {
@@ -331,15 +339,15 @@
331
339
  }
332
340
  },
333
341
  "StyleCop.Analyzers.Unstable/1.2.0.556": {},
334
- "System.ClientModel/1.1.0-beta.7": {
342
+ "System.ClientModel/1.3.0": {
335
343
  "dependencies": {
336
- "System.Memory.Data": "8.0.1",
337
- "System.Text.Json": "4.7.2"
344
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
345
+ "System.Memory.Data": "8.0.1"
338
346
  },
339
347
  "runtime": {
340
- "lib/net6.0/System.ClientModel.dll": {
341
- "assemblyVersion": "1.1.0.0",
342
- "fileVersion": "1.100.24.41406"
348
+ "lib/net8.0/System.ClientModel.dll": {
349
+ "assemblyVersion": "1.3.0.0",
350
+ "fileVersion": "1.300.25.10604"
343
351
  }
344
352
  }
345
353
  },
@@ -489,7 +497,6 @@
489
497
  }
490
498
  },
491
499
  "System.Security.Principal.Windows/5.0.0": {},
492
- "System.Text.Json/4.7.2": {},
493
500
  "System.Threading.Channels/7.0.0": {},
494
501
  "System.Threading.Tasks.Dataflow/8.0.0": {},
495
502
  "Microsoft.TypeSpec.Generator/1.0.0-beta.1": {
@@ -599,6 +606,13 @@
599
606
  "path": "microsoft.codeanalysis.workspaces.common/4.8.0",
600
607
  "hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512"
601
608
  },
609
+ "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
610
+ "type": "package",
611
+ "serviceable": true,
612
+ "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
613
+ "path": "microsoft.extensions.logging.abstractions/6.0.0",
614
+ "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
615
+ },
602
616
  "Microsoft.NET.StringTools/17.9.5": {
603
617
  "type": "package",
604
618
  "serviceable": true,
@@ -641,12 +655,12 @@
641
655
  "path": "stylecop.analyzers.unstable/1.2.0.556",
642
656
  "hashPath": "stylecop.analyzers.unstable.1.2.0.556.nupkg.sha512"
643
657
  },
644
- "System.ClientModel/1.1.0-beta.7": {
658
+ "System.ClientModel/1.3.0": {
645
659
  "type": "package",
646
660
  "serviceable": true,
647
- "sha512": "sha512-sXCvFecMpW2ir1raJd9cNBxi+tmt+nMcRVrpSIX/QvLJi45mEjX54iwnlLJhybxTkxmecSXuANQsh6a9fEspbA==",
648
- "path": "system.clientmodel/1.1.0-beta.7",
649
- "hashPath": "system.clientmodel.1.1.0-beta.7.nupkg.sha512"
661
+ "sha512": "sha512-dt2n0G1jAfFOxBWk+39CVS05DE+ZXCPExc/XcXYQfn/eiMxURWvMB76yKzBlyD8yjM08d5c/2/AEOp/7mKo9vw==",
662
+ "path": "system.clientmodel/1.3.0",
663
+ "hashPath": "system.clientmodel.1.3.0.nupkg.sha512"
650
664
  },
651
665
  "System.Collections.Immutable/8.0.0": {
652
666
  "type": "package",
@@ -767,13 +781,6 @@
767
781
  "path": "system.security.principal.windows/5.0.0",
768
782
  "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
769
783
  },
770
- "System.Text.Json/4.7.2": {
771
- "type": "package",
772
- "serviceable": true,
773
- "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
774
- "path": "system.text.json/4.7.2",
775
- "hashPath": "system.text.json.4.7.2.nupkg.sha512"
776
- },
777
784
  "System.Threading.Channels/7.0.0": {
778
785
  "type": "package",
779
786
  "serviceable": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-client-csharp",
3
- "version": "0.1.9-alpha.20250307.1",
3
+ "version": "0.1.9-alpha.20250312.1",
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",