@tsonic/efcore-sqlserver 0.1.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.
Files changed (399) hide show
  1. package/Azure/bindings.json +4791 -0
  2. package/Azure/internal/index.d.ts +433 -0
  3. package/Azure/internal/metadata.json +2772 -0
  4. package/Azure.Core/bindings.json +8215 -0
  5. package/Azure.Core/internal/index.d.ts +665 -0
  6. package/Azure.Core/internal/metadata.json +5291 -0
  7. package/Azure.Core.Cryptography/bindings.json +158 -0
  8. package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
  9. package/Azure.Core.Cryptography/internal/metadata.json +122 -0
  10. package/Azure.Core.Cryptography.d.ts +15 -0
  11. package/Azure.Core.Cryptography.js +9 -0
  12. package/Azure.Core.Diagnostics/bindings.json +154 -0
  13. package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
  14. package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
  15. package/Azure.Core.Diagnostics.d.ts +13 -0
  16. package/Azure.Core.Diagnostics.js +9 -0
  17. package/Azure.Core.Extensions/bindings.json +158 -0
  18. package/Azure.Core.Extensions/internal/index.d.ts +42 -0
  19. package/Azure.Core.Extensions/internal/metadata.json +139 -0
  20. package/Azure.Core.Extensions.d.ts +16 -0
  21. package/Azure.Core.Extensions.js +9 -0
  22. package/Azure.Core.GeoJson/bindings.json +2736 -0
  23. package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
  24. package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
  25. package/Azure.Core.GeoJson.d.ts +29 -0
  26. package/Azure.Core.GeoJson.js +9 -0
  27. package/Azure.Core.Pipeline/bindings.json +1894 -0
  28. package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
  29. package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
  30. package/Azure.Core.Pipeline.d.ts +32 -0
  31. package/Azure.Core.Pipeline.js +9 -0
  32. package/Azure.Core.Serialization/bindings.json +691 -0
  33. package/Azure.Core.Serialization/internal/index.d.ts +90 -0
  34. package/Azure.Core.Serialization/internal/metadata.json +468 -0
  35. package/Azure.Core.Serialization.d.ts +23 -0
  36. package/Azure.Core.Serialization.js +9 -0
  37. package/Azure.Core.d.ts +60 -0
  38. package/Azure.Core.js +9 -0
  39. package/Azure.Identity/bindings.json +11689 -0
  40. package/Azure.Identity/internal/index.d.ts +884 -0
  41. package/Azure.Identity/internal/metadata.json +5255 -0
  42. package/Azure.Identity.d.ts +75 -0
  43. package/Azure.Identity.js +9 -0
  44. package/Azure.Messaging/bindings.json +515 -0
  45. package/Azure.Messaging/internal/index.d.ts +62 -0
  46. package/Azure.Messaging/internal/metadata.json +316 -0
  47. package/Azure.Messaging.d.ts +17 -0
  48. package/Azure.Messaging.js +9 -0
  49. package/Azure.d.ts +69 -0
  50. package/Azure.js +9 -0
  51. package/LICENSE +21 -0
  52. package/Microsoft.Data/bindings.json +74 -0
  53. package/Microsoft.Data/internal/index.d.ts +33 -0
  54. package/Microsoft.Data/internal/metadata.json +59 -0
  55. package/Microsoft.Data.Sql/bindings.json +221 -0
  56. package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
  57. package/Microsoft.Data.Sql/internal/metadata.json +136 -0
  58. package/Microsoft.Data.Sql.d.ts +15 -0
  59. package/Microsoft.Data.Sql.js +9 -0
  60. package/Microsoft.Data.SqlClient/bindings.json +17875 -0
  61. package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
  62. package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
  63. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
  64. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
  65. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
  66. package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
  67. package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
  68. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
  69. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
  70. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
  71. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
  72. package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
  73. package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
  74. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
  75. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
  76. package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
  77. package/Microsoft.Data.SqlClient.Server.js +9 -0
  78. package/Microsoft.Data.SqlClient.d.ts +92 -0
  79. package/Microsoft.Data.SqlClient.js +9 -0
  80. package/Microsoft.Data.SqlTypes/bindings.json +902 -0
  81. package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
  82. package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
  83. package/Microsoft.Data.SqlTypes.d.ts +17 -0
  84. package/Microsoft.Data.SqlTypes.js +9 -0
  85. package/Microsoft.Data.d.ts +15 -0
  86. package/Microsoft.Data.js +9 -0
  87. package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
  88. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
  89. package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
  90. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
  91. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
  92. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
  93. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  94. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
  96. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
  97. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
  98. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
  99. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  100. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
  101. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
  102. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
  103. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
  104. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
  105. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
  106. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
  107. package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
  108. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
  109. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
  110. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
  111. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
  112. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  113. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
  114. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
  115. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
  116. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
  117. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  118. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  119. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  120. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  121. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
  122. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  123. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
  124. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
  125. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
  126. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
  127. package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
  128. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
  129. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  130. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
  131. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
  132. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
  133. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
  134. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
  135. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
  136. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
  137. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
  138. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
  139. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
  140. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
  141. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
  142. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
  143. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
  144. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
  145. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
  146. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
  147. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
  148. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
  149. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
  150. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
  151. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
  152. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
  153. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
  154. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
  155. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
  156. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
  157. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
  158. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
  159. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
  160. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
  161. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
  162. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
  163. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
  164. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
  165. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
  166. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
  167. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
  168. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
  169. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
  170. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
  171. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
  172. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
  173. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
  174. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
  175. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
  176. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
  177. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
  178. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
  179. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
  180. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
  181. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
  182. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
  183. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
  184. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
  185. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
  186. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
  187. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
  188. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
  189. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
  190. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
  191. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
  192. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
  193. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
  194. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
  195. package/Microsoft.EntityFrameworkCore.d.ts +46 -0
  196. package/Microsoft.EntityFrameworkCore.js +9 -0
  197. package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
  198. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
  199. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
  200. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  201. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  202. package/Microsoft.Identity.Client/bindings.json +23512 -0
  203. package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
  204. package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
  205. package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
  206. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
  207. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
  208. package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
  209. package/Microsoft.Identity.Client.Advanced.js +9 -0
  210. package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
  211. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
  212. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
  213. package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
  214. package/Microsoft.Identity.Client.AppConfig.js +9 -0
  215. package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
  216. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
  217. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
  218. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
  219. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
  220. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
  221. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
  222. package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
  223. package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
  224. package/Microsoft.Identity.Client.AuthScheme.js +9 -0
  225. package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
  226. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
  227. package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
  228. package/Microsoft.Identity.Client.Cache.d.ts +13 -0
  229. package/Microsoft.Identity.Client.Cache.js +9 -0
  230. package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
  231. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
  233. package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
  234. package/Microsoft.Identity.Client.Extensibility.js +9 -0
  235. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
  236. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
  237. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
  238. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
  239. package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
  240. package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
  241. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
  242. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
  243. package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
  244. package/Microsoft.Identity.Client.Kerberos.js +9 -0
  245. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
  246. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
  247. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
  248. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
  249. package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
  250. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
  251. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
  252. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
  253. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
  254. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
  255. package/Microsoft.Identity.Client.RP/bindings.json +83 -0
  256. package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
  257. package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
  258. package/Microsoft.Identity.Client.RP.d.ts +18 -0
  259. package/Microsoft.Identity.Client.RP.js +9 -0
  260. package/Microsoft.Identity.Client.Region/bindings.json +167 -0
  261. package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
  262. package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
  263. package/Microsoft.Identity.Client.Region.d.ts +12 -0
  264. package/Microsoft.Identity.Client.Region.js +9 -0
  265. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
  266. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
  267. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
  268. package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
  269. package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
  270. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
  271. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
  272. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
  273. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
  274. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
  275. package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
  276. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
  277. package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
  278. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
  279. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
  280. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
  281. package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
  282. package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
  283. package/Microsoft.Identity.Client.Utils.d.ts +13 -0
  284. package/Microsoft.Identity.Client.Utils.js +9 -0
  285. package/Microsoft.Identity.Client.d.ts +124 -0
  286. package/Microsoft.Identity.Client.js +9 -0
  287. package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
  288. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
  289. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
  290. package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
  291. package/Microsoft.IdentityModel.Abstractions.js +9 -0
  292. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
  293. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
  294. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
  295. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
  296. package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
  297. package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
  298. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
  299. package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
  300. package/Microsoft.IdentityModel.Logging.d.ts +21 -0
  301. package/Microsoft.IdentityModel.Logging.js +9 -0
  302. package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
  303. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
  304. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
  305. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
  306. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
  307. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
  308. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
  309. package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
  310. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
  311. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
  312. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
  313. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
  314. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
  315. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
  316. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
  317. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
  318. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
  319. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
  320. package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
  321. package/Microsoft.IdentityModel.Protocols.js +9 -0
  322. package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
  323. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
  324. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
  325. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
  326. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
  327. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
  328. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
  329. package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
  330. package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
  331. package/Microsoft.IdentityModel.Tokens.js +9 -0
  332. package/Microsoft.SqlServer.Server/bindings.json +1337 -0
  333. package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
  334. package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
  335. package/Microsoft.SqlServer.Server.d.ts +23 -0
  336. package/Microsoft.SqlServer.Server.js +9 -0
  337. package/README.md +5 -0
  338. package/System/bindings.json +877 -0
  339. package/System/internal/index.d.ts +67 -0
  340. package/System/internal/metadata.json +523 -0
  341. package/System.ClientModel/bindings.json +975 -0
  342. package/System.ClientModel/internal/index.d.ts +152 -0
  343. package/System.ClientModel/internal/metadata.json +637 -0
  344. package/System.ClientModel.Primitives/bindings.json +5278 -0
  345. package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
  346. package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
  347. package/System.ClientModel.Primitives.d.ts +65 -0
  348. package/System.ClientModel.Primitives.js +9 -0
  349. package/System.ClientModel.d.ts +42 -0
  350. package/System.ClientModel.js +9 -0
  351. package/System.Configuration/bindings.json +22798 -0
  352. package/System.Configuration/internal/index.d.ts +2085 -0
  353. package/System.Configuration/internal/metadata.json +11888 -0
  354. package/System.Configuration.Internal/bindings.json +3313 -0
  355. package/System.Configuration.Internal/internal/index.d.ts +228 -0
  356. package/System.Configuration.Internal/internal/metadata.json +2269 -0
  357. package/System.Configuration.Internal.d.ts +30 -0
  358. package/System.Configuration.Internal.js +9 -0
  359. package/System.Configuration.Provider/bindings.json +447 -0
  360. package/System.Configuration.Provider/internal/index.d.ts +63 -0
  361. package/System.Configuration.Provider/internal/metadata.json +284 -0
  362. package/System.Configuration.Provider.d.ts +17 -0
  363. package/System.Configuration.Provider.js +9 -0
  364. package/System.Configuration.d.ts +166 -0
  365. package/System.Configuration.js +9 -0
  366. package/System.Diagnostics/bindings.json +44 -0
  367. package/System.Diagnostics/internal/index.d.ts +18 -0
  368. package/System.Diagnostics/internal/metadata.json +48 -0
  369. package/System.Diagnostics.d.ts +12 -0
  370. package/System.Diagnostics.js +9 -0
  371. package/System.Drawing.Configuration/bindings.json +178 -0
  372. package/System.Drawing.Configuration/internal/index.d.ts +25 -0
  373. package/System.Drawing.Configuration/internal/metadata.json +46 -0
  374. package/System.Drawing.Configuration.d.ts +13 -0
  375. package/System.Drawing.Configuration.js +9 -0
  376. package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
  377. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
  378. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
  379. package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
  380. package/System.IdentityModel.Tokens.Jwt.js +9 -0
  381. package/System.Security.Cryptography/bindings.json +146 -0
  382. package/System.Security.Cryptography/internal/index.d.ts +25 -0
  383. package/System.Security.Cryptography/internal/metadata.json +104 -0
  384. package/System.Security.Cryptography.d.ts +13 -0
  385. package/System.Security.Cryptography.js +9 -0
  386. package/System.Text.Json.Serialization/bindings.json +96 -0
  387. package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
  388. package/System.Text.Json.Serialization/internal/metadata.json +70 -0
  389. package/System.Text.Json.Serialization.d.ts +15 -0
  390. package/System.Text.Json.Serialization.js +9 -0
  391. package/System.d.ts +21 -0
  392. package/System.js +9 -0
  393. package/__build/ref/Program.cs +5 -0
  394. package/__build/ref/ref.csproj +14 -0
  395. package/__build/scripts/generate.sh +113 -0
  396. package/__internal/extensions/index.d.ts +153 -0
  397. package/families.json +30 -0
  398. package/package.json +27 -0
  399. package/tsconfig.json +20 -0
