@tsonic/aspnetcore 10.0.1 → 10.0.2

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 (312) hide show
  1. package/Microsoft.AspNetCore/bindings.json +12 -0
  2. package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
  3. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
  4. package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
  5. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +103 -65
  6. package/Microsoft.AspNetCore.Authentication.BearerToken/bindings.json +40 -0
  7. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +1 -1
  8. package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +402 -1
  9. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +12 -3
  10. package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +1 -1
  11. package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +365 -1
  12. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +26 -13
  13. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
  14. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -2
  15. package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +3 -3
  16. package/Microsoft.AspNetCore.Authentication.d.ts +2 -2
  17. package/Microsoft.AspNetCore.Authorization/bindings.json +339 -12
  18. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +17 -16
  19. package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
  20. package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
  21. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +5 -5
  22. package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
  23. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +32 -38
  24. package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
  25. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
  26. package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
  27. package/Microsoft.AspNetCore.Components/internal/index.d.ts +77 -47
  28. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
  29. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +33 -17
  30. package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
  31. package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
  32. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
  33. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
  34. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
  35. package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
  36. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +104 -44
  37. package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
  38. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +5 -6
  39. package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
  40. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
  41. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +13 -3
  42. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
  43. package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
  44. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
  45. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +25 -10
  46. package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
  47. package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
  48. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +1 -0
  49. package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
  50. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +26 -15
  51. package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
  52. package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
  53. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +6 -5
  54. package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
  55. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +8 -5
  56. package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
  57. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
  58. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
  59. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
  60. package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
  61. package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
  62. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +24 -11
  63. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
  64. package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
  65. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
  66. package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
  67. package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
  68. package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
  69. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -9
  70. package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
  71. package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
  72. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  73. package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
  74. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +15 -13
  75. package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
  76. package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
  77. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +4 -3
  78. package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
  79. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
  80. package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
  81. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +1 -1
  82. package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
  83. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +2 -2
  84. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
  85. package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
  86. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +1 -1
  87. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
  88. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
  89. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +4 -4
  90. package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
  91. package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
  92. package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
  93. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +3 -3
  94. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
  95. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +0 -1
  96. package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
  97. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
  98. package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
  99. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +16 -14
  100. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
  101. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
  102. package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
  103. package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
  104. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +2 -3
  105. package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
  106. package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
  107. package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
  108. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
  109. package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
  110. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
  111. package/Microsoft.AspNetCore.Html/bindings.json +110 -0
  112. package/Microsoft.AspNetCore.Html/internal/index.d.ts +1 -1
  113. package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
  114. package/Microsoft.AspNetCore.Http/internal/index.d.ts +61 -52
  115. package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
  116. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +14 -9
  117. package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
  118. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
  119. package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
  120. package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
  121. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +18 -17
  122. package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
  123. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +4 -2
  124. package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
  125. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
  126. package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
  127. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +93 -123
  128. package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
  129. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
  130. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +6 -6
  131. package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
  132. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +3 -2
  133. package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
  134. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +2 -3
  135. package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
  136. package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
  137. package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
  138. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +111 -69
  139. package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
  140. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
  141. package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
  142. package/Microsoft.AspNetCore.Identity.d.ts +2 -2
  143. package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
  144. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +4 -2
  145. package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
  146. package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
  147. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +160 -106
  148. package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
  149. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +9 -5
  150. package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
  151. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -2
  152. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
  153. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +20 -13
  154. package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
  155. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +31 -18
  156. package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
  157. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +2 -2
  158. package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
  159. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +1 -1
  160. package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
  161. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +4 -2
  162. package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
  163. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
  164. package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
  165. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +1 -1
  166. package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
  167. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +10 -10
  168. package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
  169. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
  170. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +107 -4
  171. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  172. package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
  173. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +36 -24
  174. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
  175. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +40 -13
  176. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
  177. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +4 -1
  178. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +1 -1
  179. package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
  180. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
  181. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +27 -11
  182. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
  183. package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
  184. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +2 -0
  185. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
  186. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +63 -57
  187. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
  188. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +20 -5
  189. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
  190. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
  191. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +43 -32
  192. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
  193. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +16 -8
  194. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +1 -1
  195. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
  196. package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
  197. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +15 -9
  198. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
  199. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +4 -4
  200. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
  201. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
  202. package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
  203. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
  204. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
  205. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +8 -3
  206. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
  207. package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
  208. package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
  209. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +12 -10
  210. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
  211. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +11 -9
  212. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
  213. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
  214. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +3 -3
  215. package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
  216. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +36 -25
  217. package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
  218. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
  219. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +21 -32
  220. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
  221. package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
  222. package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
  223. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +7 -3
  224. package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
  225. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +4 -4
  226. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
  227. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +36 -7
  228. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
  229. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
  230. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
  231. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
  232. package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
  233. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +8 -8
  234. package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
  235. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +2 -2
  236. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
  237. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +7 -6
  238. package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
  239. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
  240. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
  241. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
  242. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +11 -12
  243. package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
  244. package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
  245. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +2 -2
  246. package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
  247. package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
  248. package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
  249. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +35 -26
  250. package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
  251. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +5 -5
  252. package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
  253. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
  254. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +8 -6
  255. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
  256. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +2 -8
  257. package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
  258. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
  259. package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
  260. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -10
  261. package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
  262. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +3 -9
  263. package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
  264. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -1
  265. package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
  266. package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
  267. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
  268. package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
  269. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +5 -7
  270. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
  271. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +2 -2
  272. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
  273. package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
  274. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
  275. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
  276. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
  277. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
  278. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
  279. package/Microsoft.AspNetCore.Session/bindings.json +67 -0
  280. package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
  281. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +11 -10
  282. package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
  283. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +11 -11
  284. package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
  285. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +0 -1
  286. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
  287. package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
  288. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
  289. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
  290. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
  291. package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
  292. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
  293. package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
  294. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +12 -6
  295. package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
  296. package/Microsoft.Extensions.Hosting/bindings.json +19 -0
  297. package/Microsoft.JSInterop/bindings.json +545 -3
  298. package/Microsoft.JSInterop/internal/index.d.ts +20 -5
  299. package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
  300. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +3 -6
  301. package/Microsoft.JSInterop.Implementation.d.ts +1 -1
  302. package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
  303. package/Microsoft.JSInterop.d.ts +4 -2
  304. package/Microsoft.Net.Http.Headers/bindings.json +441 -6
  305. package/Microsoft.Net.Http.Headers/internal/index.d.ts +4 -6
  306. package/System.Formats.Cbor/bindings.json +251 -0
  307. package/System.Formats.Cbor/internal/index.d.ts +1 -1
  308. package/System.Formats.Cbor.d.ts +1 -1
  309. package/System.Security.Claims/bindings.json +5 -0
  310. package/System.Threading.RateLimiting/bindings.json +1001 -10
  311. package/System.Threading.RateLimiting/internal/index.d.ts +33 -4
  312. package/package.json +1 -1
