@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,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Mvc.Routing
3
3
  // Assembly: Microsoft.AspNetCore.Mvc.Abstractions, Microsoft.AspNetCore.Mvc.Core
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 { Endpoint, HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
@@ -31,7 +32,7 @@ export interface IRouteTemplateProvider$instance {
31
32
 
32
33
  readonly Template: string;
33
34
  readonly Order: Nullable_1<System_Internal.Int32>;
34
- readonly Name: string | undefined;
35
+ readonly Name: string | null;
35
36
  }
36
37
 
37
38
 
@@ -59,13 +60,13 @@ export type IUrlHelperFactory = IUrlHelperFactory$instance;
59
60
  export interface AttributeRouteInfo$instance {
60
61
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_AttributeRouteInfo: never;
61
62
 
62
- get Name(): string | undefined;
63
- set Name(value: string | undefined);
63
+ get Name(): string | null;
64
+ set Name(value: string | null);
64
65
  Order: int;
65
66
  SuppressLinkGeneration: boolean;
66
67
  SuppressPathMatching: boolean;
67
- get Template(): string | undefined;
68
- set Template(value: string | undefined);
68
+ get Template(): string | null;
69
+ set Template(value: string | null);
69
70
  }
70
71
 
71
72
 
@@ -79,8 +80,8 @@ export type AttributeRouteInfo = AttributeRouteInfo$instance;
79
80
  export interface DynamicRouteValueTransformer$instance {
80
81
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_DynamicRouteValueTransformer: never;
81
82
 
82
- get State(): unknown | undefined;
83
- set State(value: unknown | undefined);
83
+ get State(): JsValue | null;
84
+ set State(value: JsValue | null);
84
85
  FilterAsync(httpContext: HttpContext, values: RouteValueDictionary, endpoints: IReadOnlyList_1<Endpoint>): ValueTask_1<IReadOnlyList_1<Endpoint>>;
85
86
  TransformAsync(httpContext: HttpContext, values: RouteValueDictionary): ValueTask_1<RouteValueDictionary>;
86
87
  }
@@ -99,14 +100,14 @@ export interface HttpMethodAttribute$instance extends Attribute, IActionHttpMeth
99
100
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
100
101
 
101
102
  readonly HttpMethods: IEnumerable_1<System_Internal.String>;
102
- get Name(): string | undefined;
103
- set Name(value: string | undefined);
103
+ get Name(): string | null;
104
+ set Name(value: string | null);
104
105
  Order: int;
105
106
  readonly Template: string;
106
107
  }
107
108
 
108
109
 
109
- export const HttpMethodAttribute: (abstract new(httpMethods: IEnumerable_1<System_Internal.String>) => HttpMethodAttribute) & (abstract new(httpMethods: IEnumerable_1<System_Internal.String>, template: string) => HttpMethodAttribute) & {
110
+ export const HttpMethodAttribute: (abstract new(httpMethods: IEnumerable_1<System_Internal.String>) => HttpMethodAttribute) & (abstract new(httpMethods: IEnumerable_1<System_Internal.String>, template: string | null) => HttpMethodAttribute) & {
110
111
  };
111
112
 
112
113
 
@@ -124,7 +125,7 @@ export interface KnownRouteValueConstraint$instance extends IParameterPolicy, Mi
124
125
  readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
125
126
  readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteConstraint: never;
126
127
 
127
- Match(httpContext: HttpContext, route: IRouter, routeKey: string, values: RouteValueDictionary, routeDirection: RouteDirection): boolean;
128
+ Match(httpContext: HttpContext | null, route: IRouter | null, routeKey: string, values: RouteValueDictionary, routeDirection: RouteDirection): boolean;
128
129
  }
129
130
 
130
131
 
