@tsonic/aspnetcore 10.0.40 → 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,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers
3
3
  // Assembly: Microsoft.AspNetCore.Mvc.ViewFeatures
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 { IHtmlContent } from "../../Microsoft.AspNetCore.Html/internal/index.js";
@@ -25,7 +26,7 @@ export type IViewBufferScope = IViewBufferScope$instance;
25
26
  export interface ViewBufferValue$instance {
26
27
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_Buffers_ViewBufferValue: never;
27
28
 
28
- readonly Value: unknown;
29
+ readonly Value: JsValue;
29
30
  }
30
31
 
31
32
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure
3
3
  // Assembly: Microsoft.AspNetCore.Mvc.ViewFeatures
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 { IDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
@@ -14,8 +15,8 @@ export interface TempDataSerializer$instance {
14
15
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_Infrastructure_TempDataSerializer: never;
15
16
 
16
17
  CanSerializeType(type: Type): boolean;
17
- Deserialize(unprotectedData: byte[]): IDictionary_2<System_Internal.String, unknown>;
18
- Serialize(values: IDictionary_2<System_Internal.String, unknown>): byte[];
18
+ Deserialize(unprotectedData: byte[]): IDictionary_2<System_Internal.String, JsValue>;
19
+ Serialize(values: IDictionary_2<System_Internal.String, JsValue>): byte[];
19
20
  }
20
21
 
21
22
 
@@ -38,6 +38,7 @@ import type { IOptions } from '@tsonic/microsoft-extensions/Microsoft.Extensions
38
38
  export type IKeepTempDataResult = Internal.IKeepTempDataResult;
39
39
  export { AntiforgeryExtensions$instance as AntiforgeryExtensions } from './Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js';
40
40
  export { AttributeDictionary as AttributeDictionary } from './Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js';
41
+ export { AttributeDictionary_Enumerator as AttributeDictionary_Enumerator } from './Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js';
41
42
  export { CookieTempDataProvider as CookieTempDataProvider } from './Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js';
42
43
  export { DefaultHtmlGenerator as DefaultHtmlGenerator } from './Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js';
43
44
  export { DefaultHtmlGeneratorExtensions$instance as DefaultHtmlGeneratorExtensions } from './Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js';
@@ -76,7 +77,6 @@ export { ViewDataEvaluator$instance as ViewDataEvaluator } from './Microsoft.Asp
76
77
  export { ViewDataInfo as ViewDataInfo } from './Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js';
77
78
  export { ViewExecutor as ViewExecutor } from './Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js';
78
79
  export { ViewResultExecutor as ViewResultExecutor } from './Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js';
79
- export { AttributeDictionary_Enumerator as AttributeDictionary_Enumerator } from './Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js';
80
80
 
81
81
  // Multi-arity family value exports (arity-0 constructors/static namespaces)
82
82
  export const HtmlHelper: typeof Internal.HtmlHelper;
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.OutputCaching
3
3
  // Assembly: Microsoft.AspNetCore.OutputCaching
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 { HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
@@ -22,7 +23,7 @@ export interface IOutputCacheBufferStore$instance extends IOutputCacheStore {
22
23
  EvictByTagAsync(tag: string, cancellationToken: CancellationToken): ValueTask;
23
24
  GetAsync(key: string, cancellationToken: CancellationToken): ValueTask_1<byte[]>;
24
25
  SetAsync(key: string, value: ReadOnlySequence_1<System_Internal.Byte>, tags: ReadOnlyMemory_1<System_Internal.String>, validFor: TimeSpan, cancellationToken: CancellationToken): ValueTask;
25
- SetAsync(key: string, value: byte[], tags: string[], validFor: TimeSpan, cancellationToken: CancellationToken): ValueTask;
26
+ SetAsync(key: string, value: byte[], tags: string[] | null, validFor: TimeSpan, cancellationToken: CancellationToken): ValueTask;
26
27
  TryGetAsync(key: string, destination: PipeWriter, cancellationToken: CancellationToken): ValueTask_1<System_Internal.Boolean>;
27
28
  }
28
29
 
@@ -52,7 +53,7 @@ export interface IOutputCacheStore$instance {
52
53
 
53
54
  EvictByTagAsync(tag: string, cancellationToken: CancellationToken): ValueTask;
54
55
  GetAsync(key: string, cancellationToken: CancellationToken): ValueTask_1<byte[]>;
55
- SetAsync(key: string, value: byte[], tags: string[], validFor: TimeSpan, cancellationToken: CancellationToken): ValueTask;
56
+ SetAsync(key: string, value: byte[], tags: string[] | null, validFor: TimeSpan, cancellationToken: CancellationToken): ValueTask;
56
57
  }
57
58
 
58
59
 
@@ -61,8 +62,8 @@ export type IOutputCacheStore = IOutputCacheStore$instance;
61
62
  export interface CacheVaryByRules$instance {
62
63
  readonly __tsonic_type_Microsoft_AspNetCore_OutputCaching_CacheVaryByRules: never;
63
64
 
64
- get CacheKeyPrefix(): string | undefined;
65
- set CacheKeyPrefix(value: string | undefined);
65
+ get CacheKeyPrefix(): string | null;
66
+ set CacheKeyPrefix(value: string | null);
66
67
  HeaderNames: StringValues;
67
68
  QueryKeys: StringValues;
68
69
  RouteValueNames: StringValues;
@@ -83,16 +84,16 @@ export interface OutputCacheAttribute$instance extends Attribute {
83
84
 
84
85
  Duration: int;
85
86
  NoStore: boolean;
86
- get PolicyName(): string | undefined;
87
- set PolicyName(value: string | undefined);
88
- get Tags(): string[] | undefined;
89
- set Tags(value: string[] | undefined);
90
- get VaryByHeaderNames(): string[] | undefined;
91
- set VaryByHeaderNames(value: string[] | undefined);
92
- get VaryByQueryKeys(): string[] | undefined;
93
- set VaryByQueryKeys(value: string[] | undefined);
94
- get VaryByRouteValueNames(): string[] | undefined;
95
- set VaryByRouteValueNames(value: string[] | undefined);
87
+ get PolicyName(): string | null;
88
+ set PolicyName(value: string | null);
89
+ get Tags(): string[] | null;
90
+ set Tags(value: string[] | null);
91
+ get VaryByHeaderNames(): string[] | null;
92
+ set VaryByHeaderNames(value: string[] | null);
93
+ get VaryByQueryKeys(): string[] | null;
94
+ set VaryByQueryKeys(value: string[] | null);
95
+ get VaryByRouteValueNames(): string[] | null;
96
+ set VaryByRouteValueNames(value: string[] | null);
96
97
  }
97
98
 
98
99
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.RateLimiting
3
3
  // Assembly: Microsoft.AspNetCore.RateLimiting
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 { HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
@@ -16,7 +17,7 @@ import type { Action_1, Attribute, Func_2, Func_3, Int32, Object as ClrObject, S
16
17
  export interface IRateLimiterPolicy_1$instance<TPartitionKey> {
17
18
  readonly __tsonic_iface_Microsoft_AspNetCore_RateLimiting_IRateLimiterPolicy_1: never;
18
19
 
19
- readonly OnRejected: Func_3<OnRejectedContext, CancellationToken, ValueTask> | undefined;
20
+ readonly OnRejected: Func_3<OnRejectedContext, CancellationToken, ValueTask> | null;
20
21
  GetPartition(httpContext: HttpContext): RateLimitPartition_1<TPartitionKey>;
21
22
  }
22
23
 
@@ -39,7 +40,7 @@ export type DisableRateLimitingAttribute = DisableRateLimitingAttribute$instance
39
40
  export interface EnableRateLimitingAttribute$instance extends Attribute {
40
41
  readonly __tsonic_type_Microsoft_AspNetCore_RateLimiting_EnableRateLimitingAttribute: never;
41
42
 
42
- readonly PolicyName: string | undefined;
43
+ readonly PolicyName: string | null;
43
44
  }
44
45
 
45
46
 
@@ -68,10 +69,10 @@ export type OnRejectedContext = OnRejectedContext$instance;
68
69
  export interface RateLimiterOptions$instance {
69
70
  readonly __tsonic_type_Microsoft_AspNetCore_RateLimiting_RateLimiterOptions: never;
70
71
 
71
- get GlobalLimiter(): PartitionedRateLimiter_1<HttpContext> | undefined;
72
- set GlobalLimiter(value: PartitionedRateLimiter_1<HttpContext> | undefined);
73
- get OnRejected(): Func_3<OnRejectedContext, CancellationToken, ValueTask> | undefined;
74
- set OnRejected(value: Func_3<OnRejectedContext, CancellationToken, ValueTask> | undefined);
72
+ get GlobalLimiter(): PartitionedRateLimiter_1<HttpContext> | null;
73
+ set GlobalLimiter(value: PartitionedRateLimiter_1<HttpContext> | null);
74
+ get OnRejected(): Func_3<OnRejectedContext, CancellationToken, ValueTask> | null;
75
+ set OnRejected(value: Func_3<OnRejectedContext, CancellationToken, ValueTask> | null);
75
76
  RejectionStatusCode: int;
76
77
  AddPolicy<TPartitionKey>(policyName: string, partitioner: Func_2<HttpContext, RateLimitPartition_1<TPartitionKey>>): RateLimiterOptions;
77
78
  AddPolicy<TPartitionKey, TPolicy extends IRateLimiterPolicy_1<TPartitionKey>>(policyName: string): RateLimiterOptions;
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Razor.Hosting
3
3
  // Assembly: Microsoft.AspNetCore.Razor.Runtime
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 { IEnumerable_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
@@ -27,7 +28,7 @@ export interface RazorCompiledItem$instance {
27
28
 
28
29
  readonly Identifier: string;
29
30
  readonly Kind: string;
30
- readonly Metadata: IReadOnlyList_1<unknown>;
31
+ readonly Metadata: IReadOnlyList_1<JsValue>;
31
32
  readonly Type: Type;
32
33
  }
33
34
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Razor.Runtime.TagHelpers
3
3
  // Assembly: Microsoft.AspNetCore.Razor.Runtime
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 { HtmlAttributeValueStyle, ITagHelper, TagHelperAttribute, TagHelperContent, TagHelperContext, TagHelperOutput, TagMode } from "../../Microsoft.AspNetCore.Razor.TagHelpers/internal/index.js";
@@ -18,21 +19,21 @@ export interface TagHelperExecutionContext$instance {
18
19
 
19
20
  readonly ChildContentRetrieved: boolean;
20
21
  readonly Context: TagHelperContext;
21
- Items: IDictionary_2<unknown, unknown>;
22
+ Items: IDictionary_2<JsValue, JsValue>;
22
23
  Output: TagHelperOutput;
23
24
  readonly TagHelpers: IList_1<ITagHelper>;
24
25
  Add(tagHelper: ITagHelper): void;
25
- AddHtmlAttribute(name: string, value: unknown, valueStyle: HtmlAttributeValueStyle): void;
26
+ AddHtmlAttribute(name: string, value: JsValue, valueStyle: HtmlAttributeValueStyle): void;
26
27
  AddHtmlAttribute(attribute: TagHelperAttribute): void;
27
- AddTagHelperAttribute(name: string, value: unknown, valueStyle: HtmlAttributeValueStyle): void;
28
+ AddTagHelperAttribute(name: string, value: JsValue, valueStyle: HtmlAttributeValueStyle): void;
28
29
  AddTagHelperAttribute(attribute: TagHelperAttribute): void;
29
- Reinitialize(tagName: string, tagMode: TagMode, items: IDictionary_2<unknown, unknown>, uniqueId: string, executeChildContentAsync: Func_1<Task>): void;
30
+ Reinitialize(tagName: string, tagMode: TagMode, items: IDictionary_2<JsValue, JsValue>, uniqueId: string, executeChildContentAsync: Func_1<Task>): void;
30
31
  SetOutputContentAsync(): Task;
31
32
  }
32
33
 
33
34
 
34
35
  export const TagHelperExecutionContext: {
35
- new(tagName: string, tagMode: TagMode, items: IDictionary_2<unknown, unknown>, uniqueId: string, executeChildContentAsync: Func_1<Task>, startTagHelperWritingScope: Action_1<HtmlEncoder>, endTagHelperWritingScope: Func_1<TagHelperContent>): TagHelperExecutionContext;
36
+ new(tagName: string, tagMode: TagMode, items: IDictionary_2<JsValue, JsValue>, uniqueId: string, executeChildContentAsync: Func_1<Task>, startTagHelperWritingScope: Action_1<HtmlEncoder>, endTagHelperWritingScope: Func_1<TagHelperContent>): TagHelperExecutionContext;
36
37
  };
37
38
 
38
39
 
@@ -2,11 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Razor.TagHelpers
3
3
  // Assembly: Microsoft.AspNetCore.Razor
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 * as Microsoft_AspNetCore_Html_Internal from "../../Microsoft.AspNetCore.Html/internal/index.js";
@@ -260,11 +258,11 @@ export interface TagHelperAttribute$instance {
260
258
  readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContentContainer: never;
261
259
 
262
260
  readonly Name: string;
263
- readonly Value: unknown;
261
+ readonly Value: JsValue;
264
262
  readonly ValueStyle: HtmlAttributeValueStyle;
265
263
  CopyTo(destination: IHtmlContentBuilder): void;
266
264
  Equals(other: TagHelperAttribute): boolean;
267
- Equals(obj: unknown): boolean;
265
+ Equals(obj: JsValue): boolean;
268
266
  GetHashCode(): int;
269
267
  MoveTo(destination: IHtmlContentBuilder): void;
270
268
  WriteTo(writer: TextWriter, encoder: HtmlEncoder): void;
@@ -273,8 +271,8 @@ export interface TagHelperAttribute$instance {
273
271
 
274
272
  export const TagHelperAttribute: {
275
273
  new(name: string): TagHelperAttribute;
276
- new(name: string, value: unknown): TagHelperAttribute;
277
- new(name: string, value: unknown, valueStyle: HtmlAttributeValueStyle): TagHelperAttribute;
274
+ new(name: string, value: JsValue): TagHelperAttribute;
275
+ new(name: string, value: JsValue, valueStyle: HtmlAttributeValueStyle): TagHelperAttribute;
278
276
  };
279
277
 
280
278
 
@@ -298,14 +296,14 @@ export interface TagHelperAttributeList$instance extends ReadOnlyTagHelperAttrib
298
296
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
299
297
  readonly __tsonic_iface_System_Collections_IList: never;
300
298
 
301
- Add(name: string, value: unknown): void;
299
+ Add(name: string, value: JsValue): void;
302
300
  Add(attribute: TagHelperAttribute): void;
303
301
  Clear(): void;
304
302
  Insert(index: int, attribute: TagHelperAttribute): void;
305
303
  Remove(attribute: TagHelperAttribute): boolean;
306
304
  RemoveAll(name: string): boolean;
307
305
  RemoveAt(index: int): void;
308
- SetAttribute(name: string, value: unknown): void;
306
+ SetAttribute(name: string, value: JsValue): void;
309
307
  SetAttribute(attribute: TagHelperAttribute): void;
310
308
  }
311
309
 
@@ -352,8 +350,8 @@ export interface TagHelperContent$instance {
352
350
  readonly IsEmptyOrWhiteSpace: boolean;
353
351
  readonly IsModified: boolean;
354
352
  Append(unencoded: string): TagHelperContent;
355
- AppendFormat(format: string, ...args: unknown[]): TagHelperContent;
356
- AppendFormat(provider: IFormatProvider, format: string, ...args: unknown[]): TagHelperContent;
353
+ AppendFormat(format: string, ...args: JsValue[]): TagHelperContent;
354
+ AppendFormat(provider: IFormatProvider, format: string, ...args: JsValue[]): TagHelperContent;
357
355
  AppendHtml(htmlContent: IHtmlContent): TagHelperContent;
358
356
  AppendHtml(encoded: string): TagHelperContent;
359
357
  Clear(): TagHelperContent;
@@ -386,17 +384,17 @@ export interface TagHelperContext$instance {
386
384
  readonly __tsonic_type_Microsoft_AspNetCore_Razor_TagHelpers_TagHelperContext: never;
387
385
 
388
386
  readonly AllAttributes: ReadOnlyTagHelperAttributeList;
389
- Items: IDictionary_2<unknown, unknown>;
387
+ Items: IDictionary_2<JsValue, JsValue>;
390
388
  TagName: string;
391
389
  UniqueId: string;
392
- Reinitialize(tagName: string, items: IDictionary_2<unknown, unknown>, uniqueId: string): void;
393
- Reinitialize(items: IDictionary_2<unknown, unknown>, uniqueId: string): void;
390
+ Reinitialize(tagName: string, items: IDictionary_2<JsValue, JsValue>, uniqueId: string): void;
391
+ Reinitialize(items: IDictionary_2<JsValue, JsValue>, uniqueId: string): void;
394
392
  }
395
393
 
396
394
 
397
395
  export const TagHelperContext: {
398
- new(tagName: string, allAttributes: TagHelperAttributeList, items: IDictionary_2<unknown, unknown>, uniqueId: string): TagHelperContext;
399
- new(allAttributes: TagHelperAttributeList, items: IDictionary_2<unknown, unknown>, uniqueId: string): TagHelperContext;
396
+ new(tagName: string, allAttributes: TagHelperAttributeList, items: IDictionary_2<JsValue, JsValue>, uniqueId: string): TagHelperContext;
397
+ new(allAttributes: TagHelperAttributeList, items: IDictionary_2<JsValue, JsValue>, uniqueId: string): TagHelperContext;
400
398
  };
401
399
 
402
400
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.RequestDecompression
3
3
  // Assembly: Microsoft.AspNetCore.RequestDecompression
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 { HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
@@ -24,7 +25,7 @@ export type IDecompressionProvider = IDecompressionProvider$instance;
24
25
  export interface IRequestDecompressionProvider$instance {
25
26
  readonly __tsonic_iface_Microsoft_AspNetCore_RequestDecompression_IRequestDecompressionProvider: never;
26
27
 
27
- GetDecompressionStream(context: HttpContext): Stream | undefined;
28
+ GetDecompressionStream(context: HttpContext): Stream | null;
28
29
  }
29
30
 
30
31
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.ResponseCaching
3
3
  // Assembly: Microsoft.AspNetCore.ResponseCaching, Microsoft.AspNetCore.ResponseCaching.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 { HttpContext, RequestDelegate } from "../../Microsoft.AspNetCore.Http/internal/index.js";
@@ -17,8 +18,8 @@ import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensio
17
18
  export interface IResponseCachingFeature$instance {
18
19
  readonly __tsonic_iface_Microsoft_AspNetCore_ResponseCaching_IResponseCachingFeature: never;
19
20
 
20
- get VaryByQueryKeys(): string[] | undefined;
21
- set VaryByQueryKeys(value: string[] | undefined);
21
+ get VaryByQueryKeys(): string[] | null;
22
+ set VaryByQueryKeys(value: string[] | null);
22
23
  }
23
24
 
24
25
 
@@ -29,8 +30,8 @@ export interface ResponseCachingFeature$instance extends IResponseCachingFeature
29
30
 
30
31
  readonly __tsonic_iface_Microsoft_AspNetCore_ResponseCaching_IResponseCachingFeature: never;
31
32
 
32
- get VaryByQueryKeys(): string[] | undefined;
33
- set VaryByQueryKeys(value: string[] | undefined);
33
+ get VaryByQueryKeys(): string[] | null;
34
+ set VaryByQueryKeys(value: string[] | null);
34
35
  }
35
36
 
36
37
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.ResponseCompression
3
3
  // Assembly: Microsoft.AspNetCore.ResponseCompression
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 { HttpContext, RequestDelegate } from "../../Microsoft.AspNetCore.Http/internal/index.js";
@@ -35,7 +36,7 @@ export type ICompressionProvider = ICompressionProvider$instance;
35
36
  export interface IResponseCompressionProvider$instance {
36
37
  readonly __tsonic_iface_Microsoft_AspNetCore_ResponseCompression_IResponseCompressionProvider: never;
37
38
 
38
- GetCompressionProvider(context: HttpContext): ICompressionProvider | undefined;
39
+ GetCompressionProvider(context: HttpContext): ICompressionProvider | null;
39
40
  ShouldCompressResponse(context: HttpContext): boolean;
40
41
  }
41
42
 
@@ -195,7 +196,7 @@ export interface ResponseCompressionProvider$instance extends IResponseCompressi
195
196
  readonly __tsonic_iface_Microsoft_AspNetCore_ResponseCompression_IResponseCompressionProvider: never;
196
197
 
197
198
  CheckRequestAcceptsCompression(context: HttpContext): boolean;
198
- GetCompressionProvider(context: HttpContext): ICompressionProvider | undefined;
199
+ GetCompressionProvider(context: HttpContext): ICompressionProvider | null;
199
200
  ShouldCompressResponse(context: HttpContext): boolean;
200
201
  }
201
202
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Rewrite
3
3
  // Assembly: Microsoft.AspNetCore.Rewrite
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 { IWebHostEnvironment } from "../../Microsoft.AspNetCore.Hosting/internal/index.js";