@@ -0,0 +1,67 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System
3
+ // Assembly: System.ComponentModel, System.ComponentModel.TypeConverter, System.Configuration.ConfigurationManager, System.Console, System.Memory, System.Memory.Data, System.Private.CoreLib, System.Private.Uri
4
+
5
+ // Primitive type aliases from @tsonic/core
6
+ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
+
8
+ // Import types from other namespaces
9
+ import type { Stream } from "@tsonic/dotnet/System.IO.js";
10
+ import * as System_Internal from "@tsonic/dotnet/System.js";
11
+ import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, ReadOnlyMemory, String as ClrString, Type } from "@tsonic/dotnet/System.js";
12
+ import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json.js";
13
+ import type { JsonSerializerContext } from "@tsonic/dotnet/System.Text.Json.Serialization.js";
14
+ import type { JsonTypeInfo } from "@tsonic/dotnet/System.Text.Json.Serialization.Metadata.js";
15
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
16
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
17
+
18
+ export enum UriIdnScope {
19
+ none = 0,
20
+ allExceptIntranet = 1,
21
+ all = 2
22
+ }
23
+
24
+
25
+ export interface BinaryData$instance {
26
+ readonly isEmpty: boolean;
27
+ readonly length: int;
28
+ readonly mediaType: string | undefined;
29
+ equals(obj: unknown): boolean;
30
+ getHashCode(): int;
31
+ toArray(): byte[];
32
+ toMemory(): ReadOnlyMemory<Byte>;
33
+ toObjectFromJson<T>(options?: JsonSerializerOptions): T | undefined;
34
+ toObjectFromJson<T>(jsonTypeInfo: JsonTypeInfo<T>): T | undefined;
35
+ toStream(): Stream;
36
+ toString(): string;
37
+ withMediaType(mediaType: string): BinaryData;
38
+ }
39
+
40
+
41
+ export const BinaryData: {
42
+ new(data: byte[]): BinaryData;
43
+ new(data: byte[], mediaType: string): BinaryData;
44
+ new(jsonSerializable: unknown, options: JsonSerializerOptions, type_: Type): BinaryData;
45
+ new(jsonSerializable: unknown, context: JsonSerializerContext, type_: Type): BinaryData;
46
+ new(data: ReadOnlyMemory<Byte>): BinaryData;
47
+ new(data: ReadOnlyMemory<Byte>, mediaType: string): BinaryData;
48
+ new(data: string): BinaryData;
49
+ new(data: string, mediaType: string): BinaryData;
50
+ readonly empty: BinaryData;
51
+ fromBytes(data: byte[], mediaType: string): BinaryData;
52
+ fromBytes(data: byte[]): BinaryData;
53
+ fromBytes(data: ReadOnlyMemory<Byte>, mediaType: string): BinaryData;
54
+ fromBytes(data: ReadOnlyMemory<Byte>): BinaryData;
55
+ fromObjectAsJson<T>(jsonSerializable: T, jsonTypeInfo: JsonTypeInfo<T>): BinaryData;
56
+ fromObjectAsJson<T>(jsonSerializable: T, options?: JsonSerializerOptions): BinaryData;
57
+ fromStream(stream: Stream, mediaType: string): BinaryData;
58
+ fromStream(stream: Stream): BinaryData;
59
+ fromStreamAsync(stream: Stream, mediaType: string, cancellationToken?: CancellationToken): Task<BinaryData>;
60
+ fromStreamAsync(stream: Stream, cancellationToken?: CancellationToken): Task<BinaryData>;
61
+ fromString(data: string, mediaType: string): BinaryData;
62
+ fromString(data: string): BinaryData;
63
+ };
64
+
65
+
66
+ export type BinaryData = BinaryData$instance;
67
+
@@ -0,0 +1,523 @@
1
+ {
2
+ "namespace": "System",
3
+ "contributingAssemblies": [
4
+ "System.ComponentModel",
5
+ "System.ComponentModel.TypeConverter",
6
+ "System.Configuration.ConfigurationManager",
7
+ "System.Console",
8
+ "System.Memory",
9
+ "System.Memory.Data",
10
+ "System.Private.CoreLib",
11
+ "System.Private.Uri"
12
+ ],
13
+ "types": [
14
+ {
15
+ "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope",
16
+ "clrName": "System.UriIdnScope",
17
+ "tsEmitName": "UriIdnScope",
18
+ "kind": "Enum",
19
+ "accessibility": "Public",
20
+ "isAbstract": false,
21
+ "isSealed": true,
22
+ "isStatic": false,
23
+ "arity": 0,
24
+ "methods": [],
25
+ "properties": [],
26
+ "fields": [
27
+ {
28
+ "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::value__System.Int32",
29
+ "clrName": "value__",
30
+ "tsEmitName": "value__",
31
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
32
+ "isStatic": false,
33
+ "isReadOnly": false,
34
+ "isLiteral": false
35
+ },
36
+ {
37
+ "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::NoneSystem.UriIdnScope",
38
+ "clrName": "None",
39
+ "tsEmitName": "none",
40
+ "normalizedSignature": "None|System.UriIdnScope|static=true|const=true",
41
+ "isStatic": true,
42
+ "isReadOnly": false,
43
+ "isLiteral": true
44
+ },
45
+ {
46
+ "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::AllExceptIntranetSystem.UriIdnScope",
47
+ "clrName": "AllExceptIntranet",
48
+ "tsEmitName": "allExceptIntranet",
49
+ "normalizedSignature": "AllExceptIntranet|System.UriIdnScope|static=true|const=true",
50
+ "isStatic": true,
51
+ "isReadOnly": false,
52
+ "isLiteral": true
53
+ },
54
+ {
55
+ "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::AllSystem.UriIdnScope",
56
+ "clrName": "All",
57
+ "tsEmitName": "all",
58
+ "normalizedSignature": "All|System.UriIdnScope|static=true|const=true",
59
+ "isStatic": true,
60
+ "isReadOnly": false,
61
+ "isLiteral": true
62
+ }
63
+ ],
64
+ "events": [],
65
+ "constructors": []
66
+ },
67
+ {
68
+ "stableId": "System.Memory.Data:System.BinaryData",
69
+ "clrName": "System.BinaryData",
70
+ "tsEmitName": "BinaryData",
71
+ "kind": "Class",
72
+ "accessibility": "Public",
73
+ "isAbstract": false,
74
+ "isSealed": false,
75
+ "isStatic": false,
76
+ "arity": 0,
77
+ "methods": [
78
+ {
79
+ "stableId": "System.Memory.Data:System.BinaryData::FromBytes(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.BinaryData",
80
+ "clrName": "FromBytes",
81
+ "tsEmitName": "fromBytes",
82
+ "normalizedSignature": "FromBytes|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.BinaryData|static=true",
83
+ "provenance": "Original",
84
+ "emitScope": "ClassSurface",
85
+ "isStatic": true,
86
+ "isAbstract": false,
87
+ "isVirtual": false,
88
+ "isOverride": false,
89
+ "isSealed": false,
90
+ "arity": 0,
91
+ "parameterCount": 1,
92
+ "isExtensionMethod": false
93
+ },
94
+ {
95
+ "stableId": "System.Memory.Data:System.BinaryData::FromBytes(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):System.BinaryData",
96
+ "clrName": "FromBytes",
97
+ "tsEmitName": "fromBytes",
98
+ "normalizedSignature": "FromBytes|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):System.BinaryData|static=true",
99
+ "provenance": "Original",
100
+ "emitScope": "ClassSurface",
101
+ "isStatic": true,
102
+ "isAbstract": false,
103
+ "isVirtual": false,
104
+ "isOverride": false,
105
+ "isSealed": false,
106
+ "arity": 0,
107
+ "parameterCount": 2,
108
+ "isExtensionMethod": false
109
+ },
110
+ {
111
+ "stableId": "System.Memory.Data:System.BinaryData::FromBytes(System.Byte[]):System.BinaryData",
112
+ "clrName": "FromBytes",
113
+ "tsEmitName": "fromBytes",
114
+ "normalizedSignature": "FromBytes|(System.Byte[]):System.BinaryData|static=true",
115
+ "provenance": "Original",
116
+ "emitScope": "ClassSurface",
117
+ "isStatic": true,
118
+ "isAbstract": false,
119
+ "isVirtual": false,
120
+ "isOverride": false,
121
+ "isSealed": false,
122
+ "arity": 0,
123
+ "parameterCount": 1,
124
+ "isExtensionMethod": false
125
+ },
126
+ {
127
+ "stableId": "System.Memory.Data:System.BinaryData::FromBytes(System.Byte[],System.String):System.BinaryData",
128
+ "clrName": "FromBytes",
129
+ "tsEmitName": "fromBytes",
130
+ "normalizedSignature": "FromBytes|(System.Byte[],System.String):System.BinaryData|static=true",
131
+ "provenance": "Original",
132
+ "emitScope": "ClassSurface",
133
+ "isStatic": true,
134
+ "isAbstract": false,
135
+ "isVirtual": false,
136
+ "isOverride": false,
137
+ "isSealed": false,
138
+ "arity": 0,
139
+ "parameterCount": 2,
140
+ "isExtensionMethod": false
141
+ },
142
+ {
143
+ "stableId": "System.Memory.Data:System.BinaryData::FromString(System.String):System.BinaryData",
144
+ "clrName": "FromString",
145
+ "tsEmitName": "fromString",
146
+ "normalizedSignature": "FromString|(System.String):System.BinaryData|static=true",
147
+ "provenance": "Original",
148
+ "emitScope": "ClassSurface",
149
+ "isStatic": true,
150
+ "isAbstract": false,
151
+ "isVirtual": false,
152
+ "isOverride": false,
153
+ "isSealed": false,
154
+ "arity": 0,
155
+ "parameterCount": 1,
156
+ "isExtensionMethod": false
157
+ },
158
+ {
159
+ "stableId": "System.Memory.Data:System.BinaryData::FromString(System.String,System.String):System.BinaryData",
160
+ "clrName": "FromString",
161
+ "tsEmitName": "fromString",
162
+ "normalizedSignature": "FromString|(System.String,System.String):System.BinaryData|static=true",
163
+ "provenance": "Original",
164
+ "emitScope": "ClassSurface",
165
+ "isStatic": true,
166
+ "isAbstract": false,
167
+ "isVirtual": false,
168
+ "isOverride": false,
169
+ "isSealed": false,
170
+ "arity": 0,
171
+ "parameterCount": 2,
172
+ "isExtensionMethod": false
173
+ },
174
+ {
175
+ "stableId": "System.Memory.Data:System.BinaryData::FromStream(System.IO.Stream):System.BinaryData",
176
+ "clrName": "FromStream",
177
+ "tsEmitName": "fromStream",
178
+ "normalizedSignature": "FromStream|(System.IO.Stream):System.BinaryData|static=true",
179
+ "provenance": "Original",
180
+ "emitScope": "ClassSurface",
181
+ "isStatic": true,
182
+ "isAbstract": false,
183
+ "isVirtual": false,
184
+ "isOverride": false,
185
+ "isSealed": false,
186
+ "arity": 0,
187
+ "parameterCount": 1,
188
+ "isExtensionMethod": false
189
+ },
190
+ {
191
+ "stableId": "System.Memory.Data:System.BinaryData::FromStream(System.IO.Stream,System.String):System.BinaryData",
192
+ "clrName": "FromStream",
193
+ "tsEmitName": "fromStream",
194
+ "normalizedSignature": "FromStream|(System.IO.Stream,System.String):System.BinaryData|static=true",
195
+ "provenance": "Original",
196
+ "emitScope": "ClassSurface",
197
+ "isStatic": true,
198
+ "isAbstract": false,
199
+ "isVirtual": false,
200
+ "isOverride": false,
201
+ "isSealed": false,
202
+ "arity": 0,
203
+ "parameterCount": 2,
204
+ "isExtensionMethod": false
205
+ },
206
+ {
207
+ "stableId": "System.Memory.Data:System.BinaryData::FromStreamAsync(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
208
+ "clrName": "FromStreamAsync",
209
+ "tsEmitName": "fromStreamAsync",
210
+ "normalizedSignature": "FromStreamAsync|(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=true",
211
+ "provenance": "Original",
212
+ "emitScope": "ClassSurface",
213
+ "isStatic": true,
214
+ "isAbstract": false,
215
+ "isVirtual": false,
216
+ "isOverride": false,
217
+ "isSealed": false,
218
+ "arity": 0,
219
+ "parameterCount": 2,
220
+ "isExtensionMethod": false
221
+ },
222
+ {
223
+ "stableId": "System.Memory.Data:System.BinaryData::FromStreamAsync(System.IO.Stream,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
224
+ "clrName": "FromStreamAsync",
225
+ "tsEmitName": "fromStreamAsync",
226
+ "normalizedSignature": "FromStreamAsync|(System.IO.Stream,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=true",
227
+ "provenance": "Original",
228
+ "emitScope": "ClassSurface",
229
+ "isStatic": true,
230
+ "isAbstract": false,
231
+ "isVirtual": false,
232
+ "isOverride": false,
233
+ "isSealed": false,
234
+ "arity": 0,
235
+ "parameterCount": 3,
236
+ "isExtensionMethod": false
237
+ },
238
+ {
239
+ "stableId": "System.Memory.Data:System.BinaryData::FromObjectAsJson(T,System.Text.Json.JsonSerializerOptions):System.BinaryData",
240
+ "clrName": "FromObjectAsJson",
241
+ "tsEmitName": "fromObjectAsJson",
242
+ "normalizedSignature": "FromObjectAsJson|(T,System.Text.Json.JsonSerializerOptions):System.BinaryData|static=true",
243
+ "provenance": "Original",
244
+ "emitScope": "ClassSurface",
245
+ "isStatic": true,
246
+ "isAbstract": false,
247
+ "isVirtual": false,
248
+ "isOverride": false,
249
+ "isSealed": false,
250
+ "arity": 1,
251
+ "parameterCount": 2,
252
+ "isExtensionMethod": false
253
+ },
254
+ {
255
+ "stableId": "System.Memory.Data:System.BinaryData::FromObjectAsJson(T,JsonTypeInfo_1):System.BinaryData",
256
+ "clrName": "FromObjectAsJson",
257
+ "tsEmitName": "fromObjectAsJson",
258
+ "normalizedSignature": "FromObjectAsJson|(T,JsonTypeInfo_1):System.BinaryData|static=true",
259
+ "provenance": "Original",
260
+ "emitScope": "ClassSurface",
261
+ "isStatic": true,
262
+ "isAbstract": false,
263
+ "isVirtual": false,
264
+ "isOverride": false,
265
+ "isSealed": false,
266
+ "arity": 1,
267
+ "parameterCount": 2,
268
+ "isExtensionMethod": false
269
+ },
270
+ {
271
+ "stableId": "System.Memory.Data:System.BinaryData::WithMediaType(System.String):System.BinaryData",
272
+ "clrName": "WithMediaType",
273
+ "tsEmitName": "withMediaType",
274
+ "normalizedSignature": "WithMediaType|(System.String):System.BinaryData|static=false",
275
+ "provenance": "Original",
276
+ "emitScope": "ClassSurface",
277
+ "isStatic": false,
278
+ "isAbstract": false,
279
+ "isVirtual": false,
280
+ "isOverride": false,
281
+ "isSealed": false,
282
+ "arity": 0,
283
+ "parameterCount": 1,
284
+ "isExtensionMethod": false
285
+ },
286
+ {
287
+ "stableId": "System.Memory.Data:System.BinaryData::ToString():System.String",
288
+ "clrName": "ToString",
289
+ "tsEmitName": "toString",
290
+ "normalizedSignature": "ToString|():System.String|static=false",
291
+ "provenance": "Original",
292
+ "emitScope": "ClassSurface",
293
+ "isStatic": false,
294
+ "isAbstract": false,
295
+ "isVirtual": true,
296
+ "isOverride": true,
297
+ "isSealed": false,
298
+ "arity": 0,
299
+ "parameterCount": 0,
300
+ "isExtensionMethod": false
301
+ },
302
+ {
303
+ "stableId": "System.Memory.Data:System.BinaryData::ToStream():System.IO.Stream",
304
+ "clrName": "ToStream",
305
+ "tsEmitName": "toStream",
306
+ "normalizedSignature": "ToStream|():System.IO.Stream|static=false",
307
+ "provenance": "Original",
308
+ "emitScope": "ClassSurface",
309
+ "isStatic": false,
310
+ "isAbstract": false,
311
+ "isVirtual": false,
312
+ "isOverride": false,
313
+ "isSealed": false,
314
+ "arity": 0,
315
+ "parameterCount": 0,
316
+ "isExtensionMethod": false
317
+ },
318
+ {
319
+ "stableId": "System.Memory.Data:System.BinaryData::ToMemory():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
320
+ "clrName": "ToMemory",
321
+ "tsEmitName": "toMemory",
322
+ "normalizedSignature": "ToMemory|():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
323
+ "provenance": "Original",
324
+ "emitScope": "ClassSurface",
325
+ "isStatic": false,
326
+ "isAbstract": false,
327
+ "isVirtual": false,
328
+ "isOverride": false,
329
+ "isSealed": false,
330
+ "arity": 0,
331
+ "parameterCount": 0,
332
+ "isExtensionMethod": false
333
+ },
334
+ {
335
+ "stableId": "System.Memory.Data:System.BinaryData::ToArray():System.Byte[]",
336
+ "clrName": "ToArray",
337
+ "tsEmitName": "toArray",
338
+ "normalizedSignature": "ToArray|():System.Byte[]|static=false",
339
+ "provenance": "Original",
340
+ "emitScope": "ClassSurface",
341
+ "isStatic": false,
342
+ "isAbstract": false,
343
+ "isVirtual": false,
344
+ "isOverride": false,
345
+ "isSealed": false,
346
+ "arity": 0,
347
+ "parameterCount": 0,
348
+ "isExtensionMethod": false
349
+ },
350
+ {
351
+ "stableId": "System.Memory.Data:System.BinaryData::ToObjectFromJson(System.Text.Json.JsonSerializerOptions):T",
352
+ "clrName": "ToObjectFromJson",
353
+ "tsEmitName": "toObjectFromJson",
354
+ "normalizedSignature": "ToObjectFromJson|(System.Text.Json.JsonSerializerOptions):T|static=false",
355
+ "provenance": "Original",
356
+ "emitScope": "ClassSurface",
357
+ "isStatic": false,
358
+ "isAbstract": false,
359
+ "isVirtual": false,
360
+ "isOverride": false,
361
+ "isSealed": false,
362
+ "arity": 1,
363
+ "parameterCount": 1,
364
+ "isExtensionMethod": false
365
+ },
366
+ {
367
+ "stableId": "System.Memory.Data:System.BinaryData::ToObjectFromJson(JsonTypeInfo_1):T",
368
+ "clrName": "ToObjectFromJson",
369
+ "tsEmitName": "toObjectFromJson",
370
+ "normalizedSignature": "ToObjectFromJson|(JsonTypeInfo_1):T|static=false",
371
+ "provenance": "Original",
372
+ "emitScope": "ClassSurface",
373
+ "isStatic": false,
374
+ "isAbstract": false,
375
+ "isVirtual": false,
376
+ "isOverride": false,
377
+ "isSealed": false,
378
+ "arity": 1,
379
+ "parameterCount": 1,
380
+ "isExtensionMethod": false
381
+ },
382
+ {
383
+ "stableId": "System.Memory.Data:System.BinaryData::Equals(System.Object):System.Boolean",
384
+ "clrName": "Equals",
385
+ "tsEmitName": "equals",
386
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
387
+ "provenance": "Original",
388
+ "emitScope": "ClassSurface",
389
+ "isStatic": false,
390
+ "isAbstract": false,
391
+ "isVirtual": true,
392
+ "isOverride": true,
393
+ "isSealed": false,
394
+ "arity": 0,
395
+ "parameterCount": 1,
396
+ "isExtensionMethod": false
397
+ },
398
+ {
399
+ "stableId": "System.Memory.Data:System.BinaryData::GetHashCode():System.Int32",
400
+ "clrName": "GetHashCode",
401
+ "tsEmitName": "getHashCode",
402
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
403
+ "provenance": "Original",
404
+ "emitScope": "ClassSurface",
405
+ "isStatic": false,
406
+ "isAbstract": false,
407
+ "isVirtual": true,
408
+ "isOverride": true,
409
+ "isSealed": false,
410
+ "arity": 0,
411
+ "parameterCount": 0,
412
+ "isExtensionMethod": false
413
+ }
414
+ ],
415
+ "properties": [
416
+ {
417
+ "stableId": "System.Memory.Data:System.BinaryData::Empty:System.BinaryData",
418
+ "clrName": "Empty",
419
+ "tsEmitName": "empty",
420
+ "normalizedSignature": "Empty|:System.BinaryData|static=true|accessor=get",
421
+ "provenance": "Original",
422
+ "emitScope": "ClassSurface",
423
+ "isStatic": true,
424
+ "isAbstract": false,
425
+ "isVirtual": false,
426
+ "isOverride": false,
427
+ "isIndexer": false,
428
+ "hasGetter": true,
429
+ "hasSetter": false
430
+ },
431
+ {
432
+ "stableId": "System.Memory.Data:System.BinaryData::Length:System.Int32",
433
+ "clrName": "Length",
434
+ "tsEmitName": "length",
435
+ "normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
436
+ "provenance": "Original",
437
+ "emitScope": "ClassSurface",
438
+ "isStatic": false,
439
+ "isAbstract": false,
440
+ "isVirtual": false,
441
+ "isOverride": false,
442
+ "isIndexer": false,
443
+ "hasGetter": true,
444
+ "hasSetter": false
445
+ },
446
+ {
447
+ "stableId": "System.Memory.Data:System.BinaryData::IsEmpty:System.Boolean",
448
+ "clrName": "IsEmpty",
449
+ "tsEmitName": "isEmpty",
450
+ "normalizedSignature": "IsEmpty|:System.Boolean|static=false|accessor=get",
451
+ "provenance": "Original",
452
+ "emitScope": "ClassSurface",
453
+ "isStatic": false,
454
+ "isAbstract": false,
455
+ "isVirtual": false,
456
+ "isOverride": false,
457
+ "isIndexer": false,
458
+ "hasGetter": true,
459
+ "hasSetter": false
460
+ },
461
+ {
462
+ "stableId": "System.Memory.Data:System.BinaryData::MediaType:System.String",
463
+ "clrName": "MediaType",
464
+ "tsEmitName": "mediaType",
465
+ "normalizedSignature": "MediaType|:System.String|static=false|accessor=get",
466
+ "provenance": "Original",
467
+ "emitScope": "ClassSurface",
468
+ "isStatic": false,
469
+ "isAbstract": false,
470
+ "isVirtual": false,
471
+ "isOverride": false,
472
+ "isIndexer": false,
473
+ "hasGetter": true,
474
+ "hasSetter": false
475
+ }
476
+ ],
477
+ "fields": [],
478
+ "events": [],
479
+ "constructors": [
480
+ {
481
+ "normalizedSignature": "constructor|(System.Byte[]):void|static=false",
482
+ "isStatic": false,
483
+ "parameterCount": 1
484
+ },
485
+ {
486
+ "normalizedSignature": "constructor|(System.Byte[],System.String):void|static=false",
487
+ "isStatic": false,
488
+ "parameterCount": 2
489
+ },
490
+ {
491
+ "normalizedSignature": "constructor|(System.Object,System.Text.Json.JsonSerializerOptions,System.Type):void|static=false",
492
+ "isStatic": false,
493
+ "parameterCount": 3
494
+ },
495
+ {
496
+ "normalizedSignature": "constructor|(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type):void|static=false",
497
+ "isStatic": false,
498
+ "parameterCount": 3
499
+ },
500
+ {
501
+ "normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
502
+ "isStatic": false,
503
+ "parameterCount": 1
504
+ },
505
+ {
506
+ "normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):void|static=false",
507
+ "isStatic": false,
508
+ "parameterCount": 2
509
+ },
510
+ {
511
+ "normalizedSignature": "constructor|(System.String):void|static=false",
512
+ "isStatic": false,
513
+ "parameterCount": 1
514
+ },
515
+ {
516
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
517
+ "isStatic": false,
518
+ "parameterCount": 2
519
+ }
520
+ ]
521
+ }
522
+ ]
523
+ }