@@ -15,6 +15,20 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer",
20
+ "clrName": "Microsoft.AspNetCore.Components.RenderTree.Renderer"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "System.Private.CoreLib:System.IDisposable",
25
+ "clrName": "System.IDisposable"
26
+ },
27
+ {
28
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
29
+ "clrName": "System.IAsyncDisposable"
30
+ }
31
+ ],
18
32
  "methods": [
19
33
  {
20
34
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer::BeginRenderingComponent(System.Type,Microsoft.AspNetCore.Components.ParameterView):Microsoft.AspNetCore.Components.Web.HtmlRendering.HtmlRootComponent",
@@ -31,6 +45,7 @@
31
45
  "isVirtual": false,
32
46
  "isOverride": false,
33
47
  "isSealed": false,
48
+ "visibility": "Public",
34
49
  "declaringClrType": "Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer",
35
50
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
36
51
  "isExtensionMethod": false
@@ -50,9 +65,128 @@
50
65
  "isVirtual": false,
51
66
  "isOverride": false,
52
67
  "isSealed": false,
68
+ "visibility": "Public",
69
+ "declaringClrType": "Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer",
70
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
71
+ "isExtensionMethod": false
72
+ },
73
+ {
74
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer::HandleException(System.Exception):System.Void",
75
+ "clrName": "HandleException",
76
+ "metadataToken": 100663425,
77
+ "canonicalSignature": "(System.Exception):System.Void",
78
+ "normalizedSignature": "HandleException|(System.Exception):System.Void|static=false",
79
+ "emitScope": "ClassSurface",
80
+ "provenance": "Original",
81
+ "arity": 0,
82
+ "parameterCount": 1,
83
+ "isStatic": false,
84
+ "isAbstract": false,
85
+ "isVirtual": true,
86
+ "isOverride": true,
87
+ "isSealed": false,
88
+ "visibility": "Protected",
89
+ "declaringClrType": "Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer",
90
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
91
+ "isExtensionMethod": false
92
+ },
93
+ {
94
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer::UpdateDisplayAsync(Microsoft.AspNetCore.Components.RenderTree.RenderBatch\u0026):System.Threading.Tasks.Task",
95
+ "clrName": "UpdateDisplayAsync",
96
+ "metadataToken": 100663426,
97
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.RenderTree.RenderBatch\u0026):System.Threading.Tasks.Task",
98
+ "normalizedSignature": "UpdateDisplayAsync|(Microsoft.AspNetCore.Components.RenderTree.RenderBatch\u0026):System.Threading.Tasks.Task|static=false",
99
+ "emitScope": "ClassSurface",
100
+ "provenance": "Original",
101
+ "arity": 0,
102
+ "parameterCount": 1,
103
+ "isStatic": false,
104
+ "isAbstract": false,
105
+ "isVirtual": true,
106
+ "isOverride": true,
107
+ "isSealed": false,
108
+ "visibility": "Protected",
109
+ "declaringClrType": "Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer",
110
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
111
+ "isExtensionMethod": false,
112
+ "parameterModifiers": [
113
+ {
114
+ "index": 0,
115
+ "modifier": "in"
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer::WriteComponentHtml(System.Int32,System.IO.TextWriter):System.Void",
121
+ "clrName": "WriteComponentHtml",
122
+ "metadataToken": 100663428,
123
+ "canonicalSignature": "(System.Int32,System.IO.TextWriter):System.Void",
124
+ "normalizedSignature": "WriteComponentHtml|(System.Int32,System.IO.TextWriter):System.Void|static=false",
125
+ "emitScope": "ClassSurface",
126
+ "provenance": "Original",
127
+ "arity": 0,
128
+ "parameterCount": 2,
129
+ "isStatic": false,
130
+ "isAbstract": false,
131
+ "isVirtual": true,
132
+ "isOverride": false,
133
+ "isSealed": false,
134
+ "visibility": "ProtectedInternal",
53
135
  "declaringClrType": "Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer",
54
136
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
55
137
  "isExtensionMethod": false
138
+ },
139
+ {
140
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer::RenderChildComponent(System.IO.TextWriter,Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame\u0026):System.Void",
141
+ "clrName": "RenderChildComponent",
142
+ "metadataToken": 100663429,
143
+ "canonicalSignature": "(System.IO.TextWriter,Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame\u0026):System.Void",
144
+ "normalizedSignature": "RenderChildComponent|(System.IO.TextWriter,Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame\u0026):System.Void|static=false",
145
+ "emitScope": "ClassSurface",
146
+ "provenance": "Original",
147
+ "arity": 0,
148
+ "parameterCount": 2,
149
+ "isStatic": false,
150
+ "isAbstract": false,
151
+ "isVirtual": true,
152
+ "isOverride": false,
153
+ "isSealed": false,
154
+ "visibility": "Protected",
155
+ "declaringClrType": "Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer",
156
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
157
+ "isExtensionMethod": false,
158
+ "parameterModifiers": [
159
+ {
160
+ "index": 1,
161
+ "modifier": "ref"
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer::TryCreateScopeQualifiedEventName(System.Int32,System.String,System.String\u0026):System.Boolean",
167
+ "clrName": "TryCreateScopeQualifiedEventName",
168
+ "metadataToken": 100663435,
169
+ "canonicalSignature": "(System.Int32,System.String,System.String\u0026):System.Boolean",
170
+ "normalizedSignature": "TryCreateScopeQualifiedEventName|(System.Int32,System.String,System.String\u0026):System.Boolean|static=false",
171
+ "emitScope": "ClassSurface",
172
+ "provenance": "Original",
173
+ "arity": 0,
174
+ "parameterCount": 3,
175
+ "isStatic": false,
176
+ "isAbstract": false,
177
+ "isVirtual": false,
178
+ "isOverride": false,
179
+ "isSealed": false,
180
+ "visibility": "Protected",
181
+ "declaringClrType": "Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer",
182
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
183
+ "isExtensionMethod": false,
184
+ "parameterModifiers": [
185
+ {
186
+ "index": 2,
187
+ "modifier": "out"
188
+ }
189
+ ]
56
190
  }
57
191
  ],
58
192
  "properties": [
@@ -71,6 +205,26 @@
71
205
  "isAbstract": false,
72
206
  "isVirtual": true,
73
207
  "isOverride": true,
208
+ "visibility": "Public",
209
+ "declaringClrType": "Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer",
210
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
211
+ },
212
+ {
213
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer::RendererInfo:Microsoft.AspNetCore.Components.RendererInfo",
214
+ "clrName": "RendererInfo",
215
+ "metadataToken": 385876010,
216
+ "canonicalSignature": ":Microsoft.AspNetCore.Components.RendererInfo",
217
+ "normalizedSignature": "RendererInfo|:Microsoft.AspNetCore.Components.RendererInfo|static=false|accessor=get",
218
+ "emitScope": "ClassSurface",
219
+ "provenance": "Original",
220
+ "isIndexer": false,
221
+ "hasGetter": true,
222
+ "hasSetter": false,
223
+ "isStatic": false,
224
+ "isAbstract": false,
225
+ "isVirtual": true,
226
+ "isOverride": true,
227
+ "visibility": "ProtectedInternal",
74
228
  "declaringClrType": "Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer",
75
229
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
76
230
  }
@@ -85,6 +239,7 @@
85
239
  "normalizedSignature": "constructor|(System.IServiceProvider,Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
86
240
  "isStatic": false,
87
241
  "parameterCount": 2,
242
+ "visibility": "Public",
88
243
  "declaringClrType": "Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.StaticHtmlRenderer",
89
244
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
90
245
  }
@@ -5,20 +5,30 @@
5
5
  // Primitive type aliases from @tsonic/core
6
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
7
 
8
+ // Import support types from @tsonic/core
9
+ import type { ptr } from "@tsonic/core/types.js";
10
+
8
11
  // Import types from other namespaces
12
+ import type { ComponentState } from "../../Microsoft.AspNetCore.Components.Rendering/internal/index.js";
9
13
  import * as Microsoft_AspNetCore_Components_RenderTree_Internal from "../../Microsoft.AspNetCore.Components.RenderTree/internal/index.js";
10
- import type { EventFieldInfo, Renderer } from "../../Microsoft.AspNetCore.Components.RenderTree/internal/index.js";
14
+ import type { ArrayRange_1, EventFieldInfo, RenderBatch, Renderer, RenderTreeFrame } from "../../Microsoft.AspNetCore.Components.RenderTree/internal/index.js";
11
15
  import type { HtmlRootComponent } from "../../Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.js";
12
- import type { Dispatcher, IComponent, ParameterView } from "../../Microsoft.AspNetCore.Components/internal/index.js";
16
+ import type { Dispatcher, ElementReferenceContext, IComponent, IComponentActivator, IComponentRenderMode, ParameterView, RendererInfo, ResourceAssetCollection } from "../../Microsoft.AspNetCore.Components/internal/index.js";
17
+ import type { TextWriter } from "@tsonic/dotnet/System.IO.js";
13
18
  import * as System_Internal from "@tsonic/dotnet/System.js";
14
- import type { Boolean as ClrBoolean, EventArgs, IAsyncDisposable, IDisposable, IServiceProvider, Type, UInt64, Void } from "@tsonic/dotnet/System.js";
19
+ import type { Boolean as ClrBoolean, EventArgs, Exception, IAsyncDisposable, IDisposable, Int32, IServiceProvider, Nullable, String as ClrString, Type, UInt64, Void } from "@tsonic/dotnet/System.js";
15
20
  import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
16
21
  import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
17
22
 
18
23
  export interface StaticHtmlRenderer$instance extends Renderer {
19
24
  readonly Dispatcher: Dispatcher;
25
+ readonly RendererInfo: RendererInfo;
20
26
  BeginRenderingComponent(componentType: Type, initialParameters: ParameterView): HtmlRootComponent;
21
27
  BeginRenderingComponent(component: IComponent, initialParameters: ParameterView): HtmlRootComponent;
28
+ HandleException(exception: Exception): void;
29
+ RenderChildComponent(output: TextWriter, componentFrame: RenderTreeFrame): void;
30
+ UpdateDisplayAsync(renderBatch: RenderBatch): Task;
31
+ WriteComponentHtml(componentId: int, output: TextWriter): void;
22
32
  }
23
33
 
24
34
 
@@ -6,10 +6,12 @@
6
6
  import * as Internal from './Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { EventFieldInfo, Renderer } from './Microsoft.AspNetCore.Components.RenderTree/internal/index.js';
9
+ import type { ComponentState } from './Microsoft.AspNetCore.Components.Rendering/internal/index.js';
10
+ import type { ArrayRange_1, EventFieldInfo, RenderBatch, Renderer, RenderTreeFrame } from './Microsoft.AspNetCore.Components.RenderTree/internal/index.js';
10
11
  import type { HtmlRootComponent } from './Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.js';
11
- import type { Dispatcher, IComponent, ParameterView } from './Microsoft.AspNetCore.Components/internal/index.js';
12
- import type { Boolean as ClrBoolean, EventArgs, IAsyncDisposable, IDisposable, IServiceProvider, Type, UInt64, Void } from '@tsonic/dotnet/System.js';
12
+ import type { Dispatcher, ElementReferenceContext, IComponent, IComponentActivator, IComponentRenderMode, ParameterView, RendererInfo, ResourceAssetCollection } from './Microsoft.AspNetCore.Components/internal/index.js';
13
+ import type { TextWriter } from '@tsonic/dotnet/System.IO.js';
14
+ import type { Boolean as ClrBoolean, EventArgs, Exception, IAsyncDisposable, IDisposable, Int32, IServiceProvider, Nullable, String as ClrString, Type, UInt64, Void } from '@tsonic/dotnet/System.js';
13
15
  import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
14
16
  import type { ILoggerFactory } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js';
15
17
 
@@ -15,6 +15,10 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.Object",
20
+ "clrName": "System.Object"
21
+ },
18
22
  "methods": [
19
23
  {
20
24
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager::RestoreStateAsync(Microsoft.AspNetCore.Components.IPersistentComponentStateStore):System.Threading.Tasks.Task",
@@ -31,6 +35,7 @@
31
35
  "isVirtual": false,
32
36
  "isOverride": false,
33
37
  "isSealed": false,
38
+ "visibility": "Public",
34
39
  "declaringClrType": "Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager",
35
40
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
36
41
  "isExtensionMethod": false
@@ -50,6 +55,7 @@
50
55
  "isVirtual": false,
51
56
  "isOverride": false,
52
57
  "isSealed": false,
58
+ "visibility": "Public",
53
59
  "declaringClrType": "Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager",
54
60
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
55
61
  "isExtensionMethod": false
@@ -69,6 +75,7 @@
69
75
  "isVirtual": false,
70
76
  "isOverride": false,
71
77
  "isSealed": false,
78
+ "visibility": "Public",
72
79
  "declaringClrType": "Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager",
73
80
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
74
81
  "isExtensionMethod": false
@@ -88,6 +95,7 @@
88
95
  "isVirtual": false,
89
96
  "isOverride": false,
90
97
  "isSealed": false,
98
+ "visibility": "Public",
91
99
  "declaringClrType": "Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager",
92
100
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
93
101
  "isExtensionMethod": false
@@ -109,6 +117,7 @@
109
117
  "isAbstract": false,
110
118
  "isVirtual": false,
111
119
  "isOverride": false,
120
+ "visibility": "Public",
112
121
  "declaringClrType": "Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager",
113
122
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
114
123
  }
@@ -123,6 +132,7 @@
123
132
  "normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILogger_1[[Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
124
133
  "isStatic": false,
125
134
  "parameterCount": 1,
135
+ "visibility": "Public",
126
136
  "declaringClrType": "Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager",
127
137
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
128
138
  },
@@ -133,6 +143,7 @@
133
143
  "normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILogger_1[[Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.IServiceProvider):void|static=false",
134
144
  "isStatic": false,
135
145
  "parameterCount": 2,
146
+ "visibility": "Public",
136
147
  "declaringClrType": "Microsoft.AspNetCore.Components.Infrastructure.ComponentStatePersistenceManager",
137
148
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
138
149
  }
