@azure-typespec/http-client-csharp-mgmt 1.0.0-alpha.20250409.15

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.
Files changed (242) hide show
  1. package/dist/emitter/emitter.d.ts +4 -0
  2. package/dist/emitter/emitter.d.ts.map +1 -0
  3. package/dist/emitter/emitter.js +77 -0
  4. package/dist/emitter/emitter.js.map +1 -0
  5. package/dist/emitter/index.d.ts +2 -0
  6. package/dist/emitter/index.d.ts.map +1 -0
  7. package/dist/emitter/index.js +4 -0
  8. package/dist/emitter/index.js.map +1 -0
  9. package/dist/emitter/resource-type.d.ts +2 -0
  10. package/dist/emitter/resource-type.d.ts.map +1 -0
  11. package/dist/emitter/resource-type.js +31 -0
  12. package/dist/emitter/resource-type.js.map +1 -0
  13. package/dist/emitter/sdk-context-options.d.ts +3 -0
  14. package/dist/emitter/sdk-context-options.d.ts.map +1 -0
  15. package/dist/emitter/sdk-context-options.js +23 -0
  16. package/dist/emitter/sdk-context-options.js.map +1 -0
  17. package/dist/generator/Azure.Core.dll +0 -0
  18. package/dist/generator/Azure.Generator.Mgmt.deps.json +998 -0
  19. package/dist/generator/Azure.Generator.Mgmt.dll +0 -0
  20. package/dist/generator/Azure.Generator.Mgmt.pdb +0 -0
  21. package/dist/generator/Azure.Generator.Mgmt.xml +818 -0
  22. package/dist/generator/Azure.Generator.dll +0 -0
  23. package/dist/generator/Azure.Generator.pdb +0 -0
  24. package/dist/generator/Azure.Generator.xml +163 -0
  25. package/dist/generator/Azure.ResourceManager.dll +0 -0
  26. package/dist/generator/CommandLine.dll +0 -0
  27. package/dist/generator/Humanizer.dll +0 -0
  28. package/dist/generator/Microsoft.Bcl.AsyncInterfaces.dll +0 -0
  29. package/dist/generator/Microsoft.Build.Framework.dll +0 -0
  30. package/dist/generator/Microsoft.Build.dll +0 -0
  31. package/dist/generator/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +0 -0
  32. package/dist/generator/Microsoft.CodeAnalysis.CSharp.dll +0 -0
  33. package/dist/generator/Microsoft.CodeAnalysis.Workspaces.dll +0 -0
  34. package/dist/generator/Microsoft.CodeAnalysis.dll +0 -0
  35. package/dist/generator/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  36. package/dist/generator/Microsoft.NET.StringTools.dll +0 -0
  37. package/dist/generator/Microsoft.TypeSpec.Generator.ClientModel.dll +0 -0
  38. package/dist/generator/Microsoft.TypeSpec.Generator.Input.dll +0 -0
  39. package/dist/generator/Microsoft.TypeSpec.Generator.dll +0 -0
  40. package/dist/generator/Microsoft.TypeSpec.Generator.runtimeconfig.json +12 -0
  41. package/dist/generator/NuGet.Common.dll +0 -0
  42. package/dist/generator/NuGet.Configuration.dll +0 -0
  43. package/dist/generator/NuGet.Frameworks.dll +0 -0
  44. package/dist/generator/Shared/Core/AppContextSwitchHelper.cs +42 -0
  45. package/dist/generator/Shared/Core/AsyncLockWithValue.cs +260 -0
  46. package/dist/generator/Shared/Core/AzureKeyCredentialPolicy.cs +50 -0
  47. package/dist/generator/Shared/Core/ClientDiagnostics.cs +73 -0
  48. package/dist/generator/Shared/Core/DiagnosticScope.cs +473 -0
  49. package/dist/generator/Shared/Core/DiagnosticScopeFactory.cs +104 -0
  50. package/dist/generator/Shared/Core/FixedDelayWithNoJitterStrategy.cs +26 -0
  51. package/dist/generator/Shared/Core/HttpMessageSanitizer.cs +198 -0
  52. package/dist/generator/Shared/Core/IOperationSource.cs +14 -0
  53. package/dist/generator/Shared/Core/NextLinkOperationImplementation.cs +690 -0
  54. package/dist/generator/Shared/Core/OperationFinalStateVia.cs +16 -0
  55. package/dist/generator/Shared/Core/OperationInternal.cs +256 -0
  56. package/dist/generator/Shared/Core/OperationInternalBase.cs +234 -0
  57. package/dist/generator/Shared/Core/OperationInternalOfT.cs +422 -0
  58. package/dist/generator/Shared/Core/OperationPoller.cs +114 -0
  59. package/dist/generator/Shared/Core/RawRequestUriBuilder.cs +192 -0
  60. package/dist/generator/Shared/Core/SequentialDelayStrategy.cs +38 -0
  61. package/dist/generator/Shared/Core/TaskExtensions.cs +313 -0
  62. package/dist/generator/Shared/Core/VoidValue.cs +10 -0
  63. package/dist/generator/System.ClientModel.dll +0 -0
  64. package/dist/generator/System.ComponentModel.Composition.dll +0 -0
  65. package/dist/generator/System.Composition.AttributedModel.dll +0 -0
  66. package/dist/generator/System.Composition.Convention.dll +0 -0
  67. package/dist/generator/System.Composition.Hosting.dll +0 -0
  68. package/dist/generator/System.Composition.Runtime.dll +0 -0
  69. package/dist/generator/System.Composition.TypedParts.dll +0 -0
  70. package/dist/generator/System.Configuration.ConfigurationManager.dll +0 -0
  71. package/dist/generator/System.Diagnostics.EventLog.dll +0 -0
  72. package/dist/generator/System.IO.Pipelines.dll +0 -0
  73. package/dist/generator/System.Memory.Data.dll +0 -0
  74. package/dist/generator/System.Reflection.MetadataLoadContext.dll +0 -0
  75. package/dist/generator/System.Security.Cryptography.ProtectedData.dll +0 -0
  76. package/dist/generator/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  77. package/dist/generator/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  78. package/dist/generator/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  79. package/dist/generator/cs/Microsoft.CodeAnalysis.resources.dll +0 -0
  80. package/dist/generator/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  81. package/dist/generator/de/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  82. package/dist/generator/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  83. package/dist/generator/de/Microsoft.CodeAnalysis.resources.dll +0 -0
  84. package/dist/generator/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  85. package/dist/generator/es/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  86. package/dist/generator/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  87. package/dist/generator/es/Microsoft.CodeAnalysis.resources.dll +0 -0
  88. package/dist/generator/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  89. package/dist/generator/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  90. package/dist/generator/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  91. package/dist/generator/fr/Microsoft.CodeAnalysis.resources.dll +0 -0
  92. package/dist/generator/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  93. package/dist/generator/it/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  94. package/dist/generator/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  95. package/dist/generator/it/Microsoft.CodeAnalysis.resources.dll +0 -0
  96. package/dist/generator/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  97. package/dist/generator/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  98. package/dist/generator/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  99. package/dist/generator/ja/Microsoft.CodeAnalysis.resources.dll +0 -0
  100. package/dist/generator/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  101. package/dist/generator/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  102. package/dist/generator/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  103. package/dist/generator/ko/Microsoft.CodeAnalysis.resources.dll +0 -0
  104. package/dist/generator/net8.0/Azure.Core.dll +0 -0
  105. package/dist/generator/net8.0/Azure.Generator.Mgmt.deps.json +998 -0
  106. package/dist/generator/net8.0/Azure.Generator.Mgmt.dll +0 -0
  107. package/dist/generator/net8.0/Azure.Generator.Mgmt.pdb +0 -0
  108. package/dist/generator/net8.0/Azure.Generator.Mgmt.xml +818 -0
  109. package/dist/generator/net8.0/Azure.Generator.dll +0 -0
  110. package/dist/generator/net8.0/Azure.Generator.pdb +0 -0
  111. package/dist/generator/net8.0/Azure.Generator.xml +163 -0
  112. package/dist/generator/net8.0/Azure.ResourceManager.dll +0 -0
  113. package/dist/generator/net8.0/CommandLine.dll +0 -0
  114. package/dist/generator/net8.0/Humanizer.dll +0 -0
  115. package/dist/generator/net8.0/Microsoft.Bcl.AsyncInterfaces.dll +0 -0
  116. package/dist/generator/net8.0/Microsoft.Build.Framework.dll +0 -0
  117. package/dist/generator/net8.0/Microsoft.Build.dll +0 -0
  118. package/dist/generator/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +0 -0
  119. package/dist/generator/net8.0/Microsoft.CodeAnalysis.CSharp.dll +0 -0
  120. package/dist/generator/net8.0/Microsoft.CodeAnalysis.Workspaces.dll +0 -0
  121. package/dist/generator/net8.0/Microsoft.CodeAnalysis.dll +0 -0
  122. package/dist/generator/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  123. package/dist/generator/net8.0/Microsoft.NET.StringTools.dll +0 -0
  124. package/dist/generator/net8.0/Microsoft.TypeSpec.Generator.ClientModel.dll +0 -0
  125. package/dist/generator/net8.0/Microsoft.TypeSpec.Generator.Input.dll +0 -0
  126. package/dist/generator/net8.0/Microsoft.TypeSpec.Generator.dll +0 -0
  127. package/dist/generator/net8.0/NuGet.Common.dll +0 -0
  128. package/dist/generator/net8.0/NuGet.Configuration.dll +0 -0
  129. package/dist/generator/net8.0/NuGet.Frameworks.dll +0 -0
  130. package/dist/generator/net8.0/Shared/Core/AppContextSwitchHelper.cs +42 -0
  131. package/dist/generator/net8.0/Shared/Core/AsyncLockWithValue.cs +260 -0
  132. package/dist/generator/net8.0/Shared/Core/AzureKeyCredentialPolicy.cs +50 -0
  133. package/dist/generator/net8.0/Shared/Core/ClientDiagnostics.cs +73 -0
  134. package/dist/generator/net8.0/Shared/Core/DiagnosticScope.cs +473 -0
  135. package/dist/generator/net8.0/Shared/Core/DiagnosticScopeFactory.cs +104 -0
  136. package/dist/generator/net8.0/Shared/Core/FixedDelayWithNoJitterStrategy.cs +26 -0
  137. package/dist/generator/net8.0/Shared/Core/HttpMessageSanitizer.cs +198 -0
  138. package/dist/generator/net8.0/Shared/Core/IOperationSource.cs +14 -0
  139. package/dist/generator/net8.0/Shared/Core/NextLinkOperationImplementation.cs +690 -0
  140. package/dist/generator/net8.0/Shared/Core/OperationFinalStateVia.cs +16 -0
  141. package/dist/generator/net8.0/Shared/Core/OperationInternal.cs +256 -0
  142. package/dist/generator/net8.0/Shared/Core/OperationInternalBase.cs +234 -0
  143. package/dist/generator/net8.0/Shared/Core/OperationInternalOfT.cs +422 -0
  144. package/dist/generator/net8.0/Shared/Core/OperationPoller.cs +114 -0
  145. package/dist/generator/net8.0/Shared/Core/RawRequestUriBuilder.cs +192 -0
  146. package/dist/generator/net8.0/Shared/Core/SequentialDelayStrategy.cs +38 -0
  147. package/dist/generator/net8.0/Shared/Core/TaskExtensions.cs +313 -0
  148. package/dist/generator/net8.0/Shared/Core/VoidValue.cs +10 -0
  149. package/dist/generator/net8.0/System.ClientModel.dll +0 -0
  150. package/dist/generator/net8.0/System.ComponentModel.Composition.dll +0 -0
  151. package/dist/generator/net8.0/System.Composition.AttributedModel.dll +0 -0
  152. package/dist/generator/net8.0/System.Composition.Convention.dll +0 -0
  153. package/dist/generator/net8.0/System.Composition.Hosting.dll +0 -0
  154. package/dist/generator/net8.0/System.Composition.Runtime.dll +0 -0
  155. package/dist/generator/net8.0/System.Composition.TypedParts.dll +0 -0
  156. package/dist/generator/net8.0/System.Configuration.ConfigurationManager.dll +0 -0
  157. package/dist/generator/net8.0/System.Diagnostics.EventLog.dll +0 -0
  158. package/dist/generator/net8.0/System.IO.Pipelines.dll +0 -0
  159. package/dist/generator/net8.0/System.Memory.Data.dll +0 -0
  160. package/dist/generator/net8.0/System.Reflection.MetadataLoadContext.dll +0 -0
  161. package/dist/generator/net8.0/System.Security.Cryptography.ProtectedData.dll +0 -0
  162. package/dist/generator/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  163. package/dist/generator/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  164. package/dist/generator/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  165. package/dist/generator/net8.0/cs/Microsoft.CodeAnalysis.resources.dll +0 -0
  166. package/dist/generator/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  167. package/dist/generator/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  168. package/dist/generator/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  169. package/dist/generator/net8.0/de/Microsoft.CodeAnalysis.resources.dll +0 -0
  170. package/dist/generator/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  171. package/dist/generator/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  172. package/dist/generator/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  173. package/dist/generator/net8.0/es/Microsoft.CodeAnalysis.resources.dll +0 -0
  174. package/dist/generator/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  175. package/dist/generator/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  176. package/dist/generator/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  177. package/dist/generator/net8.0/fr/Microsoft.CodeAnalysis.resources.dll +0 -0
  178. package/dist/generator/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  179. package/dist/generator/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  180. package/dist/generator/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  181. package/dist/generator/net8.0/it/Microsoft.CodeAnalysis.resources.dll +0 -0
  182. package/dist/generator/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  183. package/dist/generator/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  184. package/dist/generator/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  185. package/dist/generator/net8.0/ja/Microsoft.CodeAnalysis.resources.dll +0 -0
  186. package/dist/generator/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  187. package/dist/generator/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  188. package/dist/generator/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  189. package/dist/generator/net8.0/ko/Microsoft.CodeAnalysis.resources.dll +0 -0
  190. package/dist/generator/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  191. package/dist/generator/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  192. package/dist/generator/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  193. package/dist/generator/net8.0/pl/Microsoft.CodeAnalysis.resources.dll +0 -0
  194. package/dist/generator/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  195. package/dist/generator/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  196. package/dist/generator/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  197. package/dist/generator/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +0 -0
  198. package/dist/generator/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  199. package/dist/generator/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  200. package/dist/generator/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  201. package/dist/generator/net8.0/ru/Microsoft.CodeAnalysis.resources.dll +0 -0
  202. package/dist/generator/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll +0 -0
  203. package/dist/generator/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll +0 -0
  204. package/dist/generator/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  205. package/dist/generator/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  206. package/dist/generator/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  207. package/dist/generator/net8.0/tr/Microsoft.CodeAnalysis.resources.dll +0 -0
  208. package/dist/generator/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  209. package/dist/generator/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  210. package/dist/generator/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  211. package/dist/generator/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +0 -0
  212. package/dist/generator/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  213. package/dist/generator/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  214. package/dist/generator/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  215. package/dist/generator/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +0 -0
  216. package/dist/generator/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  217. package/dist/generator/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  218. package/dist/generator/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  219. package/dist/generator/pl/Microsoft.CodeAnalysis.resources.dll +0 -0
  220. package/dist/generator/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  221. package/dist/generator/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  222. package/dist/generator/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  223. package/dist/generator/pt-BR/Microsoft.CodeAnalysis.resources.dll +0 -0
  224. package/dist/generator/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  225. package/dist/generator/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  226. package/dist/generator/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  227. package/dist/generator/ru/Microsoft.CodeAnalysis.resources.dll +0 -0
  228. package/dist/generator/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll +0 -0
  229. package/dist/generator/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll +0 -0
  230. package/dist/generator/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  231. package/dist/generator/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  232. package/dist/generator/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  233. package/dist/generator/tr/Microsoft.CodeAnalysis.resources.dll +0 -0
  234. package/dist/generator/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  235. package/dist/generator/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  236. package/dist/generator/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  237. package/dist/generator/zh-Hans/Microsoft.CodeAnalysis.resources.dll +0 -0
  238. package/dist/generator/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  239. package/dist/generator/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  240. package/dist/generator/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  241. package/dist/generator/zh-Hant/Microsoft.CodeAnalysis.resources.dll +0 -0
  242. package/package.json +67 -0