@@ -164,18 +165,18 @@ export type RouteValueAttribute = RouteValueAttribute$instance & __RouteValueAtt
164
165
  export interface UrlActionContext$instance {
165
166
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_UrlActionContext: never;
166
167
 
167
- get Action(): string | undefined;
168
- set Action(value: string | undefined);
169
- get Controller(): string | undefined;
170
- set Controller(value: string | undefined);
171
- get Fragment(): string | undefined;
172
- set Fragment(value: string | undefined);
173
- get Host(): string | undefined;
174
- set Host(value: string | undefined);
175
- get Protocol(): string | undefined;
176
- set Protocol(value: string | undefined);
177
- get Values(): unknown | undefined;
178
- set Values(value: unknown | undefined);
168
+ get Action(): string | null;
169
+ set Action(value: string | null);
170
+ get Controller(): string | null;
171
+ set Controller(value: string | null);
172
+ get Fragment(): string | null;
173
+ set Fragment(value: string | null);
174
+ get Host(): string | null;
175
+ set Host(value: string | null);
176
+ get Protocol(): string | null;
177
+ set Protocol(value: string | null);
178
+ get Values(): JsValue | null;
179
+ set Values(value: JsValue | null);
179
180
  }
180
181
 
181
182
 
@@ -191,10 +192,10 @@ export interface UrlHelper$instance extends UrlHelperBase$instance {
191
192
 
192
193
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IUrlHelper: never;
193
194
 
194
- Action(actionContext: UrlActionContext): string | undefined;
195
- GenerateUrl3(protocol: string, host: string, pathData: VirtualPathData, fragment: string): string | undefined;
196
- GetVirtualPathData(routeName: string, values: RouteValueDictionary): VirtualPathData | undefined;
197
- RouteUrl(routeContext: UrlRouteContext): string | undefined;
195
+ Action(actionContext: UrlActionContext): string | null;
196
+ GenerateUrl3(protocol: string | null, host: string | null, pathData: VirtualPathData | null, fragment: string | null): string | null;
197
+ GetVirtualPathData(routeName: string | null, values: RouteValueDictionary): VirtualPathData | null;
198
+ RouteUrl(routeContext: UrlRouteContext): string | null;
198
199
  }
199
200
 
200
201
 
@@ -216,11 +217,11 @@ export interface UrlHelperBase$instance extends Microsoft_AspNetCore_Mvc_Interna
216
217
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IUrlHelper: never;
217
218
 
218
219
  readonly ActionContext: ActionContext;
219
- Action(actionContext: UrlActionContext): string | undefined;
220
- Content(contentPath: string): string | undefined;
221
- IsLocalUrl(url: string): boolean;
222
- Link(routeName: string, values: unknown): string | undefined;
223
- RouteUrl(routeContext: UrlRouteContext): string | undefined;
220
+ Action(actionContext: UrlActionContext): string | null;
221
+ Content(contentPath: string | null): string | null;
222
+ IsLocalUrl(url: string | null): boolean;
223
+ Link(routeName: string | null, values: JsValue | null): string | null;
224
+ RouteUrl(routeContext: UrlRouteContext): string | null;
224
225
  }
225
226
 
226
227
 
@@ -259,16 +260,16 @@ export type UrlHelperFactory = UrlHelperFactory$instance & __UrlHelperFactory$vi
259
260
  export interface UrlRouteContext$instance {
260
261
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Routing_UrlRouteContext: never;
261
262
 
262
- get Fragment(): string | undefined;
263
- set Fragment(value: string | undefined);
264
- get Host(): string | undefined;
265
- set Host(value: string | undefined);
266
- get Protocol(): string | undefined;
267
- set Protocol(value: string | undefined);
268
- get RouteName(): string | undefined;
269
- set RouteName(value: string | undefined);
270
- get Values(): unknown | undefined;
271
- set Values(value: unknown | undefined);
263
+ get Fragment(): string | null;
264
+ set Fragment(value: string | null);
265
+ get Host(): string | null;
266
+ set Host(value: string | null);
267
+ get Protocol(): string | null;
268
+ set Protocol(value: string | null);
269
+ get RouteName(): string | null;
270
+ set RouteName(value: string | null);
271
+ get Values(): JsValue | null;
272
+ set Values(value: JsValue | null);
272
273
  }
