@tsonic/aspnetcore 10.0.41 → 10.0.42

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 (341) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +1 -1
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
  3. package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
  4. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +62 -61
  5. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +2 -2
  6. package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
  7. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +4 -4
  8. package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
  9. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +9 -9
  10. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -1
  11. package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
  12. package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
  13. package/Microsoft.AspNetCore.Authentication.d.ts +6 -3
  14. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +19 -19
  15. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +1 -1
  16. package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
  17. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +3 -3
  18. package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
  19. package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
  20. package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
  21. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +60 -80
  22. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +1 -1
  23. package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
  24. package/Microsoft.AspNetCore.Builder.d.ts +4 -1
  25. package/Microsoft.AspNetCore.Components/internal/index.d.ts +167 -167
  26. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +5 -5
  27. package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
  28. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -7
  29. package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
  30. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +1 -1
  31. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
  32. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
  33. package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
  34. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +70 -70
  35. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -7
  36. package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
  37. package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
  38. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +1 -1
  39. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
  40. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +2 -2
  41. package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
  42. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +12 -12
  43. package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
  44. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +11 -11
  45. package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
  46. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +3 -3
  47. package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
  48. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +5 -5
  49. package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
  50. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -1
  51. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -1
  52. package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
  53. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +8 -8
  54. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
  55. package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
  56. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +27 -27
  57. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +1 -1
  58. package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
  59. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +1 -1
  60. package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
  61. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
  62. package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
  63. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +9 -9
  64. package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
  65. package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
  66. package/Microsoft.AspNetCore.Components.d.ts +10 -6
  67. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +13 -13
  68. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +1 -1
  69. package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
  70. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +7 -7
  71. package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
  72. package/Microsoft.AspNetCore.Connections.d.ts +5 -1
  73. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +1 -1
  74. package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
  75. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +4 -4
  76. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +1 -1
  77. package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
  78. package/Microsoft.AspNetCore.Cors.d.ts +4 -0
  79. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +1 -1
  80. package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
  81. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +4 -2
  82. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
  83. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +1 -1
  84. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +1 -1
  85. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
  86. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
  87. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
  88. package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
  89. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -2
  90. package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
  91. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +1 -1
  92. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
  93. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +1 -1
  94. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
  95. package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
  96. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +3 -3
  97. package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
  98. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +1 -1
  99. package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
  100. package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
  101. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +2 -2
  102. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
  103. package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
  104. package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
  105. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +1 -1
  106. package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
  107. package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
  108. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -21
  109. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +1 -1
  110. package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
  111. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +2 -2
  112. package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
  113. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -4
  114. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +3 -3
  115. package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
  116. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +1 -1
  117. package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
  118. package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
  119. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +1 -1
  120. package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
  121. package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
  122. package/Microsoft.AspNetCore.Html/internal/index.d.ts +8 -6
  123. package/Microsoft.AspNetCore.Html.d.ts +4 -0
  124. package/Microsoft.AspNetCore.Http/bindings.json +60 -0
  125. package/Microsoft.AspNetCore.Http/internal/index.d.ts +141 -138
  126. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +1 -1
  127. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
  128. package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
  129. package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
  130. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +2 -2
  131. package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
  132. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +29 -29
  133. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +1 -1
  134. package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
  135. package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
  136. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +13 -13
  137. package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
  138. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +61 -61
  139. package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
  140. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +1 -1
  141. package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
  142. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +1 -1
  143. package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
  144. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +1 -1
  145. package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
  146. package/Microsoft.AspNetCore.Http.d.ts +7 -3
  147. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +3 -3
  148. package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
  149. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +1 -1
  150. package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
  151. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +1 -1
  152. package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
  153. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +212 -212
  154. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +1 -1
  155. package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
  156. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +1 -1
  157. package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
  158. package/Microsoft.AspNetCore.Identity.d.ts +44 -40
  159. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +5 -5
  160. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -2
  161. package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
  162. package/Microsoft.AspNetCore.Localization.d.ts +4 -0
  163. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +220 -220
  164. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +5 -5
  165. package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
  166. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -3
  167. package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
  168. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +8 -8
  169. package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
  170. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +34 -34
  171. package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
  172. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +5 -5
  173. package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
  174. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +3 -3
  175. package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
  176. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +19 -19
  177. package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
  178. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
  179. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
  180. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +2 -2
  181. package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
  182. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +13 -13
  183. package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
  184. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +20 -0
  185. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +70 -69
  186. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +4 -0
  187. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +26 -26
  188. package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
  189. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +20 -20
  190. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +14 -14
  191. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
  192. package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
  193. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +18 -16
  194. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +5 -1
  195. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +24 -24
  196. package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
  197. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +56 -56
  198. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +34 -34
  199. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
  200. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +33 -33
  201. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
  202. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +34 -34
  203. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -0
  204. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +4 -0
  205. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +21 -21
  206. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
  207. package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
  208. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
  209. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
  210. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +3 -3
  211. package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
  212. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -3
  213. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
  214. package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
  215. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +93 -93
  216. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +3 -3
  217. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
  218. package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
  219. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +156 -156
  220. package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
  221. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +10 -10
  222. package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
  223. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +23 -23
  224. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +2 -2
  225. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
  226. package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
  227. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +17 -17
  228. package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
  229. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +2 -2
  230. package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
  231. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +169 -169
  232. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -2
  233. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
  234. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -3
  235. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
  236. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +8 -4
  237. package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
  238. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
  239. package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
  240. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +6 -6
  241. package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
  242. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +2 -2
  243. package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
  244. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +6 -6
  245. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
  246. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +17 -17
  247. package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
  248. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +1 -1
  249. package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
  250. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +1 -1
  251. package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
  252. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +2 -2
  253. package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
  254. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +1 -1
  255. package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
  256. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +49 -49
  257. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -25
  258. package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
  259. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +1 -1
  260. package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
  261. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +9 -9
  262. package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
  263. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +17 -17
  264. package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
  265. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +5 -5
  266. package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
  267. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +2 -2
  268. package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
  269. package/Microsoft.AspNetCore.Routing.d.ts +5 -1
  270. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +1 -1
  271. package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
  272. package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
  273. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -1
  274. package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
  275. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +2 -2
  276. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
  277. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +1 -1
  278. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
  279. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
  280. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +5 -5
  281. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
  282. package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
  283. package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
  284. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +5 -5
  285. package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
  286. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +1 -1
  287. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
  288. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +1 -1
  289. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
  290. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +1 -1
  291. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
  292. package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
  293. package/Microsoft.AspNetCore.Session/internal/index.d.ts +1 -1
  294. package/Microsoft.AspNetCore.Session.d.ts +4 -0
  295. package/Microsoft.AspNetCore.SignalR/bindings.json +74 -74
  296. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -139
  297. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +14 -14
  298. package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
  299. package/Microsoft.AspNetCore.SignalR.d.ts +19 -15
  300. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
  301. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +1 -1
  302. package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
  303. package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
  304. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
  305. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +1 -1
  306. package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
  307. package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
  308. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
  309. package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
  310. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +1 -1
  311. package/Microsoft.AspNetCore.WebUtilities.d.ts +4 -0
  312. package/Microsoft.AspNetCore.d.ts +4 -0
  313. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +33 -33
  314. package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
  315. package/Microsoft.Extensions.Hosting/internal/index.d.ts +1 -1
  316. package/Microsoft.Extensions.Hosting.d.ts +4 -0
  317. package/Microsoft.JSInterop/internal/index.d.ts +95 -68
  318. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -14
  319. package/Microsoft.JSInterop.Implementation.d.ts +4 -0
  320. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +1 -1
  321. package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
  322. package/Microsoft.JSInterop.d.ts +6 -2
  323. package/Microsoft.Net.Http.Headers/internal/index.d.ts +13 -13
  324. package/Microsoft.Net.Http.Headers.d.ts +4 -0
  325. package/README.md +8 -1
  326. package/System.Formats.Cbor/internal/index.d.ts +1 -1
  327. package/System.Formats.Cbor.d.ts +4 -0
  328. package/System.Security.Claims/internal/index.d.ts +1 -1
  329. package/System.Security.Claims.d.ts +4 -0
  330. package/System.Threading.RateLimiting/internal/index.d.ts +24 -24
  331. package/System.Threading.RateLimiting.d.ts +10 -6
  332. package/__internal/extensions/index.d.ts +450 -469
  333. package/package.json +4 -4
  334. package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
  335. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -295
  336. package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
  337. package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
  338. package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
  339. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -69
  340. package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
  341. package/Microsoft.AspNetCore.Server.IIS.js +0 -9
@@ -70,7 +70,6 @@ import * as Microsoft_AspNetCore_ResponseCompression from "../../Microsoft.AspNe
70
70
  import * as Microsoft_AspNetCore_Rewrite from "../../Microsoft.AspNetCore.Rewrite/internal/index.js";
71
71
  import * as Microsoft_AspNetCore_Routing from "../../Microsoft.AspNetCore.Routing/internal/index.js";
72
72
  import * as Microsoft_AspNetCore_Routing_Patterns from "../../Microsoft.AspNetCore.Routing.Patterns/internal/index.js";
73
- import * as Microsoft_AspNetCore_Server_HttpSys from "../../Microsoft.AspNetCore.Server.HttpSys/internal/index.js";
74
73
  import * as Microsoft_AspNetCore_Server_Kestrel_Core from "../../Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.js";
75
74
  import * as Microsoft_AspNetCore_Server_Kestrel_Https from "../../Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.js";
76
75
  import * as Microsoft_AspNetCore_Server_Kestrel_Transport_NamedPipes from "../../Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.js";
@@ -112,7 +111,7 @@ import * as System_Threading_Tasks from "@tsonic/dotnet/System.Threading.Tasks/i
112
111
  import * as System_Xml_Linq from "@tsonic/dotnet/System.Xml.Linq/internal/index.js";
113
112
 
114
113
  // Core type aliases from @tsonic/core
115
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
114
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
116
115
 
117
116
 
118
117
  // Import sticky extension scope helper
@@ -170,7 +169,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Authentication {
170
169
 
171
170
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Authentication
172
171
  interface __TsonicExtApplier_Microsoft_AspNetCore_Authentication {
173
- __tsonic_shape: JsValue;
172
+ __tsonic_shape: unknown;
174
173
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Authentication;
175
174
  }
176
175
 
@@ -181,15 +180,15 @@ export type ExtensionMethods_Microsoft_AspNetCore_Authentication<TShape> =
181
180
 
182
181
  // Extension method table for namespace: Microsoft.AspNetCore.Authorization
183
182
  interface __TsonicExtMethods_Microsoft_AspNetCore_Authorization {
184
- AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, resource: JsValue | null, requirement: Microsoft_AspNetCore_Authorization.IAuthorizationRequirement): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
185
- AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, resource: JsValue | null, policy: Microsoft_AspNetCore_Authorization.AuthorizationPolicy): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
183
+ AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, resource: unknown | null, requirement: Microsoft_AspNetCore_Authorization.IAuthorizationRequirement): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
184
+ AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, resource: unknown | null, policy: Microsoft_AspNetCore_Authorization.AuthorizationPolicy): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
186
185
  AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, policy: Microsoft_AspNetCore_Authorization.AuthorizationPolicy): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
187
186
  AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, policyName: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
188
187
  }
189
188
 
190
189
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Authorization
191
190
  interface __TsonicExtApplier_Microsoft_AspNetCore_Authorization {
192
- __tsonic_shape: JsValue;
191
+ __tsonic_shape: unknown;
193
192
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Authorization;
194
193
  }
195
194
 
@@ -219,30 +218,30 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
219
218
  Map(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: Microsoft_AspNetCore_Routing_Patterns.RoutePattern, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
220
219
  Map(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
221
220
  Map(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: Microsoft_AspNetCore_Routing_Patterns.RoutePattern, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
222
- MapAreaControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, name: string, areaName: string, pattern: string, defaults?: JsValue | null, constraints?: JsValue | null, dataTokens?: JsValue | null): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
221
+ MapAreaControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, name: string, areaName: string, pattern: string, defaults?: unknown | null, constraints?: unknown | null, dataTokens?: unknown | null): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
223
222
  MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
224
- MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string | null, defaults: JsValue | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
225
- MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string | null, defaults: JsValue | null, constraints: JsValue | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
226
- MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string | null, defaults: JsValue | null, constraints: JsValue | null, dataTokens: JsValue | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
223
+ MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string | null, defaults: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
224
+ MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string | null, defaults: unknown | null, constraints: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
225
+ MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string | null, defaults: unknown | null, constraints: unknown | null, dataTokens: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
227
226
  MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
228
227
  MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, path: string): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
229
228
  MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
230
229
  MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, path: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