@@ -0,0 +1,998 @@
1
+ {
2
+ "runtimeTarget": {
3
+ "name": ".NETCoreApp,Version=v8.0",
4
+ "signature": ""
5
+ },
6
+ "compilationOptions": {},
7
+ "targets": {
8
+ ".NETCoreApp,Version=v8.0": {
9
+ "Azure.Generator.Mgmt/1.0.0-alpha.20250410.1": {
10
+ "dependencies": {
11
+ "Azure.Core": "1.44.1",
12
+ "Azure.Generator": "1.0.0-alpha.20250410.1",
13
+ "Azure.ResourceManager": "1.13.0",
14
+ "Microsoft.Azure.AutoRest.CSharp": "3.0.0-beta.20250409.1",
15
+ "Microsoft.SourceLink.GitHub": "8.0.0",
16
+ "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20250407.1",
17
+ "SauceControl.InheritDoc": "1.2.0",
18
+ "StyleCop.Analyzers": "1.2.0-beta.333"
19
+ },
20
+ "runtime": {
21
+ "Azure.Generator.Mgmt.dll": {}
22
+ }
23
+ },
24
+ "Azure.Core/1.44.1": {
25
+ "dependencies": {
26
+ "Microsoft.Bcl.AsyncInterfaces": "7.0.0",
27
+ "System.ClientModel": "1.3.0",
28
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
29
+ "System.Memory.Data": "8.0.1",
30
+ "System.Numerics.Vectors": "4.5.0",
31
+ "System.Text.Encodings.Web": "6.0.0",
32
+ "System.Text.Json": "6.0.10",
33
+ "System.Threading.Tasks.Extensions": "4.5.4"
34
+ },
35
+ "runtime": {
36
+ "lib/net6.0/Azure.Core.dll": {
37
+ "assemblyVersion": "1.44.1.0",
38
+ "fileVersion": "1.4400.124.50905"
39
+ }
40
+ }
41
+ },
42
+ "Azure.ResourceManager/1.13.0": {
43
+ "dependencies": {
44
+ "Azure.Core": "1.44.1",
45
+ "System.ClientModel": "1.3.0",
46
+ "System.Text.Json": "6.0.10"
47
+ },
48
+ "runtime": {
49
+ "lib/netstandard2.0/Azure.ResourceManager.dll": {
50
+ "assemblyVersion": "1.13.0.0",
51
+ "fileVersion": "1.1300.24.42905"
52
+ }
53
+ }
54
+ },
55
+ "CommandLineParser/2.9.1": {
56
+ "runtime": {
57
+ "lib/netstandard2.0/CommandLine.dll": {
58
+ "assemblyVersion": "2.9.1.0",
59
+ "fileVersion": "2.9.1.0"
60
+ }
61
+ }
62
+ },
63
+ "Humanizer.Core/2.14.1": {
64
+ "runtime": {
65
+ "lib/net6.0/Humanizer.dll": {
66
+ "assemblyVersion": "2.14.0.0",
67
+ "fileVersion": "2.14.1.48190"
68
+ }
69
+ }
70
+ },
71
+ "Microsoft.Azure.AutoRest.CSharp/3.0.0-beta.20250409.1": {},
72
+ "Microsoft.Bcl.AsyncInterfaces/7.0.0": {
73
+ "runtime": {
74
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
75
+ "assemblyVersion": "7.0.0.0",
76
+ "fileVersion": "7.0.22.51805"
77
+ }
78
+ }
79
+ },
80
+ "Microsoft.Build/17.9.5": {
81
+ "dependencies": {
82
+ "Microsoft.Build.Framework": "17.9.5",
83
+ "Microsoft.NET.StringTools": "17.9.5",
84
+ "System.Collections.Immutable": "8.0.0",
85
+ "System.Configuration.ConfigurationManager": "8.0.0",
86
+ "System.Reflection.Metadata": "8.0.0",
87
+ "System.Reflection.MetadataLoadContext": "8.0.0",
88
+ "System.Security.Principal.Windows": "5.0.0",
89
+ "System.Threading.Tasks.Dataflow": "8.0.0"
90
+ },
91
+ "runtime": {
92
+ "lib/net8.0/Microsoft.Build.dll": {
93
+ "assemblyVersion": "15.1.0.0",
94
+ "fileVersion": "17.9.5.7608"
95
+ }
96
+ }
97
+ },
98
+ "Microsoft.Build.Framework/17.9.5": {
99
+ "runtime": {
100
+ "lib/net8.0/Microsoft.Build.Framework.dll": {
101
+ "assemblyVersion": "15.1.0.0",
102
+ "fileVersion": "17.9.5.7608"
103
+ }
104
+ }
105
+ },
106
+ "Microsoft.Build.Tasks.Git/8.0.0": {},
107
+ "Microsoft.CodeAnalysis.Analyzers/3.3.4": {},
108
+ "Microsoft.CodeAnalysis.Common/4.8.0": {
109
+ "dependencies": {
110
+ "Microsoft.CodeAnalysis.Analyzers": "3.3.4",
111
+ "System.Collections.Immutable": "8.0.0",
112
+ "System.Reflection.Metadata": "8.0.0",
113
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
114
+ },
115
+ "runtime": {
116
+ "lib/net7.0/Microsoft.CodeAnalysis.dll": {
117
+ "assemblyVersion": "4.8.0.0",
118
+ "fileVersion": "4.800.23.55801"
119
+ }
120
+ },
121
+ "resources": {
122
+ "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": {
123
+ "locale": "cs"
124
+ },
125
+ "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": {
126
+ "locale": "de"
127
+ },
128
+ "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": {
129
+ "locale": "es"
130
+ },
131
+ "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": {
132
+ "locale": "fr"
133
+ },
134
+ "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": {
135
+ "locale": "it"
136
+ },
137
+ "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": {
138
+ "locale": "ja"
139
+ },
140
+ "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": {
141
+ "locale": "ko"
142
+ },
143
+ "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": {
144
+ "locale": "pl"
145
+ },
146
+ "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": {
147
+ "locale": "pt-BR"
148
+ },
149
+ "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": {
150
+ "locale": "ru"
151
+ },
152
+ "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": {
153
+ "locale": "tr"
154
+ },
155
+ "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": {
156
+ "locale": "zh-Hans"
157
+ },
158
+ "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": {
159
+ "locale": "zh-Hant"
160
+ }
161
+ }
162
+ },
163
+ "Microsoft.CodeAnalysis.CSharp/4.8.0": {
164
+ "dependencies": {
165
+ "Microsoft.CodeAnalysis.Common": "4.8.0"
166
+ },
167
+ "runtime": {
168
+ "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": {
169
+ "assemblyVersion": "4.8.0.0",
170
+ "fileVersion": "4.800.23.55801"
171
+ }
172
+ },
173
+ "resources": {
174
+ "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": {
175
+ "locale": "cs"
176
+ },
177
+ "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": {
178
+ "locale": "de"
179
+ },
180
+ "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": {
181
+ "locale": "es"
182
+ },
183
+ "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
184
+ "locale": "fr"
185
+ },
186
+ "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": {
187
+ "locale": "it"
188
+ },
189
+ "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": {
190
+ "locale": "ja"
191
+ },
192
+ "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": {
193
+ "locale": "ko"
194
+ },
195
+ "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": {
196
+ "locale": "pl"
197
+ },
198
+ "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": {
199
+ "locale": "pt-BR"
200
+ },
201
+ "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": {
202
+ "locale": "ru"
203
+ },
204
+ "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
205
+ "locale": "tr"
206
+ },
207
+ "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": {
208
+ "locale": "zh-Hans"
209
+ },
210
+ "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": {
211
+ "locale": "zh-Hant"
212
+ }
213
+ }
214
+ },
215
+ "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
216
+ "dependencies": {
217
+ "Humanizer.Core": "2.14.1",
218
+ "Microsoft.CodeAnalysis.CSharp": "4.8.0",
219
+ "Microsoft.CodeAnalysis.Common": "4.8.0",
220
+ "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0"
221
+ },
222
+ "runtime": {
223
+ "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {
224
+ "assemblyVersion": "4.8.0.0",
225
+ "fileVersion": "4.800.23.55801"
226
+ }
227
+ },
228
+ "resources": {
229
+ "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
230
+ "locale": "cs"
231
+ },
232
+ "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
233
+ "locale": "de"
234
+ },
235
+ "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
236
+ "locale": "es"
237
+ },
238
+ "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
239
+ "locale": "fr"
240
+ },
241
+ "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
242
+ "locale": "it"
243
+ },
244
+ "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
245
+ "locale": "ja"
246
+ },
247
+ "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
248
+ "locale": "ko"
249
+ },
250
+ "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
251
+ "locale": "pl"
252
+ },
253
+ "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
254
+ "locale": "pt-BR"
255
+ },
256
+ "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
257
+ "locale": "ru"
258
+ },
259
+ "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
260
+ "locale": "tr"
261
+ },
262
+ "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
263
+ "locale": "zh-Hans"
264
+ },
265
+ "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
266
+ "locale": "zh-Hant"
267
+ }
268
+ }
269
+ },
270
+ "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
271
+ "dependencies": {
272
+ "Humanizer.Core": "2.14.1",
273
+ "Microsoft.Bcl.AsyncInterfaces": "7.0.0",
274
+ "Microsoft.CodeAnalysis.Common": "4.8.0",
275
+ "System.Composition": "7.0.0",
276
+ "System.IO.Pipelines": "7.0.0",
277
+ "System.Threading.Channels": "7.0.0"
278
+ },
279
+ "runtime": {
280
+ "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": {
281
+ "assemblyVersion": "4.8.0.0",
282
+ "fileVersion": "4.800.23.55801"
283
+ }
284
+ },
285
+ "resources": {
286
+ "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
287
+ "locale": "cs"
288
+ },
289
+ "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
290
+ "locale": "de"
291
+ },
292
+ "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
293
+ "locale": "es"
294
+ },
295
+ "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
296
+ "locale": "fr"
297
+ },
298
+ "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
299
+ "locale": "it"
300
+ },
301
+ "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
302
+ "locale": "ja"
303
+ },
304
+ "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
305
+ "locale": "ko"
306
+ },
307
+ "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
308
+ "locale": "pl"
309
+ },
310
+ "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
311
+ "locale": "pt-BR"
312
+ },
313
+ "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
314
+ "locale": "ru"
315
+ },
316
+ "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
317
+ "locale": "tr"
318
+ },
319
+ "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
320
+ "locale": "zh-Hans"
321
+ },
322
+ "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
323
+ "locale": "zh-Hant"
324
+ }
325
+ }
326
+ },
327
+ "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
328
+ "runtime": {
329
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
330
+ "assemblyVersion": "6.0.0.0",
331
+ "fileVersion": "6.0.21.52210"
332
+ }
333
+ }
334
+ },
335
+ "Microsoft.NET.StringTools/17.9.5": {
336
+ "runtime": {
337
+ "lib/net8.0/Microsoft.NET.StringTools.dll": {
338
+ "assemblyVersion": "1.0.0.0",
339
+ "fileVersion": "17.9.5.7608"
340
+ }
341
+ }
342
+ },
343
+ "Microsoft.SourceLink.Common/8.0.0": {},
344
+ "Microsoft.SourceLink.GitHub/8.0.0": {
345
+ "dependencies": {
346
+ "Microsoft.Build.Tasks.Git": "8.0.0",
347
+ "Microsoft.SourceLink.Common": "8.0.0"
348
+ }
349
+ },
350
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20250407.1": {
351
+ "dependencies": {
352
+ "CommandLineParser": "2.9.1",
353
+ "Microsoft.Build": "17.9.5",
354
+ "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
355
+ "Microsoft.TypeSpec.Generator.Input": "1.0.0-alpha.20250407.1",
356
+ "NuGet.Configuration": "6.9.1",
357
+ "System.ComponentModel.Composition": "8.0.0",
358
+ "System.Memory.Data": "8.0.1"
359
+ },
360
+ "runtime": {
361
+ "lib/net8.0/Microsoft.TypeSpec.Generator.dll": {
362
+ "assemblyVersion": "1.0.0.0",
363
+ "fileVersion": "1.0.0.0"
364
+ }
365
+ }
366
+ },
367
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20250407.1": {
368
+ "dependencies": {
369
+ "Microsoft.TypeSpec.Generator": "1.0.0-alpha.20250407.1",
370
+ "System.ClientModel": "1.3.0"
371
+ },
372
+ "runtime": {
373
+ "lib/net8.0/Microsoft.TypeSpec.Generator.ClientModel.dll": {
374
+ "assemblyVersion": "1.0.0.0",
375
+ "fileVersion": "1.0.0.0"
376
+ }
377
+ }
378
+ },
379
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20250407.1": {
380
+ "dependencies": {
381
+ "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
382
+ "System.Memory.Data": "8.0.1"
383
+ },
384
+ "runtime": {
385
+ "lib/net8.0/Microsoft.TypeSpec.Generator.Input.dll": {
386
+ "assemblyVersion": "1.0.0.0",
387
+ "fileVersion": "1.0.0.0"
388
+ }
389
+ }
390
+ },
391
+ "NuGet.Common/6.9.1": {
392
+ "dependencies": {
393
+ "NuGet.Frameworks": "6.9.1"
394
+ },
395
+ "runtime": {
396
+ "lib/netstandard2.0/NuGet.Common.dll": {
397
+ "assemblyVersion": "6.9.1.3",
398
+ "fileVersion": "6.9.1.3"
399
+ }
400
+ }
401
+ },
402
+ "NuGet.Configuration/6.9.1": {
403
+ "dependencies": {
404
+ "NuGet.Common": "6.9.1",
405
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
406
+ },
407
+ "runtime": {
408
+ "lib/netstandard2.0/NuGet.Configuration.dll": {
409
+ "assemblyVersion": "6.9.1.3",
410
+ "fileVersion": "6.9.1.3"
411
+ }
412
+ }
413
+ },
414
+ "NuGet.Frameworks/6.9.1": {
415
+ "runtime": {
416
+ "lib/netstandard2.0/NuGet.Frameworks.dll": {
417
+ "assemblyVersion": "6.9.1.3",
418
+ "fileVersion": "6.9.1.3"
419
+ }
420
+ }
421
+ },
422
+ "SauceControl.InheritDoc/1.2.0": {},
423
+ "StyleCop.Analyzers/1.2.0-beta.333": {
424
+ "dependencies": {
425
+ "StyleCop.Analyzers.Unstable": "1.2.0.333"
426
+ }
427
+ },
428
+ "StyleCop.Analyzers.Unstable/1.2.0.333": {},
429
+ "System.ClientModel/1.3.0": {
430
+ "dependencies": {
431
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
432
+ "System.Memory.Data": "8.0.1"
433
+ },
434
+ "runtime": {
435
+ "lib/net8.0/System.ClientModel.dll": {
436
+ "assemblyVersion": "1.3.0.0",
437
+ "fileVersion": "1.300.25.10604"
438
+ }
439
+ }
440
+ },
441
+ "System.Collections.Immutable/8.0.0": {},
442
+ "System.ComponentModel.Composition/8.0.0": {
443
+ "runtime": {
444
+ "lib/net8.0/System.ComponentModel.Composition.dll": {
445
+ "assemblyVersion": "8.0.0.0",
446
+ "fileVersion": "8.0.23.53103"
447
+ }
448
+ }
449
+ },
450
+ "System.Composition/7.0.0": {
451
+ "dependencies": {
452
+ "System.Composition.AttributedModel": "7.0.0",
453
+ "System.Composition.Convention": "7.0.0",
454
+ "System.Composition.Hosting": "7.0.0",
455
+ "System.Composition.Runtime": "7.0.0",
456
+ "System.Composition.TypedParts": "7.0.0"
457
+ }
458
+ },
459
+ "System.Composition.AttributedModel/7.0.0": {
460
+ "runtime": {
461
+ "lib/net7.0/System.Composition.AttributedModel.dll": {
462
+ "assemblyVersion": "7.0.0.0",
463
+ "fileVersion": "7.0.22.51805"
464
+ }
465
+ }
466
+ },
467
+ "System.Composition.Convention/7.0.0": {
468
+ "dependencies": {
469
+ "System.Composition.AttributedModel": "7.0.0"
470
+ },
471
+ "runtime": {
472
+ "lib/net7.0/System.Composition.Convention.dll": {
473
+ "assemblyVersion": "7.0.0.0",
474
+ "fileVersion": "7.0.22.51805"
475
+ }
476
+ }
477
+ },
478
+ "System.Composition.Hosting/7.0.0": {
479
+ "dependencies": {
480
+ "System.Composition.Runtime": "7.0.0"
481
+ },
482
+ "runtime": {
483
+ "lib/net7.0/System.Composition.Hosting.dll": {
484
+ "assemblyVersion": "7.0.0.0",
485
+ "fileVersion": "7.0.22.51805"
486
+ }
487
+ }
488
+ },
489
+ "System.Composition.Runtime/7.0.0": {
490
+ "runtime": {
491
+ "lib/net7.0/System.Composition.Runtime.dll": {
492
+ "assemblyVersion": "7.0.0.0",
493
+ "fileVersion": "7.0.22.51805"
494
+ }
495
+ }
496
+ },
497
+ "System.Composition.TypedParts/7.0.0": {
498
+ "dependencies": {
499
+ "System.Composition.AttributedModel": "7.0.0",
500
+ "System.Composition.Hosting": "7.0.0",
501
+ "System.Composition.Runtime": "7.0.0"
502
+ },
503
+ "runtime": {
504
+ "lib/net7.0/System.Composition.TypedParts.dll": {
505
+ "assemblyVersion": "7.0.0.0",
506
+ "fileVersion": "7.0.22.51805"
507
+ }
508
+ }
509
+ },
510
+ "System.Configuration.ConfigurationManager/8.0.0": {
511
+ "dependencies": {
512
+ "System.Diagnostics.EventLog": "8.0.0",
513
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
514
+ },
515
+ "runtime": {
516
+ "lib/net8.0/System.Configuration.ConfigurationManager.dll": {
517
+ "assemblyVersion": "8.0.0.0",
518
+ "fileVersion": "8.0.23.53103"
519
+ }
520
+ }
521
+ },
522
+ "System.Diagnostics.DiagnosticSource/6.0.1": {
523
+ "dependencies": {
524
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
525
+ }
526
+ },
527
+ "System.Diagnostics.EventLog/8.0.0": {
528
+ "runtime": {
529
+ "lib/net8.0/System.Diagnostics.EventLog.dll": {
530
+ "assemblyVersion": "8.0.0.0",
531
+ "fileVersion": "8.0.23.53103"
532
+ }
533
+ },
534
+ "runtimeTargets": {
535
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {
536
+ "rid": "win",
537
+ "assetType": "runtime",
538
+ "assemblyVersion": "8.0.0.0",
539
+ "fileVersion": "8.0.23.53103"
540
+ },
541
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": {
542
+ "rid": "win",
543
+ "assetType": "runtime",
544
+ "assemblyVersion": "8.0.0.0",
545
+ "fileVersion": "8.0.23.53103"
546
+ }
547
+ }
548
+ },
549
+ "System.IO.Pipelines/7.0.0": {
550
+ "runtime": {
551
+ "lib/net7.0/System.IO.Pipelines.dll": {
552
+ "assemblyVersion": "7.0.0.0",
553
+ "fileVersion": "7.0.22.51805"
554
+ }
555
+ }
556
+ },
557
+ "System.Memory.Data/8.0.1": {
558
+ "runtime": {
559
+ "lib/net8.0/System.Memory.Data.dll": {
560
+ "assemblyVersion": "8.0.0.1",
561
+ "fileVersion": "8.0.1024.46610"
562
+ }
563
+ }
564
+ },
565
+ "System.Numerics.Vectors/4.5.0": {},
566
+ "System.Reflection.Metadata/8.0.0": {
567
+ "dependencies": {
568
+ "System.Collections.Immutable": "8.0.0"
569
+ }
570
+ },
571
+ "System.Reflection.MetadataLoadContext/8.0.0": {
572
+ "dependencies": {
573
+ "System.Collections.Immutable": "8.0.0",
574
+ "System.Reflection.Metadata": "8.0.0"
575
+ },
576
+ "runtime": {
577
+ "lib/net8.0/System.Reflection.MetadataLoadContext.dll": {
578
+ "assemblyVersion": "8.0.0.0",
579
+ "fileVersion": "8.0.23.53103"
580
+ }
581
+ }
582
+ },
583
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
584
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
585
+ "runtime": {
586
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
587
+ "assemblyVersion": "8.0.0.0",
588
+ "fileVersion": "8.0.23.53103"
589
+ }
590
+ }
591
+ },
592
+ "System.Security.Principal.Windows/5.0.0": {},
593
+ "System.Text.Encodings.Web/6.0.0": {
594
+ "dependencies": {
595
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
596
+ }
597
+ },
598
+ "System.Text.Json/6.0.10": {
599
+ "dependencies": {
600
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0",
601
+ "System.Text.Encodings.Web": "6.0.0"
602
+ }
603
+ },
604
+ "System.Threading.Channels/7.0.0": {},
605
+ "System.Threading.Tasks.Dataflow/8.0.0": {},
606
+ "System.Threading.Tasks.Extensions/4.5.4": {},
607
+ "Azure.Generator/1.0.0-alpha.20250410.1": {
608
+ "dependencies": {
609
+ "Azure.Core": "1.44.1",
610
+ "Azure.ResourceManager": "1.13.0",
611
+ "Microsoft.TypeSpec.Generator.ClientModel": "1.0.0-alpha.20250407.1"
612
+ },
613
+ "runtime": {
614
+ "Azure.Generator.dll": {
615
+ "assemblyVersion": "1.0.0.0",
616
+ "fileVersion": "1.0.0.0"
617
+ }
618
+ }
619
+ }
620
+ }
621
+ },
622
+ "libraries": {
623
+ "Azure.Generator.Mgmt/1.0.0-alpha.20250410.1": {
624
+ "type": "project",
625
+ "serviceable": false,
626
+ "sha512": ""
627
+ },
628
+ "Azure.Core/1.44.1": {
629
+ "type": "package",
630
+ "serviceable": true,
631
+ "sha512": "sha512-YyznXLQZCregzHvioip07/BkzjuWNXogJEVz9T5W6TwjNr17ax41YGzYMptlo2G10oLCuVPoyva62y0SIRDixg==",
632
+ "path": "azure.core/1.44.1",
633
+ "hashPath": "azure.core.1.44.1.nupkg.sha512"
634
+ },
635
+ "Azure.ResourceManager/1.13.0": {
636
+ "type": "package",
637
+ "serviceable": true,
638
+ "sha512": "sha512-B0ZE4gNxs942DScLH53X7L4uqnMnh1LTpjHZUfnToQsjA65AuxiiDCVMQUkTTeQOP3PNd0UOrgRNpjQlbU8bgg==",
639
+ "path": "azure.resourcemanager/1.13.0",
640
+ "hashPath": "azure.resourcemanager.1.13.0.nupkg.sha512"
641
+ },
642
+ "CommandLineParser/2.9.1": {
643
+ "type": "package",
644
+ "serviceable": true,
645
+ "sha512": "sha512-OE0sl1/sQ37bjVsPKKtwQlWDgqaxWgtme3xZz7JssWUzg5JpMIyHgCTY9MVMxOg48fJ1AgGT3tgdH5m/kQ5xhA==",
646
+ "path": "commandlineparser/2.9.1",
647
+ "hashPath": "commandlineparser.2.9.1.nupkg.sha512"
648
+ },
649
+ "Humanizer.Core/2.14.1": {
650
+ "type": "package",
651
+ "serviceable": true,
652
+ "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==",
653
+ "path": "humanizer.core/2.14.1",
654
+ "hashPath": "humanizer.core.2.14.1.nupkg.sha512"
655
+ },
656
+ "Microsoft.Azure.AutoRest.CSharp/3.0.0-beta.20250409.1": {
657
+ "type": "package",
658
+ "serviceable": true,
659
+ "sha512": "sha512-kO+ZTzxq6uRTL67DqtwRezR1N3Rs4KqdN7qAQaWAD6MKamuxURdL4JEwUGbGjT2ZxKXPs9+JWzF1ieijjrfkmg==",
660
+ "path": "microsoft.azure.autorest.csharp/3.0.0-beta.20250409.1",
661
+ "hashPath": "microsoft.azure.autorest.csharp.3.0.0-beta.20250409.1.nupkg.sha512"
662
+ },
663
+ "Microsoft.Bcl.AsyncInterfaces/7.0.0": {
664
+ "type": "package",
665
+ "serviceable": true,
666
+ "sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==",
667
+ "path": "microsoft.bcl.asyncinterfaces/7.0.0",
668
+ "hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512"
669
+ },
670
+ "Microsoft.Build/17.9.5": {
671
+ "type": "package",
672
+ "serviceable": true,
673
+ "sha512": "sha512-DxMxhO2DrGytHQLRlKB1CiyJVghemYY4vynMKwh5Y/7Ion07VdqVWLZZmyS+KYkMKD7oC4+rijiVldakN7ZNMA==",
674
+ "path": "microsoft.build/17.9.5",
675
+ "hashPath": "microsoft.build.17.9.5.nupkg.sha512"
676
+ },
677
+ "Microsoft.Build.Framework/17.9.5": {
678
+ "type": "package",
679
+ "serviceable": true,
680
+ "sha512": "sha512-CjRmqu9Wv2fyC1d7NKOuBDXcNMI8+GiXGM6izygB+skGGu4Vf0cBcoPq7AFqZCcMpn5DtZ+y7RpaLpB2qrzanQ==",
681
+ "path": "microsoft.build.framework/17.9.5",
682
+ "hashPath": "microsoft.build.framework.17.9.5.nupkg.sha512"
683
+ },
684
+ "Microsoft.Build.Tasks.Git/8.0.0": {
685
+ "type": "package",
686
+ "serviceable": true,
687
+ "sha512": "sha512-bZKfSIKJRXLTuSzLudMFte/8CempWjVamNUR5eHJizsy+iuOuO/k2gnh7W0dHJmYY0tBf+gUErfluCv5mySAOQ==",
688
+ "path": "microsoft.build.tasks.git/8.0.0",
689
+ "hashPath": "microsoft.build.tasks.git.8.0.0.nupkg.sha512"
690
+ },
691
+ "Microsoft.CodeAnalysis.Analyzers/3.3.4": {
692
+ "type": "package",
693
+ "serviceable": true,
694
+ "sha512": "sha512-AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==",
695
+ "path": "microsoft.codeanalysis.analyzers/3.3.4",
696
+ "hashPath": "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512"
697
+ },
698
+ "Microsoft.CodeAnalysis.Common/4.8.0": {
699
+ "type": "package",
700
+ "serviceable": true,
701
+ "sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==",
702
+ "path": "microsoft.codeanalysis.common/4.8.0",
703
+ "hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512"
704
+ },
705
+ "Microsoft.CodeAnalysis.CSharp/4.8.0": {
706
+ "type": "package",
707
+ "serviceable": true,
708
+ "sha512": "sha512-+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==",
709
+ "path": "microsoft.codeanalysis.csharp/4.8.0",
710
+ "hashPath": "microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512"
711
+ },
712
+ "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
713
+ "type": "package",
714
+ "serviceable": true,
715
+ "sha512": "sha512-3amm4tq4Lo8/BGvg9p3BJh3S9nKq2wqCXfS7138i69TUpo/bD+XvD0hNurpEBtcNZhi1FyutiomKJqVF39ugYA==",
716
+ "path": "microsoft.codeanalysis.csharp.workspaces/4.8.0",
717
+ "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512"
718
+ },
719
+ "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
720
+ "type": "package",
721
+ "serviceable": true,
722
+ "sha512": "sha512-LXyV+MJKsKRu3FGJA3OmSk40OUIa/dQCFLOnm5X8MNcujx7hzGu8o+zjXlb/cy5xUdZK2UKYb9YaQ2E8m9QehQ==",
723
+ "path": "microsoft.codeanalysis.workspaces.common/4.8.0",
724
+ "hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512"
725
+ },
726
+ "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
727
+ "type": "package",
728
+ "serviceable": true,
729
+ "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
730
+ "path": "microsoft.extensions.logging.abstractions/6.0.0",
731
+ "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
732
+ },
733
+ "Microsoft.NET.StringTools/17.9.5": {
734
+ "type": "package",
735
+ "serviceable": true,
736
+ "sha512": "sha512-C/oPRnjcIZBRzcpl1V06R1eEMCxOGt6mIm+8ioyblELgJEXLM8XjUPuCwljMO52VetsHw54xMcYwU8UEeHEIEg==",
737
+ "path": "microsoft.net.stringtools/17.9.5",
738
+ "hashPath": "microsoft.net.stringtools.17.9.5.nupkg.sha512"
739
+ },
740
+ "Microsoft.SourceLink.Common/8.0.0": {
741
+ "type": "package",
742
+ "serviceable": true,
743
+ "sha512": "sha512-dk9JPxTCIevS75HyEQ0E4OVAFhB2N+V9ShCXf8Q6FkUQZDkgLI12y679Nym1YqsiSysuQskT7Z+6nUf3yab6Vw==",
744
+ "path": "microsoft.sourcelink.common/8.0.0",
745
+ "hashPath": "microsoft.sourcelink.common.8.0.0.nupkg.sha512"
746
+ },
747
+ "Microsoft.SourceLink.GitHub/8.0.0": {
748
+ "type": "package",
749
+ "serviceable": true,
750
+ "sha512": "sha512-G5q7OqtwIyGTkeIOAc3u2ZuV/kicQaec5EaRnc0pIeSnh9LUjj+PYQrJYBURvDt7twGl2PKA7nSN0kz1Zw5bnQ==",
751
+ "path": "microsoft.sourcelink.github/8.0.0",
752
+ "hashPath": "microsoft.sourcelink.github.8.0.0.nupkg.sha512"
753
+ },
754
+ "Microsoft.TypeSpec.Generator/1.0.0-alpha.20250407.1": {
755
+ "type": "package",
756
+ "serviceable": true,
757
+ "sha512": "sha512-uZ3vjBwDu71Hcisod4aDXFV13kEAQUtfMkGsJbjkvj0Y6c6C689+htU846EllBi5zODP+n9ievAMIxQTR7aCVw==",
758
+ "path": "microsoft.typespec.generator/1.0.0-alpha.20250407.1",
759
+ "hashPath": "microsoft.typespec.generator.1.0.0-alpha.20250407.1.nupkg.sha512"
760
+ },
761
+ "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-alpha.20250407.1": {
762
+ "type": "package",
763
+ "serviceable": true,
764
+ "sha512": "sha512-Oblb/ulSmMa/7GzDPRaBEuHPuHmPlwnPyVeL0wecEJbxKcGHMGuCGOm7BsTayei4E/Wkkkb6KdOp+dTQlLnryw==",
765
+ "path": "microsoft.typespec.generator.clientmodel/1.0.0-alpha.20250407.1",
766
+ "hashPath": "microsoft.typespec.generator.clientmodel.1.0.0-alpha.20250407.1.nupkg.sha512"
767
+ },
768
+ "Microsoft.TypeSpec.Generator.Input/1.0.0-alpha.20250407.1": {
769
+ "type": "package",
770
+ "serviceable": true,
771
+ "sha512": "sha512-zkJr2Ib84+iIyzpddwopYktir4fkcE8d5eHm7EJbKYTwNVHUBfRXVIj2+Vf0CoAdshTW8HKEnvA2WB7fDnczIA==",
772
+ "path": "microsoft.typespec.generator.input/1.0.0-alpha.20250407.1",
773
+ "hashPath": "microsoft.typespec.generator.input.1.0.0-alpha.20250407.1.nupkg.sha512"
774
+ },
775
+ "NuGet.Common/6.9.1": {
776
+ "type": "package",
777
+ "serviceable": true,
778
+ "sha512": "sha512-FbuWZBjQ1NJXBDqCwSddN2yvw3Plq3sTCIh0nc66Hu8jrNr+BOaxlKZv78jvJ+pSy8BvurYOdF9sl9KoORjrtg==",
779
+ "path": "nuget.common/6.9.1",
780
+ "hashPath": "nuget.common.6.9.1.nupkg.sha512"
781
+ },
782
+ "NuGet.Configuration/6.9.1": {
783
+ "type": "package",
784
+ "serviceable": true,
785
+ "sha512": "sha512-GM06pcUzWdNsizeGciqCjAhryfI1F/rQPETLDF+8pDRgzVpA+wKAR01/4aFU+IXzugnQ9LqOb5YyCRuR1OVZiQ==",
786
+ "path": "nuget.configuration/6.9.1",
787
+ "hashPath": "nuget.configuration.6.9.1.nupkg.sha512"
788
+ },
789
+ "NuGet.Frameworks/6.9.1": {
790
+ "type": "package",
791
+ "serviceable": true,
792
+ "sha512": "sha512-DaKh3lenPUvzGccPkbI97BIvA27z+/UsL3ankfoZlX/4vBVDK5N1sheFTQ+GuJf+IgSzsJz/A21SPUpQLHwUtA==",
793
+ "path": "nuget.frameworks/6.9.1",
794
+ "hashPath": "nuget.frameworks.6.9.1.nupkg.sha512"
795
+ },
796
+ "SauceControl.InheritDoc/1.2.0": {
797
+ "type": "package",
798
+ "serviceable": true,
799
+ "sha512": "sha512-6/SPY5RjYvG7aSDoHMBsecUzKvU+zy+9Q2gN4NAU+ESZnMUA/hkRvvPCNqyDleojEM5uUBqesiwHhUCk8XOIfQ==",
800
+ "path": "saucecontrol.inheritdoc/1.2.0",
801
+ "hashPath": "saucecontrol.inheritdoc.1.2.0.nupkg.sha512"
802
+ },
803
+ "StyleCop.Analyzers/1.2.0-beta.333": {
804
+ "type": "package",
805
+ "serviceable": true,
806
+ "sha512": "sha512-o2r6o6TVTb6VdTtWEYT88/SgixcujjZ3gXMktvI/aNkA3y0CxUSVZEL23OjFe4/sDiTvldkdhKEyAQP9Z8r5wA==",
807
+ "path": "stylecop.analyzers/1.2.0-beta.333",
808
+ "hashPath": "stylecop.analyzers.1.2.0-beta.333.nupkg.sha512"
809
+ },
810
+ "StyleCop.Analyzers.Unstable/1.2.0.333": {
811
+ "type": "package",
812
+ "serviceable": true,
813
+ "sha512": "sha512-7mwxcwa3xZnyU71OTqSgntCDpsZ5gkc4saXhuJeyg5Xc+3xiQxzyhy26uG8rVF8Z7GKpXCsHCL3rd5ZomA+a/A==",
814
+ "path": "stylecop.analyzers.unstable/1.2.0.333",
815
+ "hashPath": "stylecop.analyzers.unstable.1.2.0.333.nupkg.sha512"
816
+ },
817
+ "System.ClientModel/1.3.0": {
818
+ "type": "package",
819
+ "serviceable": true,
820
+ "sha512": "sha512-dt2n0G1jAfFOxBWk+39CVS05DE+ZXCPExc/XcXYQfn/eiMxURWvMB76yKzBlyD8yjM08d5c/2/AEOp/7mKo9vw==",
821
+ "path": "system.clientmodel/1.3.0",
822
+ "hashPath": "system.clientmodel.1.3.0.nupkg.sha512"
823
+ },
824
+ "System.Collections.Immutable/8.0.0": {
825
+ "type": "package",
826
+ "serviceable": true,
827
+ "sha512": "sha512-AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==",
828
+ "path": "system.collections.immutable/8.0.0",
829
+ "hashPath": "system.collections.immutable.8.0.0.nupkg.sha512"
830
+ },
831
+ "System.ComponentModel.Composition/8.0.0": {
832
+ "type": "package",
833
+ "serviceable": true,
834
+ "sha512": "sha512-bGhUX5BTivJ9Wax0qnJy7uGq7dn/TQkEpJ2Fpu1etg8dbPwyDkUzNPc1d3I2/jUr9y4wDI3a1dkSmi8X21Pzbw==",
835
+ "path": "system.componentmodel.composition/8.0.0",
836
+ "hashPath": "system.componentmodel.composition.8.0.0.nupkg.sha512"
837
+ },
838
+ "System.Composition/7.0.0": {
839
+ "type": "package",
840
+ "serviceable": true,
841
+ "sha512": "sha512-tRwgcAkDd85O8Aq6zHDANzQaq380cek9lbMg5Qma46u5BZXq/G+XvIYmu+UI+BIIZ9zssXLYrkTykEqxxvhcmg==",
842
+ "path": "system.composition/7.0.0",
843
+ "hashPath": "system.composition.7.0.0.nupkg.sha512"
844
+ },
845
+ "System.Composition.AttributedModel/7.0.0": {
846
+ "type": "package",
847
+ "serviceable": true,
848
+ "sha512": "sha512-2QzClqjElKxgI1jK1Jztnq44/8DmSuTSGGahXqQ4TdEV0h9s2KikQZIgcEqVzR7OuWDFPGLHIprBJGQEPr8fAQ==",
849
+ "path": "system.composition.attributedmodel/7.0.0",
850
+ "hashPath": "system.composition.attributedmodel.7.0.0.nupkg.sha512"
851
+ },
852
+ "System.Composition.Convention/7.0.0": {
853
+ "type": "package",
854
+ "serviceable": true,
855
+ "sha512": "sha512-IMhTlpCs4HmlD8B+J8/kWfwX7vrBBOs6xyjSTzBlYSs7W4OET4tlkR/Sg9NG8jkdJH9Mymq0qGdYS1VPqRTBnQ==",
856
+ "path": "system.composition.convention/7.0.0",
857
+ "hashPath": "system.composition.convention.7.0.0.nupkg.sha512"
858
+ },
859
+ "System.Composition.Hosting/7.0.0": {
860
+ "type": "package",
861
+ "serviceable": true,
862
+ "sha512": "sha512-eB6gwN9S+54jCTBJ5bpwMOVerKeUfGGTYCzz3QgDr1P55Gg/Wb27ShfPIhLMjmZ3MoAKu8uUSv6fcCdYJTN7Bg==",
863
+ "path": "system.composition.hosting/7.0.0",
864
+ "hashPath": "system.composition.hosting.7.0.0.nupkg.sha512"
865
+ },
866
+ "System.Composition.Runtime/7.0.0": {
867
+ "type": "package",
868
+ "serviceable": true,
869
+ "sha512": "sha512-aZJ1Zr5Txe925rbo4742XifEyW0MIni1eiUebmcrP3HwLXZ3IbXUj4MFMUH/RmnJOAQiS401leg/2Sz1MkApDw==",
870
+ "path": "system.composition.runtime/7.0.0",
871
+ "hashPath": "system.composition.runtime.7.0.0.nupkg.sha512"
872
+ },
873
+ "System.Composition.TypedParts/7.0.0": {
874
+ "type": "package",
875
+ "serviceable": true,
876
+ "sha512": "sha512-ZK0KNPfbtxVceTwh+oHNGUOYV2WNOHReX2AXipuvkURC7s/jPwoWfsu3SnDBDgofqbiWr96geofdQ2erm/KTHg==",
877
+ "path": "system.composition.typedparts/7.0.0",
878
+ "hashPath": "system.composition.typedparts.7.0.0.nupkg.sha512"
879
+ },
880
+ "System.Configuration.ConfigurationManager/8.0.0": {
881
+ "type": "package",
882
+ "serviceable": true,
883
+ "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==",
884
+ "path": "system.configuration.configurationmanager/8.0.0",
885
+ "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512"
886
+ },
887
+ "System.Diagnostics.DiagnosticSource/6.0.1": {
888
+ "type": "package",
889
+ "serviceable": true,
890
+ "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
891
+ "path": "system.diagnostics.diagnosticsource/6.0.1",
892
+ "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512"
893
+ },
894
+ "System.Diagnostics.EventLog/8.0.0": {
895
+ "type": "package",
896
+ "serviceable": true,
897
+ "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==",
898
+ "path": "system.diagnostics.eventlog/8.0.0",
899
+ "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
900
+ },
901
+ "System.IO.Pipelines/7.0.0": {
902
+ "type": "package",
903
+ "serviceable": true,
904
+ "sha512": "sha512-jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==",
905
+ "path": "system.io.pipelines/7.0.0",
906
+ "hashPath": "system.io.pipelines.7.0.0.nupkg.sha512"
907
+ },
908
+ "System.Memory.Data/8.0.1": {
909
+ "type": "package",
910
+ "serviceable": true,
911
+ "sha512": "sha512-BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==",
912
+ "path": "system.memory.data/8.0.1",
913
+ "hashPath": "system.memory.data.8.0.1.nupkg.sha512"
914
+ },
915
+ "System.Numerics.Vectors/4.5.0": {
916
+ "type": "package",
917
+ "serviceable": true,
918
+ "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
919
+ "path": "system.numerics.vectors/4.5.0",
920
+ "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
921
+ },
922
+ "System.Reflection.Metadata/8.0.0": {
923
+ "type": "package",
924
+ "serviceable": true,
925
+ "sha512": "sha512-ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
926
+ "path": "system.reflection.metadata/8.0.0",
927
+ "hashPath": "system.reflection.metadata.8.0.0.nupkg.sha512"
928
+ },
929
+ "System.Reflection.MetadataLoadContext/8.0.0": {
930
+ "type": "package",
931
+ "serviceable": true,
932
+ "sha512": "sha512-SZxrQ4sQYnIcdwiO3G/lHZopbPYQ2lW0ioT4JezgccWUrKaKbHLJbAGZaDfkYjWcta1pWssAo3MOXLsR0ie4tQ==",
933
+ "path": "system.reflection.metadataloadcontext/8.0.0",
934
+ "hashPath": "system.reflection.metadataloadcontext.8.0.0.nupkg.sha512"
935
+ },
936
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
937
+ "type": "package",
938
+ "serviceable": true,
939
+ "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
940
+ "path": "system.runtime.compilerservices.unsafe/6.0.0",
941
+ "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
942
+ },
943
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
944
+ "type": "package",
945
+ "serviceable": true,
946
+ "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
947
+ "path": "system.security.cryptography.protecteddata/8.0.0",
948
+ "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
949
+ },
950
+ "System.Security.Principal.Windows/5.0.0": {
951
+ "type": "package",
952
+ "serviceable": true,
953
+ "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
954
+ "path": "system.security.principal.windows/5.0.0",
955
+ "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
956
+ },
957
+ "System.Text.Encodings.Web/6.0.0": {
958
+ "type": "package",
959
+ "serviceable": true,
960
+ "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
961
+ "path": "system.text.encodings.web/6.0.0",
962
+ "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
963
+ },
964
+ "System.Text.Json/6.0.10": {
965
+ "type": "package",
966
+ "serviceable": true,
967
+ "sha512": "sha512-NSB0kDipxn2ychp88NXWfFRFlmi1bst/xynOutbnpEfRCT9JZkZ7KOmF/I/hNKo2dILiMGnqblm+j1sggdLB9g==",
968
+ "path": "system.text.json/6.0.10",
969
+ "hashPath": "system.text.json.6.0.10.nupkg.sha512"
970
+ },
971
+ "System.Threading.Channels/7.0.0": {
972
+ "type": "package",
973
+ "serviceable": true,
974
+ "sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==",
975
+ "path": "system.threading.channels/7.0.0",
976
+ "hashPath": "system.threading.channels.7.0.0.nupkg.sha512"
977
+ },
978
+ "System.Threading.Tasks.Dataflow/8.0.0": {
979
+ "type": "package",
980
+ "serviceable": true,
981
+ "sha512": "sha512-7V0I8tPa9V7UxMx/+7DIwkhls5ouaEMQx6l/GwGm1Y8kJQ61On9B/PxCXFLbgu5/C47g0BP2CUYs+nMv1+Oaqw==",
982
+ "path": "system.threading.tasks.dataflow/8.0.0",
983
+ "hashPath": "system.threading.tasks.dataflow.8.0.0.nupkg.sha512"
984
+ },
985
+ "System.Threading.Tasks.Extensions/4.5.4": {
986
+ "type": "package",
987
+ "serviceable": true,
988
+ "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
989
+ "path": "system.threading.tasks.extensions/4.5.4",
990
+ "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
991
+ },
992
+ "Azure.Generator/1.0.0-alpha.20250410.1": {
993
+ "type": "project",
994
+ "serviceable": false,
995
+ "sha512": ""
996
+ }
997
+ }
998
+ }