@@ -149,6 +160,10 @@
149
160
  "isSealed": true,
150
161
  "isStatic": true,
151
162
  "arity": 0,
163
+ "baseType": {
164
+ "stableId": "System.Private.CoreLib:System.Object",
165
+ "clrName": "System.Object"
166
+ },
152
167
  "methods": [
153
168
  {
154
169
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.Infrastructure.ComponentsMetricsServiceCollectionExtensions::AddComponentsMetrics(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection",
@@ -165,6 +180,7 @@
165
180
  "isVirtual": false,
166
181
  "isOverride": false,
167
182
  "isSealed": false,
183
+ "visibility": "Public",
168
184
  "declaringClrType": "Microsoft.AspNetCore.Components.Infrastructure.ComponentsMetricsServiceCollectionExtensions",
169
185
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
170
186
  "isExtensionMethod": false
@@ -184,6 +200,7 @@
184
200
  "isVirtual": false,
185
201
  "isOverride": false,
186
202
  "isSealed": false,
203
+ "visibility": "Public",
187
204
  "declaringClrType": "Microsoft.AspNetCore.Components.Infrastructure.ComponentsMetricsServiceCollectionExtensions",
188
205
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
189
206
  "isExtensionMethod": false
@@ -205,6 +222,10 @@
205
222
  "isSealed": true,
206
223
  "isStatic": true,
207
224
  "arity": 0,
225
+ "baseType": {
226
+ "stableId": "System.Private.CoreLib:System.Object",
227
+ "clrName": "System.Object"
228
+ },
208
229
  "methods": [
209
230
  {
210
231
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.Infrastructure.PersistentStateProviderServiceCollectionExtensions::AddSupplyValueFromPersistentComponentStateProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection",
@@ -221,6 +242,7 @@
221
242
  "isVirtual": false,
222
243
  "isOverride": false,
223
244
  "isSealed": false,
245
+ "visibility": "Public",
224
246
  "declaringClrType": "Microsoft.AspNetCore.Components.Infrastructure.PersistentStateProviderServiceCollectionExtensions",
225
247
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
226
248
  "isExtensionMethod": true
@@ -242,6 +264,10 @@
242
264
  "isSealed": true,
243
265
  "isStatic": true,
244
266
  "arity": 0,
267
+ "baseType": {
268
+ "stableId": "System.Private.CoreLib:System.Object",
269
+ "clrName": "System.Object"
270
+ },
245
271
  "methods": [
246
272
  {
247
273
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.Infrastructure.RegisterPersistentComponentStateServiceCollectionExtensions::AddPersistentServiceRegistration(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.AspNetCore.Components.IComponentRenderMode):Microsoft.Extensions.DependencyInjection.IServiceCollection",
@@ -258,6 +284,7 @@
258
284
  "isVirtual": false,
259
285
  "isOverride": false,
260
286
  "isSealed": false,
287
+ "visibility": "Public",
261
288
  "declaringClrType": "Microsoft.AspNetCore.Components.Infrastructure.RegisterPersistentComponentStateServiceCollectionExtensions",
262
289
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
263
290
  "isExtensionMethod": false