273
274
 
274
275
 
@@ -2,11 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Mvc.TagHelpers
3
3
  // Assembly: Microsoft.AspNetCore.Mvc.TagHelpers
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 { ImportMapDefinition } from "../../Microsoft.AspNetCore.Components/internal/index.js";
@@ -170,7 +168,7 @@ export interface ComponentTagHelper$instance extends TagHelper {
170
168
  readonly __tsonic_iface_Microsoft_AspNetCore_Razor_TagHelpers_ITagHelperComponent: never;
171
169
 
172
170
  ComponentType: Type;
173
- Parameters: IDictionary_2<System_Internal.String, unknown>;
171
+ Parameters: IDictionary_2<System_Internal.String, JsValue>;
174
172
  RenderMode: RenderMode;
175
173
  ViewContext: ViewContext;
176
174
  ProcessAsync(context: TagHelperContext, output: TagHelperOutput): Task;
@@ -472,7 +470,7 @@ export interface PartialTagHelper$instance extends TagHelper {
472
470
 
473
471
  FallbackName: string;
474
472
  For: ModelExpression;
475
- Model: unknown;
473
+ Model: JsValue;
476
474
  Name: string;
477
475
  Optional: boolean;
478
476
  ViewContext: ViewContext;
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Mvc.TagHelpers.Cache
3
3
  // Assembly: Microsoft.AspNetCore.Mvc.TagHelpers
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 { HtmlString, IHtmlContent } from "../../Microsoft.AspNetCore.Html/internal/index.js";
@@ -50,7 +51,7 @@ export interface CacheTagKey$instance {
50
51
 
51
52
  readonly __tsonic_iface_System_IEquatable_1: never;
52
53
 
53
- Equals(obj: unknown): boolean;
54
+ Equals(obj: JsValue): boolean;
54
55
  Equals(other: CacheTagKey): boolean;
55
56
  GenerateHashedKey(): string;
56
57
  GenerateKey(): string;
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Mvc.ViewComponents
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";
@@ -27,9 +28,9 @@ import type { Attribute, Boolean as ClrBoolean, Int32, Object as ClrObject, Stri
27
28
  export interface IViewComponentActivator$instance {
28
29
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewComponents_IViewComponentActivator: never;
29
30
 
30
- Create(context: ViewComponentContext): unknown;
31
- Release(context: ViewComponentContext, viewComponent: unknown): void;
32
- ReleaseAsync(context: ViewComponentContext, viewComponent: unknown): ValueTask;
31
+ Create(context: ViewComponentContext): JsValue;
32
+ Release(context: ViewComponentContext, viewComponent: JsValue): void;
33
+ ReleaseAsync(context: ViewComponentContext, viewComponent: JsValue): ValueTask;
33
34
  }
34
35
 
35
36
 
@@ -56,9 +57,9 @@ export type IViewComponentDescriptorProvider = IViewComponentDescriptorProvider$
56
57
  export interface IViewComponentFactory$instance {
57
58
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewComponents_IViewComponentFactory: never;
58
59
 
59
- CreateViewComponent(context: ViewComponentContext): unknown;
60
- ReleaseViewComponent(context: ViewComponentContext, component: unknown): void;
61
- ReleaseViewComponentAsync(context: ViewComponentContext, component: unknown): ValueTask;
60
+ CreateViewComponent(context: ViewComponentContext): JsValue;
61
+ ReleaseViewComponent(context: ViewComponentContext, component: JsValue): void;
62
+ ReleaseViewComponentAsync(context: ViewComponentContext, component: JsValue): ValueTask;
62
63
  }
63
64
 
64
65
 
@@ -162,9 +163,9 @@ export interface DefaultViewComponentFactory$instance extends IViewComponentFact
162
163
 
163
164
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewComponents_IViewComponentFactory: never;
164
165
 
165
- CreateViewComponent(context: ViewComponentContext): unknown;
166
- ReleaseViewComponent(context: ViewComponentContext, component: unknown): void;
167
- ReleaseViewComponentAsync(context: ViewComponentContext, component: unknown): ValueTask;
166
+ CreateViewComponent(context: ViewComponentContext): JsValue;
167
+ ReleaseViewComponent(context: ViewComponentContext, component: JsValue): void;
168
+ ReleaseViewComponentAsync(context: ViewComponentContext, component: JsValue): ValueTask;
168
169
  }
169
170
 
170
171
 
@@ -187,8 +188,8 @@ export interface DefaultViewComponentHelper$instance extends Microsoft_AspNetCor
187
188
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
188
189
 
189
190
  Contextualize(viewContext: ViewContext): void;
190
- InvokeAsync(name: string, arguments: unknown): Task_1<IHtmlContent>;
191
- InvokeAsync(componentType: Type, arguments: unknown): Task_1<IHtmlContent>;
191
+ InvokeAsync(name: string, arguments: JsValue | null): Task_1<IHtmlContent>;
192
+ InvokeAsync(componentType: Type, arguments: JsValue | null): Task_1<IHtmlContent>;
192
193
  }
193
194
 
194
195
 
@@ -254,8 +255,8 @@ export interface ServiceBasedViewComponentActivator$instance extends IViewCompon
254
255
 
255
256
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewComponents_IViewComponentActivator: never;
256
257
 
257
- Create(context: ViewComponentContext): unknown;
258
- Release(context: ViewComponentContext, viewComponent: unknown): void;
258
+ Create(context: ViewComponentContext): JsValue;
259
+ Release(context: ViewComponentContext, viewComponent: JsValue): void;
259
260
  }
260
261
 
261
262
 
@@ -274,7 +275,7 @@ export type ServiceBasedViewComponentActivator = ServiceBasedViewComponentActiva
274
275
  export interface ViewComponentContext$instance {
275
276
  readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewComponents_ViewComponentContext: never;
276
277
 
277
- Arguments: IDictionary_2<System_Internal.String, unknown | undefined>;
278
+ Arguments: IDictionary_2<System_Internal.String, JsValue | null>;
278
279
  HtmlEncoder: HtmlEncoder;
279
280
  readonly TempData: ITempDataDictionary;
280
281
  ViewComponentDescriptor: ViewComponentDescriptor;
@@ -286,7 +287,7 @@ export interface ViewComponentContext$instance {
286
287
 
287
288
  export const ViewComponentContext: {
288
289
  new(): ViewComponentContext;
289
- new(viewComponentDescriptor: ViewComponentDescriptor, arguments: IDictionary_2<System_Internal.String, unknown>, htmlEncoder: HtmlEncoder, viewContext: ViewContext, writer: TextWriter): ViewComponentContext;
290
+ new(viewComponentDescriptor: ViewComponentDescriptor, arguments: IDictionary_2<System_Internal.String, JsValue | null>, htmlEncoder: HtmlEncoder, viewContext: ViewContext, writer: TextWriter): ViewComponentContext;
290
291
  };
291
292
 
292
293
 
@@ -382,12 +383,12 @@ export interface ViewViewComponentResult$instance extends Microsoft_AspNetCore_M
382
383
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IViewComponentResult: never;
383
384
 
384
385
  TempData: ITempDataDictionary;
385
- get ViewData(): ViewDataDictionary | undefined;
386
- set ViewData(value: ViewDataDictionary | undefined);
387
- get ViewEngine(): IViewEngine | undefined;
388
- set ViewEngine(value: IViewEngine | undefined);
389
- get ViewName(): string | undefined;
390
- set ViewName(value: string | undefined);
386
+ get ViewData(): ViewDataDictionary | null;
387
+ set ViewData(value: ViewDataDictionary | null);
388
+ get ViewEngine(): IViewEngine | null;
389
+ set ViewEngine(value: IViewEngine | null);
390
+ get ViewName(): string | null;
391
+ set ViewName(value: string | null);
391
392
  Execute(context: ViewComponentContext): void;
392
393
  ExecuteAsync(context: ViewComponentContext): Task;
393
394
  }
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Mvc.ViewEngines
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 { ViewContext } from "../../Microsoft.AspNetCore.Mvc.Rendering/internal/index.js";
@@ -19,7 +20,7 @@ export interface ICompositeViewEngine$instance extends IViewEngine {
19
20
 
20
21
  readonly ViewEngines: IReadOnlyList_1<IViewEngine>;
21
22
  FindView(context: ActionContext, viewName: string, isMainPage: boolean): ViewEngineResult;
22
- GetView(executingFilePath: string, viewPath: string, isMainPage: boolean): ViewEngineResult;
23
+ GetView(executingFilePath: string | null, viewPath: string, isMainPage: boolean): ViewEngineResult;
23
24
  }
24
25
 
25
26
 
@@ -41,7 +42,7 @@ export interface IViewEngine$instance {
41
42
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewEngines_IViewEngine: never;
42
43
 
43
44
  FindView(context: ActionContext, viewName: string, isMainPage: boolean): ViewEngineResult;
44
- GetView(executingFilePath: string, viewPath: string, isMainPage: boolean): ViewEngineResult;
45
+ GetView(executingFilePath: string | null, viewPath: string, isMainPage: boolean): ViewEngineResult;
45
46
  }
46
47
 
47
48
 
@@ -55,7 +56,7 @@ export interface CompositeViewEngine$instance {
55
56
 
56
57
  readonly ViewEngines: IReadOnlyList_1<IViewEngine>;
57
58
  FindView(context: ActionContext, viewName: string, isMainPage: boolean): ViewEngineResult;
58
- GetView(executingFilePath: string, viewPath: string, isMainPage: boolean): ViewEngineResult;
59
+ GetView(executingFilePath: string | null, viewPath: string, isMainPage: boolean): ViewEngineResult;
59
60
  }
60
61
 
61
62
 
@@ -77,10 +78,10 @@ export interface ViewEngineResult$instance {
77
78
 
78
79
  SearchedLocations: IEnumerable_1<System_Internal.String>;
79
80
  readonly Success: boolean;
80
- get View(): IView | undefined;
81
- set View(value: IView | undefined);
81
+ get View(): IView | null;
82
+ set View(value: IView | null);
82
83
  ViewName: string;
83
- EnsureSuccessful(originalLocations: IEnumerable_1<System_Internal.String>): ViewEngineResult;
84
+ EnsureSuccessful(originalLocations: IEnumerable_1<System_Internal.String> | null): ViewEngineResult;
84
85
  }
85
86
 
86
87
 
@@ -1120,137 +1120,6 @@
1120
1120
  "events": [],
1121
1121
  "constructors": []
1122
1122
  },
1123
- {
1124
- "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1125
- "clrName": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1126
- "assemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
1127
- "metadataToken": 0,
1128
- "kind": "Struct",
1129
- "accessibility": "Public",
1130
- "isAbstract": false,
1131
- "isSealed": true,
1132
- "isStatic": false,
1133
- "arity": 0,
1134
- "baseType": {
1135
- "stableId": "System.Private.CoreLib:System.ValueType",
1136
- "clrName": "System.ValueType"
1137
- },
1138
- "interfaces": [
1139
- {
1140
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
1141
- "clrName": "System.Collections.Generic.IEnumerator\u00601",
1142
- "typeArguments": [
1143
- "KeyValuePair_2[[String,String]]"
1144
- ]
1145
- },
1146
- {
1147
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
1148
- "clrName": "System.Collections.IEnumerator"
1149
- },
1150
- {
1151
- "stableId": "System.Private.CoreLib:System.IDisposable",
1152
- "clrName": "System.IDisposable"
1153
- }
1154
- ],
1155
- "methods": [
1156
- {
1157
- "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Dispose():System.Void",
1158
- "clrName": "Dispose",
1159
- "metadataToken": 100664933,
1160
- "canonicalSignature": "():System.Void",
1161
- "normalizedSignature": "Dispose|():System.Void|static=false",
1162
- "emitScope": "ClassSurface",
1163
- "provenance": "Original",
1164
- "arity": 0,
1165
- "parameterCount": 0,
1166
- "isStatic": false,
1167
- "isAbstract": false,
1168
- "isVirtual": true,
1169
- "isOverride": false,
1170
- "isSealed": true,
1171
- "visibility": "Public",
1172
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1173
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
1174
- "isExtensionMethod": false
1175
- },
1176
- {
1177
- "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::MoveNext():System.Boolean",
1178
- "clrName": "MoveNext",
1179
- "metadataToken": 100664934,
1180
- "canonicalSignature": "():System.Boolean",
1181
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
1182
- "emitScope": "ClassSurface",
1183
- "provenance": "Original",
1184
- "arity": 0,
1185
- "parameterCount": 0,
1186
- "isStatic": false,
1187
- "isAbstract": false,
1188
- "isVirtual": true,
1189
- "isOverride": false,
1190
- "isSealed": true,
1191
- "visibility": "Public",
1192
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1193
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
1194
- "isExtensionMethod": false
1195
- },
1196
- {
1197
- "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Reset():System.Void",
1198
- "clrName": "Reset",
1199
- "metadataToken": 100664935,
1200
- "canonicalSignature": "():System.Void",
1201
- "normalizedSignature": "Reset|():System.Void|static=false",
1202
- "emitScope": "ClassSurface",
1203
- "provenance": "Original",
1204
- "arity": 0,
1205
- "parameterCount": 0,
1206
- "isStatic": false,
1207
- "isAbstract": false,
1208
- "isVirtual": true,
1209
- "isOverride": false,
1210
- "isSealed": true,
1211
- "visibility": "Public",
1212
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1213
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
1214
- "isExtensionMethod": false
1215
- }
1216
- ],
1217
- "properties": [
1218
- {
1219
- "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1220
- "clrName": "Current",
1221
- "metadataToken": 385876322,
1222
- "canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1223
- "normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1224
- "emitScope": "ClassSurface",
1225
- "provenance": "Original",
1226
- "isIndexer": false,
1227
- "hasGetter": true,
1228
- "hasSetter": false,
1229
- "isStatic": false,
1230
- "isAbstract": false,
1231
- "isVirtual": true,
1232
- "isOverride": false,
1233
- "visibility": "Public",
1234
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1235
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures"
1236
- }
1237
- ],
1238
- "fields": [],
1239
- "events": [],
1240
- "constructors": [
1241
- {
1242
- "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::.ctor(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void",
1243
- "metadataToken": 100664930,
1244
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void",
1245
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void|static=false",
1246
- "isStatic": false,
1247
- "parameterCount": 1,
1248
- "visibility": "Public",
1249
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1250
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures"
1251
- }
1252
- ]
1253
- },
1254
1123
  {
1255
1124
  "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary",
1256
1125
  "clrName": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary",
@@ -1630,6 +1499,137 @@
1630
1499
  }
1631
1500
  ]