231
- MapConnectionHandler<TConnectionHandler extends Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
232
- MapConnectionHandler<TConnectionHandler extends Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions> | null): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
230
+ MapConnectionHandler<TConnectionHandler extends unknown & Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
231
+ MapConnectionHandler<TConnectionHandler extends unknown & Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions> | null): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
233
232
  MapConnections(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configure: System.Action_1<Microsoft_AspNetCore_Connections.IConnectionBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
234
233
  MapConnections(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, options: Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions, configure: System.Action_1<Microsoft_AspNetCore_Connections.IConnectionBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
235
- MapControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, name: string, pattern: string, defaults?: JsValue | null, constraints?: JsValue | null, dataTokens?: JsValue | null): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
234
+ MapControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, name: string, pattern: string, defaults?: unknown | null, constraints?: unknown | null, dataTokens?: unknown | null): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
236
235
  MapControllers(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
237
236
  MapDefaultControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
238
237
  MapDelete(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
239
238
  MapDelete(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
240
- MapDynamicControllerRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, void>;
241
- MapDynamicControllerRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: JsValue | null): Rewrap<this, void>;
242
- MapDynamicControllerRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: JsValue, order: int): Rewrap<this, void>;
243
- MapDynamicPageRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, void>;
244
- MapDynamicPageRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: JsValue | null): Rewrap<this, void>;
245
- MapDynamicPageRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: JsValue, order: int): Rewrap<this, void>;
239
+ MapDynamicControllerRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, void>;
240
+ MapDynamicControllerRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown | null): Rewrap<this, void>;
241
+ MapDynamicControllerRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown, order: int): Rewrap<this, void>;
242
+ MapDynamicPageRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, void>;
243
+ MapDynamicPageRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown | null): Rewrap<this, void>;
244
+ MapDynamicPageRoute<TTransformer extends unknown & Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown, order: int): Rewrap<this, void>;
246
245
  MapFallback(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
247
246
  MapFallback(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
248
247
  MapFallback(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
@@ -265,8 +264,8 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
265
264
  MapGroup(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, prefix: Microsoft_AspNetCore_Routing_Patterns.RoutePattern): Rewrap<this, Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
266
265
  MapHealthChecks(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
267
266
  MapHealthChecks(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, options: Microsoft_AspNetCore_Diagnostics_HealthChecks.HealthCheckOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
268
- MapHub<THub extends Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
269
- MapHub<THub extends Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions> | null): Rewrap<this, Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
267
+ MapHub<THub extends unknown & Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
268
+ MapHub<THub extends unknown & Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions> | null): Rewrap<this, Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
270
269
  MapMethods(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, httpMethods: System_Collections_Generic.IEnumerable_1<System_Internal.String>, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
271
270
  MapMethods(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, httpMethods: System_Collections_Generic.IEnumerable_1<System_Internal.String>, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
272
271
  MapPatch(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
@@ -275,12 +274,12 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
275
274
  MapPost(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
276
275
  MapPut(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
277
276
  MapPut(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
278
- MapRazorComponents<TRootComponent>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
277
+ MapRazorComponents<TRootComponent extends unknown>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
279
278
  MapRazorPages(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder>;
280
279
  MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string | null, template: string | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
281
- MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string | null, template: string | null, defaults: JsValue | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
282
- MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string | null, template: string | null, defaults: JsValue | null, constraints: JsValue | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
283
- MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string | null, template: string | null, defaults: JsValue | null, constraints: JsValue | null, dataTokens: JsValue | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
280
+ MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string | null, template: string | null, defaults: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
281
+ MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string | null, template: string | null, defaults: unknown | null, constraints: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
282
+ MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string | null, template: string | null, defaults: unknown | null, constraints: unknown | null, dataTokens: unknown | null): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
284
283
  MapStaticAssets(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, staticAssetsManifestPath?: string | null): Rewrap<this, Microsoft_AspNetCore_StaticAssets.StaticAssetsEndpointConventionBuilder>;
285
284
  MapWhen(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, predicate: System.Func_2<Microsoft_AspNetCore_Http.HttpContext, System_Internal.Boolean>, configuration: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
286
285
  Run(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, void>;
@@ -328,8 +327,8 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
328
327
  UseHttpMethodOverride(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
329
328
  UseHttpMethodOverride(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, options: Microsoft_AspNetCore_Builder.HttpMethodOverrideOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
330
329
  UseHttpsRedirection(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
331
- UseMiddleware<TMiddleware>(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, ...args: (JsValue | null)[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
332
- UseMiddleware(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, middleware: System.Type, ...args: (JsValue | null)[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
330
+ UseMiddleware<TMiddleware extends unknown>(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, ...args: (unknown | null)[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
331
+ UseMiddleware(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, middleware: System.Type, ...args: (unknown | null)[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
333
332
  UseMvc(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
334
333
  UseMvc(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, configureRoutes: System.Action_1<Microsoft_AspNetCore_Routing.IRouteBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
335
334
  UseMvcWithDefaultRoute(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
@@ -381,7 +380,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
381
380
 
382
381
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Builder
383
382
  interface __TsonicExtApplier_Microsoft_AspNetCore_Builder {
384
- __tsonic_shape: JsValue;
383
+ __tsonic_shape: unknown;
385
384
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Builder;
386
385
  }
387
386
 
@@ -393,74 +392,74 @@ export type ExtensionMethods_Microsoft_AspNetCore_Builder<TShape> =
393
392
  // Extension method table for namespace: Microsoft.AspNetCore.Components
394
393
  interface __TsonicExtMethods_Microsoft_AspNetCore_Components {
395
394
  AddSupplyValueFromQueryProvider(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
396
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<System.EventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<System.EventArgs>>;
397
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<System.EventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<System.EventArgs>>;
398
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<Microsoft_AspNetCore_Components.ChangeEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
399
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<Microsoft_AspNetCore_Components.ChangeEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
400
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<string | null>, existingValue: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
401
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<string | null, System_Threading_Tasks.Task>, existingValue: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
402
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System_Internal.Boolean>, existingValue: boolean, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
403
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System_Internal.Boolean, System_Threading_Tasks.Task>, existingValue: boolean, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
404
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System_Internal.Boolean>>, existingValue: System.Nullable_1<System_Internal.Boolean>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
405
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System_Internal.Boolean>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Boolean>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
406
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System_Internal.Int32>, existingValue: int, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
407
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System_Internal.Int32, System_Threading_Tasks.Task>, existingValue: int, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
408
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System_Internal.Int32>>, existingValue: System.Nullable_1<System_Internal.Int32>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
409
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System_Internal.Int32>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Int32>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
410
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System_Internal.Int64>, existingValue: long, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
411
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System_Internal.Int64, System_Threading_Tasks.Task>, existingValue: long, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
412
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System_Internal.Int16>, existingValue: short, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
413
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System_Internal.Int16, System_Threading_Tasks.Task>, existingValue: short, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
414
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System_Internal.Int64>>, existingValue: System.Nullable_1<System_Internal.Int64>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
415
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System_Internal.Int64>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Int64>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
416
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System_Internal.Int16>>, existingValue: System.Nullable_1<System_Internal.Int16>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
417
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System_Internal.Int16>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Int16>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
418
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System_Internal.Single>, existingValue: float, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
419
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System_Internal.Single, System_Threading_Tasks.Task>, existingValue: float, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
420
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System_Internal.Single>>, existingValue: System.Nullable_1<System_Internal.Single>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
421
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System_Internal.Single>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Single>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
422
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System_Internal.Double>, existingValue: double, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
423
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System_Internal.Double, System_Threading_Tasks.Task>, existingValue: double, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
424
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System_Internal.Double>>, existingValue: System.Nullable_1<System_Internal.Double>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
425
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System_Internal.Double>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Double>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
426
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System_Internal.Decimal>, existingValue: decimal, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
427
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System_Internal.Decimal, System_Threading_Tasks.Task>, existingValue: decimal, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
428
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System_Internal.Decimal>>, existingValue: System.Nullable_1<System_Internal.Decimal>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
429
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System_Internal.Decimal>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Decimal>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
430
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.DateTime>, existingValue: System.DateTime, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
431
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.DateTime, System_Threading_Tasks.Task>, existingValue: System.DateTime, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
432
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.DateTime>, existingValue: System.DateTime, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
433
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.DateTime, System_Threading_Tasks.Task>, existingValue: System.DateTime, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
434
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System.DateTime>>, existingValue: System.Nullable_1<System.DateTime>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
435
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System.DateTime>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTime>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
436
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System.DateTime>>, existingValue: System.Nullable_1<System.DateTime>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
437
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System.DateTime>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTime>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
438
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.DateTimeOffset>, existingValue: System.DateTimeOffset, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
439
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.DateTimeOffset, System_Threading_Tasks.Task>, existingValue: System.DateTimeOffset, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
440
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.DateTimeOffset>, existingValue: System.DateTimeOffset, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
441
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.DateTimeOffset, System_Threading_Tasks.Task>, existingValue: System.DateTimeOffset, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
442
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System.DateTimeOffset>>, existingValue: System.Nullable_1<System.DateTimeOffset>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
443
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System.DateTimeOffset>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTimeOffset>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
444
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System.DateTimeOffset>>, existingValue: System.Nullable_1<System.DateTimeOffset>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
445
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System.DateTimeOffset>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTimeOffset>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
446
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.DateOnly>, existingValue: System.DateOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
447
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.DateOnly, System_Threading_Tasks.Task>, existingValue: System.DateOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
448
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.DateOnly>, existingValue: System.DateOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
449
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.DateOnly, System_Threading_Tasks.Task>, existingValue: System.DateOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
450
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System.DateOnly>>, existingValue: System.Nullable_1<System.DateOnly>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
451
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System.DateOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateOnly>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
452
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System.DateOnly>>, existingValue: System.Nullable_1<System.DateOnly>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
453
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System.DateOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateOnly>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
454
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.TimeOnly>, existingValue: System.TimeOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
455
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.TimeOnly, System_Threading_Tasks.Task>, existingValue: System.TimeOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
456
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.TimeOnly>, existingValue: System.TimeOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
457
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.TimeOnly, System_Threading_Tasks.Task>, existingValue: System.TimeOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
458
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System.TimeOnly>>, existingValue: System.Nullable_1<System.TimeOnly>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
459
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System.TimeOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.TimeOnly>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
460
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<System.Nullable_1<System.TimeOnly>>, existingValue: System.Nullable_1<System.TimeOnly>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
461
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<System.Nullable_1<System.TimeOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.TimeOnly>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
462
- CreateBinder<T>(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Action_1<T>, existingValue: T, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
463
- CreateBinder<T>(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, setter: System.Func_2<T, System_Threading_Tasks.Task>, existingValue: T, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
395
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<System.EventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<System.EventArgs>>;
396
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<System.EventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<System.EventArgs>>;
397
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components.ChangeEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
398
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components.ChangeEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
399
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<string | null>, existingValue: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
400
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<string | null, System_Threading_Tasks.Task>, existingValue: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
401
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Boolean>, existingValue: boolean, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
402
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Boolean, System_Threading_Tasks.Task>, existingValue: boolean, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
403
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Boolean>>, existingValue: System.Nullable_1<System_Internal.Boolean>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
404
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Boolean>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Boolean>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
405
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Int32>, existingValue: int, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
406
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Int32, System_Threading_Tasks.Task>, existingValue: int, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
407
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Int32>>, existingValue: System.Nullable_1<System_Internal.Int32>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
408
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Int32>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Int32>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
409
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Int64>, existingValue: long, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
410
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Int64, System_Threading_Tasks.Task>, existingValue: long, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
411
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Int16>, existingValue: short, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
412
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Int16, System_Threading_Tasks.Task>, existingValue: short, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
413
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Int64>>, existingValue: System.Nullable_1<System_Internal.Int64>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
414
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Int64>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Int64>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
415
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Int16>>, existingValue: System.Nullable_1<System_Internal.Int16>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
416
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Int16>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Int16>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
417
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Single>, existingValue: float, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
418
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Single, System_Threading_Tasks.Task>, existingValue: float, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
419
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Single>>, existingValue: System.Nullable_1<System_Internal.Single>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
420
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Single>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Single>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
421
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Double>, existingValue: double, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
422
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Double, System_Threading_Tasks.Task>, existingValue: double, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
423
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Double>>, existingValue: System.Nullable_1<System_Internal.Double>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
424
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Double>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Double>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
425
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Decimal>, existingValue: decimal, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
426
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.Decimal, System_Threading_Tasks.Task>, existingValue: decimal, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
427
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System_Internal.Decimal>>, existingValue: System.Nullable_1<System_Internal.Decimal>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
428
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System_Internal.Decimal>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System_Internal.Decimal>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
429
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTime>, existingValue: System.DateTime, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
430
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateTime, System_Threading_Tasks.Task>, existingValue: System.DateTime, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
431
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTime>, existingValue: System.DateTime, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
432
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateTime, System_Threading_Tasks.Task>, existingValue: System.DateTime, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
433
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTime>>, existingValue: System.Nullable_1<System.DateTime>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
434
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateTime>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTime>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
435
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTime>>, existingValue: System.Nullable_1<System.DateTime>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
436
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateTime>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTime>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
437
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTimeOffset>, existingValue: System.DateTimeOffset, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
438
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateTimeOffset, System_Threading_Tasks.Task>, existingValue: System.DateTimeOffset, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
439
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTimeOffset>, existingValue: System.DateTimeOffset, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
440
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateTimeOffset, System_Threading_Tasks.Task>, existingValue: System.DateTimeOffset, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
441
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTimeOffset>>, existingValue: System.Nullable_1<System.DateTimeOffset>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
442
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateTimeOffset>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTimeOffset>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
443
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateTimeOffset>>, existingValue: System.Nullable_1<System.DateTimeOffset>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
444
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateTimeOffset>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateTimeOffset>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
445
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateOnly>, existingValue: System.DateOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
446
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateOnly, System_Threading_Tasks.Task>, existingValue: System.DateOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
447
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateOnly>, existingValue: System.DateOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
448
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.DateOnly, System_Threading_Tasks.Task>, existingValue: System.DateOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
449
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateOnly>>, existingValue: System.Nullable_1<System.DateOnly>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
450
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateOnly>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
451
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.DateOnly>>, existingValue: System.Nullable_1<System.DateOnly>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
452
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System.DateOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.DateOnly>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
453
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.TimeOnly>, existingValue: System.TimeOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
454
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.TimeOnly, System_Threading_Tasks.Task>, existingValue: System.TimeOnly, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
455
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.TimeOnly>, existingValue: System.TimeOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
456
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.TimeOnly, System_Threading_Tasks.Task>, existingValue: System.TimeOnly, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
457
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.TimeOnly>>, existingValue: System.Nullable_1<System.TimeOnly>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
458
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System.TimeOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.TimeOnly>, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
459
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.Nullable_1<System.TimeOnly>>, existingValue: System.Nullable_1<System.TimeOnly>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
460
+ CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System.Nullable_1<System.TimeOnly>, System_Threading_Tasks.Task>, existingValue: System.Nullable_1<System.TimeOnly>, format: string, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
461
+ CreateBinder<T extends unknown>(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<T>, existingValue: T, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
462
+ CreateBinder<T extends unknown>(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<T, System_Threading_Tasks.Task>, existingValue: T, culture?: System_Globalization.CultureInfo | null): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
464
463
  FocusAsync(this: Microsoft_AspNetCore_Components.ElementReference): Rewrap<this, System_Threading_Tasks.ValueTask>;
465
464
  FocusAsync(this: Microsoft_AspNetCore_Components.ElementReference, preventScroll: boolean): Rewrap<this, System_Threading_Tasks.ValueTask>;
466
465
  GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: boolean): Rewrap<this, string>;
@@ -484,13 +483,13 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components {
484
483
  GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: long): Rewrap<this, string>;
485
484
  GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: System.Nullable_1<System_Internal.Int64>): Rewrap<this, string>;
486
485
  GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: string | null): Rewrap<this, string>;
487
- GetUriWithQueryParameters(this: Microsoft_AspNetCore_Components.NavigationManager, parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, JsValue | null>): Rewrap<this, string>;
488
- GetUriWithQueryParameters(this: Microsoft_AspNetCore_Components.NavigationManager, uri: string, parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, JsValue | null>): Rewrap<this, string>;
486
+ GetUriWithQueryParameters(this: Microsoft_AspNetCore_Components.NavigationManager, parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, unknown | null>): Rewrap<this, string>;
487
+ GetUriWithQueryParameters(this: Microsoft_AspNetCore_Components.NavigationManager, uri: string, parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, unknown | null>): Rewrap<this, string>;
489
488
  }
490
489
 
491
490
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components
492
491
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components {
493
- __tsonic_shape: JsValue;
492
+ __tsonic_shape: unknown;
494
493
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components;
495
494
  }
496
495
 
@@ -504,7 +503,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Forms {
504
503
  AddDataAnnotationsValidation(this: Microsoft_AspNetCore_Components_Forms.EditContext): Rewrap<this, Microsoft_AspNetCore_Components_Forms.EditContext>;
505
504
  EnableDataAnnotationsValidation(this: Microsoft_AspNetCore_Components_Forms.EditContext): Rewrap<this, System.IDisposable>;
506
505
  EnableDataAnnotationsValidation(this: Microsoft_AspNetCore_Components_Forms.EditContext, serviceProvider: System.IServiceProvider): Rewrap<this, System.IDisposable>;
507
- FieldCssClass<TField>(this: Microsoft_AspNetCore_Components_Forms.EditContext, accessor: System_Linq_Expressions.Expression_1<System.Func_1<TField>>): Rewrap<this, string>;
506
+ FieldCssClass<TField extends unknown>(this: Microsoft_AspNetCore_Components_Forms.EditContext, accessor: System_Linq_Expressions.Expression_1<System.Func_1<TField>>): Rewrap<this, string>;
508
507
  FieldCssClass(this: Microsoft_AspNetCore_Components_Forms.EditContext, fieldIdentifier: Microsoft_AspNetCore_Components_Forms.FieldIdentifier): Rewrap<this, string>;
509
508
  RequestImageFileAsync(this: Microsoft_AspNetCore_Components_Forms.IBrowserFile, format: string, maxWidth: int, maxHeight: int): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_AspNetCore_Components_Forms.IBrowserFile>>;
510
509
  SetFieldCssClassProvider(this: Microsoft_AspNetCore_Components_Forms.EditContext, fieldCssClassProvider: Microsoft_AspNetCore_Components_Forms.FieldCssClassProvider): Rewrap<this, void>;
@@ -512,7 +511,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Forms {
512
511
 
513
512
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Forms
514
513
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Forms {
515
- __tsonic_shape: JsValue;
514
+ __tsonic_shape: unknown;
516
515
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components_Forms;
517
516
  }
518
517
 
@@ -528,7 +527,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Forms_Mapping {
528
527
 
529
528
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Forms.Mapping
530
529
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Forms_Mapping {
531
- __tsonic_shape: JsValue;
530
+ __tsonic_shape: unknown;
532
531
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components_Forms_Mapping;
533
532
  }
534
533
 
@@ -544,7 +543,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Infrastructure {
544
543
 
545
544
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Infrastructure
546
545
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Infrastructure {
547
- __tsonic_shape: JsValue;
546
+ __tsonic_shape: unknown;
548
547
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components_Infrastructure;
549
548
  }
550
549
 
@@ -560,7 +559,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Routing {
560
559
 
561
560
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Routing
562
561
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Routing {
563
- __tsonic_shape: JsValue;
562
+ __tsonic_shape: unknown;
564
563
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components_Routing;
565
564
  }
566
565
 
@@ -573,35 +572,35 @@ export type ExtensionMethods_Microsoft_AspNetCore_Components_Routing<TShape> =
573
572
  interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Web {
574
573
  AddEventPreventDefaultAttribute(this: Microsoft_AspNetCore_Components_Rendering.RenderTreeBuilder, sequence: int, eventName: string, value: boolean): Rewrap<this, void>;
575
574
  AddEventStopPropagationAttribute(this: Microsoft_AspNetCore_Components_Rendering.RenderTreeBuilder, sequence: int, eventName: string, value: boolean): Rewrap<this, void>;
576
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>>;
577
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>>;
578
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>>;
579
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.DragEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>>;
580
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>>;
581
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.ErrorEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>>;
582
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>>;
583
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.FocusEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>>;
584
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>>;
585
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>>;
586
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>>;
587
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.MouseEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>>;
588
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>>;
589
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.PointerEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>>;
590
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>>;
591
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.ProgressEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>>;
592
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>>;
593
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.TouchEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>>;
594
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>>;
595
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: JsValue, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.WheelEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>>;
596
- RegisterForJavaScript<TComponent extends Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, identifier: string): Rewrap<this, void>;
597
- RegisterForJavaScript<TComponent extends Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, identifier: string, javaScriptInitializer: string): Rewrap<this, void>;
575
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>>;
576
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ClipboardEventArgs>>;
577
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>>;
578
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.DragEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.DragEventArgs>>;
579
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>>;
580
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.ErrorEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ErrorEventArgs>>;
581
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>>;
582
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.FocusEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.FocusEventArgs>>;
583
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>>;
584
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.KeyboardEventArgs>>;
585
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>>;
586
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.MouseEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.MouseEventArgs>>;
587
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>>;
588
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.PointerEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.PointerEventArgs>>;
589
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>>;
590
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.ProgressEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.ProgressEventArgs>>;
591
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>>;
592
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.TouchEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.TouchEventArgs>>;
593
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>>;
594
+ Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Func_2<Microsoft_AspNetCore_Components_Web.WheelEventArgs, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components_Web.WheelEventArgs>>;
595
+ RegisterForJavaScript<TComponent extends unknown & Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, identifier: string): Rewrap<this, void>;
596
+ RegisterForJavaScript<TComponent extends unknown & Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, identifier: string, javaScriptInitializer: string): Rewrap<this, void>;
598
597
  RegisterForJavaScript(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, componentType: System.Type, identifier: string): Rewrap<this, void>;
599
598
  RegisterForJavaScript(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, componentType: System.Type, identifier: string, javaScriptInitializer: string): Rewrap<this, void>;
600
599
  }
601
600
 
602
601
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Web
603
602
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Web {
604
- __tsonic_shape: JsValue;
603
+ __tsonic_shape: unknown;
605
604
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components_Web;
606
605
  }
607
606
 
@@ -615,12 +614,12 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Connections {
615
614
  Run(this: Microsoft_AspNetCore_Connections.IConnectionBuilder, middleware: System.Func_2<Microsoft_AspNetCore_Connections.ConnectionContext, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
616
615
  Use(this: Microsoft_AspNetCore_Connections.IConnectionBuilder, middleware: System.Func_3<Microsoft_AspNetCore_Connections.ConnectionContext, System.Func_1<System_Threading_Tasks.Task>, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
617
616
  Use(this: Microsoft_AspNetCore_Connections.IConnectionBuilder, middleware: System.Func_3<Microsoft_AspNetCore_Connections.ConnectionContext, Microsoft_AspNetCore_Connections.ConnectionDelegate, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
618
- UseConnectionHandler<TConnectionHandler extends Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Connections.IConnectionBuilder): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
617
+ UseConnectionHandler<TConnectionHandler extends unknown & Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Connections.IConnectionBuilder): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
619
618
  }
620
619
 
621
620
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Connections
622
621
  interface __TsonicExtApplier_Microsoft_AspNetCore_Connections {
623
- __tsonic_shape: JsValue;
622
+ __tsonic_shape: unknown;
624
623
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Connections;
625
624
  }
626
625
 
@@ -632,7 +631,7 @@ export type ExtensionMethods_Microsoft_AspNetCore_Connections<TShape> =
632
631
  // Extension method table for namespace: Microsoft.AspNetCore.DataProtection
633
632
  interface __TsonicExtMethods_Microsoft_AspNetCore_DataProtection {
634
633
  AddKeyEscrowSink(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder, sink: Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
635
- AddKeyEscrowSink<TImplementation extends Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink>(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
634
+ AddKeyEscrowSink<TImplementation extends (object | null) & Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink>(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
636
635
  AddKeyEscrowSink(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder, factory: System.Func_2<System.IServiceProvider, Microsoft_AspNetCore_DataProtection_KeyManagement.IKeyEscrowSink>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
637
636
  AddKeyManagementOptions(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_DataProtection_KeyManagement.KeyManagementOptions>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
638
637
  CreateProtector(this: Microsoft_AspNetCore_DataProtection.IDataProtectionProvider, purposes: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
@@ -669,7 +668,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_DataProtection {
669
668
 
670
669
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.DataProtection
671
670
  interface __TsonicExtApplier_Microsoft_AspNetCore_DataProtection {
672
- __tsonic_shape: JsValue;
671
+ __tsonic_shape: unknown;
673
672
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_DataProtection;
674
673
  }
675
674
 
@@ -685,7 +684,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_DataProtection_AuthenticatedEn
685
684
 
686
685
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel
687
686
  interface __TsonicExtApplier_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel {
688
- __tsonic_shape: JsValue;
687
+ __tsonic_shape: unknown;
689
688
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel;
690
689
  }
691
690
 
@@ -721,8 +720,6 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Hosting {
721
720
  UseDefaultServiceProvider(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, configure: System.Action_1<Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
722
721
  UseDefaultServiceProvider(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, configure: System.Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
723
722
  UseEnvironment(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, environment: string): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
724
- UseHttpSys(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
725
- UseHttpSys(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, options: System.Action_1<Microsoft_AspNetCore_Server_HttpSys.HttpSysOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
726
723
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
727
724
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
728
725
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string, password: string | null): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
@@ -735,8 +732,8 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Hosting {
735
732
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, serverCertificate: System_Security_Cryptography_X509Certificates.X509Certificate2, configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
736
733
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
737
734
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, httpsOptions: Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
738
- UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, serverOptionsSelectionCallback: System_Net_Security.ServerOptionsSelectionCallback, state: JsValue): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
739
- UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, serverOptionsSelectionCallback: System_Net_Security.ServerOptionsSelectionCallback, state: JsValue, handshakeTimeout: System.TimeSpan): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
735
+ UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, serverOptionsSelectionCallback: System_Net_Security.ServerOptionsSelectionCallback, state: unknown): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
736
+ UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, serverOptionsSelectionCallback: System_Net_Security.ServerOptionsSelectionCallback, state: unknown, handshakeTimeout: System.TimeSpan): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
740
737
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, callbackOptions: Microsoft_AspNetCore_Server_Kestrel_Https.TlsHandshakeCallbackOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
741
738
  UseIIS(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
742
739
  UseIISIntegration(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
@@ -753,9 +750,9 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Hosting {
753
750
  UseShutdownTimeout(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, timeout: System.TimeSpan): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
754
751
  UseSockets(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
755
752
  UseSockets(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Transport_Sockets.SocketTransportOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
756
- UseStartup<TStartup>(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, startupFactory: System.Func_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, TStartup>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
753
+ UseStartup<TStartup extends (object | null)>(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, startupFactory: System.Func_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, TStartup>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
757
754
  UseStartup(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, startupType: System.Type): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
758
- UseStartup<TStartup>(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
755
+ UseStartup<TStartup extends (object | null)>(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
759
756
  UseStartup(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, startupAssemblyName: string): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
760
757
  UseStaticWebAssets(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
761
758
  UseSystemd(this: Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.KestrelServerOptions>;
@@ -768,7 +765,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Hosting {
768
765
 
769
766
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Hosting
770
767
  interface __TsonicExtApplier_Microsoft_AspNetCore_Hosting {
771
- __tsonic_shape: JsValue;
768
+ __tsonic_shape: unknown;
772
769
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Hosting;
773
770
  }
774
771
 
@@ -779,8 +776,8 @@ export type ExtensionMethods_Microsoft_AspNetCore_Hosting<TShape> =
779
776
 
780
777
  // Extension method table for namespace: Microsoft.AspNetCore.Html
781
778
  interface __TsonicExtMethods_Microsoft_AspNetCore_Html {
782
- AppendFormat(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, format: string, ...args: (JsValue | null)[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
783
- AppendFormat(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, formatProvider: System.IFormatProvider, format: string, ...args: (JsValue | null)[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
779
+ AppendFormat(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, format: string, ...args: (unknown | null)[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
780
+ AppendFormat(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, formatProvider: System.IFormatProvider, format: string, ...args: (unknown | null)[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
784
781
  AppendHtmlLine(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, encoded: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
785
782
  AppendLine(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
786
783
  AppendLine(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, unencoded: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
@@ -792,7 +789,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Html {
792
789
 
793
790
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Html
794
791
  interface __TsonicExtApplier_Microsoft_AspNetCore_Html {
795
- __tsonic_shape: JsValue;
792
+ __tsonic_shape: unknown;
796
793
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Html;
797
794
  }
798
795
 
@@ -803,15 +800,15 @@ export type ExtensionMethods_Microsoft_AspNetCore_Html<TShape> =
803
800
 
804
801
  // Extension method table for namespace: Microsoft.AspNetCore.Http
805
802
  interface __TsonicExtMethods_Microsoft_AspNetCore_Http {
806
- Accepts<TRequest>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
807
- Accepts<TRequest>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, isOptional: boolean, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
803
+ Accepts<TRequest extends unknown>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
804
+ Accepts<TRequest extends unknown>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, isOptional: boolean, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
808
805
  Accepts(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, requestType: System.Type, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
809
806
  Accepts(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, requestType: System.Type, isOptional: boolean, contentType: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
810
- AddEndpointFilter<TFilterType extends Microsoft_AspNetCore_Http.IEndpointFilter>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
811
- AddEndpointFilter<TFilterType extends Microsoft_AspNetCore_Http.IEndpointFilter>(this: Microsoft_AspNetCore_Routing.RouteGroupBuilder): Rewrap<this, Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
807
+ AddEndpointFilter<TFilterType extends unknown & Microsoft_AspNetCore_Http.IEndpointFilter>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
808
+ AddEndpointFilter<TFilterType extends unknown & Microsoft_AspNetCore_Http.IEndpointFilter>(this: Microsoft_AspNetCore_Routing.RouteGroupBuilder): Rewrap<this, Microsoft_AspNetCore_Routing.RouteGroupBuilder>;
812
809
  Append(this: Microsoft_AspNetCore_Http.IHeaderDictionary, key: string, value: Microsoft_Extensions_Primitives.StringValues): Rewrap<this, void>;
813
810
  AppendCommaSeparatedValues(this: Microsoft_AspNetCore_Http.IHeaderDictionary, key: string, ...values: string[]): Rewrap<this, void>;
814
- AppendList<T>(this: Microsoft_AspNetCore_Http.IHeaderDictionary, name: string, values: System_Collections_Generic.IList_1<T>): Rewrap<this, void>;
811
+ AppendList<T extends unknown>(this: Microsoft_AspNetCore_Http.IHeaderDictionary, name: string, values: System_Collections_Generic.IList_1<T>): Rewrap<this, void>;
815
812
  AppendTrailer(this: Microsoft_AspNetCore_Http.HttpResponse, trailerName: string, trailerValues: Microsoft_Extensions_Primitives.StringValues): Rewrap<this, void>;
816
813
  CheckTrailersAvailable(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, boolean>;
817
814
  Clear(this: Microsoft_AspNetCore_Http.HttpResponse): Rewrap<this, void>;
@@ -832,18 +829,18 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Http {
832
829
  GetTypedHeaders(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, Microsoft_AspNetCore_Http_Headers.RequestHeaders>;
833
830
  GetTypedHeaders(this: Microsoft_AspNetCore_Http.HttpResponse): Rewrap<this, Microsoft_AspNetCore_Http_Headers.ResponseHeaders>;
834
831
  HasJsonContentType(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, boolean>;
835
- Produces<TResponse>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode?: int, contentType?: string | null, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
832
+ Produces<TResponse extends unknown>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode?: int, contentType?: string | null, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
836
833
  Produces(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode: int, responseType?: System.Type | null, contentType?: string | null, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
837
834
  ProducesProblem(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode: int, contentType?: string | null): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
838
835
  ProducesValidationProblem(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode?: int, contentType?: string | null): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
839
836
  ReadFormAsync(this: Microsoft_AspNetCore_Http.HttpRequest, options: Microsoft_AspNetCore_Http_Features.FormOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Http.IFormCollection>>;
840
- ReadFromJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpRequest, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
841
- ReadFromJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpRequest, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
842
- ReadFromJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpRequest, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
843
- ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<JsValue>>;
844
- ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<JsValue>>;
845
- ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<JsValue>>;
846
- ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<JsValue>>;
837
+ ReadFromJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpRequest, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
838
+ ReadFromJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpRequest, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
839
+ ReadFromJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpRequest, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
840
+ ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
841
+ ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
842
+ ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
843
+ ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
847
844
  Redirect(this: Microsoft_AspNetCore_Http.HttpResponse, location: string, permanent: boolean, preserveMethod: boolean): Rewrap<this, void>;
848
845
  SendFileAsync(this: Microsoft_AspNetCore_Http.HttpResponse, file: Microsoft_Extensions_FileProviders.IFileInfo, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
849
846
  SendFileAsync(this: Microsoft_AspNetCore_Http.HttpResponse, file: Microsoft_Extensions_FileProviders.IFileInfo, offset: long, count: System.Nullable_1<System_Internal.Int64>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
@@ -856,22 +853,22 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Http {
856
853
  SupportsTrailers(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, boolean>;
857
854
  SupportsTrailers(this: Microsoft_AspNetCore_Http.HttpResponse): Rewrap<this, boolean>;
858
855
  WithTags(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, ...tags: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
859
- WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
860
- WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
861
- WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, options: System_Text_Json.JsonSerializerOptions | null, contentType: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
862
- WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, contentType?: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
863
- WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: JsValue | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo, contentType?: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
864
- WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: JsValue | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
865
- WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: JsValue | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
866
- WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: JsValue | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, contentType: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
867
- WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: JsValue | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, contentType?: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
856
+ WriteAsJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
857
+ WriteAsJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
858
+ WriteAsJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, options: System_Text_Json.JsonSerializerOptions | null, contentType: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
859
+ WriteAsJsonAsync<TValue extends unknown>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, contentType?: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
860
+ WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo, contentType?: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
861
+ WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
862
+ WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
863
+ WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, contentType: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
864
+ WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, contentType?: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
868
865
  WriteAsync(this: Microsoft_AspNetCore_Http.HttpResponse, text: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
869
866
  WriteAsync(this: Microsoft_AspNetCore_Http.HttpResponse, text: string, encoding: System_Text.Encoding, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
870
867
  }
871
868
 
872
869
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http
873
870
  interface __TsonicExtApplier_Microsoft_AspNetCore_Http {
874
- __tsonic_shape: JsValue;
871
+ __tsonic_shape: unknown;
875
872
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Http;
876
873
  }
877
874
 
@@ -887,7 +884,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Http_Connections {
887
884
 
888
885
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http.Connections
889
886
  interface __TsonicExtApplier_Microsoft_AspNetCore_Http_Connections {
890
- __tsonic_shape: JsValue;
887
+ __tsonic_shape: unknown;
891
888
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Http_Connections;
892
889
  }
893
890
 
@@ -906,7 +903,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Http_Extensions {
906
903
 
907
904
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http.Extensions
908
905
  interface __TsonicExtApplier_Microsoft_AspNetCore_Http_Extensions {
909
- __tsonic_shape: JsValue;
906
+ __tsonic_shape: unknown;
910
907
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Http_Extensions;
911
908
  }
912
909
 
@@ -917,13 +914,13 @@ export type ExtensionMethods_Microsoft_AspNetCore_Http_Extensions<TShape> =
917
914
 
918
915
  // Extension method table for namespace: Microsoft.AspNetCore.Http.Features
919
916
  interface __TsonicExtMethods_Microsoft_AspNetCore_Http_Features {
920
- GetRequiredFeature<TFeature>(this: Microsoft_AspNetCore_Http_Features.IFeatureCollection): Rewrap<this, TFeature>;
921
- GetRequiredFeature(this: Microsoft_AspNetCore_Http_Features.IFeatureCollection, key: System.Type): Rewrap<this, JsValue>;
917
+ GetRequiredFeature<TFeature extends unknown>(this: Microsoft_AspNetCore_Http_Features.IFeatureCollection): Rewrap<this, TFeature>;
918
+ GetRequiredFeature(this: Microsoft_AspNetCore_Http_Features.IFeatureCollection, key: System.Type): Rewrap<this, unknown>;
922
919
  }
923
920
 
924
921
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http.Features
925
922
  interface __TsonicExtApplier_Microsoft_AspNetCore_Http_Features {
926
- __tsonic_shape: JsValue;
923
+ __tsonic_shape: unknown;
927
924
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Http_Features;
928
925
  }
929
926
 
@@ -947,7 +944,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Identity {
947
944
 
948
945
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Identity
949
946
  interface __TsonicExtApplier_Microsoft_AspNetCore_Identity {
950
- __tsonic_shape: JsValue;
947
+ __tsonic_shape: unknown;
951
948
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Identity;
952
949
  }
953
950
 
@@ -960,32 +957,32 @@ export type ExtensionMethods_Microsoft_AspNetCore_Identity<TShape> =
960
957
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc {
961
958
  Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper): Rewrap<this, string | null>;
962
959
  Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null): Rewrap<this, string | null>;
963
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, values: JsValue | null): Rewrap<this, string | null>;
960
+ Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, values: unknown | null): Rewrap<this, string | null>;
964
961
  Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null): Rewrap<this, string | null>;
965
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: JsValue | null): Rewrap<this, string | null>;
966
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: JsValue | null, protocol: string | null): Rewrap<this, string | null>;
967
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: JsValue | null, protocol: string | null, host: string | null): Rewrap<this, string | null>;
968
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: JsValue | null, protocol: string | null, host: string | null, fragment: string | null): Rewrap<this, string | null>;
969
- ActionLink(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action?: string | null, controller?: string | null, values?: JsValue | null, protocol?: string | null, host?: string | null, fragment?: string | null): Rewrap<this, string | null>;
962
+ Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: unknown | null): Rewrap<this, string | null>;
963
+ Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: unknown | null, protocol: string | null): Rewrap<this, string | null>;
964
+ Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: unknown | null, protocol: string | null, host: string | null): Rewrap<this, string | null>;
965
+ Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string | null, controller: string | null, values: unknown | null, protocol: string | null, host: string | null, fragment: string | null): Rewrap<this, string | null>;
966
+ ActionLink(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action?: string | null, controller?: string | null, values?: unknown | null, protocol?: string | null, host?: string | null, fragment?: string | null): Rewrap<this, string | null>;
970
967
  Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null): Rewrap<this, string | null>;
971
968
  Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null): Rewrap<this, string | null>;
972
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, values: JsValue | null): Rewrap<this, string | null>;
973
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: JsValue | null): Rewrap<this, string | null>;
974
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: JsValue | null, protocol: string | null): Rewrap<this, string | null>;
975
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: JsValue | null, protocol: string | null, host: string | null): Rewrap<this, string | null>;
976
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: JsValue | null, protocol: string | null, host: string | null, fragment: string | null): Rewrap<this, string | null>;
977
- PageLink(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName?: string | null, pageHandler?: string | null, values?: JsValue | null, protocol?: string | null, host?: string | null, fragment?: string | null): Rewrap<this, string | null>;
978
- RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, values: JsValue | null): Rewrap<this, string | null>;
969
+ Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, values: unknown | null): Rewrap<this, string | null>;
970
+ Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null): Rewrap<this, string | null>;
971
+ Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null, protocol: string | null): Rewrap<this, string | null>;
972
+ Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null, protocol: string | null, host: string | null): Rewrap<this, string | null>;
973
+ Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null, pageHandler: string | null, values: unknown | null, protocol: string | null, host: string | null, fragment: string | null): Rewrap<this, string | null>;
974
+ PageLink(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName?: string | null, pageHandler?: string | null, values?: unknown | null, protocol?: string | null, host?: string | null, fragment?: string | null): Rewrap<this, string | null>;
975
+ RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, values: unknown | null): Rewrap<this, string | null>;
979
976
  RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null): Rewrap<this, string | null>;
980
- RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: JsValue | null): Rewrap<this, string | null>;
981
- RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: JsValue | null, protocol: string | null): Rewrap<this, string | null>;
982
- RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: JsValue | null, protocol: string | null, host: string | null): Rewrap<this, string | null>;
983
- RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: JsValue | null, protocol: string | null, host: string | null, fragment: string | null): Rewrap<this, string | null>;
977
+ RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: unknown | null): Rewrap<this, string | null>;
978
+ RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: unknown | null, protocol: string | null): Rewrap<this, string | null>;
979
+ RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: unknown | null, protocol: string | null, host: string | null): Rewrap<this, string | null>;
980
+ RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string | null, values: unknown | null, protocol: string | null, host: string | null, fragment: string | null): Rewrap<this, string | null>;
984
981
  }
985
982
 
986
983
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc
987
984
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc {
988
- __tsonic_shape: JsValue;
985
+ __tsonic_shape: unknown;
989
986
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc;
990
987
  }
991
988
 
@@ -996,13 +993,13 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc<TShape> =
996
993
 
997
994
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.Abstractions
998
995
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Abstractions {
999
- GetProperty<T>(this: Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor): Rewrap<this, T | null>;
1000
- SetProperty<T>(this: Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor, value: T): Rewrap<this, void>;
996
+ GetProperty<T extends unknown>(this: Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor): Rewrap<this, T | null>;
997
+ SetProperty<T extends unknown>(this: Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor, value: T): Rewrap<this, void>;
1001
998
  }
1002
999
 
1003
1000
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Abstractions
1004
1001
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Abstractions {
1005
- __tsonic_shape: JsValue;
1002
+ __tsonic_shape: unknown;
1006
1003
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Abstractions;
1007
1004
  }
1008
1005
 
@@ -1013,13 +1010,13 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Abstractions<TShape> =
1013
1010
 
1014
1011
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.ApiExplorer
1015
1012
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ApiExplorer {
1016
- GetProperty<T>(this: Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription): Rewrap<this, T | null>;
1017
- SetProperty<T>(this: Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription, value: T): Rewrap<this, void>;
1013
+ GetProperty<T extends unknown>(this: Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription): Rewrap<this, T | null>;
1014
+ SetProperty<T extends unknown>(this: Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription, value: T): Rewrap<this, void>;
1018
1015
  }
1019
1016
 
1020
1017
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ApiExplorer
1021
1018
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ApiExplorer {
1022
- __tsonic_shape: JsValue;
1019
+ __tsonic_shape: unknown;
1023
1020
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ApiExplorer;
1024
1021
  }
1025
1022
 
@@ -1035,26 +1032,26 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml {
1035
1032
 
1036
1033
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Formatters.Xml
1037
1034
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Formatters_Xml {
1038
- __tsonic_shape: JsValue;
1035
+ __tsonic_shape: unknown;
1039
1036
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml;
1040
1037
  }
1041
1038
 
1042
1039
  export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml<TShape> =
1043
1040
  TShape extends null | undefined ? TShape
1044
1041
  : TShape extends void ? void
1045
- : TShape extends (infer T)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.Formatters.Xml", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Formatters_Xml> & __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml)
1042
+ : TShape extends (infer T extends unknown)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.Formatters.Xml", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Formatters_Xml> & __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml)
1046
1043
  : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Mvc.Formatters.Xml", __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Formatters_Xml> & __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml;
1047
1044
 
1048
1045
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.Localization
1049
1046
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Localization {
1050
1047
  GetAllStrings(this: Microsoft_AspNetCore_Mvc_Localization.IHtmlLocalizer): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_Localization.LocalizedString>>;
1051
1048
  GetHtml(this: Microsoft_AspNetCore_Mvc_Localization.IHtmlLocalizer, name: string): Rewrap<this, Microsoft_AspNetCore_Mvc_Localization.LocalizedHtmlString>;
1052
- GetHtml(this: Microsoft_AspNetCore_Mvc_Localization.IHtmlLocalizer, name: string, ...arguments: JsValue[]): Rewrap<this, Microsoft_AspNetCore_Mvc_Localization.LocalizedHtmlString>;
1049
+ GetHtml(this: Microsoft_AspNetCore_Mvc_Localization.IHtmlLocalizer, name: string, ...arguments: unknown[]): Rewrap<this, Microsoft_AspNetCore_Mvc_Localization.LocalizedHtmlString>;
1053
1050
  }
1054
1051
 
1055
1052
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Localization
1056
1053
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Localization {
1057
- __tsonic_shape: JsValue;
1054
+ __tsonic_shape: unknown;
1058
1055
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Localization;
1059
1056
  }
1060
1057
 
@@ -1065,21 +1062,21 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Localization<TShape> =
1065
1062
 
1066
1063
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.ModelBinding
1067
1064
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding {
1068
- AddModelError<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, JsValue>>, errorMessage: string): Rewrap<this, void>;
1069
- AddModelError<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, JsValue>>, exception: System.Exception, metadata: Microsoft_AspNetCore_Mvc_ModelBinding.ModelMetadata): Rewrap<this, void>;
1065
+ AddModelError<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, errorMessage: string): Rewrap<this, void>;
1066
+ AddModelError<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, exception: System.Exception, metadata: Microsoft_AspNetCore_Mvc_ModelBinding.ModelMetadata): Rewrap<this, void>;
1070
1067
  GetMetadataForProperty(this: Microsoft_AspNetCore_Mvc_ModelBinding.IModelMetadataProvider, containerType: System.Type, propertyName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ModelBinding.ModelMetadata>;
1071
- Remove<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, JsValue>>): Rewrap<this, boolean>;
1072
- RemoveAll<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, JsValue>>): Rewrap<this, void>;
1073
- RemoveType<TModelBinderProvider extends Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>): Rewrap<this, void>;
1068
+ Remove<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>): Rewrap<this, boolean>;
1069
+ RemoveAll<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>): Rewrap<this, void>;
1070
+ RemoveType<TModelBinderProvider extends unknown & Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>): Rewrap<this, void>;
1074
1071
  RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>, type: System.Type): Rewrap<this, void>;
1075
- RemoveType<TValueProviderFactory extends Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>): Rewrap<this, void>;
1072
+ RemoveType<TValueProviderFactory extends unknown & Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>): Rewrap<this, void>;
1076
1073
  RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>, type: System.Type): Rewrap<this, void>;
1077
- TryAddModelException<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, JsValue>>, exception: System.Exception): Rewrap<this, void>;
1074
+ TryAddModelException<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, exception: System.Exception): Rewrap<this, void>;
1078
1075
  }
1079
1076
 
1080
1077
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ModelBinding
1081
1078
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding {
1082
- __tsonic_shape: JsValue;
1079
+ __tsonic_shape: unknown;
1083
1080
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding;
1084
1081
  }
1085
1082
 
@@ -1090,13 +1087,13 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding<TShape> =
1090
1087
 
1091
1088
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.ModelBinding.Metadata
1092
1089
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata {
1093
- RemoveType<TMetadataDetailsProvider extends Microsoft_AspNetCore_Mvc_ModelBinding_Metadata.IMetadataDetailsProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Metadata.IMetadataDetailsProvider>): Rewrap<this, void>;
1090
+ RemoveType<TMetadataDetailsProvider extends unknown & Microsoft_AspNetCore_Mvc_ModelBinding_Metadata.IMetadataDetailsProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Metadata.IMetadataDetailsProvider>): Rewrap<this, void>;
1094
1091
  RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Metadata.IMetadataDetailsProvider>, type: System.Type): Rewrap<this, void>;
1095
1092
  }
1096
1093
 
1097
1094
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ModelBinding.Metadata
1098
1095
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata {
1099
- __tsonic_shape: JsValue;
1096
+ __tsonic_shape: unknown;
1100
1097
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata;
1101
1098
  }
1102
1099
 
@@ -1107,13 +1104,13 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata<TSha
1107
1104
 
1108
1105
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.ModelBinding.Validation
1109
1106
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Validation {
1110
- RemoveType<TModelValidatorProvider extends Microsoft_AspNetCore_Mvc_ModelBinding_Validation.IModelValidatorProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Validation.IModelValidatorProvider>): Rewrap<this, void>;
1107
+ RemoveType<TModelValidatorProvider extends unknown & Microsoft_AspNetCore_Mvc_ModelBinding_Validation.IModelValidatorProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Validation.IModelValidatorProvider>): Rewrap<this, void>;
1111
1108
  RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding_Validation.IModelValidatorProvider>, type: System.Type): Rewrap<this, void>;
1112
1109
  }
1113
1110
 
1114
1111
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ModelBinding.Validation
1115
1112
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding_Validation {
1116
- __tsonic_shape: JsValue;
1113
+ __tsonic_shape: unknown;
1117
1114
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Validation;
1118
1115
  }
1119
1116
 
@@ -1125,166 +1122,166 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Validation<TS
1125
1122
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.Rendering
1126
1123
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Rendering {
1127
1124
  ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1128
- ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, routeValues: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1129
- ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, routeValues: JsValue, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1125
+ ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1126
+ ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, routeValues: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1130
1127
  ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, controllerName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1131
- ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1132
- ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: JsValue, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1128
+ ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1129
+ ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1133
1130
  BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1134
1131
  BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, antiforgery: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1135
1132
  BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1136
- BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1137
- BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, antiforgery: System.Nullable_1<System_Internal.Boolean>, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1138
- BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeValues: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1133
+ BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1134
+ BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, antiforgery: System.Nullable_1<System_Internal.Boolean>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1135
+ BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1139
1136
  BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, actionName: string, controllerName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1140
- BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, actionName: string, controllerName: string, routeValues: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1137
+ BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, actionName: string, controllerName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1141
1138
  BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, actionName: string, controllerName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1142
- BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, actionName: string, controllerName: string, routeValues: JsValue, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1143
- BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, actionName: string, controllerName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1144
- BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeValues: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1145
- BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeValues: JsValue, antiforgery: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1139
+ BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, actionName: string, controllerName: string, routeValues: unknown, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1140
+ BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, actionName: string, controllerName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1141
+ BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1142
+ BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeValues: unknown, antiforgery: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1146
1143
  BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1147
1144
  BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, antiforgery: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1148
- BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, routeValues: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1145
+ BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1149
1146
  BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1150
- BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, routeValues: JsValue, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1151
- BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1147
+ BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, routeValues: unknown, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1148
+ BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1152
1149
  CheckBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1153
1150
  CheckBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, isChecked: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1154
- CheckBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1155
- CheckBoxFor<TModel>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, System_Internal.Boolean>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1151
+ CheckBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1152
+ CheckBoxFor<TModel extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, System_Internal.Boolean>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1156
1153
  Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1157
- Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1154
+ Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1158
1155
  Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1159
- Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1156
+ Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1160
1157
  Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1161
- DisplayFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1162
- DisplayFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1163
- DisplayFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1164
- DisplayFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1165
- DisplayFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1158
+ DisplayFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1159
+ DisplayFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1160
+ DisplayFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1161
+ DisplayFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1162
+ DisplayFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1166
1163
  DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1167
- DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1164
+ DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1168
1165
  DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1169
- DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1166
+ DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1170
1167
  DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1171
- DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1172
- DisplayNameFor<TModelItem, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<System_Collections_Generic.IEnumerable_1<TModelItem>>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModelItem, TResult>>): Rewrap<this, string>;
1168
+ DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1169
+ DisplayNameFor<TModelItem extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<System_Collections_Generic.IEnumerable_1<TModelItem>>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModelItem, TResult>>): Rewrap<this, string>;
1173
1170
  DisplayNameForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
1174
1171
  DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1175
1172
  DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, optionLabel: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1176
1173
  DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1177
- DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1174
+ DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1178
1175
  DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, optionLabel: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1179
- DropDownListFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1180
- DropDownListFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1181
- DropDownListFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, optionLabel: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1176
+ DropDownListFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1177
+ DropDownListFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1178
+ DropDownListFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>, optionLabel: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1182
1179
  Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1183
- Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1180
+ Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1184
1181
  Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1185
- Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1182
+ Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1186
1183
  Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1187
- EditorFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1188
- EditorFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1189
- EditorFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1190
- EditorFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1191
- EditorFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1184
+ EditorFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1185
+ EditorFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1186
+ EditorFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1187
+ EditorFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1188
+ EditorFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1192
1189
  EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1193
- EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1190
+ EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1194
1191
  EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1195
- EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1192
+ EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1196
1193
  EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1197
- EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1194
+ EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1198
1195
  Hidden(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1199
- Hidden(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1200
- HiddenFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1196
+ Hidden(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1197
+ HiddenFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1201
1198
  IdForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
1202
1199
  InvokeAsync(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper, name: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1203
1200
  InvokeAsync(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper, componentType: System.Type): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1204
- InvokeAsync<TComponent>(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper, arguments: JsValue | null): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1205
- InvokeAsync<TComponent>(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1201
+ InvokeAsync<TComponent extends unknown>(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper, arguments: unknown | null): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1202
+ InvokeAsync<TComponent extends unknown>(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1206
1203
  Label(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1207
1204
  Label(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1208
- LabelFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1209
- LabelFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1210
- LabelFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1205
+ LabelFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1206
+ LabelFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1207
+ LabelFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1211
1208
  LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1212
1209
  LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1213
- LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1214
- LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, labelText: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1210
+ LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1211
+ LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, labelText: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1215
1212
  ListBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1216
1213
  ListBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1217
- ListBoxFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1214
+ ListBoxFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, selectList: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Rendering.SelectListItem>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1218
1215
  NameForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
1219
1216
  Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1220
1217
  Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1221
- Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1222
- Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: JsValue, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1218
+ Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1219
+ Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1223
1220
  PartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1224
1221
  PartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1225
- PartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: JsValue): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1222
+ PartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1226
1223
  Password(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1227
- Password(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1228
- PasswordFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1229
- RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1230
- RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: JsValue, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1231
- RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: JsValue, isChecked: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1232
- RadioButtonFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, value: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1233
- RenderComponentAsync<TComponent extends Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1234
- RenderComponentAsync<TComponent extends Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode, parameters: JsValue): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1235
- RenderComponentAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, componentType: System.Type, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode, parameters: JsValue): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1224
+ Password(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1225
+ PasswordFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1226
+ RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1227
+ RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1228
+ RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, isChecked: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1229
+ RadioButtonFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1230
+ RenderComponentAsync<TComponent extends unknown & Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1231
+ RenderComponentAsync<TComponent extends unknown & Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode, parameters: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1232
+ RenderComponentAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, componentType: System.Type, renderMode: Microsoft_AspNetCore_Mvc_Rendering.RenderMode, parameters: unknown): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1236
1233
  RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string): Rewrap<this, void>;
1237
1234
  RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, void>;
1238
- RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: JsValue): Rewrap<this, void>;
1239
- RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: JsValue, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, void>;
1235
+ RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown): Rewrap<this, void>;
1236
+ RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, void>;
1240
1237
  RenderPartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string): Rewrap<this, System_Threading_Tasks.Task>;
1241
1238
  RenderPartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, System_Threading_Tasks.Task>;
1242
- RenderPartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: JsValue): Rewrap<this, System_Threading_Tasks.Task>;
1243
- RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeValues: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1239
+ RenderPartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown): Rewrap<this, System_Threading_Tasks.Task>;
1240
+ RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1244
1241
  RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1245
- RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeName: string, routeValues: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1246
- RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeValues: JsValue, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1247
- RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeName: string, routeValues: JsValue, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1242
+ RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1243
+ RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeValues: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1244
+ RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeName: string, routeValues: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1248
1245
  TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1249
- TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1246
+ TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1250
1247
  TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1251
- TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1252
- TextAreaFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1253
- TextAreaFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1248
+ TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1249
+ TextAreaFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1250
+ TextAreaFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1254
1251
  TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1255
- TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1256
- TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: JsValue, format: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1257
- TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: JsValue, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1258
- TextBoxFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1259
- TextBoxFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, format: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1260
- TextBoxFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1252
+ TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1253
+ TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, format: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1254
+ TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1255
+ TextBoxFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1256
+ TextBoxFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, format: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1257
+ TextBoxFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1261
1258
  ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1262
1259
  ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1263
- ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1260
+ ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1264
1261
  ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1265
- ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, message: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1266
- ValidationMessageFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1267
- ValidationMessageFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1268
- ValidationMessageFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1269
- ValidationMessageFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1262
+ ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1263
+ ValidationMessageFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1264
+ ValidationMessageFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1265
+ ValidationMessageFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1266
+ ValidationMessageFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1270
1267
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1271
1268
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1272
1269
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1273
1270
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1274
1271
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1275
- ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, message: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1276
- ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, message: string, htmlAttributes: JsValue, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1272
+ ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1273
+ ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, message: string, htmlAttributes: unknown, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1277
1274
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1278
- ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean, message: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1275
+ ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1279
1276
  Value(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, string>;
1280
- ValueFor<TModel, TResult>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, string>;
1277
+ ValueFor<TModel extends unknown, TResult extends unknown>(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper_1<TModel>, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, TResult>>): Rewrap<this, string>;
1281
1278
  ValueForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
1282
1279
  ValueForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, format: string): Rewrap<this, string>;
1283
1280
  }
1284
1281
 
1285
1282
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Rendering
1286
1283
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Rendering {
1287
- __tsonic_shape: JsValue;
1284
+ __tsonic_shape: unknown;
1288
1285
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Rendering;
1289
1286
  }
1290
1287
 
@@ -1304,7 +1301,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_TagHelpers {
1304
1301
 
1305
1302
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.TagHelpers
1306
1303
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_TagHelpers {
1307
- __tsonic_shape: JsValue;
1304
+ __tsonic_shape: unknown;
1308
1305
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_TagHelpers;
1309
1306
  }
1310
1307
 
@@ -1315,16 +1312,16 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_TagHelpers<TShape> =
1315
1312
 
1316
1313
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.ViewFeatures
1317
1314
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ViewFeatures {
1318
- GenerateForm(this: Microsoft_AspNetCore_Mvc_ViewFeatures.IHtmlGenerator, viewContext: Microsoft_AspNetCore_Mvc_Rendering.ViewContext, actionName: string, controllerName: string, fragment: string, routeValues: JsValue, method: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.TagBuilder>;
1319
- GenerateRouteForm(this: Microsoft_AspNetCore_Mvc_ViewFeatures.IHtmlGenerator, viewContext: Microsoft_AspNetCore_Mvc_Rendering.ViewContext, routeName: string, routeValues: JsValue, fragment: string, method: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.TagBuilder>;
1315
+ GenerateForm(this: Microsoft_AspNetCore_Mvc_ViewFeatures.IHtmlGenerator, viewContext: Microsoft_AspNetCore_Mvc_Rendering.ViewContext, actionName: string, controllerName: string, fragment: string, routeValues: unknown, method: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.TagBuilder>;
1316
+ GenerateRouteForm(this: Microsoft_AspNetCore_Mvc_ViewFeatures.IHtmlGenerator, viewContext: Microsoft_AspNetCore_Mvc_Rendering.ViewContext, routeName: string, routeValues: unknown, fragment: string, method: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.TagBuilder>;
1320
1317
  GetHtml(this: Microsoft_AspNetCore_Antiforgery.IAntiforgery, httpContext: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1321
- GetModelExplorerForType(this: Microsoft_AspNetCore_Mvc_ModelBinding.IModelMetadataProvider, modelType: System.Type, model: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_ViewFeatures.ModelExplorer>;
1318
+ GetModelExplorerForType(this: Microsoft_AspNetCore_Mvc_ModelBinding.IModelMetadataProvider, modelType: System.Type, model: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_ViewFeatures.ModelExplorer>;
1322
1319
  GetSimpleDisplayText(this: Microsoft_AspNetCore_Mvc_ViewFeatures.ModelExplorer): Rewrap<this, string>;
1323
1320
  }
1324
1321
 
1325
1322
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ViewFeatures
1326
1323
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ViewFeatures {
1327
- __tsonic_shape: JsValue;
1324
+ __tsonic_shape: unknown;
1328
1325
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ViewFeatures;
1329
1326
  }
1330
1327
 
@@ -1343,7 +1340,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_RateLimiting {
1343
1340
 
1344
1341
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.RateLimiting
1345
1342
  interface __TsonicExtApplier_Microsoft_AspNetCore_RateLimiting {
1346
- __tsonic_shape: JsValue;
1343
+ __tsonic_shape: unknown;
1347
1344
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_RateLimiting;
1348
1345
  }
1349
1346
 
@@ -1359,7 +1356,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Razor_Hosting {
1359
1356
 
1360
1357
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Razor.Hosting
1361
1358
  interface __TsonicExtApplier_Microsoft_AspNetCore_Razor_Hosting {
1362
- __tsonic_shape: JsValue;
1359
+ __tsonic_shape: unknown;
1363
1360
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Razor_Hosting;
1364
1361
  }
1365
1362
 
@@ -1399,7 +1396,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Rewrite {
1399
1396
 
1400
1397
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Rewrite
1401
1398
  interface __TsonicExtApplier_Microsoft_AspNetCore_Rewrite {
1402
- __tsonic_shape: JsValue;
1399
+ __tsonic_shape: unknown;
1403
1400
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Rewrite;
1404
1401
  }
1405
1402
 
@@ -1410,37 +1407,37 @@ export type ExtensionMethods_Microsoft_AspNetCore_Rewrite<TShape> =
1410
1407
 
1411
1408
  // Extension method table for namespace: Microsoft.AspNetCore.Routing
1412
1409
  interface __TsonicExtMethods_Microsoft_AspNetCore_Routing {
1413
- GetPathByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, action?: string | null, controller?: string | null, values?: JsValue | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1414
- GetPathByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, action: string, controller: string, values?: JsValue | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1415
- GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: JsValue | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1410
+ GetPathByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, action?: string | null, controller?: string | null, values?: unknown | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1411
+ GetPathByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, action: string, controller: string, values?: unknown | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1412
+ GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: unknown | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1416
1413
  GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1417
- GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values: JsValue | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1414
+ GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values: unknown | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1418
1415
  GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1419
- GetPathByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, page?: string | null, handler?: string | null, values?: JsValue | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1420
- GetPathByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, page: string, handler?: string | null, values?: JsValue | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1421
- GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string | null, values: JsValue | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1416
+ GetPathByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, page?: string | null, handler?: string | null, values?: unknown | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1417
+ GetPathByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, page: string, handler?: string | null, values?: unknown | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1418
+ GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string | null, values: unknown | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1422
1419
  GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string | null, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1423
- GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string | null, values: JsValue | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1420
+ GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string | null, values: unknown | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1424
1421
  GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string | null, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1425
1422
  GetRouteData(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, Microsoft_AspNetCore_Routing.RouteData>;
1426
- GetRouteValue(this: Microsoft_AspNetCore_Http.HttpContext, key: string): Rewrap<this, JsValue | null>;
1427
- GetUriByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, action?: string | null, controller?: string | null, values?: JsValue | null, scheme?: string | null, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1428
- GetUriByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, action: string, controller: string, values: JsValue | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1429
- GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: JsValue | null, scheme?: string | null, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1423
+ GetRouteValue(this: Microsoft_AspNetCore_Http.HttpContext, key: string): Rewrap<this, unknown | null>;
1424
+ GetUriByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, action?: string | null, controller?: string | null, values?: unknown | null, scheme?: string | null, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1425
+ GetUriByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, action: string, controller: string, values: unknown | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1426
+ GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: unknown | null, scheme?: string | null, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1430
1427
  GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, scheme?: string | null, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1431
- GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values: JsValue | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1428
+ GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values: unknown | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1432
1429
  GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1433
- GetUriByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, page?: string | null, handler?: string | null, values?: JsValue | null, scheme?: string | null, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1434
- GetUriByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, page: string, handler: string | null, values: JsValue | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1435
- GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string | null, values: JsValue | null, scheme?: string | null, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1430
+ GetUriByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, page?: string | null, handler?: string | null, values?: unknown | null, scheme?: string | null, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1431
+ GetUriByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, page: string, handler: string | null, values: unknown | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1432
+ GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string | null, values: unknown | null, scheme?: string | null, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1436
1433
  GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string | null, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary | null, scheme?: string | null, host?: System.Nullable_1<Microsoft_AspNetCore_Http.HostString>, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1437
- GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string | null, values: JsValue | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1434
+ GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string | null, values: unknown | null, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1438
1435
  GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string | null, values: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions | null): Rewrap<this, string | null>;
1439
1436
  MapDelete(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1440
1437
  MapDelete(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, handler: System.Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1441
1438
  MapGet(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1442
1439
  MapGet(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, handler: System.Func_4<Microsoft_AspNetCore_Http.HttpRequest, Microsoft_AspNetCore_Http.HttpResponse, Microsoft_AspNetCore_Routing.RouteData, System_Threading_Tasks.Task>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1443
- MapIdentityApi<TUser>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
1440
+ MapIdentityApi<TUser extends (object | null)>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
1444
1441
  MapMiddlewareDelete(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1445
1442
  MapMiddlewareGet(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1446
1443
  MapMiddlewarePost(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, action: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
@@ -1460,7 +1457,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Routing {
1460
1457
 
1461
1458
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Routing
1462
1459
  interface __TsonicExtApplier_Microsoft_AspNetCore_Routing {
1463
- __tsonic_shape: JsValue;
1460
+ __tsonic_shape: unknown;
1464
1461
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Routing;
1465
1462
  }
1466
1463
 
@@ -1469,102 +1466,86 @@ export type ExtensionMethods_Microsoft_AspNetCore_Routing<TShape> =
1469
1466
  : TShape extends void ? void
1470
1467
  : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Routing", __TsonicExtApplier_Microsoft_AspNetCore_Routing> & __TsonicExtMethods_Microsoft_AspNetCore_Routing;
1471
1468
 
1472
- // Extension method table for namespace: Microsoft.AspNetCore.Server.IIS
1473
- interface __TsonicExtMethods_Microsoft_AspNetCore_Server_IIS {
1474
- GetIISServerVariable(this: Microsoft_AspNetCore_Http.HttpContext, variableName: string): Rewrap<this, string | null>;
1475
- }
1476
-
1477
- // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Server.IIS
1478
- interface __TsonicExtApplier_Microsoft_AspNetCore_Server_IIS {
1479
- __tsonic_shape: JsValue;
1480
- __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Server_IIS;
1481
- }
1482
-
1483
- export type ExtensionMethods_Microsoft_AspNetCore_Server_IIS<TShape> =
1484
- TShape extends null | undefined ? TShape
1485
- : TShape extends void ? void
1486
- : TShape & __TsonicWithExt<TShape, "Microsoft.AspNetCore.Server.IIS", __TsonicExtApplier_Microsoft_AspNetCore_Server_IIS> & __TsonicExtMethods_Microsoft_AspNetCore_Server_IIS;
1487
-
1488
1469
  // Extension method table for namespace: Microsoft.AspNetCore.SignalR
1489
1470
  interface __TsonicExtMethods_Microsoft_AspNetCore_SignalR {
1490
1471
  AddFilter(this: Microsoft_AspNetCore_SignalR.HubOptions, hubFilter: Microsoft_AspNetCore_SignalR.IHubFilter): Rewrap<this, void>;
1491
- AddFilter<TFilter extends Microsoft_AspNetCore_SignalR.IHubFilter>(this: Microsoft_AspNetCore_SignalR.HubOptions): Rewrap<this, void>;
1472
+ AddFilter<TFilter extends unknown & Microsoft_AspNetCore_SignalR.IHubFilter>(this: Microsoft_AspNetCore_SignalR.HubOptions): Rewrap<this, void>;
1492
1473
  AddFilter(this: Microsoft_AspNetCore_SignalR.HubOptions, filterType: System.Type): Rewrap<this, void>;
1493
- AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string): Rewrap<this, T>;
1494
- AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string): Rewrap<this, T>;
1495
- AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): Rewrap<this, T>;
1496
- AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): Rewrap<this, T>;
1497
- AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): Rewrap<this, T>;
1498
- AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): Rewrap<this, T>;
1499
- AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): Rewrap<this, T>;
1500
- AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): Rewrap<this, T>;
1501
- AllExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1502
- Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string): Rewrap<this, T>;
1503
- Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string): Rewrap<this, T>;
1504
- Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string): Rewrap<this, T>;
1505
- Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string): Rewrap<this, T>;
1506
- Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string): Rewrap<this, T>;
1507
- Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string): Rewrap<this, T>;
1508
- Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string): Rewrap<this, T>;
1509
- Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string, connection8: string): Rewrap<this, T>;
1510
- Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1474
+ AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string): Rewrap<this, T>;
1475
+ AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string): Rewrap<this, T>;
1476
+ AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): Rewrap<this, T>;
1477
+ AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): Rewrap<this, T>;
1478
+ AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): Rewrap<this, T>;
1479
+ AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): Rewrap<this, T>;
1480
+ AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): Rewrap<this, T>;
1481
+ AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): Rewrap<this, T>;
1482
+ AllExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, excludedConnectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1483
+ Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string): Rewrap<this, T>;
1484
+ Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string): Rewrap<this, T>;
1485
+ Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string): Rewrap<this, T>;
1486
+ Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string): Rewrap<this, T>;
1487
+ Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string): Rewrap<this, T>;
1488
+ Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string): Rewrap<this, T>;
1489
+ Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string): Rewrap<this, T>;
1490
+ Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connection1: string, connection2: string, connection3: string, connection4: string, connection5: string, connection6: string, connection7: string, connection8: string): Rewrap<this, T>;
1491
+ Clients<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1511
1492
  GetHttpContext(this: Microsoft_AspNetCore_SignalR.HubCallerContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | null>;
1512
1493
  GetHttpContext(this: Microsoft_AspNetCore_SignalR.HubConnectionContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | null>;
1513
- GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string): Rewrap<this, T>;
1514
- GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string): Rewrap<this, T>;
1515
- GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): Rewrap<this, T>;
1516
- GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): Rewrap<this, T>;
1517
- GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): Rewrap<this, T>;
1518
- GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): Rewrap<this, T>;
1519
- GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): Rewrap<this, T>;
1520
- GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): Rewrap<this, T>;
1521
- GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1522
- Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string): Rewrap<this, T>;
1523
- Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string): Rewrap<this, T>;
1524
- Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string): Rewrap<this, T>;
1525
- Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string): Rewrap<this, T>;
1526
- Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string): Rewrap<this, T>;
1527
- Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string): Rewrap<this, T>;
1528
- Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string): Rewrap<this, T>;
1529
- Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string, group8: string): Rewrap<this, T>;
1530
- Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupNames: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1531
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1532
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: JsValue | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1533
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1534
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1535
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1536
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1537
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, arg6: JsValue | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1538
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, arg6: JsValue | null, arg7: JsValue | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1539
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, arg6: JsValue | null, arg7: JsValue | null, arg8: JsValue | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1540
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, arg6: JsValue | null, arg7: JsValue | null, arg8: JsValue | null, arg9: JsValue | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1541
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, arg6: JsValue | null, arg7: JsValue | null, arg8: JsValue | null, arg9: JsValue | null, arg10: JsValue | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1494
+ GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string): Rewrap<this, T>;
1495
+ GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string): Rewrap<this, T>;
1496
+ GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): Rewrap<this, T>;
1497
+ GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string): Rewrap<this, T>;
1498
+ GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string): Rewrap<this, T>;
1499
+ GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string): Rewrap<this, T>;
1500
+ GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string): Rewrap<this, T>;
1501
+ GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string, excludedConnectionId4: string, excludedConnectionId5: string, excludedConnectionId6: string, excludedConnectionId7: string, excludedConnectionId8: string): Rewrap<this, T>;
1502
+ GroupExcept<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1503
+ Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string): Rewrap<this, T>;
1504
+ Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string): Rewrap<this, T>;
1505
+ Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string): Rewrap<this, T>;
1506
+ Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string): Rewrap<this, T>;
1507
+ Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string): Rewrap<this, T>;
1508
+ Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string): Rewrap<this, T>;
1509
+ Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string): Rewrap<this, T>;
1510
+ Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, group1: string, group2: string, group3: string, group4: string, group5: string, group6: string, group7: string, group8: string): Rewrap<this, T>;
1511
+ Groups<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupNames: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1512
+ InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1513
+ InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1514
+ InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1515
+ InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1516
+ InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1517
+ InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1518
+ InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1519
+ InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1520
+ InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1521
+ InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1522
+ InvokeAsync<T extends unknown>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, arg10: unknown | null, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1542
1523
  SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1543
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: JsValue | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1544
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1545
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1546
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1547
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1548
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, arg6: JsValue | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1549
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, arg6: JsValue | null, arg7: JsValue | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1550
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, arg6: JsValue | null, arg7: JsValue | null, arg8: JsValue | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1551
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, arg6: JsValue | null, arg7: JsValue | null, arg8: JsValue | null, arg9: JsValue | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1552
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: JsValue | null, arg2: JsValue | null, arg3: JsValue | null, arg4: JsValue | null, arg5: JsValue | null, arg6: JsValue | null, arg7: JsValue | null, arg8: JsValue | null, arg9: JsValue | null, arg10: JsValue | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1553
- UseHub<THub extends Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Connections.IConnectionBuilder): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
1554
- Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string): Rewrap<this, T>;
1555
- Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string): Rewrap<this, T>;
1556
- Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string): Rewrap<this, T>;
1557
- Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string): Rewrap<this, T>;
1558
- Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string): Rewrap<this, T>;
1559
- Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string): Rewrap<this, T>;
1560
- Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string): Rewrap<this, T>;
1561
- Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string, user8: string): Rewrap<this, T>;
1562
- Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, userIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1524
+ SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1525
+ SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1526
+ SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1527
+ SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1528
+ SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1529
+ SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1530
+ SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1531
+ SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1532
+ SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1533
+ SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown | null, arg2: unknown | null, arg3: unknown | null, arg4: unknown | null, arg5: unknown | null, arg6: unknown | null, arg7: unknown | null, arg8: unknown | null, arg9: unknown | null, arg10: unknown | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1534
+ UseHub<THub extends unknown & Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Connections.IConnectionBuilder): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
1535
+ Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string): Rewrap<this, T>;
1536
+ Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string): Rewrap<this, T>;
1537
+ Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string): Rewrap<this, T>;
1538
+ Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string): Rewrap<this, T>;
1539
+ Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string): Rewrap<this, T>;
1540
+ Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string): Rewrap<this, T>;
1541
+ Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string): Rewrap<this, T>;
1542
+ Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string, user3: string, user4: string, user5: string, user6: string, user7: string, user8: string): Rewrap<this, T>;
1543
+ Users<T extends unknown>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, userIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1563
1544
  }
