@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
@@ -2,11 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.StaticFiles
3
3
  // Assembly: Microsoft.AspNetCore.StaticFiles
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ 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';
7
7
 
8
- // Import support types from @tsonic/core
9
- import type { ptr } from "@tsonic/core/types.js";
10
8
 
11
9
  // Import types from other namespaces
12
10
  import type { DefaultFilesOptions, DirectoryBrowserOptions, StaticFileOptions } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.StaticFiles.Infrastructure
3
3
  // Assembly: Microsoft.AspNetCore.StaticFiles
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ 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';
7
+
7
8
 
8
9
  // Import types from other namespaces
9
10
  import type { PathString } from "../../Microsoft.AspNetCore.Http/internal/index.js";
@@ -14,8 +15,8 @@ import type { IFileProvider } from "@tsonic/microsoft-extensions/Microsoft.Exten
14
15
  export interface SharedOptions$instance {
15
16
  readonly __tsonic_type_Microsoft_AspNetCore_StaticFiles_Infrastructure_SharedOptions: never;
16
17
 
17
- get FileProvider(): IFileProvider | undefined;
18
- set FileProvider(value: IFileProvider | undefined);
18
+ get FileProvider(): IFileProvider | null;
19
+ set FileProvider(value: IFileProvider | null);
19
20
  RedirectToAppendTrailingSlash: boolean;
20
21
  RequestPath: PathString;
21
22
  }
@@ -31,8 +32,8 @@ export type SharedOptions = SharedOptions$instance;
31
32
  export interface SharedOptionsBase$instance {
32
33
  readonly __tsonic_type_Microsoft_AspNetCore_StaticFiles_Infrastructure_SharedOptionsBase: never;
33
34
 
34
- get FileProvider(): IFileProvider | undefined;
35
- set FileProvider(value: IFileProvider | undefined);
35
+ get FileProvider(): IFileProvider | null;
36
+ set FileProvider(value: IFileProvider | null);
36
37
  RedirectToAppendTrailingSlash: boolean;
37
38
  RequestPath: PathString;
38
39
  }
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.WebSockets
3
3
  // Assembly: Microsoft.AspNetCore.WebSockets
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ 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';
7
+
7
8
 
8
9
  // Import types from other namespaces
9
10
  import type { WebSocketOptions } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
@@ -23,8 +24,8 @@ export interface ExtendedWebSocketAcceptContext$instance extends WebSocketAccept
23
24
  set KeepAliveInterval(value: Nullable_1<TimeSpan> | TimeSpan);
24
25
  get ReceiveBufferSize(): Nullable_1<System_Internal.Int32>;
25
26
  set ReceiveBufferSize(value: Nullable_1<System_Internal.Int32> | int);
26
- get SubProtocol(): string | undefined;
27
- set SubProtocol(value: string | undefined);
27
+ get SubProtocol(): string | null;
28
+ set SubProtocol(value: string | null);
28
29
  }
29
30
 
30
31
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.WebUtilities
3
3
  // Assembly: Microsoft.AspNetCore.WebUtilities
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ 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';
7
+
7
8
 
8
9
  // Import types from other namespaces
9
10
  import type { ContentDispositionHeaderValue } from "../../Microsoft.Net.Http.Headers/internal/index.js";