1632
1501
  },
1502
+ {
1503
+ "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1504
+ "clrName": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1505
+ "assemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
1506
+ "metadataToken": 0,
1507
+ "kind": "Struct",
1508
+ "accessibility": "Public",
1509
+ "isAbstract": false,
1510
+ "isSealed": true,
1511
+ "isStatic": false,
1512
+ "arity": 0,
1513
+ "baseType": {
1514
+ "stableId": "System.Private.CoreLib:System.ValueType",
1515
+ "clrName": "System.ValueType"
1516
+ },
1517
+ "interfaces": [
1518
+ {
1519
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
1520
+ "clrName": "System.Collections.Generic.IEnumerator\u00601",
1521
+ "typeArguments": [
1522
+ "KeyValuePair_2[[String,String]]"
1523
+ ]
1524
+ },
1525
+ {
1526
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
1527
+ "clrName": "System.Collections.IEnumerator"
1528
+ },
1529
+ {
1530
+ "stableId": "System.Private.CoreLib:System.IDisposable",
1531
+ "clrName": "System.IDisposable"
1532
+ }
1533
+ ],
1534
+ "methods": [
1535
+ {
1536
+ "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Dispose():System.Void",
1537
+ "clrName": "Dispose",
1538
+ "metadataToken": 100664933,
1539
+ "canonicalSignature": "():System.Void",
1540
+ "normalizedSignature": "Dispose|():System.Void|static=false",
1541
+ "emitScope": "ClassSurface",
1542
+ "provenance": "Original",
1543
+ "arity": 0,
1544
+ "parameterCount": 0,
1545
+ "isStatic": false,
1546
+ "isAbstract": false,
1547
+ "isVirtual": true,
1548
+ "isOverride": false,
1549
+ "isSealed": true,
1550
+ "visibility": "Public",
1551
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1552
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
1553
+ "isExtensionMethod": false
1554
+ },
1555
+ {
1556
+ "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::MoveNext():System.Boolean",
1557
+ "clrName": "MoveNext",
1558
+ "metadataToken": 100664934,
1559
+ "canonicalSignature": "():System.Boolean",
1560
+ "normalizedSignature": "MoveNext|():System.Boolean|static=false",
1561
+ "emitScope": "ClassSurface",
1562
+ "provenance": "Original",
1563
+ "arity": 0,
1564
+ "parameterCount": 0,
1565
+ "isStatic": false,
1566
+ "isAbstract": false,
1567
+ "isVirtual": true,
1568
+ "isOverride": false,
1569
+ "isSealed": true,
1570
+ "visibility": "Public",
1571
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1572
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
1573
+ "isExtensionMethod": false
1574
+ },
1575
+ {
1576
+ "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Reset():System.Void",
1577
+ "clrName": "Reset",
1578
+ "metadataToken": 100664935,
1579
+ "canonicalSignature": "():System.Void",
1580
+ "normalizedSignature": "Reset|():System.Void|static=false",
1581
+ "emitScope": "ClassSurface",
1582
+ "provenance": "Original",
1583
+ "arity": 0,
1584
+ "parameterCount": 0,
1585
+ "isStatic": false,
1586
+ "isAbstract": false,
1587
+ "isVirtual": true,
1588
+ "isOverride": false,
1589
+ "isSealed": true,
1590
+ "visibility": "Public",
1591
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1592
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures",
1593
+ "isExtensionMethod": false
1594
+ }
1595
+ ],
1596
+ "properties": [
1597
+ {
1598
+ "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1599
+ "clrName": "Current",
1600
+ "metadataToken": 385876322,
1601
+ "canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1602
+ "normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1603
+ "emitScope": "ClassSurface",
1604
+ "provenance": "Original",
1605
+ "isIndexer": false,
1606
+ "hasGetter": true,
1607
+ "hasSetter": false,
1608
+ "isStatic": false,
1609
+ "isAbstract": false,
1610
+ "isVirtual": true,
1611
+ "isOverride": false,
1612
+ "visibility": "Public",
1613
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1614
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures"
1615
+ }
1616
+ ],
1617
+ "fields": [],
1618
+ "events": [],
1619
+ "constructors": [
1620
+ {
1621
+ "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator::.ctor(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void",
1622
+ "metadataToken": 100664930,
1623
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void",
1624
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary):void|static=false",
1625
+ "isStatic": false,
1626
+ "parameterCount": 1,
1627
+ "visibility": "Public",
1628
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary\u002BEnumerator",
1629
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.ViewFeatures"
1630
+ }
1631
+ ]
1632
+ },
1633
1633
  {
1634
1634
  "stableId": "Microsoft.AspNetCore.Mvc.ViewFeatures:Microsoft.AspNetCore.Mvc.ViewFeatures.CookieTempDataProvider",
1635
1635
  "clrName": "Microsoft.AspNetCore.Mvc.ViewFeatures.CookieTempDataProvider",