1564
1545
 
1565
1546
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.SignalR
1566
1547
  interface __TsonicExtApplier_Microsoft_AspNetCore_SignalR {
1567
- __tsonic_shape: JsValue;
1548
+ __tsonic_shape: unknown;
1568
1549
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_SignalR;
1569
1550
  }
1570
1551
 
@@ -1580,7 +1561,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_SignalR_Protocol {
1580
1561
 
1581
1562
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.SignalR.Protocol
1582
1563
  interface __TsonicExtApplier_Microsoft_AspNetCore_SignalR_Protocol {
1583
- __tsonic_shape: JsValue;
1564
+ __tsonic_shape: unknown;
1584
1565
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_SignalR_Protocol;
1585
1566
  }
1586
1567
 
@@ -1596,7 +1577,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_WebSockets {
1596
1577
 
1597
1578
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.WebSockets
1598
1579
  interface __TsonicExtApplier_Microsoft_AspNetCore_WebSockets {
1599
- __tsonic_shape: JsValue;
1580
+ __tsonic_shape: unknown;
1600
1581
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_WebSockets;
1601
1582
  }
1602
1583
 
@@ -1619,7 +1600,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_WebUtilities {
1619
1600
 
1620
1601
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.WebUtilities
1621
1602
  interface __TsonicExtApplier_Microsoft_AspNetCore_WebUtilities {
1622
- __tsonic_shape: JsValue;
1603
+ __tsonic_shape: unknown;
1623
1604
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_WebUtilities;
1624
1605
  }
1625
1606
 
@@ -1662,8 +1643,8 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1662
1643
  AddCacheTagHelperLimits(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, configure: System.Action_1<Microsoft_AspNetCore_Mvc_TagHelpers.CacheTagHelperOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1663
1644
  AddCacheTagHelperLimits(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, configure: System.Action_1<Microsoft_AspNetCore_Mvc_TagHelpers.CacheTagHelperOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1664
1645
  AddCascadingAuthenticationState(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1665
- AddCascadingValue<TValue>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, initialValueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1666
- AddCascadingValue<TValue>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, initialValueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1646
+ AddCascadingValue<TValue extends unknown>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, initialValueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1647
+ AddCascadingValue<TValue extends unknown>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, initialValueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1667
1648
  AddCertificateForwarding(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_HttpOverrides.CertificateForwardingOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1668
1649
  AddCircuitOptions(this: Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder, configure: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1669
1650
  AddConnections(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
@@ -1680,7 +1661,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1680
1661
  AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1681
1662
  AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, displayName: string | null, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1682
1663
  AddCookiePolicy(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_Builder.CookiePolicyOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1683
- AddCookiePolicy<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.CookiePolicyOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1664
+ AddCookiePolicy<TService extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.CookiePolicyOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1684
1665
  AddCookieTempDataProvider(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1685
1666
  AddCookieTempDataProvider(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.CookieTempDataProviderOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1686
1667
  AddCookieTempDataProvider(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
@@ -1699,23 +1680,23 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1699
1680
  AddDirectoryBrowser(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1700
1681
  AddEndpointsApiExplorer(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1701
1682
  AddExceptionHandler(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_Builder.ExceptionHandlerOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1702
- AddExceptionHandler<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.ExceptionHandlerOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1703
- AddExceptionHandler<T extends Microsoft_AspNetCore_Diagnostics.IExceptionHandler>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1683
+ AddExceptionHandler<TService extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.ExceptionHandlerOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1684
+ AddExceptionHandler<T extends (object | null) & Microsoft_AspNetCore_Diagnostics.IExceptionHandler>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1704
1685
  AddFormatterMappings(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters.FormatterMappings>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1705
1686
  AddFormatterMappings(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1706
1687
  AddFormatterMappings(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Formatters.FormatterMappings>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1707
1688
  AddHttpContextAccessor(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1708
1689
  AddHttpLogging(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1709
1690
  AddHttpLogging(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_HttpLogging.HttpLoggingOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1710
- AddHttpLoggingInterceptor<T extends Microsoft_AspNetCore_HttpLogging.IHttpLoggingInterceptor>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1711
- AddHubOptions<THub extends Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_SignalR.ISignalRServerBuilder, configure: System.Action_1<Microsoft_AspNetCore_SignalR.HubOptions_1<THub>>): Rewrap<this, Microsoft_AspNetCore_SignalR.ISignalRServerBuilder>;
1691
+ AddHttpLoggingInterceptor<T extends (object | null) & Microsoft_AspNetCore_HttpLogging.IHttpLoggingInterceptor>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1692
+ AddHubOptions<THub extends unknown & Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_SignalR.ISignalRServerBuilder, configure: System.Action_1<Microsoft_AspNetCore_SignalR.HubOptions_1<THub>>): Rewrap<this, Microsoft_AspNetCore_SignalR.ISignalRServerBuilder>;
1712
1693
  AddHubOptions(this: Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder, configure: System.Action_1<Microsoft_AspNetCore_SignalR.HubOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1713
- AddIdentity<TUser, TRole>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1714
- AddIdentity<TUser, TRole>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1715
- AddIdentityApiEndpoints<TUser>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1716
- AddIdentityApiEndpoints<TUser>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1717
- AddIdentityCore<TUser>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1718
- AddIdentityCore<TUser>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1694
+ AddIdentity<TUser extends (object | null), TRole extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1695
+ AddIdentity<TUser extends (object | null), TRole extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1696
+ AddIdentityApiEndpoints<TUser extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1697
+ AddIdentityApiEndpoints<TUser extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1698
+ AddIdentityCore<TUser extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1699
+ AddIdentityCore<TUser extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1719
1700
  AddInteractiveServerComponents(this: Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder, configure?: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1720
1701
  AddJsonOptions(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, configure: System.Action_1<Microsoft_AspNetCore_Mvc.JsonOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1721
1702
  AddJsonOptions(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, configure: System.Action_1<Microsoft_AspNetCore_Mvc.JsonOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
@@ -1743,8 +1724,8 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1743
1724
  AddMvcOptions(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1744
1725
  AddOAuth(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1745
1726
  AddOAuth(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, displayName: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1746
- AddOAuth<TOptions extends Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions, THandler extends Microsoft_AspNetCore_Authentication_OAuth.OAuthHandler_1<TOptions>>(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1747
- AddOAuth<TOptions extends Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions, THandler extends Microsoft_AspNetCore_Authentication_OAuth.OAuthHandler_1<TOptions>>(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, displayName: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1727
+ AddOAuth<TOptions extends unknown & Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions, THandler extends unknown & Microsoft_AspNetCore_Authentication_OAuth.OAuthHandler_1<TOptions>>(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1728
+ AddOAuth<TOptions extends unknown & Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions, THandler extends unknown & Microsoft_AspNetCore_Authentication_OAuth.OAuthHandler_1<TOptions>>(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, displayName: string, configureOptions: System.Action_1<TOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1748
1729
  AddOutputCache(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1749
1730
  AddOutputCache(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_OutputCaching.OutputCacheOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1750
1731
  AddPageRoute(this: Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection, pageName: string, route: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
@@ -1762,7 +1743,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1762
1743
  AddRequestDecompression(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1763
1744
  AddRequestDecompression(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_RequestDecompression.RequestDecompressionOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1764
1745
  AddRequestLocalization(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_Builder.RequestLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1765
- AddRequestLocalization<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.RequestLocalizationOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1746
+ AddRequestLocalization<TService extends (object | null)>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.RequestLocalizationOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1766
1747
  AddRequestTimeouts(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1767
1748
  AddRequestTimeouts(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Http_Timeouts.RequestTimeoutOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1768
1749
  AddResponseCaching(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
@@ -1825,15 +1806,15 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1825
1806
  ConfigureFilter(this: Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection, filter: Microsoft_AspNetCore_Mvc_Filters.IFilterMetadata): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1826
1807
  ConfigureHttpJsonOptions(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Json.JsonOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1827
1808
  ConfigureViews(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1828
- InitializeTagHelper<TTagHelper extends Microsoft_AspNetCore_Razor_TagHelpers.ITagHelper>(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, initialize: System.Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1829
- InitializeTagHelper<TTagHelper extends Microsoft_AspNetCore_Razor_TagHelpers.ITagHelper>(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, initialize: System.Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1830
- RegisterPersistentService<TPersistentService>(this: Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder, renderMode: Microsoft_AspNetCore_Components.IComponentRenderMode): Rewrap<this, Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder>;
1831
- RemoveType<TApplicationModelConvention extends Microsoft_AspNetCore_Mvc_ApplicationModels.IApplicationModelConvention>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ApplicationModels.IApplicationModelConvention>): Rewrap<this, void>;
1809
+ InitializeTagHelper<TTagHelper extends unknown & Microsoft_AspNetCore_Razor_TagHelpers.ITagHelper>(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, initialize: System.Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1810
+ InitializeTagHelper<TTagHelper extends unknown & Microsoft_AspNetCore_Razor_TagHelpers.ITagHelper>(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, initialize: System.Action_2<TTagHelper, Microsoft_AspNetCore_Mvc_Rendering.ViewContext>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1811
+ RegisterPersistentService<TPersistentService extends unknown>(this: Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder, renderMode: Microsoft_AspNetCore_Components.IComponentRenderMode): Rewrap<this, Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder>;
1812
+ RemoveType<TApplicationModelConvention extends unknown & Microsoft_AspNetCore_Mvc_ApplicationModels.IApplicationModelConvention>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ApplicationModels.IApplicationModelConvention>): Rewrap<this, void>;
1832
1813
  RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ApplicationModels.IApplicationModelConvention>, type: System.Type): Rewrap<this, void>;
1833
1814
  SetCompatibilityVersion(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, version: Microsoft_AspNetCore_Mvc.CompatibilityVersion): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1834
1815
  SetCompatibilityVersion(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, version: Microsoft_AspNetCore_Mvc.CompatibilityVersion): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1835
- TryAddCascadingValue<TValue>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, valueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, void>;
1836
- TryAddCascadingValue<TValue>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, valueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, void>;
1816
+ TryAddCascadingValue<TValue extends unknown>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, valueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, void>;
1817
+ TryAddCascadingValue<TValue extends unknown>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, name: string, valueFactory: System.Func_2<System.IServiceProvider, TValue>): Rewrap<this, void>;
1837
1818
  WithRazorPagesAtContentRoot(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1838
1819
  WithRazorPagesRoot(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, rootDirectory: string): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1839
1820
  WithRazorPagesRoot(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, rootDirectory: string): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
@@ -1841,7 +1822,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1841
1822
 
1842
1823
  // Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection
1843
1824
  interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection {
1844
- __tsonic_shape: JsValue;
1825
+ __tsonic_shape: unknown;
1845
1826
  __tsonic_type: __TsonicExtMethods_Microsoft_Extensions_DependencyInjection;
1846
1827
  }
1847
1828
 
@@ -1861,7 +1842,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_Hosting {
1861
1842
 
1862
1843
  // Generic helper type for extension methods in namespace: Microsoft.Extensions.Hosting
1863
1844
  interface __TsonicExtApplier_Microsoft_Extensions_Hosting {
1864
- __tsonic_shape: JsValue;
1845
+ __tsonic_shape: unknown;
1865
1846
  __tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Hosting;
1866
1847
  }
1867
1848
 
@@ -1872,35 +1853,35 @@ export type ExtensionMethods_Microsoft_Extensions_Hosting<TShape> =
1872
1853
 
1873
1854
  // Extension method table for namespace: Microsoft.JSInterop
1874
1855
  interface __TsonicExtMethods_Microsoft_JSInterop {
1875
- GetValueAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1876
- GetValueAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1877
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1878
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1879
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1880
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1881
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1882
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1883
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1884
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1885
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1886
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1887
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1888
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1889
- InvokeVoid(this: Microsoft_JSInterop.IJSInProcessObjectReference, identifier: string, ...args: (JsValue | null)[] | null): Rewrap<this, void>;
1890
- InvokeVoid(this: Microsoft_JSInterop.IJSInProcessRuntime, identifier: string, ...args: (JsValue | null)[] | null): Rewrap<this, void>;
1891
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1892
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1893
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1894
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1895
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1896
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, ...args: (JsValue | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1897
- SetValueAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
1898
- SetValueAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
1856
+ GetValueAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1857
+ GetValueAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1858
+ InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1859
+ InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1860
+ InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1861
+ InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1862
+ InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1863
+ InvokeAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1864
+ InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1865
+ InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1866
+ InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1867
+ InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1868
+ InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1869
+ InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1870
+ InvokeVoid(this: Microsoft_JSInterop.IJSInProcessObjectReference, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, void>;
1871
+ InvokeVoid(this: Microsoft_JSInterop.IJSInProcessRuntime, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, void>;
1872
+ InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1873
+ InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1874
+ InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1875
+ InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1876
+ InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1877
+ InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, ...args: (unknown | null)[] | null): Rewrap<this, System_Threading_Tasks.ValueTask>;
1878
+ SetValueAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
1879
+ SetValueAsync<TValue extends unknown>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
1899
1880
  }
1900
1881
 
1901
1882
  // Generic helper type for extension methods in namespace: Microsoft.JSInterop
1902
1883
  interface __TsonicExtApplier_Microsoft_JSInterop {
1903
- __tsonic_shape: JsValue;
1884
+ __tsonic_shape: unknown;
1904
1885
  __tsonic_type: __TsonicExtMethods_Microsoft_JSInterop;
1905
1886
  }
1906
1887
 
@@ -1917,7 +1898,7 @@ interface __TsonicExtMethods_Microsoft_Net_Http_Headers {
1917
1898
 
1918
1899
  // Generic helper type for extension methods in namespace: Microsoft.Net.Http.Headers
1919
1900
  interface __TsonicExtApplier_Microsoft_Net_Http_Headers {
1920
- __tsonic_shape: JsValue;
1901
+ __tsonic_shape: unknown;
1921
1902
  __tsonic_type: __TsonicExtMethods_Microsoft_Net_Http_Headers;
1922
1903
  }
1923
1904
 
@@ -1933,7 +1914,7 @@ interface __TsonicExtMethods_System_Security_Claims {
1933
1914
 
1934
1915
  // Generic helper type for extension methods in namespace: System.Security.Claims
1935
1916
  interface __TsonicExtApplier_System_Security_Claims {
1936
- __tsonic_shape: JsValue;
1917
+ __tsonic_shape: unknown;
1937
1918
  __tsonic_type: __TsonicExtMethods_System_Security_Claims;
1938
1919
  }
1939
1920