@tsonic/aspnetcore 10.0.39 → 10.0.41

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 (187) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +175 -172
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
  8. package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
  9. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
  10. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
  11. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
  12. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
  13. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
  14. package/Microsoft.AspNetCore.Components/bindings.json +4 -1
  15. package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
  16. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
  17. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
  18. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
  19. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
  20. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +73 -75
  21. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
  22. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
  23. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
  24. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
  25. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
  26. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
  27. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
  28. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
  29. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
  30. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +6 -5
  31. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
  32. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
  33. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
  34. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
  35. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
  36. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  37. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
  38. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
  39. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
  40. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
  41. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
  42. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
  43. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
  44. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
  45. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
  46. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
  47. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
  48. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
  49. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
  50. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
  51. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
  52. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
  53. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
  54. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
  55. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
  56. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
  57. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
  58. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
  59. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
  60. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
  61. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
  62. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
  63. package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
  64. package/Microsoft.AspNetCore.Http/bindings.json +470 -530
  65. package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
  66. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
  67. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
  68. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
  69. package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
  70. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
  71. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
  72. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
  73. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
  74. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
  75. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
  76. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
  77. package/Microsoft.AspNetCore.Http.d.ts +4 -4
  78. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
  79. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
  80. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
  81. package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
  82. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
  83. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
  84. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
  85. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
  86. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
  87. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
  88. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
  89. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
  90. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
  91. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
  92. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
  93. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
  94. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
  95. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
  96. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
  97. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
  98. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
  99. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
  100. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  101. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
  102. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
  103. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
  104. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
  105. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
  106. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
  107. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
  108. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
  109. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
  110. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
  111. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
  112. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
  113. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
  114. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
  115. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
  116. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
  117. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
  118. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
  119. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
  120. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
  121. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
  122. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
  123. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
  124. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
  125. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
  126. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
  127. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
  128. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
  129. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
  130. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
  131. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
  132. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
  133. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
  134. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
  135. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
  136. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
  137. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
  138. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
  139. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
  140. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
  141. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
  142. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
  143. package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
  144. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
  145. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
  146. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
  147. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
  148. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
  149. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
  150. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
  151. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
  152. package/Microsoft.AspNetCore.Routing.d.ts +1 -1
  153. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
  154. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
  155. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
  156. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
  157. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
  158. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
  159. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
  160. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
  161. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
  162. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
  163. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
  164. package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
  165. package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
  166. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
  167. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
  168. package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
  169. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
  170. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
  171. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
  172. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
  173. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
  174. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
  175. package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
  176. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
  177. package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
  178. package/Microsoft.JSInterop/internal/index.d.ts +46 -48
  179. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
  180. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
  181. package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
  182. package/README.md +58 -15
  183. package/System.Formats.Cbor/internal/index.d.ts +4 -6
  184. package/System.Security.Claims/internal/index.d.ts +4 -3
  185. package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
  186. package/__internal/extensions/index.d.ts +417 -419
  187. package/package.json +4 -4
@@ -111,8 +111,9 @@ import * as System_Threading_RateLimiting from "../../System.Threading.RateLimit
111
111
  import * as System_Threading_Tasks from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
112
112
  import * as System_Xml_Linq from "@tsonic/dotnet/System.Xml.Linq/internal/index.js";
113
113
 
114
- // Import primitive type aliases
115
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
114
+ // 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';
116
+
116
117
 
117
118
  // Import sticky extension scope helper
118
119
  import type { Rewrap } from '@tsonic/core/lang.js';
@@ -120,9 +121,6 @@ import type { Rewrap } from '@tsonic/core/lang.js';
120
121
  // Import CLR type aliases for generic type arguments
121
122
  import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
122
123
 
123
- // Import unsafe type markers
124
- import type { ptr } from '@tsonic/core/types.js';
125
-
126
124
  // Internal helper types for sticky extension scopes
127
125
  type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
128
126
  type __TsonicMergeExtMaps<A, B> = A & B;
@@ -131,48 +129,48 @@ type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __Ts
131
129
  // Extension method table for namespace: Microsoft.AspNetCore.Authentication
132
130
  interface __TsonicExtMethods_Microsoft_AspNetCore_Authentication {
133
131
  AuthenticateAsync(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authentication.AuthenticateResult>>;
134
- AuthenticateAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authentication.AuthenticateResult>>;
135
- ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string): Rewrap<this, System_Threading_Tasks.Task>;
132
+ AuthenticateAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authentication.AuthenticateResult>>;
133
+ ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null): Rewrap<this, System_Threading_Tasks.Task>;
136
134
  ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, System_Threading_Tasks.Task>;
137
- ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
138
- ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
135
+ ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
136
+ ChallengeAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
139
137
  DeleteClaim(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string): Rewrap<this, void>;
140
138
  DeleteClaims(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, ...claimTypes: string[]): Rewrap<this, void>;
141
- ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string): Rewrap<this, System_Threading_Tasks.Task>;
139
+ ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null): Rewrap<this, System_Threading_Tasks.Task>;
142
140
  ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, System_Threading_Tasks.Task>;
143
- ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
144
- ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
141
+ ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
142
+ ForbidAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
145
143
  GetSchemeConfiguration(this: Microsoft_AspNetCore_Authentication.IAuthenticationConfigurationProvider, authenticationScheme: string): Rewrap<this, Microsoft_Extensions_Configuration.IConfiguration>;
146
- GetString(this: System_Text_Json.JsonElement, key: string): Rewrap<this, string | undefined>;
147
- GetTokenAsync(this: Microsoft_AspNetCore_Authentication.IAuthenticationService, context: Microsoft_AspNetCore_Http.HttpContext, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | undefined>>;
148
- GetTokenAsync(this: Microsoft_AspNetCore_Authentication.IAuthenticationService, context: Microsoft_AspNetCore_Http.HttpContext, scheme: string, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | undefined>>;
149
- GetTokenAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | undefined>>;
150
- GetTokenAsync(this: Microsoft_AspNetCore_Http.HttpContext, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | undefined>>;
151
- GetTokenValue(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties, tokenName: string): Rewrap<this, string | undefined>;
144
+ GetString(this: System_Text_Json.JsonElement, key: string): Rewrap<this, string | null>;
145
+ GetTokenAsync(this: Microsoft_AspNetCore_Authentication.IAuthenticationService, context: Microsoft_AspNetCore_Http.HttpContext, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | null>>;
146
+ GetTokenAsync(this: Microsoft_AspNetCore_Authentication.IAuthenticationService, context: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | null>>;
147
+ GetTokenAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | null>>;
148
+ GetTokenAsync(this: Microsoft_AspNetCore_Http.HttpContext, tokenName: string): Rewrap<this, System_Threading_Tasks.Task_1<string | null>>;
149
+ GetTokenValue(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties, tokenName: string): Rewrap<this, string | null>;
152
150
  GetTokens(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Authentication.AuthenticationToken>>;
153
151
  MapAll(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection): Rewrap<this, void>;
154
152
  MapAllExcept(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, ...exclusions: string[]): Rewrap<this, void>;
155
- MapCustomJson(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, resolver: System.Func_2<System_Text_Json.JsonElement, System_Internal.String>): Rewrap<this, void>;
156
- MapCustomJson(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, valueType: string, resolver: System.Func_2<System_Text_Json.JsonElement, System_Internal.String>): Rewrap<this, void>;
153
+ MapCustomJson(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, resolver: System.Func_2<System_Text_Json.JsonElement, string | null>): Rewrap<this, void>;
154
+ MapCustomJson(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, valueType: string, resolver: System.Func_2<System_Text_Json.JsonElement, string | null>): Rewrap<this, void>;
157
155
  MapJsonKey(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, jsonKey: string): Rewrap<this, void>;
158
156
  MapJsonKey(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, jsonKey: string, valueType: string): Rewrap<this, void>;
159
157
  MapJsonSubKey(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, jsonKey: string, subKey: string): Rewrap<this, void>;
160
158
  MapJsonSubKey(this: Microsoft_AspNetCore_Authentication_OAuth_Claims.ClaimActionCollection, claimType: string, jsonKey: string, subKey: string, valueType: string): Rewrap<this, void>;
161
- SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, principal: System_Security_Claims.ClaimsPrincipal): Rewrap<this, System_Threading_Tasks.Task>;
159
+ SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, principal: System_Security_Claims.ClaimsPrincipal): Rewrap<this, System_Threading_Tasks.Task>;
162
160
  SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, principal: System_Security_Claims.ClaimsPrincipal): Rewrap<this, System_Threading_Tasks.Task>;
163
- SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, principal: System_Security_Claims.ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
164
- SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, principal: System_Security_Claims.ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
161
+ SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, principal: System_Security_Claims.ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
162
+ SignInAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, principal: System_Security_Claims.ClaimsPrincipal, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
165
163
  SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, System_Threading_Tasks.Task>;
166
- SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
167
- SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string): Rewrap<this, System_Threading_Tasks.Task>;
168
- SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties): Rewrap<this, System_Threading_Tasks.Task>;
164
+ SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
165
+ SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null): Rewrap<this, System_Threading_Tasks.Task>;
166
+ SignOutAsync(this: Microsoft_AspNetCore_Http.HttpContext, scheme: string | null, properties: Microsoft_AspNetCore_Authentication.AuthenticationProperties | null): Rewrap<this, System_Threading_Tasks.Task>;
169
167
  StoreTokens(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties, tokens: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Authentication.AuthenticationToken>): Rewrap<this, void>;
170
- UpdateTokenValue(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties, tokenName: string, tokenValue: string): Rewrap<this, boolean>;
168
+ UpdateTokenValue(this: Microsoft_AspNetCore_Authentication.AuthenticationProperties, tokenName: string, tokenValue: string | null): Rewrap<this, boolean>;
171
169
  }
172
170
 
173
171
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Authentication
174
172
  interface __TsonicExtApplier_Microsoft_AspNetCore_Authentication {
175
- __tsonic_shape: unknown;
173
+ __tsonic_shape: JsValue;
176
174
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Authentication;
177
175
  }
178
176
 