@@ -45,7 +46,7 @@ export interface QueryStringEnumerable$instance {
45
46
 
46
47
 
47
48
  export const QueryStringEnumerable: {
48
- new(queryString: string): QueryStringEnumerable;
49
+ new(queryString: string | null): QueryStringEnumerable;
49
50
  new(queryString: ReadOnlyMemory_1<System_Internal.Char>): QueryStringEnumerable;
50
51
  };
51
52
 
@@ -138,7 +139,7 @@ export interface FileBufferingReadStream$instance extends Stream {
138
139
  readonly Length: long;
139
140
  readonly MemoryThreshold: int;
140
141
  Position: long;
141
- readonly TempFileName: string | undefined;
142
+ readonly TempFileName: string | null;
142
143
  CopyToAsync(destination: Stream, bufferSize: int, cancellationToken: CancellationToken): Task;
143
144
  Dispose(disposing: boolean): void;
144
145
  DisposeAsync(): ValueTask;
@@ -196,7 +197,7 @@ export interface FileBufferingWriteStream$instance extends Stream {
196
197
 
197
198
 
198
199
  export const FileBufferingWriteStream: {
199
- new(memoryThreshold: int, bufferLimit: Nullable_1<System_Internal.Int64>, tempFileDirectoryAccessor: Func_1<System_Internal.String>): FileBufferingWriteStream;
200
+ new(memoryThreshold: int, bufferLimit: Nullable_1<System_Internal.Int64>, tempFileDirectoryAccessor: Func_1<System_Internal.String> | null): FileBufferingWriteStream;
200
201
  };
201
202
 
202
203
 
@@ -206,7 +207,7 @@ export interface FileMultipartSection$instance {
206
207
  readonly __tsonic_type_Microsoft_AspNetCore_WebUtilities_FileMultipartSection: never;
207
208
 
208
209
  readonly FileName: string;
209
- readonly FileStream: Stream | undefined;
210
+ readonly FileStream: Stream | null;
210
211
  readonly Name: string;
211
212
  readonly Section: MultipartSection;
212
213
  }
@@ -214,7 +215,7 @@ export interface FileMultipartSection$instance {
214
215
 
215
216
  export const FileMultipartSection: {
216
217
  new(section: MultipartSection): FileMultipartSection;
217
- new(section: MultipartSection, header: ContentDispositionHeaderValue): FileMultipartSection;
218
+ new(section: MultipartSection, header: ContentDispositionHeaderValue | null): FileMultipartSection;
218
219
  };
219
220
 
220
221
 
@@ -232,7 +233,7 @@ export interface FormMultipartSection$instance {
232
233
 
233
234
  export const FormMultipartSection: {
234
235
  new(section: MultipartSection): FormMultipartSection;
235
- new(section: MultipartSection, header: ContentDispositionHeaderValue): FormMultipartSection;
236
+ new(section: MultipartSection, header: ContentDispositionHeaderValue | null): FormMultipartSection;
236
237
  };
237
238
 
238
239
 
@@ -298,8 +299,8 @@ export interface HttpRequestStreamReader$instance extends TextReader {
298
299
  Read(buffer: Span_1<System_Internal.Char>): int;
299
300
  ReadAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
300
301
  ReadAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
301
- ReadLine(): string | undefined;
302
- ReadLineAsync(): Task_1<string | undefined>;
302
+ ReadLine(): string | null;
303
+ ReadLineAsync(): Task_1<string | null>;
303
304
  ReadToEndAsync(): Task_1<System_Internal.String>;
304
305
  }
305
306
 
@@ -327,16 +328,16 @@ export interface HttpResponseStreamWriter$instance extends TextWriter {
327
328
  Write(value: char): void;
328
329
  Write(values: char[], index: int, count: int): void;
329
330
  Write(value: ReadOnlySpan_1<System_Internal.Char>): void;
330
- Write(value: string): void;
331
+ Write(value: string | null): void;
331
332
  WriteAsync(value: char): Task;
332
333
  WriteAsync(values: char[], index: int, count: int): Task;
333
- WriteAsync(value: string): Task;
334
+ WriteAsync(value: string | null): Task;
334
335
  WriteAsync(value: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
335
336
  WriteLine(value: ReadOnlySpan_1<System_Internal.Char>): void;
336
337
  WriteLineAsync(value: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
337
338
  WriteLineAsync(values: char[], index: int, count: int): Task;
338
339
  WriteLineAsync(value: char): Task;
339
- WriteLineAsync(value: string): Task;
340
+ WriteLineAsync(value: string | null): Task;
340
341
  }
341
342
 
342
343
 
@@ -356,7 +357,7 @@ export interface MultipartReader$instance {
356
357
  set BodyLengthLimit(value: Nullable_1<System_Internal.Int64> | long);
357
358
  HeadersCountLimit: int;
358
359
  HeadersLengthLimit: int;
359
- ReadNextSectionAsync(cancellationToken?: CancellationToken): Task_1<MultipartSection | undefined>;
360
+ ReadNextSectionAsync(cancellationToken?: CancellationToken): Task_1<MultipartSection | null>;
360
361
  }
361
362
 
362
363
 
@@ -376,10 +377,10 @@ export interface MultipartSection$instance {
376
377
  get BaseStreamOffset(): Nullable_1<System_Internal.Int64>;
377
378
  set BaseStreamOffset(value: Nullable_1<System_Internal.Int64> | long);
378
379
  Body: Stream;
379
- readonly ContentDisposition: string | undefined;
380
- readonly ContentType: string | undefined;
381
- get Headers(): Dictionary_2<System_Internal.String, StringValues> | undefined;
382
- set Headers(value: Dictionary_2<System_Internal.String, StringValues> | undefined);
380
+ readonly ContentDisposition: string | null;
381
+ readonly ContentType: string | null;
382
+ get Headers(): Dictionary_2<System_Internal.String, StringValues> | null;
383
+ set Headers(value: Dictionary_2<System_Internal.String, StringValues> | null);
383
384
  }
384
385
 
385
386
 
@@ -399,9 +400,9 @@ export abstract class Base64UrlTextEncoder$instance {
399
400
  export type Base64UrlTextEncoder = Base64UrlTextEncoder$instance;
400
401
 
401
402
  export abstract class MultipartSectionConverterExtensions$instance {
402
- static AsFileSection(section: MultipartSection): FileMultipartSection | undefined;
403
- static AsFormDataSection(section: MultipartSection): FormMultipartSection | undefined;
404
- static GetContentDispositionHeader(section: MultipartSection): ContentDispositionHeaderValue | undefined;
403
+ static AsFileSection(section: MultipartSection): FileMultipartSection | null;
404
+ static AsFormDataSection(section: MultipartSection): FormMultipartSection | null;
405
+ static GetContentDispositionHeader(section: MultipartSection): ContentDispositionHeaderValue | null;
405
406
  }
406
407
 
407
408
 
@@ -416,12 +417,12 @@ export abstract class MultipartSectionStreamExtensions$instance {
416
417
  export type MultipartSectionStreamExtensions = MultipartSectionStreamExtensions$instance;
417
418
 
418
419
  export abstract class QueryHelpers$instance {
419
- static AddQueryString(uri: string, queryString: IDictionary_2<System_Internal.String, System_Internal.String>): string;
420
+ static AddQueryString(uri: string, queryString: IDictionary_2<System_Internal.String, string | null>): string;
420
421
  static AddQueryString(uri: string, queryString: IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>): string;
421
422
  static AddQueryString(uri: string, queryString: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): string;
422
423
  static AddQueryString(uri: string, name: string, value: string): string;
423
- static ParseNullableQuery(queryString: string): Dictionary_2<System_Internal.String, StringValues> | undefined;
424
- static ParseQuery(queryString: string): Dictionary_2<System_Internal.String, StringValues>;
424
+ static ParseNullableQuery(queryString: string | null): Dictionary_2<System_Internal.String, StringValues> | null;
425
+ static ParseQuery(queryString: string | null): Dictionary_2<System_Internal.String, StringValues>;
425
426
  }
426
427
 
427
428
 
@@ -37,9 +37,9 @@ export { QueryHelpers$instance as QueryHelpers } from './Microsoft.AspNetCore.We
37
37
  export { ReasonPhrases$instance as ReasonPhrases } from './Microsoft.AspNetCore.WebUtilities/internal/index.js';
38
38
  export { StreamHelperExtensions$instance as StreamHelperExtensions } from './Microsoft.AspNetCore.WebUtilities/internal/index.js';
39
39
  export { QueryStringEnumerable as QueryStringEnumerable } from './Microsoft.AspNetCore.WebUtilities/internal/index.js';
40
- export { WebEncoders$instance as WebEncoders } from './Microsoft.AspNetCore.WebUtilities/internal/index.js';
41
40
  export { QueryStringEnumerable_EncodedNameValuePair as QueryStringEnumerable_EncodedNameValuePair } from './Microsoft.AspNetCore.WebUtilities/internal/index.js';
42
41
  export { QueryStringEnumerable_Enumerator as QueryStringEnumerable_Enumerator } from './Microsoft.AspNetCore.WebUtilities/internal/index.js';
42
+ export { WebEncoders$instance as WebEncoders } from './Microsoft.AspNetCore.WebUtilities/internal/index.js';
43
43
  // Extension methods (C# using semantics)
44
44
  export type { ExtensionMethods_Microsoft_AspNetCore_WebUtilities as ExtensionMethods } from './__internal/extensions/index.js';
45
45
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.Extensions.DependencyInjection
3
3
  // Assembly: Microsoft.AspNetCore.Antiforgery, Microsoft.AspNetCore.Authentication, Microsoft.AspNetCore.Authentication.BearerToken, Microsoft.AspNetCore.Authentication.Cookies, Microsoft.AspNetCore.Authentication.Core, Microsoft.AspNetCore.Authentication.OAuth, Microsoft.AspNetCore.Authorization, Microsoft.AspNetCore.Authorization.Policy, Microsoft.AspNetCore.Components, Microsoft.AspNetCore.Components.Authorization, Microsoft.AspNetCore.Components.Endpoints, Microsoft.AspNetCore.Components.Server, Microsoft.AspNetCore.CookiePolicy, Microsoft.AspNetCore.Cors, Microsoft.AspNetCore.DataProtection, Microsoft.AspNetCore.Diagnostics, Microsoft.AspNetCore.Http, Microsoft.AspNetCore.Http.Connections, Microsoft.AspNetCore.Http.Extensions, Microsoft.AspNetCore.HttpLogging, Microsoft.AspNetCore.HttpOverrides, Microsoft.AspNetCore.Identity, Microsoft.AspNetCore.Localization, Microsoft.AspNetCore.Mvc, Microsoft.AspNetCore.Mvc.ApiExplorer, Microsoft.AspNetCore.Mvc.Core, Microsoft.AspNetCore.Mvc.Cors, Microsoft.AspNetCore.Mvc.DataAnnotations, Microsoft.AspNetCore.Mvc.Formatters.Xml, Microsoft.AspNetCore.Mvc.Localization, Microsoft.AspNetCore.Mvc.Razor, Microsoft.AspNetCore.Mvc.RazorPages, Microsoft.AspNetCore.Mvc.TagHelpers, Microsoft.AspNetCore.Mvc.ViewFeatures, Microsoft.AspNetCore.OutputCaching, Microsoft.AspNetCore.RequestDecompression, Microsoft.AspNetCore.ResponseCaching, Microsoft.AspNetCore.Routing, Microsoft.AspNetCore.Session, Microsoft.AspNetCore.SignalR, Microsoft.AspNetCore.SignalR.Core, Microsoft.AspNetCore.SignalR.Protocols.Json, Microsoft.AspNetCore.StaticFiles, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.HealthChecks, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Identity.Core, Microsoft.Extensions.Localization, Microsoft.Extensions.Logging, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Validation, Microsoft.Extensions.WebEncoders
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ 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';
7
+
7
8
 
8
9
  // Import types from other namespaces
9
10
  import type { AntiforgeryOptions } from "../../Microsoft.AspNetCore.Antiforgery/internal/index.js";
@@ -97,7 +98,7 @@ export interface OAuthPostConfigureOptions_2$instance<TOptions extends OAuthOpti
97
98
 
98
99
  readonly __tsonic_iface_Microsoft_Extensions_Options_IPostConfigureOptions_1: never;
99
100
 
100
- PostConfigure(name: string, options: TOptions): void;
101
+ PostConfigure(name: string | null, options: TOptions): void;
101
102
  }
102
103
 
103
104
 
@@ -188,7 +189,7 @@ export abstract class CertificateForwardingServiceExtensions$instance {
188
189
  export type CertificateForwardingServiceExtensions = CertificateForwardingServiceExtensions$instance;
189
190
 
190
191
  export abstract class ComponentServiceCollectionExtensions$instance {
191
- static AddServerSideBlazor(services: IServiceCollection, configure?: Action_1<CircuitOptions>): IServerSideBlazorBuilder;
192
+ static AddServerSideBlazor(services: IServiceCollection, configure?: Action_1<CircuitOptions> | null): IServerSideBlazorBuilder;
192
193
  }
193
194
 
194
195
 
@@ -205,7 +206,7 @@ export type ConnectionsDependencyInjectionExtensions = ConnectionsDependencyInje
205
206
  export abstract class CookieExtensions$instance {
206
207
  static AddCookie(builder: AuthenticationBuilder, configureOptions: Action_1<CookieAuthenticationOptions>): AuthenticationBuilder;
207
208
  static AddCookie(builder: AuthenticationBuilder, authenticationScheme: string, configureOptions: Action_1<CookieAuthenticationOptions>): AuthenticationBuilder;
208
- static AddCookie(builder: AuthenticationBuilder, authenticationScheme: string, displayName: string, configureOptions: Action_1<CookieAuthenticationOptions>): AuthenticationBuilder;
209
+ static AddCookie(builder: AuthenticationBuilder, authenticationScheme: string, displayName: string | null, configureOptions: Action_1<CookieAuthenticationOptions>): AuthenticationBuilder;
209
210
  static AddCookie(builder: AuthenticationBuilder, authenticationScheme: string): AuthenticationBuilder;
210
211
  static AddCookie(builder: AuthenticationBuilder): AuthenticationBuilder;
211
212
  }
@@ -368,7 +369,7 @@ export abstract class MvcCorsMvcCoreBuilderExtensions$instance {
368
369
  export type MvcCorsMvcCoreBuilderExtensions = MvcCorsMvcCoreBuilderExtensions$instance;
369
370
 
370
371
  export abstract class MvcDataAnnotationsMvcBuilderExtensions$instance {
371
- static AddDataAnnotationsLocalization(builder: IMvcBuilder, setupAction: Action_1<MvcDataAnnotationsLocalizationOptions>): IMvcBuilder;
372
+ static AddDataAnnotationsLocalization(builder: IMvcBuilder, setupAction: Action_1<MvcDataAnnotationsLocalizationOptions> | null): IMvcBuilder;
372
373
  static AddDataAnnotationsLocalization(builder: IMvcBuilder): IMvcBuilder;
373
374
  }
374
375
 
@@ -377,7 +378,7 @@ export type MvcDataAnnotationsMvcBuilderExtensions = MvcDataAnnotationsMvcBuilde
377
378
 
378
379
  export abstract class MvcDataAnnotationsMvcCoreBuilderExtensions$instance {
379
380
  static AddDataAnnotations(builder: IMvcCoreBuilder): IMvcCoreBuilder;
380
- static AddDataAnnotationsLocalization(builder: IMvcCoreBuilder, setupAction: Action_1<MvcDataAnnotationsLocalizationOptions>): IMvcCoreBuilder;
381
+ static AddDataAnnotationsLocalization(builder: IMvcCoreBuilder, setupAction: Action_1<MvcDataAnnotationsLocalizationOptions> | null): IMvcCoreBuilder;
381
382
  static AddDataAnnotationsLocalization(builder: IMvcCoreBuilder): IMvcCoreBuilder;
382
383
  }
383
384
 
@@ -385,17 +386,17 @@ export abstract class MvcDataAnnotationsMvcCoreBuilderExtensions$instance {
385
386
  export type MvcDataAnnotationsMvcCoreBuilderExtensions = MvcDataAnnotationsMvcCoreBuilderExtensions$instance;
386
387
 
387
388
  export abstract class MvcLocalizationMvcBuilderExtensions$instance {
388
- static AddMvcLocalization(builder: IMvcBuilder, format: LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions>): IMvcBuilder;
389
+ static AddMvcLocalization(builder: IMvcBuilder, format: LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions> | null): IMvcBuilder;
389
390
  static AddMvcLocalization(builder: IMvcBuilder, format: LanguageViewLocationExpanderFormat): IMvcBuilder;
390
- static AddMvcLocalization(builder: IMvcBuilder, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions>): IMvcBuilder;
391
- static AddMvcLocalization(builder: IMvcBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions>, format: LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions>): IMvcBuilder;
392
- static AddMvcLocalization(builder: IMvcBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions>, format: LanguageViewLocationExpanderFormat): IMvcBuilder;
393
- static AddMvcLocalization(builder: IMvcBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions>, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions>): IMvcBuilder;
394
- static AddMvcLocalization(builder: IMvcBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions>): IMvcBuilder;
391
+ static AddMvcLocalization(builder: IMvcBuilder, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions> | null): IMvcBuilder;
392
+ static AddMvcLocalization(builder: IMvcBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions> | null, format: LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions> | null): IMvcBuilder;
393
+ static AddMvcLocalization(builder: IMvcBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions> | null, format: LanguageViewLocationExpanderFormat): IMvcBuilder;
394
+ static AddMvcLocalization(builder: IMvcBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions> | null, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions> | null): IMvcBuilder;
395
+ static AddMvcLocalization(builder: IMvcBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions> | null): IMvcBuilder;
395
396
  static AddMvcLocalization(builder: IMvcBuilder): IMvcBuilder;
396
- static AddViewLocalization(builder: IMvcBuilder, format: LanguageViewLocationExpanderFormat, setupAction: Action_1<LocalizationOptions>): IMvcBuilder;
397
+ static AddViewLocalization(builder: IMvcBuilder, format: LanguageViewLocationExpanderFormat, setupAction: Action_1<LocalizationOptions> | null): IMvcBuilder;
397
398
  static AddViewLocalization(builder: IMvcBuilder, format: LanguageViewLocationExpanderFormat): IMvcBuilder;
398
- static AddViewLocalization(builder: IMvcBuilder, setupAction: Action_1<LocalizationOptions>): IMvcBuilder;
399
+ static AddViewLocalization(builder: IMvcBuilder, setupAction: Action_1<LocalizationOptions> | null): IMvcBuilder;
399
400
  static AddViewLocalization(builder: IMvcBuilder): IMvcBuilder;
400
401
  }
401
402
 
@@ -403,17 +404,17 @@ export abstract class MvcLocalizationMvcBuilderExtensions$instance {
403
404
  export type MvcLocalizationMvcBuilderExtensions = MvcLocalizationMvcBuilderExtensions$instance;
404
405
 
405
406
  export abstract class MvcLocalizationMvcCoreBuilderExtensions$instance {
406
- static AddMvcLocalization(builder: IMvcCoreBuilder, format: LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions>): IMvcCoreBuilder;
407
+ static AddMvcLocalization(builder: IMvcCoreBuilder, format: LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions> | null): IMvcCoreBuilder;
407
408
  static AddMvcLocalization(builder: IMvcCoreBuilder, format: LanguageViewLocationExpanderFormat): IMvcCoreBuilder;
408
- static AddMvcLocalization(builder: IMvcCoreBuilder, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions>): IMvcCoreBuilder;
409
- static AddMvcLocalization(builder: IMvcCoreBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions>, format: LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions>): IMvcCoreBuilder;
410
- static AddMvcLocalization(builder: IMvcCoreBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions>, format: LanguageViewLocationExpanderFormat): IMvcCoreBuilder;
411
- static AddMvcLocalization(builder: IMvcCoreBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions>, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions>): IMvcCoreBuilder;
412
- static AddMvcLocalization(builder: IMvcCoreBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions>): IMvcCoreBuilder;
409
+ static AddMvcLocalization(builder: IMvcCoreBuilder, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions> | null): IMvcCoreBuilder;
410
+ static AddMvcLocalization(builder: IMvcCoreBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions> | null, format: LanguageViewLocationExpanderFormat, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions> | null): IMvcCoreBuilder;
411
+ static AddMvcLocalization(builder: IMvcCoreBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions> | null, format: LanguageViewLocationExpanderFormat): IMvcCoreBuilder;
412
+ static AddMvcLocalization(builder: IMvcCoreBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions> | null, dataAnnotationsLocalizationOptionsSetupAction: Action_1<MvcDataAnnotationsLocalizationOptions> | null): IMvcCoreBuilder;
413
+ static AddMvcLocalization(builder: IMvcCoreBuilder, localizationOptionsSetupAction: Action_1<LocalizationOptions> | null): IMvcCoreBuilder;
413
414
  static AddMvcLocalization(builder: IMvcCoreBuilder): IMvcCoreBuilder;
414
- static AddViewLocalization(builder: IMvcCoreBuilder, format: LanguageViewLocationExpanderFormat, setupAction: Action_1<LocalizationOptions>): IMvcCoreBuilder;
415
+ static AddViewLocalization(builder: IMvcCoreBuilder, format: LanguageViewLocationExpanderFormat, setupAction: Action_1<LocalizationOptions> | null): IMvcCoreBuilder;
415
416
  static AddViewLocalization(builder: IMvcCoreBuilder, format: LanguageViewLocationExpanderFormat): IMvcCoreBuilder;
416
- static AddViewLocalization(builder: IMvcCoreBuilder, setupAction: Action_1<LocalizationOptions>): IMvcCoreBuilder;
417
+ static AddViewLocalization(builder: IMvcCoreBuilder, setupAction: Action_1<LocalizationOptions> | null): IMvcCoreBuilder;
417
418
  static AddViewLocalization(builder: IMvcCoreBuilder): IMvcCoreBuilder;
418
419
  }
419
420
 
@@ -458,13 +459,13 @@ export abstract class MvcRazorPagesMvcCoreBuilderExtensions$instance {
458
459
  export type MvcRazorPagesMvcCoreBuilderExtensions = MvcRazorPagesMvcCoreBuilderExtensions$instance;
459
460
 
460
461
  export abstract class MvcServiceCollectionExtensions$instance {
461
- static AddControllers(services: IServiceCollection, configure: Action_1<MvcOptions>): IMvcBuilder;
462
+ static AddControllers(services: IServiceCollection, configure: Action_1<MvcOptions> | null): IMvcBuilder;
462
463
  static AddControllers(services: IServiceCollection): IMvcBuilder;
463
- static AddControllersWithViews(services: IServiceCollection, configure: Action_1<MvcOptions>): IMvcBuilder;
464
+ static AddControllersWithViews(services: IServiceCollection, configure: Action_1<MvcOptions> | null): IMvcBuilder;
464
465
  static AddControllersWithViews(services: IServiceCollection): IMvcBuilder;
465
466
  static AddMvc(services: IServiceCollection, setupAction: Action_1<MvcOptions>): IMvcBuilder;
466
467
  static AddMvc(services: IServiceCollection): IMvcBuilder;
467
- static AddRazorPages(services: IServiceCollection, configure: Action_1<RazorPagesOptions>): IMvcBuilder;
468
+ static AddRazorPages(services: IServiceCollection, configure: Action_1<RazorPagesOptions> | null): IMvcBuilder;
468
469
  static AddRazorPages(services: IServiceCollection): IMvcBuilder;
469
470
  }
470
471
 
@@ -578,7 +579,7 @@ export abstract class PolicyServiceCollectionExtensions$instance {
578
579
  export type PolicyServiceCollectionExtensions = PolicyServiceCollectionExtensions$instance;
579
580
 
580
581
  export abstract class ProblemDetailsServiceCollectionExtensions$instance {
581
- static AddProblemDetails(services: IServiceCollection, configure: Action_1<ProblemDetailsOptions>): IServiceCollection;
582
+ static AddProblemDetails(services: IServiceCollection, configure: Action_1<ProblemDetailsOptions> | null): IServiceCollection;
582
583
  static AddProblemDetails(services: IServiceCollection): IServiceCollection;
583
584
  }
584
585
 
@@ -593,7 +594,7 @@ export abstract class RazorComponentsRazorComponentBuilderExtensions$instance {
593
594
  export type RazorComponentsRazorComponentBuilderExtensions = RazorComponentsRazorComponentBuilderExtensions$instance;
594
595
 
595
596
  export abstract class RazorComponentsServiceCollectionExtensions$instance {
596
- static AddRazorComponents(services: IServiceCollection, configure?: Action_1<RazorComponentsServiceOptions>): IRazorComponentsBuilder;
597
+ static AddRazorComponents(services: IServiceCollection, configure?: Action_1<RazorComponentsServiceOptions> | null): IRazorComponentsBuilder;
597
598
  }
598
599
 
599
600
 
@@ -641,7 +642,7 @@ export abstract class RoutingServiceCollectionExtensions$instance {
641
642
  export type RoutingServiceCollectionExtensions = RoutingServiceCollectionExtensions$instance;
642
643
 
643
644
  export abstract class ServerRazorComponentsBuilderExtensions$instance {
644
- static AddInteractiveServerComponents(builder: IRazorComponentsBuilder, configure?: Action_1<CircuitOptions>): IServerSideBlazorBuilder;
645
+ static AddInteractiveServerComponents(builder: IRazorComponentsBuilder, configure?: Action_1<CircuitOptions> | null): IServerSideBlazorBuilder;
645
646
  }
646
647
 
647
648
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.Extensions.Hosting
3
3
  // Assembly: Microsoft.AspNetCore, Microsoft.AspNetCore.Hosting, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ 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';
7
+
7
8
 
8
9
  // Import types from other namespaces
9
10
  import type { IWebHostBuilder } from "../../Microsoft.AspNetCore.Hosting/internal/index.js";
@@ -2,11 +2,9 @@
2
2
  // Namespace: Microsoft.JSInterop
3
3
  // Assembly: Microsoft.JSInterop
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ 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';
7
7
 
8
- // Import support types from @tsonic/core
9
- import type { ptr } from "@tsonic/core/types.js";
10
8
 
11
9
  // Import types from other namespaces
12
10
  import type { DotNetInvocationInfo, DotNetInvocationResult, JSInvocationInfo } from "../../Microsoft.JSInterop.Infrastructure/internal/index.js";
@@ -33,10 +31,10 @@ export interface IJSInProcessObjectReference$instance extends IJSObjectReference
33
31
  GetValue<TValue>(identifier: string): TValue;
34
32
  GetValueAsync<TValue>(identifier: string, cancellationToken: CancellationToken): ValueTask_1<TValue>;
35
33
  GetValueAsync<TValue>(identifier: string): ValueTask_1<TValue>;
36
- Invoke<TValue>(identifier: string, ...args: unknown[]): TValue;
37
- InvokeAsync<TValue>(identifier: string, args: unknown[]): ValueTask_1<TValue>;
38
- InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ValueTask_1<TValue>;
39
- InvokeConstructor(identifier: string, args: unknown[]): IJSInProcessObjectReference;
34
+ Invoke<TValue>(identifier: string, ...args: (JsValue | null)[] | null): TValue;
35
+ InvokeAsync<TValue>(identifier: string, args: (JsValue | null)[] | null): ValueTask_1<TValue>;
36
+ InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: (JsValue | null)[] | null): ValueTask_1<TValue>;
37
+ InvokeConstructor(identifier: string, args: (JsValue | null)[] | null): IJSInProcessObjectReference;
40
38
  SetValue<TValue>(identifier: string, value: TValue): void;
41
39
  SetValueAsync<TValue>(identifier: string, value: TValue, cancellationToken: CancellationToken): ValueTask;
42
40
  SetValueAsync<TValue>(identifier: string, value: TValue): ValueTask;
@@ -53,10 +51,10 @@ export interface IJSInProcessRuntime$instance {
53
51
  GetValue<TValue>(identifier: string): TValue;
54
52
  GetValueAsync<TValue>(identifier: string, cancellationToken: CancellationToken): ValueTask_1<TValue>;
55
53
  GetValueAsync<TValue>(identifier: string): ValueTask_1<TValue>;
56
- Invoke<TResult>(identifier: string, ...args: unknown[]): TResult;
57
- InvokeAsync<TValue>(identifier: string, args: unknown[]): ValueTask_1<TValue>;
58
- InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ValueTask_1<TValue>;
59
- InvokeConstructor(identifier: string, ...args: unknown[]): IJSInProcessObjectReference;
54
+ Invoke<TResult>(identifier: string, ...args: (JsValue | null)[] | null): TResult;
55
+ InvokeAsync<TValue>(identifier: string, args: (JsValue | null)[] | null): ValueTask_1<TValue>;
56
+ InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: (JsValue | null)[] | null): ValueTask_1<TValue>;
57
+ InvokeConstructor(identifier: string, ...args: (JsValue | null)[] | null): IJSInProcessObjectReference;
60
58
  SetValue<TValue>(identifier: string, value: TValue): void;
61
59
  SetValueAsync<TValue>(identifier: string, value: TValue, cancellationToken: CancellationToken): ValueTask;
62
60
  SetValueAsync<TValue>(identifier: string, value: TValue): ValueTask;
@@ -70,8 +68,8 @@ export interface IJSObjectReference$instance extends IAsyncDisposable {
70
68
 
71
69
  GetValueAsync<TValue>(identifier: string, cancellationToken: CancellationToken): ValueTask_1<TValue>;
72
70
  GetValueAsync<TValue>(identifier: string): ValueTask_1<TValue>;
73
- InvokeAsync<TValue>(identifier: string, args: unknown[]): ValueTask_1<TValue>;
74
- InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ValueTask_1<TValue>;
71
+ InvokeAsync<TValue>(identifier: string, args: (JsValue | null)[] | null): ValueTask_1<TValue>;
72
+ InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: (JsValue | null)[] | null): ValueTask_1<TValue>;
75
73
  SetValueAsync<TValue>(identifier: string, value: TValue, cancellationToken: CancellationToken): ValueTask;
76
74
  SetValueAsync<TValue>(identifier: string, value: TValue): ValueTask;
77
75
  }
@@ -86,8 +84,8 @@ export interface IJSRuntime$instance {
86
84
 
87
85
  GetValueAsync<TValue>(identifier: string, cancellationToken: CancellationToken): ValueTask_1<TValue>;
88
86
  GetValueAsync<TValue>(identifier: string): ValueTask_1<TValue>;
89
- InvokeAsync<TValue>(identifier: string, args: unknown[]): ValueTask_1<TValue>;
90
- InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ValueTask_1<TValue>;
87
+ InvokeAsync<TValue>(identifier: string, args: (JsValue | null)[] | null): ValueTask_1<TValue>;
88
+ InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: (JsValue | null)[] | null): ValueTask_1<TValue>;
91
89
  SetValueAsync<TValue>(identifier: string, value: TValue, cancellationToken: CancellationToken): ValueTask;
92
90
  SetValueAsync<TValue>(identifier: string, value: TValue): ValueTask;
93
91
  }
@@ -181,11 +179,11 @@ export interface JSInProcessRuntime$instance extends JSRuntime, System_Internal.
181
179
  readonly __tsonic_iface_System_IDisposable: never;
182
180
 
183
181
  GetValue<TValue>(identifier: string): TValue;
184
- Invoke<TValue>(identifier: string, ...args: unknown[]): TValue;
185
- InvokeConstructor(identifier: string, ...args: unknown[]): IJSInProcessObjectReference;
186
- InvokeJS(identifier: string, argsJson: string): string | undefined;
187
- InvokeJS(identifier: string, argsJson: string, resultType: JSCallResultType, targetInstanceId: long): string | undefined;
188
- InvokeJS(invocationInfo: JSInvocationInfo): string | undefined;
182
+ Invoke<TValue>(identifier: string, ...args: (JsValue | null)[] | null): TValue;
183
+ InvokeConstructor(identifier: string, ...args: (JsValue | null)[] | null): IJSInProcessObjectReference;
184
+ InvokeJS(identifier: string, argsJson: string | null): string | null;
185
+ InvokeJS(identifier: string, argsJson: string | null, resultType: JSCallResultType, targetInstanceId: long): string | null;
186
+ InvokeJS(invocationInfo: JSInvocationInfo): string | null;
189
187
  SetValue<TValue>(identifier: string, value: TValue): void;
190
188
  }
191
189
 
@@ -205,7 +203,7 @@ export type JSInProcessRuntime = JSInProcessRuntime$instance & __JSInProcessRunt
205
203
  export interface JSInvokableAttribute$instance extends Attribute {
206
204
  readonly __tsonic_type_Microsoft_JSInterop_JSInvokableAttribute: never;
207
205
 
208
- readonly Identifier: string | undefined;
206
+ readonly Identifier: string | null;
209
207
  }
210
208
 
211
209
 
@@ -222,17 +220,17 @@ export interface JSRuntime$instance {
222
220
 
223
221
  readonly __tsonic_iface_System_IDisposable: never;
224
222
 
225
- BeginInvokeJS(taskId: long, identifier: string, argsJson: string): void;
226
- BeginInvokeJS(taskId: long, identifier: string, argsJson: string, resultType: JSCallResultType, targetInstanceId: long): void;
223
+ BeginInvokeJS(taskId: long, identifier: string, argsJson: string | null): void;
224
+ BeginInvokeJS(taskId: long, identifier: string, argsJson: string | null, resultType: JSCallResultType, targetInstanceId: long): void;
227
225
  BeginInvokeJS(invocationInfo: JSInvocationInfo): void;
228
226
  Dispose(): void;
229
227
  EndInvokeDotNet(invocationInfo: DotNetInvocationInfo, invocationResult: DotNetInvocationResult): void;
230
228
  GetValueAsync<TValue>(identifier: string): ValueTask_1<TValue>;
231
229
  GetValueAsync<TValue>(identifier: string, cancellationToken: CancellationToken): ValueTask_1<TValue>;
232
- InvokeAsync<TValue>(identifier: string, args: unknown[]): ValueTask_1<TValue>;
233
- InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ValueTask_1<TValue>;
234
- InvokeConstructorAsync(identifier: string, args: unknown[]): ValueTask_1<IJSObjectReference>;
235
- InvokeConstructorAsync(identifier: string, cancellationToken: CancellationToken, args: unknown[]): ValueTask_1<IJSObjectReference>;
230
+ InvokeAsync<TValue>(identifier: string, args: (JsValue | null)[] | null): ValueTask_1<TValue>;
231
+ InvokeAsync<TValue>(identifier: string, cancellationToken: CancellationToken, args: (JsValue | null)[] | null): ValueTask_1<TValue>;
232
+ InvokeConstructorAsync(identifier: string, args: (JsValue | null)[] | null): ValueTask_1<IJSObjectReference>;
233
+ InvokeConstructorAsync(identifier: string, cancellationToken: CancellationToken, args: (JsValue | null)[] | null): ValueTask_1<IJSObjectReference>;
236
234
  ReadJSDataAsStreamAsync(jsStreamReference: IJSStreamReference, totalLength: long, cancellationToken?: CancellationToken): Task_1<Stream>;
237
235
  ReceiveByteArray(id: int, data: byte[]): void;
238
236
  SendByteArray(id: int, data: byte[]): void;
@@ -256,14 +254,14 @@ export abstract class DotNetObjectReference$instance {
256
254
  export type DotNetObjectReference = DotNetObjectReference$instance;
257
255
 
258
256
  export abstract class JSInProcessObjectReferenceExtensions$instance {
259
- static InvokeVoid(jsObjectReference: IJSInProcessObjectReference, identifier: string, ...args: unknown[]): void;
257
+ static InvokeVoid(jsObjectReference: IJSInProcessObjectReference, identifier: string, ...args: (JsValue | null)[] | null): void;
260
258
  }
261
259
 
262
260
 
263
261
  export type JSInProcessObjectReferenceExtensions = JSInProcessObjectReferenceExtensions$instance;
264
262
 
265
263
  export abstract class JSInProcessRuntimeExtensions$instance {
266
- static InvokeVoid(jsRuntime: IJSInProcessRuntime, identifier: string, ...args: unknown[]): void;
264
+ static InvokeVoid(jsRuntime: IJSInProcessRuntime, identifier: string, ...args: (JsValue | null)[] | null): void;
267
265
  }
268
266
 
269
267
 
@@ -271,15 +269,15 @@ export type JSInProcessRuntimeExtensions = JSInProcessRuntimeExtensions$instance
271
269
 
272
270
  export abstract class JSObjectReferenceExtensions$instance {
273
271
  static GetValueAsync<TValue>(jsObjectReference: IJSObjectReference, identifier: string, timeout: TimeSpan): ValueTask_1<TValue>;
274
- static InvokeAsync<TValue>(jsObjectReference: IJSObjectReference, identifier: string, ...args: unknown[]): ValueTask_1<TValue>;
275
- static InvokeAsync<TValue>(jsObjectReference: IJSObjectReference, identifier: string, cancellationToken: CancellationToken, ...args: unknown[]): ValueTask_1<TValue>;
276
- static InvokeAsync<TValue>(jsObjectReference: IJSObjectReference, identifier: string, timeout: TimeSpan, ...args: unknown[]): ValueTask_1<TValue>;
277
- static InvokeConstructorAsync(jsObjectReference: IJSObjectReference, identifier: string, ...args: unknown[]): ValueTask_1<IJSObjectReference>;
278
- static InvokeConstructorAsync(jsObjectReference: IJSObjectReference, identifier: string, cancellationToken: CancellationToken, args: unknown[]): ValueTask_1<IJSObjectReference>;
279
- static InvokeConstructorAsync(jsObjectReference: IJSObjectReference, identifier: string, timeout: TimeSpan, args: unknown[]): ValueTask_1<IJSObjectReference>;
280
- static InvokeVoidAsync(jsObjectReference: IJSObjectReference, identifier: string, ...args: unknown[]): ValueTask;
281
- static InvokeVoidAsync(jsObjectReference: IJSObjectReference, identifier: string, cancellationToken: CancellationToken, ...args: unknown[]): ValueTask;
282
- static InvokeVoidAsync(jsObjectReference: IJSObjectReference, identifier: string, timeout: TimeSpan, ...args: unknown[]): ValueTask;
272
+ static InvokeAsync<TValue>(jsObjectReference: IJSObjectReference, identifier: string, ...args: (JsValue | null)[] | null): ValueTask_1<TValue>;
273
+ static InvokeAsync<TValue>(jsObjectReference: IJSObjectReference, identifier: string, cancellationToken: CancellationToken, ...args: (JsValue | null)[] | null): ValueTask_1<TValue>;
274
+ static InvokeAsync<TValue>(jsObjectReference: IJSObjectReference, identifier: string, timeout: TimeSpan, ...args: (JsValue | null)[] | null): ValueTask_1<TValue>;
275
+ static InvokeConstructorAsync(jsObjectReference: IJSObjectReference, identifier: string, ...args: (JsValue | null)[] | null): ValueTask_1<IJSObjectReference>;
276
+ static InvokeConstructorAsync(jsObjectReference: IJSObjectReference, identifier: string, cancellationToken: CancellationToken, args: (JsValue | null)[] | null): ValueTask_1<IJSObjectReference>;
277
+ static InvokeConstructorAsync(jsObjectReference: IJSObjectReference, identifier: string, timeout: TimeSpan, args: (JsValue | null)[] | null): ValueTask_1<IJSObjectReference>;
278
+ static InvokeVoidAsync(jsObjectReference: IJSObjectReference, identifier: string, ...args: (JsValue | null)[] | null): ValueTask;
279
+ static InvokeVoidAsync(jsObjectReference: IJSObjectReference, identifier: string, cancellationToken: CancellationToken, ...args: (JsValue | null)[] | null): ValueTask;
280
+ static InvokeVoidAsync(jsObjectReference: IJSObjectReference, identifier: string, timeout: TimeSpan, ...args: (JsValue | null)[] | null): ValueTask;
283
281
  static SetValueAsync<TValue>(jsObjectReference: IJSObjectReference, identifier: string, value: TValue, timeout: TimeSpan): ValueTask;
284
282
  }
285
283
 
@@ -288,15 +286,15 @@ export type JSObjectReferenceExtensions = JSObjectReferenceExtensions$instance;
288
286
 
289
287
  export abstract class JSRuntimeExtensions$instance {
290
288
  static GetValueAsync<TValue>(jsRuntime: IJSRuntime, identifier: string, timeout: TimeSpan): ValueTask_1<TValue>;
291
- static InvokeAsync<TValue>(jsRuntime: IJSRuntime, identifier: string, ...args: unknown[]): ValueTask_1<TValue>;
292
- static InvokeAsync<TValue>(jsRuntime: IJSRuntime, identifier: string, cancellationToken: CancellationToken, ...args: unknown[]): ValueTask_1<TValue>;
293
- static InvokeAsync<TValue>(jsRuntime: IJSRuntime, identifier: string, timeout: TimeSpan, ...args: unknown[]): ValueTask_1<TValue>;
294
- static InvokeConstructorAsync(jsRuntime: IJSRuntime, identifier: string, ...args: unknown[]): ValueTask_1<IJSObjectReference>;
295
- static InvokeConstructorAsync(jsRuntime: IJSRuntime, identifier: string, cancellationToken: CancellationToken, args: unknown[]): ValueTask_1<IJSObjectReference>;
296
- static InvokeConstructorAsync(jsRuntime: IJSRuntime, identifier: string, timeout: TimeSpan, args: unknown[]): ValueTask_1<IJSObjectReference>;
297
- static InvokeVoidAsync(jsRuntime: IJSRuntime, identifier: string, ...args: unknown[]): ValueTask;
298
- static InvokeVoidAsync(jsRuntime: IJSRuntime, identifier: string, cancellationToken: CancellationToken, ...args: unknown[]): ValueTask;
299
- static InvokeVoidAsync(jsRuntime: IJSRuntime, identifier: string, timeout: TimeSpan, ...args: unknown[]): ValueTask;
289
+ static InvokeAsync<TValue>(jsRuntime: IJSRuntime, identifier: string, ...args: (JsValue | null)[] | null): ValueTask_1<TValue>;
290
+ static InvokeAsync<TValue>(jsRuntime: IJSRuntime, identifier: string, cancellationToken: CancellationToken, ...args: (JsValue | null)[] | null): ValueTask_1<TValue>;
291
+ static InvokeAsync<TValue>(jsRuntime: IJSRuntime, identifier: string, timeout: TimeSpan, ...args: (JsValue | null)[] | null): ValueTask_1<TValue>;
292
+ static InvokeConstructorAsync(jsRuntime: IJSRuntime, identifier: string, ...args: (JsValue | null)[] | null): ValueTask_1<IJSObjectReference>;
293
+ static InvokeConstructorAsync(jsRuntime: IJSRuntime, identifier: string, cancellationToken: CancellationToken, args: (JsValue | null)[] | null): ValueTask_1<IJSObjectReference>;
294
+ static InvokeConstructorAsync(jsRuntime: IJSRuntime, identifier: string, timeout: TimeSpan, args: (JsValue | null)[] | null): ValueTask_1<IJSObjectReference>;
295
+ static InvokeVoidAsync(jsRuntime: IJSRuntime, identifier: string, ...args: (JsValue | null)[] | null): ValueTask;
296
+ static InvokeVoidAsync(jsRuntime: IJSRuntime, identifier: string, cancellationToken: CancellationToken, ...args: (JsValue | null)[] | null): ValueTask;
297
+ static InvokeVoidAsync(jsRuntime: IJSRuntime, identifier: string, timeout: TimeSpan, ...args: (JsValue | null)[] | null): ValueTask;
300
298
  static SetValueAsync<TValue>(jsRuntime: IJSRuntime, identifier: string, value: TValue, timeout: TimeSpan): ValueTask;
301
299
  }
302
300