@@ -183,15 +181,15 @@ export type ExtensionMethods_Microsoft_AspNetCore_Authentication<TShape> =
183
181
 
184
182
  // Extension method table for namespace: Microsoft.AspNetCore.Authorization
185
183
  interface __TsonicExtMethods_Microsoft_AspNetCore_Authorization {
186
- AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, resource: unknown, requirement: Microsoft_AspNetCore_Authorization.IAuthorizationRequirement): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
187
- AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, resource: unknown, policy: Microsoft_AspNetCore_Authorization.AuthorizationPolicy): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
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>>;
188
186
  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>>;
189
187
  AuthorizeAsync(this: Microsoft_AspNetCore_Authorization.IAuthorizationService, user: System_Security_Claims.ClaimsPrincipal, policyName: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Authorization.AuthorizationResult>>;
190
188
  }
191
189
 
192
190
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Authorization
193
191
  interface __TsonicExtApplier_Microsoft_AspNetCore_Authorization {
194
- __tsonic_shape: unknown;
192
+ __tsonic_shape: JsValue;
195
193
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Authorization;
196
194
  }
197
195
 
@@ -221,30 +219,30 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
221
219
  Map(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: Microsoft_AspNetCore_Routing_Patterns.RoutePattern, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
222
220
  Map(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
223
221
  Map(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: Microsoft_AspNetCore_Routing_Patterns.RoutePattern, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
224
- MapAreaControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, name: string, areaName: string, pattern: string, defaults?: unknown, constraints?: unknown, dataTokens?: unknown): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
225
- MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
226
- MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string, defaults: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
227
- MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string, defaults: unknown, constraints: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
228
- MapAreaRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, areaName: string, template: string, defaults: unknown, constraints: unknown, dataTokens: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
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>;
223
+ 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>;
229
227
  MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
230
228
  MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, path: string): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
231
229
  MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
232
230
  MapBlazorHub(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, path: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): Rewrap<this, Microsoft_AspNetCore_Builder.ComponentEndpointConventionBuilder>;
233
231
  MapConnectionHandler<TConnectionHandler extends Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
234
- MapConnectionHandler<TConnectionHandler extends Microsoft_AspNetCore_Connections.ConnectionHandler>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): 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>;
235
233
  MapConnections(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configure: System.Action_1<Microsoft_AspNetCore_Connections.IConnectionBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.ConnectionEndpointRouteBuilder>;
236
234
  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>;
237
- MapControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, name: string, pattern: string, defaults?: unknown, constraints?: unknown, dataTokens?: unknown): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
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>;
238
236
  MapControllers(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
239
237
  MapDefaultControllerRoute(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
240
238
  MapDelete(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
241
239
  MapDelete(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
242
240
  MapDynamicControllerRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, void>;
243
- MapDynamicControllerRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown): Rewrap<this, void>;
244
- MapDynamicControllerRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown, order: int): 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>;
245
243
  MapDynamicPageRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, void>;
246
- MapDynamicPageRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown): Rewrap<this, void>;
247
- MapDynamicPageRoute<TTransformer extends Microsoft_AspNetCore_Mvc_Routing.DynamicRouteValueTransformer>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, state: unknown, order: int): 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>;
248
246
  MapFallback(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
249
247
  MapFallback(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
250
248
  MapFallback(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
@@ -268,7 +266,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
268
266
  MapHealthChecks(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
269
267
  MapHealthChecks(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, options: Microsoft_AspNetCore_Diagnostics_HealthChecks.HealthCheckOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
270
268
  MapHub<THub extends Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string): Rewrap<this, Microsoft_AspNetCore_Builder.HubEndpointConventionBuilder>;
271
- MapHub<THub extends Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Http_Connections.HttpConnectionDispatcherOptions>): 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>;
272
270
  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>;
273
271
  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>;
274
272
  MapPatch(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, requestDelegate: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
@@ -279,11 +277,11 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
279
277
  MapPut(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, pattern: string, handler: Function): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
280
278
  MapRazorComponents<TRootComponent>(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
281
279
  MapRazorPages(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder>;
282
- MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, template: string): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
283
- MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, template: string, defaults: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
284
- MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, template: string, defaults: unknown, constraints: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
285
- MapRoute(this: Microsoft_AspNetCore_Routing.IRouteBuilder, name: string, template: string, defaults: unknown, constraints: unknown, dataTokens: unknown): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
286
- MapStaticAssets(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, staticAssetsManifestPath?: string): Rewrap<this, Microsoft_AspNetCore_StaticAssets.StaticAssetsEndpointConventionBuilder>;
280
+ 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>;
284
+ MapStaticAssets(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, staticAssetsManifestPath?: string | null): Rewrap<this, Microsoft_AspNetCore_StaticAssets.StaticAssetsEndpointConventionBuilder>;
287
285
  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>;
288
286
  Run(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, void>;
289
287
  ShortCircuit(this: Microsoft_AspNetCore_Builder.IEndpointConventionBuilder, statusCode?: System.Nullable_1<System_Internal.Int32>): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
@@ -330,8 +328,8 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
330
328
  UseHttpMethodOverride(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
331
329
  UseHttpMethodOverride(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, options: Microsoft_AspNetCore_Builder.HttpMethodOverrideOptions): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
332
330
  UseHttpsRedirection(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
333
- UseMiddleware<TMiddleware>(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, ...args: unknown[]): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
334
- UseMiddleware(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, middleware: System.Type, ...args: unknown[]): 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>;
335
333
  UseMvc(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
336
334
  UseMvc(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, configureRoutes: System.Action_1<Microsoft_AspNetCore_Routing.IRouteBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
337
335
  UseMvcWithDefaultRoute(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
@@ -363,7 +361,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
363
361
  UseStatusCodePages(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, contentType: string, bodyFormat: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
364
362
  UseStatusCodePages(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, configuration: System.Action_1<Microsoft_AspNetCore_Builder.IApplicationBuilder>): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
365
363
  UseStatusCodePagesWithReExecute(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, pathFormat: string, queryFormat: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
366
- UseStatusCodePagesWithReExecute(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, pathFormat: string, queryFormat?: string, createScopeForStatusCodePages?: boolean): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
364
+ UseStatusCodePagesWithReExecute(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, pathFormat: string, queryFormat?: string | null, createScopeForStatusCodePages?: boolean): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
367
365
  UseStatusCodePagesWithRedirects(this: Microsoft_AspNetCore_Builder.IApplicationBuilder, locationFormat: string): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
368
366
  UseW3CLogging(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
369
367
  UseWebSockets(this: Microsoft_AspNetCore_Builder.IApplicationBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.IApplicationBuilder>;
@@ -377,13 +375,13 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Builder {
377
375
  WithRequestTimeout(this: Microsoft_AspNetCore_Builder.IEndpointConventionBuilder, policyName: string): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
378
376
  WithRequestTimeout(this: Microsoft_AspNetCore_Builder.IEndpointConventionBuilder, policy: Microsoft_AspNetCore_Http_Timeouts.RequestTimeoutPolicy): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
379
377
  WithStaticAssets(this: Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder, manifestPath?: string): Rewrap<this, Microsoft_AspNetCore_Builder.ControllerActionEndpointConventionBuilder>;
380
- WithStaticAssets(this: Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder, manifestPath?: string): Rewrap<this, Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder>;
381
- WithStaticAssets(this: Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder, manifestPath?: string): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
378
+ WithStaticAssets(this: Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder, manifestPath?: string | null): Rewrap<this, Microsoft_AspNetCore_Builder.PageActionEndpointConventionBuilder>;
379
+ WithStaticAssets(this: Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder, manifestPath?: string | null): Rewrap<this, Microsoft_AspNetCore_Builder.RazorComponentsEndpointConventionBuilder>;
382
380
  }
383
381
 
384
382
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Builder
385
383
  interface __TsonicExtApplier_Microsoft_AspNetCore_Builder {
386
- __tsonic_shape: unknown;
384
+ __tsonic_shape: JsValue;
387
385
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Builder;
388
386
  }
389
387
 
@@ -395,74 +393,74 @@ export type ExtensionMethods_Microsoft_AspNetCore_Builder<TShape> =
395
393
  // Extension method table for namespace: Microsoft.AspNetCore.Components
396
394
  interface __TsonicExtMethods_Microsoft_AspNetCore_Components {
397
395
  AddSupplyValueFromQueryProvider(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
398
- Create(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, callback: System.Action_1<System.EventArgs>): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<System.EventArgs>>;
399
- 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>>;
400
- 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>>;
401
- 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>>;
402
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.String>, existingValue: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
403
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<System_Internal.String, System_Threading_Tasks.Task>, existingValue: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
404
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Boolean>, existingValue: boolean, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
405
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
406
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
407
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
408
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Int32>, existingValue: int, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
409
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
410
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
411
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
412
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Int64>, existingValue: long, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
413
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
414
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Int16>, existingValue: short, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
415
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
416
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
417
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
418
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
419
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
420
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Single>, existingValue: float, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
421
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
422
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
423
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
424
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Double>, existingValue: double, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
425
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
426
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
427
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
428
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System_Internal.Decimal>, existingValue: decimal, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
429
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
430
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
431
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
432
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTime>, existingValue: System.DateTime, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
433
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
434
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTime>, existingValue: System.DateTime, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
435
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
436
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
437
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
438
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
439
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
440
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTimeOffset>, existingValue: System.DateTimeOffset, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
441
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
442
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateTimeOffset>, existingValue: System.DateTimeOffset, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
443
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
444
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
445
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
446
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
447
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
448
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateOnly>, existingValue: System.DateOnly, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
449
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
450
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.DateOnly>, existingValue: System.DateOnly, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
451
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
452
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
453
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
454
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
455
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
456
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.TimeOnly>, existingValue: System.TimeOnly, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
457
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
458
- CreateBinder(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<System.TimeOnly>, existingValue: System.TimeOnly, format: string, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
459
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
460
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
461
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
462
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
463
- 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): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
464
- CreateBinder<T>(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Action_1<T>, existingValue: T, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
465
- CreateBinder<T>(this: Microsoft_AspNetCore_Components.EventCallbackFactory, receiver: unknown, setter: System.Func_2<T, System_Threading_Tasks.Task>, existingValue: T, culture?: System_Globalization.CultureInfo): Rewrap<this, Microsoft_AspNetCore_Components.EventCallback_1<Microsoft_AspNetCore_Components.ChangeEventArgs>>;
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>>;
466
464
  FocusAsync(this: Microsoft_AspNetCore_Components.ElementReference): Rewrap<this, System_Threading_Tasks.ValueTask>;
467
465
  FocusAsync(this: Microsoft_AspNetCore_Components.ElementReference, preventScroll: boolean): Rewrap<this, System_Threading_Tasks.ValueTask>;
468
466
  GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: boolean): Rewrap<this, string>;
@@ -485,14 +483,14 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components {
485
483
  GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: System.Nullable_1<System_Internal.Int32>): Rewrap<this, string>;
486
484
  GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: long): Rewrap<this, string>;
487
485
  GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: System.Nullable_1<System_Internal.Int64>): Rewrap<this, string>;
488
- GetUriWithQueryParameter(this: Microsoft_AspNetCore_Components.NavigationManager, name: string, value: string): Rewrap<this, string>;
489
- GetUriWithQueryParameters(this: Microsoft_AspNetCore_Components.NavigationManager, parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, unknown>): Rewrap<this, string>;
490
- GetUriWithQueryParameters(this: Microsoft_AspNetCore_Components.NavigationManager, uri: string, parameters: System_Collections_Generic.IReadOnlyDictionary_2<System_Internal.String, unknown>): Rewrap<this, string>;
486
+ 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>;
491
489
  }
492
490
 
493
491
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components
494
492
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components {
495
- __tsonic_shape: unknown;
493
+ __tsonic_shape: JsValue;
496
494
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components;
497
495
  }
498
496
 
@@ -514,7 +512,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Forms {
514
512
 
515
513
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Forms
516
514
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Forms {
517
- __tsonic_shape: unknown;
515
+ __tsonic_shape: JsValue;
518
516
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components_Forms;
519
517
  }
520
518
 
@@ -530,7 +528,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Forms_Mapping {
530
528
 
531
529
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Forms.Mapping
532
530
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Forms_Mapping {
533
- __tsonic_shape: unknown;
531
+ __tsonic_shape: JsValue;
534
532
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components_Forms_Mapping;
535
533
  }
536
534
 
@@ -546,7 +544,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Infrastructure {
546
544
 
547
545
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Infrastructure
548
546
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Infrastructure {
549
- __tsonic_shape: unknown;
547
+ __tsonic_shape: JsValue;
550
548
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components_Infrastructure;
551
549
  }
552
550
 
@@ -562,7 +560,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Routing {
562
560
 
563
561
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Routing
564
562
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Routing {
565
- __tsonic_shape: unknown;
563
+ __tsonic_shape: JsValue;
566
564
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components_Routing;
567
565
  }
568
566
 
@@ -575,26 +573,26 @@ export type ExtensionMethods_Microsoft_AspNetCore_Components_Routing<TShape> =
575
573
  interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Web {
576
574
  AddEventPreventDefaultAttribute(this: Microsoft_AspNetCore_Components_Rendering.RenderTreeBuilder, sequence: int, eventName: string, value: boolean): Rewrap<this, void>;
577
575
  AddEventStopPropagationAttribute(this: Microsoft_AspNetCore_Components_Rendering.RenderTreeBuilder, sequence: int, eventName: string, value: boolean): Rewrap<this, void>;
578
- 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>>;
579
- 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>>;
580
- 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>>;
581
- 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>>;
582
- 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>>;
583
- 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>>;
584
- 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>>;
585
- 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>>;
586
- 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>>;
587
- 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>>;
588
- 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>>;
589
- 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>>;
590
- 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>>;
591
- 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>>;
592
- 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>>;
593
- 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>>;
594
- 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>>;
595
- 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>>;
596
- 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>>;
597
- 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>>;
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>>;
598
596
  RegisterForJavaScript<TComponent extends Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, identifier: string): Rewrap<this, void>;
599
597
  RegisterForJavaScript<TComponent extends Microsoft_AspNetCore_Components.IComponent>(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, identifier: string, javaScriptInitializer: string): Rewrap<this, void>;
600
598
  RegisterForJavaScript(this: Microsoft_AspNetCore_Components_Web.IJSComponentConfiguration, componentType: System.Type, identifier: string): Rewrap<this, void>;
@@ -603,7 +601,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Components_Web {
603
601
 
604
602
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Components.Web
605
603
  interface __TsonicExtApplier_Microsoft_AspNetCore_Components_Web {
606
- __tsonic_shape: unknown;
604
+ __tsonic_shape: JsValue;
607
605
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Components_Web;
608
606
  }
609
607
 
@@ -622,7 +620,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Connections {
622
620
 
623
621
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Connections
624
622
  interface __TsonicExtApplier_Microsoft_AspNetCore_Connections {
625
- __tsonic_shape: unknown;
623
+ __tsonic_shape: JsValue;
626
624
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Connections;
627
625
  }
628
626
 
@@ -640,7 +638,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_DataProtection {
640
638
  CreateProtector(this: Microsoft_AspNetCore_DataProtection.IDataProtectionProvider, purposes: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
641
639
  CreateProtector(this: Microsoft_AspNetCore_DataProtection.IDataProtectionProvider, purpose: string, ...subPurposes: string[]): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
642
640
  DisableAutomaticKeyGeneration(this: Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
643
- GetApplicationUniqueIdentifier(this: System.IServiceProvider): Rewrap<this, string | undefined>;
641
+ GetApplicationUniqueIdentifier(this: System.IServiceProvider): Rewrap<this, string | null>;
644
642
  GetDataProtectionProvider(this: System.IServiceProvider): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionProvider>;
645
643
  GetDataProtector(this: System.IServiceProvider, purposes: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
646
644
  GetDataProtector(this: System.IServiceProvider, purpose: string, ...subPurposes: string[]): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtector>;
@@ -671,7 +669,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_DataProtection {
671
669
 
672
670
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.DataProtection
673
671
  interface __TsonicExtApplier_Microsoft_AspNetCore_DataProtection {
674
- __tsonic_shape: unknown;
672
+ __tsonic_shape: JsValue;
675
673
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_DataProtection;
676
674
  }
677
675
 
@@ -687,7 +685,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_DataProtection_AuthenticatedEn
687
685
 
688
686
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel
689
687
  interface __TsonicExtApplier_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel {
690
- __tsonic_shape: unknown;
688
+ __tsonic_shape: JsValue;
691
689
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel;
692
690
  }
693
691
 
@@ -718,7 +716,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Hosting {
718
716
  SuppressStatusMessages(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, suppressStatusMessages: boolean): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
719
717
  UseConfiguration(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, configuration: Microsoft_Extensions_Configuration.IConfiguration): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
720
718
  UseConnectionLogging(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
721
- UseConnectionLogging(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, loggerName: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
719
+ UseConnectionLogging(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, loggerName: string | null): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
722
720
  UseContentRoot(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, contentRoot: string): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
723
721
  UseDefaultServiceProvider(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, configure: System.Action_1<Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
724
722
  UseDefaultServiceProvider(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, configure: System.Action_2<Microsoft_AspNetCore_Hosting.WebHostBuilderContext, Microsoft_Extensions_DependencyInjection.ServiceProviderOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
@@ -727,8 +725,8 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Hosting {
727
725
  UseHttpSys(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder, options: System.Action_1<Microsoft_AspNetCore_Server_HttpSys.HttpSysOptions>): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
728
726
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
729
727
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
730
- UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string, password: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
731
- UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string, password: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
728
+ UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string, password: string | null): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
729
+ UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, fileName: string, password: string | null, configureOptions: System.Action_1<Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions>): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
732
730
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, storeName: System_Security_Cryptography_X509Certificates.StoreName, subject: string): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
733
731
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, storeName: System_Security_Cryptography_X509Certificates.StoreName, subject: string, allowInvalid: boolean): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
734
732
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, storeName: System_Security_Cryptography_X509Certificates.StoreName, subject: string, allowInvalid: boolean, location: System_Security_Cryptography_X509Certificates.StoreLocation): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
@@ -737,8 +735,8 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Hosting {
737
735
  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>;
738
736
  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>;
739
737
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, httpsOptions: Microsoft_AspNetCore_Server_Kestrel_Https.HttpsConnectionAdapterOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
740
- UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, serverOptionsSelectionCallback: System_Net_Security.ServerOptionsSelectionCallback, state: unknown): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
741
- 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>;
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>;
742
740
  UseHttps(this: Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions, callbackOptions: Microsoft_AspNetCore_Server_Kestrel_Https.TlsHandshakeCallbackOptions): Rewrap<this, Microsoft_AspNetCore_Server_Kestrel_Core.ListenOptions>;
743
741
  UseIIS(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
744
742
  UseIISIntegration(this: Microsoft_AspNetCore_Hosting.IWebHostBuilder): Rewrap<this, Microsoft_AspNetCore_Hosting.IWebHostBuilder>;
@@ -770,7 +768,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Hosting {
770
768
 
771
769
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Hosting
772
770
  interface __TsonicExtApplier_Microsoft_AspNetCore_Hosting {
773
- __tsonic_shape: unknown;
771
+ __tsonic_shape: JsValue;
774
772
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Hosting;
775
773
  }
776
774
 
@@ -781,8 +779,8 @@ export type ExtensionMethods_Microsoft_AspNetCore_Hosting<TShape> =
781
779
 
782
780
  // Extension method table for namespace: Microsoft.AspNetCore.Html
783
781
  interface __TsonicExtMethods_Microsoft_AspNetCore_Html {
784
- AppendFormat(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, format: string, ...args: unknown[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
785
- AppendFormat(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, formatProvider: System.IFormatProvider, format: string, ...args: unknown[]): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
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>;
786
784
  AppendHtmlLine(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, encoded: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
787
785
  AppendLine(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
788
786
  AppendLine(this: Microsoft_AspNetCore_Html.IHtmlContentBuilder, unencoded: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContentBuilder>;
@@ -794,7 +792,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Html {
794
792
 
795
793
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Html
796
794
  interface __TsonicExtApplier_Microsoft_AspNetCore_Html {
797
- __tsonic_shape: unknown;
795
+ __tsonic_shape: JsValue;
798
796
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Html;
799
797
  }
800
798
 
@@ -823,57 +821,57 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Http {
823
821
  EnableBuffering(this: Microsoft_AspNetCore_Http.HttpRequest, bufferLimit: long): Rewrap<this, void>;
824
822
  EnableBuffering(this: Microsoft_AspNetCore_Http.HttpRequest, bufferThreshold: int, bufferLimit: long): Rewrap<this, void>;
825
823
  ExcludeFromDescription(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
826
- Get(this: Microsoft_AspNetCore_Http.ISession, key: string): Rewrap<this, byte[] | undefined>;
824
+ Get(this: Microsoft_AspNetCore_Http.ISession, key: string): Rewrap<this, byte[] | null>;
827
825
  GetCommaSeparatedValues(this: Microsoft_AspNetCore_Http.IHeaderDictionary, key: string): Rewrap<this, string[]>;
828
826
  GetDeclaredTrailers(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, Microsoft_Extensions_Primitives.StringValues>;
829
- GetEndpoint(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, Microsoft_AspNetCore_Http.Endpoint | undefined>;
827
+ GetEndpoint(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, Microsoft_AspNetCore_Http.Endpoint | null>;
830
828
  GetInt32(this: Microsoft_AspNetCore_Http.ISession, key: string): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
831
- GetServerVariable(this: Microsoft_AspNetCore_Http.HttpContext, variableName: string): Rewrap<this, string | undefined>;
832
- GetString(this: Microsoft_AspNetCore_Http.ISession, key: string): Rewrap<this, string | undefined>;
829
+ GetServerVariable(this: Microsoft_AspNetCore_Http.HttpContext, variableName: string): Rewrap<this, string | null>;
830
+ GetString(this: Microsoft_AspNetCore_Http.ISession, key: string): Rewrap<this, string | null>;
833
831
  GetTrailer(this: Microsoft_AspNetCore_Http.HttpRequest, trailerName: string): Rewrap<this, Microsoft_Extensions_Primitives.StringValues>;
834
832
  GetTypedHeaders(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, Microsoft_AspNetCore_Http_Headers.RequestHeaders>;
835
833
  GetTypedHeaders(this: Microsoft_AspNetCore_Http.HttpResponse): Rewrap<this, Microsoft_AspNetCore_Http_Headers.ResponseHeaders>;
836
834
  HasJsonContentType(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, boolean>;
837
- Produces<TResponse>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode?: int, contentType?: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
838
- Produces(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode: int, responseType?: System.Type, contentType?: string, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
839
- ProducesProblem(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode: int, contentType?: string): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
840
- ProducesValidationProblem(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode?: int, contentType?: string): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
835
+ Produces<TResponse>(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode?: int, contentType?: string | null, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
836
+ Produces(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode: int, responseType?: System.Type | null, contentType?: string | null, ...additionalContentTypes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
837
+ ProducesProblem(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode: int, contentType?: string | null): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
838
+ ProducesValidationProblem(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, statusCode?: int, contentType?: string | null): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
841
839
  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>>;
842
840
  ReadFromJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpRequest, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
843
- ReadFromJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpRequest, options: System_Text_Json.JsonSerializerOptions, 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>>;
844
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>>;
845
- 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>>;
846
- ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
847
- ReadFromJsonAsync(this: Microsoft_AspNetCore_Http.HttpRequest, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<unknown>>;
848
- 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>>;
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>>;
849
847
  Redirect(this: Microsoft_AspNetCore_Http.HttpResponse, location: string, permanent: boolean, preserveMethod: boolean): Rewrap<this, void>;
850
848
  SendFileAsync(this: Microsoft_AspNetCore_Http.HttpResponse, file: Microsoft_Extensions_FileProviders.IFileInfo, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
851
849
  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>;
852
850
  SendFileAsync(this: Microsoft_AspNetCore_Http.HttpResponse, fileName: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
853
851
  SendFileAsync(this: Microsoft_AspNetCore_Http.HttpResponse, fileName: string, offset: long, count: System.Nullable_1<System_Internal.Int64>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
854
852
  SetCommaSeparatedValues(this: Microsoft_AspNetCore_Http.IHeaderDictionary, key: string, ...values: string[]): Rewrap<this, void>;
855
- SetEndpoint(this: Microsoft_AspNetCore_Http.HttpContext, endpoint: Microsoft_AspNetCore_Http.Endpoint): Rewrap<this, void>;
853
+ SetEndpoint(this: Microsoft_AspNetCore_Http.HttpContext, endpoint: Microsoft_AspNetCore_Http.Endpoint | null): Rewrap<this, void>;
856
854
  SetInt32(this: Microsoft_AspNetCore_Http.ISession, key: string, value: int): Rewrap<this, void>;
857
855
  SetString(this: Microsoft_AspNetCore_Http.ISession, key: string, value: string): Rewrap<this, void>;
858
856
  SupportsTrailers(this: Microsoft_AspNetCore_Http.HttpRequest): Rewrap<this, boolean>;
859
857
  SupportsTrailers(this: Microsoft_AspNetCore_Http.HttpResponse): Rewrap<this, boolean>;
860
858
  WithTags(this: Microsoft_AspNetCore_Builder.RouteHandlerBuilder, ...tags: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.RouteHandlerBuilder>;
861
859
  WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
862
- WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
863
- WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, options: System_Text_Json.JsonSerializerOptions, contentType: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
864
- WriteAsJsonAsync<TValue>(this: Microsoft_AspNetCore_Http.HttpResponse, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, contentType?: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
865
- WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo, contentType?: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
866
- WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
867
- WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
868
- WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown, type: System.Type, options: System_Text_Json.JsonSerializerOptions, contentType: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
869
- WriteAsJsonAsync(this: Microsoft_AspNetCore_Http.HttpResponse, value: unknown, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, contentType?: string, 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>;
870
868
  WriteAsync(this: Microsoft_AspNetCore_Http.HttpResponse, text: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
871
869
  WriteAsync(this: Microsoft_AspNetCore_Http.HttpResponse, text: string, encoding: System_Text.Encoding, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
872
870
  }
873
871
 
874
872
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http
875
873
  interface __TsonicExtApplier_Microsoft_AspNetCore_Http {
876
- __tsonic_shape: unknown;
874
+ __tsonic_shape: JsValue;
877
875
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Http;
878
876
  }
879
877
 
@@ -884,12 +882,12 @@ export type ExtensionMethods_Microsoft_AspNetCore_Http<TShape> =
884
882
 
885
883
  // Extension method table for namespace: Microsoft.AspNetCore.Http.Connections
886
884
  interface __TsonicExtMethods_Microsoft_AspNetCore_Http_Connections {
887
- GetHttpContext(this: Microsoft_AspNetCore_Connections.ConnectionContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | undefined>;
885
+ GetHttpContext(this: Microsoft_AspNetCore_Connections.ConnectionContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | null>;
888
886
  }
889
887
 
890
888
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http.Connections
891
889
  interface __TsonicExtApplier_Microsoft_AspNetCore_Http_Connections {
892
- __tsonic_shape: unknown;
890
+ __tsonic_shape: JsValue;
893
891
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Http_Connections;
894
892
  }
895
893
 
@@ -908,7 +906,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Http_Extensions {
908
906
 
909
907
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http.Extensions
910
908
  interface __TsonicExtApplier_Microsoft_AspNetCore_Http_Extensions {
911
- __tsonic_shape: unknown;
909
+ __tsonic_shape: JsValue;
912
910
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Http_Extensions;
913
911
  }
914
912
 
@@ -920,12 +918,12 @@ export type ExtensionMethods_Microsoft_AspNetCore_Http_Extensions<TShape> =
920
918
  // Extension method table for namespace: Microsoft.AspNetCore.Http.Features
921
919
  interface __TsonicExtMethods_Microsoft_AspNetCore_Http_Features {
922
920
  GetRequiredFeature<TFeature>(this: Microsoft_AspNetCore_Http_Features.IFeatureCollection): Rewrap<this, TFeature>;
923
- GetRequiredFeature(this: Microsoft_AspNetCore_Http_Features.IFeatureCollection, key: System.Type): Rewrap<this, unknown>;
921
+ GetRequiredFeature(this: Microsoft_AspNetCore_Http_Features.IFeatureCollection, key: System.Type): Rewrap<this, JsValue>;
924
922
  }
925
923
 
926
924
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Http.Features
927
925
  interface __TsonicExtApplier_Microsoft_AspNetCore_Http_Features {
928
- __tsonic_shape: unknown;
926
+ __tsonic_shape: JsValue;
929
927
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Http_Features;
930
928
  }
931
929
 
@@ -949,7 +947,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Identity {
949
947
 
950
948
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Identity
951
949
  interface __TsonicExtApplier_Microsoft_AspNetCore_Identity {
952
- __tsonic_shape: unknown;
950
+ __tsonic_shape: JsValue;
953
951
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Identity;
954
952
  }
955
953
 
@@ -960,34 +958,34 @@ export type ExtensionMethods_Microsoft_AspNetCore_Identity<TShape> =
960
958
 
961
959
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc
962
960
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc {
963
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper): Rewrap<this, string | undefined>;
964
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string): Rewrap<this, string | undefined>;
965
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, values: unknown): Rewrap<this, string | undefined>;
966
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, controller: string): Rewrap<this, string | undefined>;
967
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, controller: string, values: unknown): Rewrap<this, string | undefined>;
968
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, controller: string, values: unknown, protocol: string): Rewrap<this, string | undefined>;
969
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, controller: string, values: unknown, protocol: string, host: string): Rewrap<this, string | undefined>;
970
- Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action: string, controller: string, values: unknown, protocol: string, host: string, fragment: string): Rewrap<this, string | undefined>;
971
- ActionLink(this: Microsoft_AspNetCore_Mvc.IUrlHelper, action?: string, controller?: string, values?: unknown, protocol?: string, host?: string, fragment?: string): Rewrap<this, string | undefined>;
972
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string): Rewrap<this, string | undefined>;
973
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, pageHandler: string): Rewrap<this, string | undefined>;
974
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, values: unknown): Rewrap<this, string | undefined>;
975
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, pageHandler: string, values: unknown): Rewrap<this, string | undefined>;
976
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, pageHandler: string, values: unknown, protocol: string): Rewrap<this, string | undefined>;
977
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, pageHandler: string, values: unknown, protocol: string, host: string): Rewrap<this, string | undefined>;
978
- Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string, pageHandler: string, values: unknown, protocol: string, host: string, fragment: string): Rewrap<this, string | undefined>;
979
- PageLink(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName?: string, pageHandler?: string, values?: unknown, protocol?: string, host?: string, fragment?: string): Rewrap<this, string | undefined>;
980
- RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, values: unknown): Rewrap<this, string | undefined>;
981
- RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string): Rewrap<this, string | undefined>;
982
- RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string, values: unknown): Rewrap<this, string | undefined>;
983
- RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string, values: unknown, protocol: string): Rewrap<this, string | undefined>;
984
- RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string, values: unknown, protocol: string, host: string): Rewrap<this, string | undefined>;
985
- RouteUrl(this: Microsoft_AspNetCore_Mvc.IUrlHelper, routeName: string, values: unknown, protocol: string, host: string, fragment: string): Rewrap<this, string | undefined>;
961
+ Action(this: Microsoft_AspNetCore_Mvc.IUrlHelper): Rewrap<this, string | null>;
962
+ 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>;
964
+ 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>;
970
+ Page(this: Microsoft_AspNetCore_Mvc.IUrlHelper, pageName: string | null): Rewrap<this, string | null>;
971
+ 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>;
979
+ 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>;
986
984
  }
987
985
 
988
986
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc
989
987
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc {
990
- __tsonic_shape: unknown;
988
+ __tsonic_shape: JsValue;
991
989
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc;
992
990
  }
993
991
 
@@ -998,13 +996,13 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc<TShape> =
998
996
 
999
997
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.Abstractions
1000
998
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Abstractions {
1001
- GetProperty<T>(this: Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor): Rewrap<this, T | undefined>;
999
+ GetProperty<T>(this: Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor): Rewrap<this, T | null>;
1002
1000
  SetProperty<T>(this: Microsoft_AspNetCore_Mvc_Abstractions.ActionDescriptor, value: T): Rewrap<this, void>;
1003
1001
  }
1004
1002
 
1005
1003
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Abstractions
1006
1004
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Abstractions {
1007
- __tsonic_shape: unknown;
1005
+ __tsonic_shape: JsValue;
1008
1006
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Abstractions;
1009
1007
  }
1010
1008
 
@@ -1015,13 +1013,13 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Abstractions<TShape> =
1015
1013
 
1016
1014
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.ApiExplorer
1017
1015
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ApiExplorer {
1018
- GetProperty<T>(this: Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription): Rewrap<this, T | undefined>;
1016
+ GetProperty<T>(this: Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription): Rewrap<this, T | null>;
1019
1017
  SetProperty<T>(this: Microsoft_AspNetCore_Mvc_ApiExplorer.ApiDescription, value: T): Rewrap<this, void>;
1020
1018
  }
1021
1019
 
1022
1020
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ApiExplorer
1023
1021
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ApiExplorer {
1024
- __tsonic_shape: unknown;
1022
+ __tsonic_shape: JsValue;
1025
1023
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ApiExplorer;
1026
1024
  }
1027
1025
 
@@ -1032,12 +1030,12 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ApiExplorer<TShape> =
1032
1030
 
1033
1031
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.Formatters.Xml
1034
1032
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml {
1035
- GetWrapperProvider(this: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.IWrapperProviderFactory>, wrapperProviderContext: Microsoft_AspNetCore_Mvc_Formatters_Xml.WrapperProviderContext): Rewrap<this, Microsoft_AspNetCore_Mvc_Formatters_Xml.IWrapperProvider | undefined>;
1033
+ GetWrapperProvider(this: System_Collections_Generic.IEnumerable_1<Microsoft_AspNetCore_Mvc_Formatters_Xml.IWrapperProviderFactory>, wrapperProviderContext: Microsoft_AspNetCore_Mvc_Formatters_Xml.WrapperProviderContext): Rewrap<this, Microsoft_AspNetCore_Mvc_Formatters_Xml.IWrapperProvider | null>;
1036
1034
  }
1037
1035
 
1038
1036
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Formatters.Xml
1039
1037
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Formatters_Xml {
1040
- __tsonic_shape: unknown;
1038
+ __tsonic_shape: JsValue;
1041
1039
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml;
1042
1040
  }
1043
1041
 
@@ -1051,12 +1049,12 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Formatters_Xml<TShape> =
1051
1049
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Localization {
1052
1050
  GetAllStrings(this: Microsoft_AspNetCore_Mvc_Localization.IHtmlLocalizer): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_Localization.LocalizedString>>;
1053
1051
  GetHtml(this: Microsoft_AspNetCore_Mvc_Localization.IHtmlLocalizer, name: string): Rewrap<this, Microsoft_AspNetCore_Mvc_Localization.LocalizedHtmlString>;
1054
- GetHtml(this: Microsoft_AspNetCore_Mvc_Localization.IHtmlLocalizer, name: string, ...arguments: unknown[]): 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>;
1055
1053
  }
1056
1054
 
1057
1055
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Localization
1058
1056
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Localization {
1059
- __tsonic_shape: unknown;
1057
+ __tsonic_shape: JsValue;
1060
1058
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Localization;
1061
1059
  }
1062
1060
 
@@ -1067,21 +1065,21 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_Localization<TShape> =
1067
1065
 
1068
1066
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.ModelBinding
1069
1067
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding {
1070
- AddModelError<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, errorMessage: string): Rewrap<this, void>;
1071
- AddModelError<TModel>(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>;
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>;
1072
1070
  GetMetadataForProperty(this: Microsoft_AspNetCore_Mvc_ModelBinding.IModelMetadataProvider, containerType: System.Type, propertyName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ModelBinding.ModelMetadata>;
1073
- Remove<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>): Rewrap<this, boolean>;
1074
- RemoveAll<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>): Rewrap<this, void>;
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>;
1075
1073
  RemoveType<TModelBinderProvider extends Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>): Rewrap<this, void>;
1076
1074
  RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IModelBinderProvider>, type: System.Type): Rewrap<this, void>;
1077
1075
  RemoveType<TValueProviderFactory extends Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>): Rewrap<this, void>;
1078
1076
  RemoveType(this: System_Collections_Generic.IList_1<Microsoft_AspNetCore_Mvc_ModelBinding.IValueProviderFactory>, type: System.Type): Rewrap<this, void>;
1079
- TryAddModelException<TModel>(this: Microsoft_AspNetCore_Mvc_ModelBinding.ModelStateDictionary, expression: System_Linq_Expressions.Expression_1<System.Func_2<TModel, unknown>>, exception: System.Exception): 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>;
1080
1078
  }
1081
1079
 
1082
1080
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ModelBinding
1083
1081
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding {
1084
- __tsonic_shape: unknown;
1082
+ __tsonic_shape: JsValue;
1085
1083
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding;
1086
1084
  }
1087
1085
 
@@ -1098,7 +1096,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata {
1098
1096
 
1099
1097
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ModelBinding.Metadata
1100
1098
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata {
1101
- __tsonic_shape: unknown;
1099
+ __tsonic_shape: JsValue;
1102
1100
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata;
1103
1101
  }
1104
1102
 
@@ -1115,7 +1113,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Validation {
1115
1113
 
1116
1114
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ModelBinding.Validation
1117
1115
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ModelBinding_Validation {
1118
- __tsonic_shape: unknown;
1116
+ __tsonic_shape: JsValue;
1119
1117
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Validation;
1120
1118
  }
1121
1119
 
@@ -1127,157 +1125,157 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_ModelBinding_Validation<TS
1127
1125
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.Rendering
1128
1126
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Rendering {
1129
1127
  ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1130
- ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1131
- ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, routeValues: unknown, htmlAttributes: unknown): 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>;
1132
1130
  ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, controllerName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1133
- ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1134
- ActionLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, actionName: string, controllerName: string, routeValues: unknown, htmlAttributes: unknown): 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>;
1135
1133
  BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1136
1134
  BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, antiforgery: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1137
1135
  BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1138
- BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1139
- 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>;
1140
- BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeValues: unknown): 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>;
1141
1139
  BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, actionName: string, controllerName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1142
- BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, actionName: string, controllerName: string, routeValues: unknown): 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>;
1143
1141
  BeginForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, actionName: string, controllerName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1144
- 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>;
1145
- 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>;
1146
- BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1147
- BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeValues: unknown, antiforgery: System.Nullable_1<System_Internal.Boolean>): 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>;
1148
1146
  BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1149
1147
  BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, antiforgery: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1150
- BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, routeValues: unknown): 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>;
1151
1149
  BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1152
- BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, routeValues: unknown, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod): Rewrap<this, Microsoft_AspNetCore_Mvc_Rendering.MvcForm>;
1153
- BeginRouteForm(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, routeName: string, method: Microsoft_AspNetCore_Mvc_Rendering.FormMethod, htmlAttributes: unknown): 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>;
1154
1152
  CheckBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1155
1153
  CheckBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, isChecked: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1156
- CheckBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1154
+ CheckBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1157
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>;
1158
1156
  Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1159
- Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1157
+ Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1160
1158
  Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1161
- Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, additionalViewData: unknown): 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>;
1162
1160
  Display(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1163
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>;
1164
- DisplayFor<TModel, TResult>(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>;
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>;
1165
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>;
1166
- 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: unknown): 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>;
1167
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>;
1168
1166
  DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1169
- DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1167
+ DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1170
1168
  DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1171
- DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1169
+ DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1172
1170
  DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1173
- DisplayForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): 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>;
1174
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>;
1175
1173
  DisplayNameForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
1176
1174
  DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1177
1175
  DropDownList(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, optionLabel: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1178
1176
  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>;
1179
- 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>;
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>;
1180
1178
  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>;
1181
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>;
1182
- 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: unknown): 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>;
1183
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>;
1184
1182
  Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1185
- Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1183
+ Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1186
1184
  Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1187
- Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, additionalViewData: unknown): 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>;
1188
1186
  Editor(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1189
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>;
1190
- EditorFor<TModel, TResult>(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>;
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>;
1191
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>;
1192
- 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: unknown): 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>;
1193
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>;
1194
1192
  EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1195
- EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1193
+ EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1196
1194
  EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1197
- EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, additionalViewData: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1195
+ EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, additionalViewData: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1198
1196
  EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1199
- EditorForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, templateName: string, htmlFieldName: string, additionalViewData: unknown): 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>;
1200
1198
  Hidden(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1201
- Hidden(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1199
+ Hidden(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1202
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>;
1203
1201
  IdForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
1204
1202
  InvokeAsync(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper, name: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1205
1203
  InvokeAsync(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper, componentType: System.Type): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1206
- InvokeAsync<TComponent>(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper, arguments: unknown): 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>>;
1207
1205
  InvokeAsync<TComponent>(this: Microsoft_AspNetCore_Mvc.IViewComponentHelper): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1208
1206
  Label(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1209
1207
  Label(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1210
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>;
1211
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>;
1212
- LabelFor<TModel, TResult>(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>;
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>;
1213
1211
  LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1214
1212
  LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, labelText: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1215
- LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1216
- LabelForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, labelText: string, htmlAttributes: unknown): 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>;
1217
1215
  ListBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1218
1216
  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>;
1219
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>;
1220
1218
  NameForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
1221
1219
  Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1222
1220
  Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1223
- Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1224
- Partial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown, 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>;
1225
1223
  PartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string): Rewrap<this, System_Threading_Tasks.Task_1<Microsoft_AspNetCore_Html.IHtmlContent>>;
1226
1224
  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>>;
1227
- PartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown): 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>>;
1228
1226
  Password(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1229
- Password(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1227
+ Password(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1230
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>;
1231
- RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1232
- RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1233
- RadioButton(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, isChecked: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1234
- RadioButtonFor<TModel, TResult>(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>;
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>;
1235
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>>;
1236
- RenderComponentAsync<TComponent extends 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>>;
1237
- 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>>;
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>>;
1238
1236
  RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string): Rewrap<this, void>;
1239
1237
  RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, void>;
1240
- RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown): Rewrap<this, void>;
1241
- RenderPartial(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown, 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>;
1242
1240
  RenderPartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string): Rewrap<this, System_Threading_Tasks.Task>;
1243
1241
  RenderPartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, viewData: Microsoft_AspNetCore_Mvc_ViewFeatures.ViewDataDictionary): Rewrap<this, System_Threading_Tasks.Task>;
1244
- RenderPartialAsync(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, partialViewName: string, model: unknown): Rewrap<this, System_Threading_Tasks.Task>;
1245
- RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
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>;
1246
1244
  RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeName: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1247
- RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeName: string, routeValues: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1248
- RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeValues: unknown, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1249
- RouteLink(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, linkText: string, routeName: string, routeValues: unknown, htmlAttributes: unknown): 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>;
1250
1248
  TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1251
- TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1249
+ TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1252
1250
  TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1253
- TextArea(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: string, htmlAttributes: unknown): 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>;
1254
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>;
1255
- TextAreaFor<TModel, TResult>(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>;
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>;
1256
1254
  TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1257
- TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1258
- TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, format: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1259
- TextBox(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, value: unknown, htmlAttributes: unknown): 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>;
1260
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>;
1261
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>;
1262
- TextBoxFor<TModel, TResult>(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>;
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>;
1263
1261
  ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1264
1262
  ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1265
- ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1263
+ ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, htmlAttributes: JsValue): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1266
1264
  ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1267
- ValidationMessage(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string, message: string, htmlAttributes: unknown): 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>;
1268
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>;
1269
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>;
1270
- 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: unknown): 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>;
1271
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>;
1272
1270
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1273
1271
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1274
1272
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1275
1273
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1276
1274
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean, message: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1277
- ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, message: string, htmlAttributes: unknown): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1278
- ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, message: string, htmlAttributes: unknown, tag: 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>;
1279
1277
  ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean, message: string, tag: string): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1280
- ValidationSummary(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, excludePropertyErrors: boolean, message: string, htmlAttributes: unknown): 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>;
1281
1279
  Value(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper, expression: string): Rewrap<this, string>;
1282
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>;
1283
1281
  ValueForModel(this: Microsoft_AspNetCore_Mvc_Rendering.IHtmlHelper): Rewrap<this, string>;
@@ -1286,7 +1284,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Rendering {
1286
1284
 
1287
1285
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.Rendering
1288
1286
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_Rendering {
1289
- __tsonic_shape: unknown;
1287
+ __tsonic_shape: JsValue;
1290
1288
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_Rendering;
1291
1289
  }
1292
1290
 
@@ -1306,7 +1304,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_TagHelpers {
1306
1304
 
1307
1305
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.TagHelpers
1308
1306
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_TagHelpers {
1309
- __tsonic_shape: unknown;
1307
+ __tsonic_shape: JsValue;
1310
1308
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_TagHelpers;
1311
1309
  }
1312
1310
 
@@ -1317,16 +1315,16 @@ export type ExtensionMethods_Microsoft_AspNetCore_Mvc_TagHelpers<TShape> =
1317
1315
 
1318
1316
  // Extension method table for namespace: Microsoft.AspNetCore.Mvc.ViewFeatures
1319
1317
  interface __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ViewFeatures {
1320
- 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>;
1321
- 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>;
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>;
1322
1320
  GetHtml(this: Microsoft_AspNetCore_Antiforgery.IAntiforgery, httpContext: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, Microsoft_AspNetCore_Html.IHtmlContent>;
1323
- GetModelExplorerForType(this: Microsoft_AspNetCore_Mvc_ModelBinding.IModelMetadataProvider, modelType: System.Type, model: unknown): Rewrap<this, Microsoft_AspNetCore_Mvc_ViewFeatures.ModelExplorer>;
1321
+ GetModelExplorerForType(this: Microsoft_AspNetCore_Mvc_ModelBinding.IModelMetadataProvider, modelType: System.Type, model: JsValue): Rewrap<this, Microsoft_AspNetCore_Mvc_ViewFeatures.ModelExplorer>;
1324
1322
  GetSimpleDisplayText(this: Microsoft_AspNetCore_Mvc_ViewFeatures.ModelExplorer): Rewrap<this, string>;
1325
1323
  }
1326
1324
 
1327
1325
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Mvc.ViewFeatures
1328
1326
  interface __TsonicExtApplier_Microsoft_AspNetCore_Mvc_ViewFeatures {
1329
- __tsonic_shape: unknown;
1327
+ __tsonic_shape: JsValue;
1330
1328
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Mvc_ViewFeatures;
1331
1329
  }
1332
1330
 
@@ -1345,7 +1343,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_RateLimiting {
1345
1343
 
1346
1344
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.RateLimiting
1347
1345
  interface __TsonicExtApplier_Microsoft_AspNetCore_RateLimiting {
1348
- __tsonic_shape: unknown;
1346
+ __tsonic_shape: JsValue;
1349
1347
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_RateLimiting;
1350
1348
  }
1351
1349
 
@@ -1361,7 +1359,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Razor_Hosting {
1361
1359
 
1362
1360
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Razor.Hosting
1363
1361
  interface __TsonicExtApplier_Microsoft_AspNetCore_Razor_Hosting {
1364
- __tsonic_shape: unknown;
1362
+ __tsonic_shape: JsValue;
1365
1363
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Razor_Hosting;
1366
1364
  }
1367
1365
 
@@ -1401,7 +1399,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Rewrite {
1401
1399
 
1402
1400
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Rewrite
1403
1401
  interface __TsonicExtApplier_Microsoft_AspNetCore_Rewrite {
1404
- __tsonic_shape: unknown;
1402
+ __tsonic_shape: JsValue;
1405
1403
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Rewrite;
1406
1404
  }
1407
1405
 
@@ -1412,32 +1410,32 @@ export type ExtensionMethods_Microsoft_AspNetCore_Rewrite<TShape> =
1412
1410
 
1413
1411
  // Extension method table for namespace: Microsoft.AspNetCore.Routing
1414
1412
  interface __TsonicExtMethods_Microsoft_AspNetCore_Routing {
1415
- GetPathByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, action?: string, controller?: string, values?: unknown, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1416
- GetPathByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, action: string, controller: string, values?: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1417
- GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: unknown, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1418
- GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1419
- GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1420
- GetPathByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1421
- GetPathByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, page?: string, handler?: string, values?: unknown, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1422
- GetPathByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, page: string, handler?: string, values?: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1423
- GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values: unknown, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1424
- GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase?: System.Nullable_1<Microsoft_AspNetCore_Http.PathString>, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1425
- GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string, values: unknown, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1426
- GetPathByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
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>;
1416
+ 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>;
1418
+ 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>;
1422
+ 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>;
1424
+ 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>;
1427
1425
  GetRouteData(this: Microsoft_AspNetCore_Http.HttpContext): Rewrap<this, Microsoft_AspNetCore_Routing.RouteData>;
1428
- GetRouteValue(this: Microsoft_AspNetCore_Http.HttpContext, key: string): Rewrap<this, unknown | undefined>;
1429
- GetUriByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, action?: string, controller?: string, values?: unknown, scheme?: string, 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): Rewrap<this, string | undefined>;
1430
- GetUriByAction(this: Microsoft_AspNetCore_Routing.LinkGenerator, action: string, controller: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1431
- GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values: unknown, scheme?: string, 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): Rewrap<this, string | undefined>;
1432
- GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, endpointName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme?: string, 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): Rewrap<this, string | undefined>;
1433
- GetUriByName(this: Microsoft_AspNetCore_Routing.LinkGenerator, endpointName: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1434
- 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): Rewrap<this, string | undefined>;
1435
- GetUriByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, page?: string, handler?: string, values?: unknown, scheme?: string, 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): Rewrap<this, string | undefined>;
1436
- GetUriByPage(this: Microsoft_AspNetCore_Routing.LinkGenerator, page: string, handler: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1437
- GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values: unknown, scheme?: string, 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): Rewrap<this, string | undefined>;
1438
- GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, httpContext: Microsoft_AspNetCore_Http.HttpContext, routeName: string, values?: Microsoft_AspNetCore_Routing.RouteValueDictionary, scheme?: string, 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): Rewrap<this, string | undefined>;
1439
- GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: string, values: unknown, scheme: string, host: Microsoft_AspNetCore_Http.HostString, pathBase?: Microsoft_AspNetCore_Http.PathString, fragment?: Microsoft_AspNetCore_Http.FragmentString, options?: Microsoft_AspNetCore_Routing.LinkOptions): Rewrap<this, string | undefined>;
1440
- GetUriByRouteValues(this: Microsoft_AspNetCore_Routing.LinkGenerator, routeName: 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): Rewrap<this, string | undefined>;
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>;
1430
+ 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>;
1432
+ 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>;
1436
+ 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>;
1438
+ 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>;
1441
1439
  MapDelete(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1442
1440
  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>;
1443
1441
  MapGet(this: Microsoft_AspNetCore_Routing.IRouteBuilder, template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
@@ -1457,12 +1455,12 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_Routing {
1457
1455
  MapShortCircuit(this: Microsoft_AspNetCore_Routing.IEndpointRouteBuilder, statusCode: int, ...routePrefixes: string[]): Rewrap<this, Microsoft_AspNetCore_Builder.IEndpointConventionBuilder>;
1458
1456
  MapVerb(this: Microsoft_AspNetCore_Routing.IRouteBuilder, verb: string, 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>;
1459
1457
  MapVerb(this: Microsoft_AspNetCore_Routing.IRouteBuilder, verb: string, template: string, handler: Microsoft_AspNetCore_Http.RequestDelegate): Rewrap<this, Microsoft_AspNetCore_Routing.IRouteBuilder>;
1460
- ParsePathByEndpointName(this: Microsoft_AspNetCore_Routing.LinkParser, endpointName: string, path: Microsoft_AspNetCore_Http.PathString): Rewrap<this, Microsoft_AspNetCore_Routing.RouteValueDictionary | undefined>;
1458
+ ParsePathByEndpointName(this: Microsoft_AspNetCore_Routing.LinkParser, endpointName: string, path: Microsoft_AspNetCore_Http.PathString): Rewrap<this, Microsoft_AspNetCore_Routing.RouteValueDictionary | null>;
1461
1459
  }
1462
1460
 
1463
1461
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Routing
1464
1462
  interface __TsonicExtApplier_Microsoft_AspNetCore_Routing {
1465
- __tsonic_shape: unknown;
1463
+ __tsonic_shape: JsValue;
1466
1464
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Routing;
1467
1465
  }
1468
1466
 
@@ -1473,12 +1471,12 @@ export type ExtensionMethods_Microsoft_AspNetCore_Routing<TShape> =
1473
1471
 
1474
1472
  // Extension method table for namespace: Microsoft.AspNetCore.Server.IIS
1475
1473
  interface __TsonicExtMethods_Microsoft_AspNetCore_Server_IIS {
1476
- GetIISServerVariable(this: Microsoft_AspNetCore_Http.HttpContext, variableName: string): Rewrap<this, string | undefined>;
1474
+ GetIISServerVariable(this: Microsoft_AspNetCore_Http.HttpContext, variableName: string): Rewrap<this, string | null>;
1477
1475
  }
1478
1476
 
1479
1477
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Server.IIS
1480
1478
  interface __TsonicExtApplier_Microsoft_AspNetCore_Server_IIS {
1481
- __tsonic_shape: unknown;
1479
+ __tsonic_shape: JsValue;
1482
1480
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_Server_IIS;
1483
1481
  }
1484
1482
 
@@ -1510,8 +1508,8 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_SignalR {
1510
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>;
1511
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>;
1512
1510
  Clients<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, connectionIds: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1513
- GetHttpContext(this: Microsoft_AspNetCore_SignalR.HubCallerContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | undefined>;
1514
- GetHttpContext(this: Microsoft_AspNetCore_SignalR.HubConnectionContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | undefined>;
1511
+ GetHttpContext(this: Microsoft_AspNetCore_SignalR.HubCallerContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | null>;
1512
+ GetHttpContext(this: Microsoft_AspNetCore_SignalR.HubConnectionContext): Rewrap<this, Microsoft_AspNetCore_Http.HttpContext | null>;
1515
1513
  GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string): Rewrap<this, T>;
1516
1514
  GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string): Rewrap<this, T>;
1517
1515
  GroupExcept<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupName: string, excludedConnectionId1: string, excludedConnectionId2: string, excludedConnectionId3: string): Rewrap<this, T>;
@@ -1531,27 +1529,27 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_SignalR {
1531
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>;
1532
1530
  Groups<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, groupNames: System_Collections_Generic.IEnumerable_1<System_Internal.String>): Rewrap<this, T>;
1533
1531
  InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1534
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1535
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1536
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1537
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1538
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1539
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1540
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1541
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1542
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
1543
- InvokeAsync<T>(this: Microsoft_AspNetCore_SignalR.ISingleClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, arg10: unknown, 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>>;
1544
1542
  SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1545
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1546
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1547
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1548
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1549
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1550
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1551
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1552
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1553
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1554
- SendAsync(this: Microsoft_AspNetCore_SignalR.IClientProxy, method: string, arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown, arg6: unknown, arg7: unknown, arg8: unknown, arg9: unknown, arg10: unknown, 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>;
1555
1553
  UseHub<THub extends Microsoft_AspNetCore_SignalR.Hub>(this: Microsoft_AspNetCore_Connections.IConnectionBuilder): Rewrap<this, Microsoft_AspNetCore_Connections.IConnectionBuilder>;
1556
1554
  Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string): Rewrap<this, T>;
1557
1555
  Users<T>(this: Microsoft_AspNetCore_SignalR.IHubClients_1<T>, user1: string, user2: string): Rewrap<this, T>;
@@ -1566,7 +1564,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_SignalR {
1566
1564
 
1567
1565
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.SignalR
1568
1566
  interface __TsonicExtApplier_Microsoft_AspNetCore_SignalR {
1569
- __tsonic_shape: unknown;
1567
+ __tsonic_shape: JsValue;
1570
1568
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_SignalR;
1571
1569
  }
1572
1570
 
@@ -1582,7 +1580,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_SignalR_Protocol {
1582
1580
 
1583
1581
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.SignalR.Protocol
1584
1582
  interface __TsonicExtApplier_Microsoft_AspNetCore_SignalR_Protocol {
1585
- __tsonic_shape: unknown;
1583
+ __tsonic_shape: JsValue;
1586
1584
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_SignalR_Protocol;
1587
1585
  }
1588
1586
 
@@ -1598,7 +1596,7 @@ interface __TsonicExtMethods_Microsoft_AspNetCore_WebSockets {
1598
1596
 
1599
1597
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.WebSockets
1600
1598
  interface __TsonicExtApplier_Microsoft_AspNetCore_WebSockets {
1601
- __tsonic_shape: unknown;
1599
+ __tsonic_shape: JsValue;
1602
1600
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_WebSockets;
1603
1601
  }
1604
1602
 
@@ -1609,19 +1607,19 @@ export type ExtensionMethods_Microsoft_AspNetCore_WebSockets<TShape> =
1609
1607
 
1610
1608
  // Extension method table for namespace: Microsoft.AspNetCore.WebUtilities
1611
1609
  interface __TsonicExtMethods_Microsoft_AspNetCore_WebUtilities {
1612
- AsFileSection(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_AspNetCore_WebUtilities.FileMultipartSection | undefined>;
1613
- AsFormDataSection(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_AspNetCore_WebUtilities.FormMultipartSection | undefined>;
1610
+ AsFileSection(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_AspNetCore_WebUtilities.FileMultipartSection | null>;
1611
+ AsFormDataSection(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_AspNetCore_WebUtilities.FormMultipartSection | null>;
1614
1612
  DrainAsync(this: System_IO.Stream, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1615
1613
  DrainAsync(this: System_IO.Stream, limit: System.Nullable_1<System_Internal.Int64>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1616
1614
  DrainAsync(this: System_IO.Stream, bytePool: System_Buffers.ArrayPool_1<System_Internal.Byte>, limit: System.Nullable_1<System_Internal.Int64>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task>;
1617
- GetContentDispositionHeader(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_Net_Http_Headers.ContentDispositionHeaderValue | undefined>;
1615
+ GetContentDispositionHeader(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, Microsoft_Net_Http_Headers.ContentDispositionHeaderValue | null>;
1618
1616
  ReadAsStringAsync(this: Microsoft_AspNetCore_WebUtilities.MultipartSection): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.String>>;
1619
1617
  ReadAsStringAsync(this: Microsoft_AspNetCore_WebUtilities.MultipartSection, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.String>>;
1620
1618
  }
1621
1619
 
1622
1620
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.WebUtilities
1623
1621
  interface __TsonicExtApplier_Microsoft_AspNetCore_WebUtilities {
1624
- __tsonic_shape: unknown;
1622
+ __tsonic_shape: JsValue;
1625
1623
  __tsonic_type: __TsonicExtMethods_Microsoft_AspNetCore_WebUtilities;
1626
1624
  }
1627
1625
 
@@ -1671,16 +1669,16 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1671
1669
  AddConnections(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1672
1670
  AddConnections(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, options: System.Action_1<Microsoft_AspNetCore_Http_Connections.ConnectionOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1673
1671
  AddControllers(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1674
- AddControllers(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1672
+ AddControllers(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1675
1673
  AddControllersAsServices(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1676
1674
  AddControllersAsServices(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1677
1675
  AddControllersWithViews(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1678
- AddControllersWithViews(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1676
+ AddControllersWithViews(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1679
1677
  AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1680
1678
  AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1681
1679
  AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1682
1680
  AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1683
- AddCookie(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, displayName: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_Cookies.CookieAuthenticationOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
1681
+ 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>;
1684
1682
  AddCookiePolicy(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_Builder.CookiePolicyOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1685
1683
  AddCookiePolicy<TService>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_2<Microsoft_AspNetCore_Builder.CookiePolicyOptions, TService>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1686
1684
  AddCookieTempDataProvider(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
@@ -1693,9 +1691,9 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1693
1691
  AddCors(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Cors_Infrastructure.CorsOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1694
1692
  AddDataAnnotations(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1695
1693
  AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1696
- AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1694
+ AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1697
1695
  AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1698
- AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1696
+ AddDataAnnotationsLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1699
1697
  AddDataProtection(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
1700
1698
  AddDataProtection(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_DataProtection.DataProtectionOptions>): Rewrap<this, Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder>;
1701
1699
  AddDirectoryBrowser(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
@@ -1718,7 +1716,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1718
1716
  AddIdentityApiEndpoints<TUser>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1719
1717
  AddIdentityCore<TUser>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1720
1718
  AddIdentityCore<TUser>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Identity.IdentityOptions>): Rewrap<this, Microsoft_AspNetCore_Identity.IdentityBuilder>;
1721
- AddInteractiveServerComponents(this: Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder, configure?: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1719
+ AddInteractiveServerComponents(this: Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder, configure?: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1722
1720
  AddJsonOptions(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, configure: System.Action_1<Microsoft_AspNetCore_Mvc.JsonOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1723
1721
  AddJsonOptions(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, configure: System.Action_1<Microsoft_AspNetCore_Mvc.JsonOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1724
1722
  AddMvc(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
@@ -1726,21 +1724,21 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1726
1724
  AddMvcCore(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1727
1725
  AddMvcCore(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1728
1726
  AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1729
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1727
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1730
1728
  AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1731
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1732
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1733
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1734
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1735
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1729
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1730
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1731
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1732
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1733
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1736
1734
  AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1737
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1735
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1738
1736
  AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1739
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1740
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1741
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1742
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1743
- AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1737
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1738
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1739
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1740
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1741
+ AddMvcLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, localizationOptionsSetupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: System.Action_1<Microsoft_AspNetCore_Mvc_DataAnnotations.MvcDataAnnotationsLocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1744
1742
  AddMvcOptions(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1745
1743
  AddMvcOptions(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1746
1744
  AddOAuth(this: Microsoft_AspNetCore_Authentication.AuthenticationBuilder, authenticationScheme: string, configureOptions: System.Action_1<Microsoft_AspNetCore_Authentication_OAuth.OAuthOptions>): Rewrap<this, Microsoft_AspNetCore_Authentication.AuthenticationBuilder>;
@@ -1751,13 +1749,13 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1751
1749
  AddOutputCache(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_OutputCaching.OutputCacheOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1752
1750
  AddPageRoute(this: Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection, pageName: string, route: string): Rewrap<this, Microsoft_AspNetCore_Mvc_ApplicationModels.PageConventionCollection>;
1753
1751
  AddProblemDetails(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1754
- AddProblemDetails(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Http.ProblemDetailsOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1755
- AddRazorComponents(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure?: System.Action_1<Microsoft_AspNetCore_Components_Endpoints.RazorComponentsServiceOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder>;
1752
+ AddProblemDetails(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Http.ProblemDetailsOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1753
+ AddRazorComponents(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure?: System.Action_1<Microsoft_AspNetCore_Components_Endpoints.RazorComponentsServiceOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IRazorComponentsBuilder>;
1756
1754
  AddRazorOptions(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Razor.RazorViewEngineOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1757
1755
  AddRazorPages(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1758
1756
  AddRazorPages(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1759
1757
  AddRazorPages(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1760
- AddRazorPages(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1758
+ AddRazorPages(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1761
1759
  AddRazorPagesOptions(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_RazorPages.RazorPagesOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1762
1760
  AddRazorViewEngine(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1763
1761
  AddRazorViewEngine(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc_Razor.RazorViewEngineOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
@@ -1772,7 +1770,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1772
1770
  AddRouting(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1773
1771
  AddRouting(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configureOptions: System.Action_1<Microsoft_AspNetCore_Routing.RouteOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1774
1772
  AddRoutingCore(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1775
- AddServerSideBlazor(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure?: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1773
+ AddServerSideBlazor(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure?: System.Action_1<Microsoft_AspNetCore_Components_Server.CircuitOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServerSideBlazorBuilder>;
1776
1774
  AddSession(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1777
1775
  AddSession(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, configure: System.Action_1<Microsoft_AspNetCore_Builder.SessionOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
1778
1776
  AddSessionStateTempDataProvider(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
@@ -1784,12 +1782,12 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1784
1782
  AddViewComponentsAsServices(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1785
1783
  AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1786
1784
  AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1787
- AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1788
- AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1785
+ AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1786
+ AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1789
1787
  AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1790
1788
  AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1791
- AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1792
- AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1789
+ AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1790
+ AddViewLocalization(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, format: Microsoft_AspNetCore_Mvc_Razor.LanguageViewLocationExpanderFormat, setupAction: System.Action_1<Microsoft_Extensions_Localization.LocalizationOptions> | null): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1793
1791
  AddViewOptions(this: Microsoft_Extensions_DependencyInjection.IMvcBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcBuilder>;
1794
1792
  AddViews(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
1795
1793
  AddViews(this: Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder, setupAction: System.Action_1<Microsoft_AspNetCore_Mvc.MvcViewOptions>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IMvcCoreBuilder>;
@@ -1843,7 +1841,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
1843
1841
 
1844
1842
  // Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection
1845
1843
  interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection {
1846
- __tsonic_shape: unknown;
1844
+ __tsonic_shape: JsValue;
1847
1845
  __tsonic_type: __TsonicExtMethods_Microsoft_Extensions_DependencyInjection;
1848
1846
  }
1849
1847
 
@@ -1863,7 +1861,7 @@ interface __TsonicExtMethods_Microsoft_Extensions_Hosting {
1863
1861
 
1864
1862
  // Generic helper type for extension methods in namespace: Microsoft.Extensions.Hosting
1865
1863
  interface __TsonicExtApplier_Microsoft_Extensions_Hosting {
1866
- __tsonic_shape: unknown;
1864
+ __tsonic_shape: JsValue;
1867
1865
  __tsonic_type: __TsonicExtMethods_Microsoft_Extensions_Hosting;
1868
1866
  }
1869
1867
 
@@ -1876,33 +1874,33 @@ export type ExtensionMethods_Microsoft_Extensions_Hosting<TShape> =
1876
1874
  interface __TsonicExtMethods_Microsoft_JSInterop {
1877
1875
  GetValueAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1878
1876
  GetValueAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1879
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1880
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1881
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1882
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1883
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1884
- InvokeAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<TValue>>;
1885
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1886
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1887
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1888
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1889
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1890
- InvokeConstructorAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask_1<Microsoft_JSInterop.IJSObjectReference>>;
1891
- InvokeVoid(this: Microsoft_JSInterop.IJSInProcessObjectReference, identifier: string, ...args: unknown[]): Rewrap<this, void>;
1892
- InvokeVoid(this: Microsoft_JSInterop.IJSInProcessRuntime, identifier: string, ...args: unknown[]): Rewrap<this, void>;
1893
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
1894
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
1895
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
1896
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
1897
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, cancellationToken: System_Threading.CancellationToken, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
1898
- InvokeVoidAsync(this: Microsoft_JSInterop.IJSRuntime, identifier: string, timeout: System.TimeSpan, ...args: unknown[]): Rewrap<this, System_Threading_Tasks.ValueTask>;
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>;
1899
1897
  SetValueAsync<TValue>(this: Microsoft_JSInterop.IJSObjectReference, identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
1900
1898
  SetValueAsync<TValue>(this: Microsoft_JSInterop.IJSRuntime, identifier: string, value: TValue, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.ValueTask>;
1901
1899
  }
1902
1900
 
1903
1901
  // Generic helper type for extension methods in namespace: Microsoft.JSInterop
1904
1902
  interface __TsonicExtApplier_Microsoft_JSInterop {
1905
- __tsonic_shape: unknown;
1903
+ __tsonic_shape: JsValue;
1906
1904
  __tsonic_type: __TsonicExtMethods_Microsoft_JSInterop;
1907
1905
  }
1908
1906
 
@@ -1919,7 +1917,7 @@ interface __TsonicExtMethods_Microsoft_Net_Http_Headers {
1919
1917
 
1920
1918
  // Generic helper type for extension methods in namespace: Microsoft.Net.Http.Headers
1921
1919
  interface __TsonicExtApplier_Microsoft_Net_Http_Headers {
1922
- __tsonic_shape: unknown;
1920
+ __tsonic_shape: JsValue;
1923
1921
  __tsonic_type: __TsonicExtMethods_Microsoft_Net_Http_Headers;
1924
1922
  }
1925
1923
 
@@ -1930,12 +1928,12 @@ export type ExtensionMethods_Microsoft_Net_Http_Headers<TShape> =
1930
1928
 
1931
1929
  // Extension method table for namespace: System.Security.Claims
1932
1930
  interface __TsonicExtMethods_System_Security_Claims {
1933
- FindFirstValue(this: System_Security_Claims.ClaimsPrincipal, claimType: string): Rewrap<this, string | undefined>;
1931
+ FindFirstValue(this: System_Security_Claims.ClaimsPrincipal, claimType: string): Rewrap<this, string | null>;
1934
1932
  }
1935
1933
 
1936
1934
  // Generic helper type for extension methods in namespace: System.Security.Claims
1937
1935
  interface __TsonicExtApplier_System_Security_Claims {
1938
- __tsonic_shape: unknown;
1936
+ __tsonic_shape: JsValue;
1939
1937
  __tsonic_type: __TsonicExtMethods_System_Security_Claims;
1940
1938
  }
1941
1939