@tsonic/aspnetcore 10.0.5 → 10.0.7

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 (161) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
  8. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
  9. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
  10. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
  11. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
  12. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
  13. package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
  14. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
  15. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
  16. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
  17. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
  18. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
  19. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
  20. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
  21. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
  22. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
  23. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
  24. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
  25. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
  26. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
  27. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
  28. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
  29. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
  30. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
  31. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
  32. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
  33. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
  34. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
  35. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
  36. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
  37. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
  38. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
  39. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
  40. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
  41. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
  42. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
  43. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
  44. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
  45. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
  46. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
  47. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
  48. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
  49. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
  50. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
  51. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
  52. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
  53. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
  54. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
  55. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
  56. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
  57. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
  58. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
  59. package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
  60. package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
  61. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
  62. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
  63. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
  64. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
  65. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
  66. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
  67. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
  68. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
  69. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
  70. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
  71. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
  72. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
  73. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
  74. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
  75. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
  76. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
  77. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
  78. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
  79. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
  80. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
  81. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
  82. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
  83. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
  84. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
  85. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
  86. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
  87. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
  88. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
  89. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
  90. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
  91. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
  92. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
  93. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
  94. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
  95. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
  96. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
  97. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
  98. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
  99. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
  100. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
  101. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
  102. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
  103. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
  104. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
  105. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
  106. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
  107. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
  108. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
  109. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
  110. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
  111. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
  112. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
  113. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
  114. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
  115. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
  116. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
  117. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
  118. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
  119. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
  120. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
  121. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
  122. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
  123. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
  124. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
  125. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
  126. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
  127. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
  128. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
  129. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
  130. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
  131. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
  132. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
  133. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
  134. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
  135. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
  136. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
  137. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
  138. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
  139. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
  140. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
  141. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
  142. package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
  143. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
  144. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
  145. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
  146. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
  147. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
  148. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
  149. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
  150. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
  151. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
  152. package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
  153. package/Microsoft.JSInterop/internal/index.d.ts +65 -53
  154. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
  155. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
  156. package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
  157. package/System.Formats.Cbor/internal/index.d.ts +27 -21
  158. package/System.Security.Claims/internal/index.d.ts +3 -3
  159. package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
  160. package/__internal/extensions/index.d.ts +1648 -1351
  161. package/package.json +4 -4
@@ -41,24 +41,24 @@ import type { HtmlHelperOptions, IAntiforgeryPolicy, IKeepTempDataResult, ITempD
41
41
  import type { RouteData, RouteValueDictionary } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
42
42
  import type { IMvcBuilder } from "../../Microsoft.Extensions.DependencyInjection/internal/index.js";
43
43
  import type { EntityTagHeaderValue, MediaTypeHeaderValue } from "../../Microsoft.Net.Http.Headers/internal/index.js";
44
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
45
- import type { Dictionary, ICollection as ICollection__System_Collections_Generic, IDictionary as IDictionary__System_Collections_Generic, IEnumerable as IEnumerable__System_Collections_Generic, IList, IReadOnlyCollection, IReadOnlyDictionary, IReadOnlyList, KeyValuePair } from "@tsonic/dotnet/System.Collections.Generic.js";
46
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
47
- import type { ICollection, IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections.js";
48
- import * as System_ComponentModel_DataAnnotations_Internal from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.js";
49
- import type { ValidationAttribute } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.js";
50
- import type { Stream } from "@tsonic/dotnet/System.IO.js";
51
- import * as System_Internal from "@tsonic/dotnet/System.js";
52
- import type { Attribute, Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, Func, IComparable, IConvertible, IDisposable, IFormattable, Int32, Int64, IServiceProvider, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, Type, Uri, Void } from "@tsonic/dotnet/System.js";
53
- import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions.js";
54
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
55
- import type { IDeserializationCallback, ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
56
- import type { ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims.js";
57
- import type { IPrincipal } from "@tsonic/dotnet/System.Security.Principal.js";
58
- import type { Encoding } from "@tsonic/dotnet/System.Text.js";
59
- import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json.js";
60
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
61
- import type { IFileProvider } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders.js";
44
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
45
+ import type { Dictionary_2, ICollection_1, IDictionary_2, IEnumerable_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
46
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
47
+ import type { ICollection, IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
48
+ import * as System_ComponentModel_DataAnnotations_Internal from "@tsonic/dotnet/System.ComponentModel.DataAnnotations/internal/index.js";
49
+ import type { ValidationAttribute } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations/internal/index.js";
50
+ import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
51
+ import type { Expression_1 } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
52
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
53
+ import type { IDeserializationCallback, ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
54
+ import type { ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
55
+ import type { IPrincipal } from "@tsonic/dotnet/System.Security.Principal/internal/index.js";
56
+ import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
57
+ import type { Encoding } from "@tsonic/dotnet/System.Text/internal/index.js";
58
+ import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
59
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
60
+ import type { Attribute, Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, Func_2, IComparable, IConvertible, IDisposable, IFormattable, Int32, Int64, IServiceProvider, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, Type, Uri, Void } from "@tsonic/dotnet/System/internal/index.js";
61
+ import type { IFileProvider } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders/internal/index.js";
62
62
 
63
63
  export enum CompatibilityVersion {
64
64
  Version_2_0 = 0,
@@ -131,8 +131,8 @@ export type IUrlHelper = IUrlHelper$instance;
131
131
  export interface IViewComponentHelper$instance {
132
132
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IViewComponentHelper: never;
133
133
 
134
- InvokeAsync(name: string, arguments: unknown): Task<IHtmlContent>;
135
- InvokeAsync(componentType: Type, arguments: unknown): Task<IHtmlContent>;
134
+ InvokeAsync(name: string, arguments: unknown): Task_1<IHtmlContent>;
135
+ InvokeAsync(componentType: Type, arguments: unknown): Task_1<IHtmlContent>;
136
136
  }
137
137
 
138
138
 
@@ -149,6 +149,8 @@ export interface IViewComponentResult$instance {
149
149
  export type IViewComponentResult = IViewComponentResult$instance;
150
150
 
151
151
  export interface AcceptedAtActionResult$instance extends ObjectResult$instance {
152
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AcceptedAtActionResult: never;
153
+
152
154
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
153
155
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
154
156
 
@@ -179,6 +181,8 @@ export type AcceptedAtActionResult = AcceptedAtActionResult$instance & __Accepte
179
181
 
180
182
 
181
183
  export interface AcceptedAtRouteResult$instance extends ObjectResult$instance {
184
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AcceptedAtRouteResult: never;
185
+
182
186
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
183
187
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
184
188
 
@@ -208,6 +212,8 @@ export type AcceptedAtRouteResult = AcceptedAtRouteResult$instance & __AcceptedA
208
212
 
209
213
 
210
214
  export interface AcceptedResult$instance extends ObjectResult$instance {
215
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AcceptedResult: never;
216
+
211
217
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
212
218
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
213
219
 
@@ -233,11 +239,13 @@ export interface __AcceptedResult$views {
233
239
  export type AcceptedResult = AcceptedResult$instance & __AcceptedResult$views;
234
240
 
235
241
 
236
- export interface AcceptVerbsAttribute$instance extends Attribute {
242
+ export interface AcceptVerbsAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {
243
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AcceptVerbsAttribute: never;
244
+
237
245
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IActionHttpMethodProvider: never;
238
246
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
239
247
 
240
- readonly HttpMethods: IEnumerable__System_Collections_Generic<System_Internal.String>;
248
+ readonly HttpMethods: IEnumerable_1<System_Internal.String>;
241
249
  get Name(): string | undefined;
242
250
  set Name(value: string | undefined);
243
251
  Order: int;
@@ -257,12 +265,12 @@ export interface __AcceptVerbsAttribute$views {
257
265
  As_IRouteTemplateProvider(): Microsoft_AspNetCore_Mvc_Routing_Internal.IRouteTemplateProvider$instance;
258
266
  }
259
267
 
260
- export interface AcceptVerbsAttribute$instance extends Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {}
261
-
262
268
  export type AcceptVerbsAttribute = AcceptVerbsAttribute$instance & __AcceptVerbsAttribute$views;
263
269
 
264
270
 
265
271
  export interface ActionContext$instance {
272
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionContext: never;
273
+
266
274
  ActionDescriptor: ActionDescriptor | CompiledPageActionDescriptor;
267
275
  HttpContext: HttpContext;
268
276
  readonly ModelState: ModelStateDictionary;
@@ -281,6 +289,8 @@ export const ActionContext: {
281
289
  export type ActionContext = ActionContext$instance;
282
290
 
283
291
  export interface ActionContextAttribute$instance extends Attribute {
292
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionContextAttribute: never;
293
+
284
294
  }
285
295
 
286
296
 
@@ -292,6 +302,8 @@ export const ActionContextAttribute: {
292
302
  export type ActionContextAttribute = ActionContextAttribute$instance;
293
303
 
294
304
  export interface ActionNameAttribute$instance extends Attribute {
305
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionNameAttribute: never;
306
+
295
307
  readonly Name: string;
296
308
  }
297
309
 
@@ -303,7 +315,9 @@ export const ActionNameAttribute: {
303
315
 
304
316
  export type ActionNameAttribute = ActionNameAttribute$instance;
305
317
 
306
- export interface ActionResult$instance {
318
+ export interface ActionResult$instance extends IActionResult$instance {
319
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionResult: never;
320
+
307
321
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
308
322
 
309
323
  ExecuteResult(context: ActionContext): void;
@@ -319,12 +333,12 @@ export interface __ActionResult$views {
319
333
  As_IActionResult(): IActionResult$instance;
320
334
  }
321
335
 
322
- export interface ActionResult$instance extends IActionResult$instance {}
323
-
324
336
  export type ActionResult = ActionResult$instance & __ActionResult$views;
325
337
 
326
338
 
327
- export interface ActionResult_1$instance<TValue> {
339
+ export interface ActionResult_1$instance<TValue> extends Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IConvertToActionResult$instance {
340
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ActionResult_1: never;
341
+
328
342
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IConvertToActionResult: never;
329
343
 
330
344
  readonly Result: ActionResult | undefined;
@@ -342,12 +356,12 @@ export interface __ActionResult_1$views<TValue> {
342
356
  As_IConvertToActionResult(): Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IConvertToActionResult$instance;
343
357
  }
344
358
 
345
- export interface ActionResult_1$instance<TValue> extends Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IConvertToActionResult$instance {}
346
-
347
359
  export type ActionResult_1<TValue> = ActionResult_1$instance<TValue> & __ActionResult_1$views<TValue>;
348
360
 
349
361
 
350
362
  export interface AntiforgeryValidationFailedResult$instance extends BadRequestResult$instance, IAntiforgeryValidationFailedResult {
363
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AntiforgeryValidationFailedResult: never;
364
+
351
365
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Core_Infrastructure_IAntiforgeryValidationFailedResult: never;
352
366
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
353
367
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
@@ -371,12 +385,14 @@ export type AntiforgeryValidationFailedResult = AntiforgeryValidationFailedResul
371
385
 
372
386
 
373
387
  export interface ApiBehaviorOptions$instance {
388
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiBehaviorOptions: never;
389
+
374
390
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
375
391
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
376
392
 
377
- readonly ClientErrorMapping: IDictionary__System_Collections_Generic<System_Internal.Int32, ClientErrorData>;
393
+ readonly ClientErrorMapping: IDictionary_2<System_Internal.Int32, ClientErrorData>;
378
394
  DisableImplicitFromServicesParameters: boolean;
379
- InvalidModelStateResponseFactory: Func<ActionContext, IActionResult>;
395
+ InvalidModelStateResponseFactory: Func_2<ActionContext, IActionResult>;
380
396
  SuppressConsumesConstraintForFormFileParameters: boolean;
381
397
  SuppressInferBindingSourcesForParameters: boolean;
382
398
  SuppressMapClientErrors: boolean;
@@ -392,6 +408,8 @@ export const ApiBehaviorOptions: {
392
408
  export type ApiBehaviorOptions = ApiBehaviorOptions$instance;
393
409
 
394
410
  export interface ApiControllerAttribute$instance extends ControllerAttribute, IApiBehaviorMetadata, IFilterMetadata, IDisableCookieRedirectMetadata {
411
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiControllerAttribute: never;
412
+
395
413
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IDisableCookieRedirectMetadata: never;
396
414
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
397
415
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IApiBehaviorMetadata: never;
@@ -407,6 +425,8 @@ export const ApiControllerAttribute: {
407
425
  export type ApiControllerAttribute = ApiControllerAttribute$instance;
408
426
 
409
427
  export interface ApiConventionMethodAttribute$instance extends Attribute {
428
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiConventionMethodAttribute: never;
429
+
410
430
  readonly ConventionType: Type;
411
431
  }
412
432
 
@@ -419,6 +439,8 @@ export const ApiConventionMethodAttribute: {
419
439
  export type ApiConventionMethodAttribute = ApiConventionMethodAttribute$instance;
420
440
 
421
441
  export interface ApiConventionTypeAttribute$instance extends Attribute {
442
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiConventionTypeAttribute: never;
443
+
422
444
  readonly ConventionType: Type;
423
445
  }
424
446
 
@@ -431,6 +453,8 @@ export const ApiConventionTypeAttribute: {
431
453
  export type ApiConventionTypeAttribute = ApiConventionTypeAttribute$instance;
432
454
 
433
455
  export interface ApiDescriptionActionData$instance {
456
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiDescriptionActionData: never;
457
+
434
458
  get GroupName(): string | undefined;
435
459
  set GroupName(value: string | undefined);
436
460
  }
@@ -444,6 +468,8 @@ export const ApiDescriptionActionData: {
444
468
  export type ApiDescriptionActionData = ApiDescriptionActionData$instance;
445
469
 
446
470
  export interface ApiExplorerSettingsAttribute$instance extends Attribute {
471
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApiExplorerSettingsAttribute: never;
472
+
447
473
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiDescriptionGroupNameProvider: never;
448
474
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiDescriptionVisibilityProvider: never;
449
475
 
@@ -466,7 +492,9 @@ export interface __ApiExplorerSettingsAttribute$views {
466
492
  export type ApiExplorerSettingsAttribute = ApiExplorerSettingsAttribute$instance & __ApiExplorerSettingsAttribute$views;
467
493
 
468
494
 
469
- export interface AreaAttribute$instance extends RouteValueAttribute {
495
+ export interface AreaAttribute$instance extends RouteValueAttribute, Microsoft_AspNetCore_Mvc_Routing_Internal.IRouteValueProvider$instance {
496
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AreaAttribute: never;
497
+
470
498
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteValueProvider: never;
471
499
 
472
500
  }
@@ -481,12 +509,12 @@ export interface __AreaAttribute$views {
481
509
  As_IRouteValueProvider(): Microsoft_AspNetCore_Mvc_Routing_Internal.IRouteValueProvider$instance;
482
510
  }
483
511
 
484
- export interface AreaAttribute$instance extends Microsoft_AspNetCore_Mvc_Routing_Internal.IRouteValueProvider$instance {}
485
-
486
512
  export type AreaAttribute = AreaAttribute$instance & __AreaAttribute$views;
487
513
 
488
514
 
489
- export interface AutoValidateAntiforgeryTokenAttribute$instance extends Attribute, IFilterMetadata {
515
+ export interface AutoValidateAntiforgeryTokenAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
516
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_AutoValidateAntiforgeryTokenAttribute: never;
517
+
490
518
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
491
519
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
492
520
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -507,12 +535,12 @@ export interface __AutoValidateAntiforgeryTokenAttribute$views {
507
535
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
508
536
  }
509
537
 
510
- export interface AutoValidateAntiforgeryTokenAttribute$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
511
-
512
538
  export type AutoValidateAntiforgeryTokenAttribute = AutoValidateAntiforgeryTokenAttribute$instance & __AutoValidateAntiforgeryTokenAttribute$views;
513
539
 
514
540
 
515
541
  export interface BadRequestObjectResult$instance extends ObjectResult$instance {
542
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_BadRequestObjectResult: never;
543
+
516
544
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
517
545
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
518
546
 
@@ -535,6 +563,8 @@ export type BadRequestObjectResult = BadRequestObjectResult$instance & __BadRequ
535
563
 
536
564
 
537
565
  export interface BadRequestResult$instance extends StatusCodeResult$instance {
566
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_BadRequestResult: never;
567
+
538
568
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
539
569
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
540
570
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
@@ -556,14 +586,16 @@ export interface __BadRequestResult$views {
556
586
  export type BadRequestResult = BadRequestResult$instance & __BadRequestResult$views;
557
587
 
558
588
 
559
- export interface BindAttribute$instance extends Attribute {
589
+ export interface BindAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IModelNameProvider$instance, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IPropertyFilterProvider$instance {
590
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_BindAttribute: never;
591
+
560
592
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
561
593
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IPropertyFilterProvider: never;
562
594
 
563
595
  readonly Include: string[];
564
596
  get Prefix(): string | undefined;
565
597
  set Prefix(value: string | undefined);
566
- readonly PropertyFilter: Func<ModelMetadata, System_Internal.Boolean>;
598
+ readonly PropertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>;
567
599
  }
568
600
 
569
601
 
@@ -577,12 +609,12 @@ export interface __BindAttribute$views {
577
609
  As_IPropertyFilterProvider(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IPropertyFilterProvider$instance;
578
610
  }
579
611
 
580
- export interface BindAttribute$instance extends Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IModelNameProvider$instance, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IPropertyFilterProvider$instance {}
581
-
582
612
  export type BindAttribute = BindAttribute$instance & __BindAttribute$views;
583
613
 
584
614
 
585
615
  export interface BindPropertiesAttribute$instance extends Attribute {
616
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_BindPropertiesAttribute: never;
617
+
586
618
  SupportsGet: boolean;
587
619
  }
588
620
 
@@ -594,7 +626,9 @@ export const BindPropertiesAttribute: {
594
626
 
595
627
  export type BindPropertiesAttribute = BindPropertiesAttribute$instance;
596
628
 
597
- export interface BindPropertyAttribute$instance extends Attribute {
629
+ export interface BindPropertyAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IRequestPredicateProvider$instance {
630
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_BindPropertyAttribute: never;
631
+
598
632
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBinderTypeProviderMetadata: never;
599
633
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceMetadata: never;
600
634
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
@@ -621,15 +655,15 @@ export interface __BindPropertyAttribute$views {
621
655
  As_IRequestPredicateProvider(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IRequestPredicateProvider$instance;
622
656
  }
623
657
 
624
- export interface BindPropertyAttribute$instance extends Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IRequestPredicateProvider$instance {}
625
-
626
658
  export type BindPropertyAttribute = BindPropertyAttribute$instance & __BindPropertyAttribute$views;
627
659
 
628
660
 
629
661
  export interface CacheProfile$instance {
630
- Duration: Nullable<System_Internal.Int32>;
631
- Location: Nullable<ResponseCacheLocation>;
632
- NoStore: Nullable<System_Internal.Boolean>;
662
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_CacheProfile: never;
663
+
664
+ Duration: Nullable_1<System_Internal.Int32>;
665
+ Location: Nullable_1<ResponseCacheLocation>;
666
+ NoStore: Nullable_1<System_Internal.Boolean>;
633
667
  get VaryByHeader(): string | undefined;
634
668
  set VaryByHeader(value: string | undefined);
635
669
  get VaryByQueryKeys(): string[] | undefined;
@@ -645,9 +679,11 @@ export const CacheProfile: {
645
679
  export type CacheProfile = CacheProfile$instance;
646
680
 
647
681
  export interface ChallengeResult$instance extends ActionResult$instance {
682
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ChallengeResult: never;
683
+
648
684
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
649
685
 
650
- AuthenticationSchemes: IList<System_Internal.String>;
686
+ AuthenticationSchemes: IList_1<System_Internal.String>;
651
687
  get Properties(): AuthenticationProperties | undefined;
652
688
  set Properties(value: AuthenticationProperties | undefined);
653
689
  ExecuteResultAsync(context: ActionContext): Task;
@@ -657,10 +693,10 @@ export interface ChallengeResult$instance extends ActionResult$instance {
657
693
  export const ChallengeResult: {
658
694
  new(): ChallengeResult;
659
695
  new(authenticationScheme: string): ChallengeResult;
660
- new(authenticationSchemes: IList<System_Internal.String>): ChallengeResult;
696
+ new(authenticationSchemes: IList_1<System_Internal.String>): ChallengeResult;
661
697
  new(properties: AuthenticationProperties): ChallengeResult;
662
698
  new(authenticationScheme: string, properties: AuthenticationProperties): ChallengeResult;
663
- new(authenticationSchemes: IList<System_Internal.String>, properties: AuthenticationProperties): ChallengeResult;
699
+ new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties): ChallengeResult;
664
700
  };
665
701
 
666
702
 
@@ -672,6 +708,8 @@ export type ChallengeResult = ChallengeResult$instance & __ChallengeResult$views
672
708
 
673
709
 
674
710
  export interface ClientErrorData$instance {
711
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ClientErrorData: never;
712
+
675
713
  get Link(): string | undefined;
676
714
  set Link(value: string | undefined);
677
715
  get Title(): string | undefined;
@@ -687,6 +725,8 @@ export const ClientErrorData: {
687
725
  export type ClientErrorData = ClientErrorData$instance;
688
726
 
689
727
  export interface ConflictObjectResult$instance extends ObjectResult$instance {
728
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ConflictObjectResult: never;
729
+
690
730
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
691
731
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
692
732
 
@@ -709,6 +749,8 @@ export type ConflictObjectResult = ConflictObjectResult$instance & __ConflictObj
709
749
 
710
750
 
711
751
  export interface ConflictResult$instance extends StatusCodeResult$instance {
752
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ConflictResult: never;
753
+
712
754
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
713
755
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
714
756
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
@@ -730,7 +772,9 @@ export interface __ConflictResult$views {
730
772
  export type ConflictResult = ConflictResult$instance & __ConflictResult$views;
731
773
 
732
774
 
733
- export interface ConsumesAttribute$instance extends Attribute, IFilterMetadata, IActionConstraintMetadata {
775
+ export interface ConsumesAttribute$instance extends Attribute, IFilterMetadata, IActionConstraintMetadata, Microsoft_AspNetCore_Mvc_ActionConstraints_Internal.IActionConstraint$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestMetadataProvider$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IResourceFilter$instance {
776
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ConsumesAttribute: never;
777
+
734
778
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IAcceptsMetadata: never;
735
779
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ActionConstraints_IActionConstraint: never;
736
780
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ActionConstraints_IActionConstraintMetadata: never;
@@ -762,12 +806,12 @@ export interface __ConsumesAttribute$views {
762
806
  As_IApiRequestMetadataProvider(): Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestMetadataProvider$instance;
763
807
  }
764
808
 
765
- export interface ConsumesAttribute$instance extends Microsoft_AspNetCore_Mvc_ActionConstraints_Internal.IActionConstraint$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiRequestMetadataProvider$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IResourceFilter$instance {}
766
-
767
809
  export type ConsumesAttribute = ConsumesAttribute$instance & __ConsumesAttribute$views;
768
810
 
769
811
 
770
812
  export interface ContentResult$instance extends ActionResult$instance {
813
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ContentResult: never;
814
+
771
815
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
772
816
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
773
817
 
@@ -775,7 +819,7 @@ export interface ContentResult$instance extends ActionResult$instance {
775
819
  set Content(value: string | undefined);
776
820
  get ContentType(): string | undefined;
777
821
  set ContentType(value: string | undefined);
778
- StatusCode: Nullable<System_Internal.Int32>;
822
+ StatusCode: Nullable_1<System_Internal.Int32>;
779
823
  ExecuteResultAsync(context: ActionContext): Task;
780
824
  }
781
825
 
@@ -793,7 +837,9 @@ export interface __ContentResult$views {
793
837
  export type ContentResult = ContentResult$instance & __ContentResult$views;
794
838
 
795
839
 
796
- export interface Controller$instance extends ControllerBase, IFilterMetadata {
840
+ export interface Controller$instance extends ControllerBase, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IActionFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncActionFilter$instance, System_Internal.IDisposable {
841
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controller: never;
842
+
797
843
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IActionFilter: never;
798
844
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAsyncActionFilter: never;
799
845
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
@@ -833,12 +879,12 @@ export interface __Controller$views {
833
879
  As_IAsyncActionFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncActionFilter$instance;
834
880
  }
835
881
 
836
- export interface Controller$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IActionFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncActionFilter$instance, System_Internal.IDisposable {}
837
-
838
882
  export type Controller = Controller$instance & __Controller$views;
839
883
 
840
884
 
841
885
  export interface ControllerAttribute$instance extends Attribute {
886
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ControllerAttribute: never;
887
+
842
888
  }
843
889
 
844
890
 
@@ -850,6 +896,8 @@ export const ControllerAttribute: {
850
896
  export type ControllerAttribute = ControllerAttribute$instance;
851
897
 
852
898
  export interface ControllerBase$instance {
899
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ControllerBase: never;
900
+
853
901
  ControllerContext: ControllerContext;
854
902
  readonly HttpContext: HttpContext;
855
903
  MetadataProvider: IModelMetadataProvider;
@@ -906,26 +954,26 @@ export interface ControllerBase$instance {
906
954
  File(fileContents: byte[], contentType: string, enableRangeProcessing: boolean): FileContentResult;
907
955
  File(fileContents: byte[], contentType: string, fileDownloadName: string): FileContentResult;
908
956
  File(fileContents: byte[], contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): FileContentResult;
909
- File(fileContents: byte[], contentType: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileContentResult;
910
- File(fileContents: byte[], contentType: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileContentResult;
911
- File(fileContents: byte[], contentType: string, fileDownloadName: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileContentResult;
912
- File(fileContents: byte[], contentType: string, fileDownloadName: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileContentResult;
957
+ File(fileContents: byte[], contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileContentResult;
958
+ File(fileContents: byte[], contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileContentResult;
959
+ File(fileContents: byte[], contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileContentResult;
960
+ File(fileContents: byte[], contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileContentResult;
913
961
  File(fileStream: Stream, contentType: string): FileStreamResult;
914
962
  File(fileStream: Stream, contentType: string, enableRangeProcessing: boolean): FileStreamResult;
915
963
  File(fileStream: Stream, contentType: string, fileDownloadName: string): FileStreamResult;
916
964
  File(fileStream: Stream, contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): FileStreamResult;
917
- File(fileStream: Stream, contentType: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileStreamResult;
918
- File(fileStream: Stream, contentType: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileStreamResult;
919
- File(fileStream: Stream, contentType: string, fileDownloadName: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileStreamResult;
920
- File(fileStream: Stream, contentType: string, fileDownloadName: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileStreamResult;
965
+ File(fileStream: Stream, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileStreamResult;
966
+ File(fileStream: Stream, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileStreamResult;
967
+ File(fileStream: Stream, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): FileStreamResult;
968
+ File(fileStream: Stream, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): FileStreamResult;
921
969
  File(virtualPath: string, contentType: string): VirtualFileResult;
922
970
  File(virtualPath: string, contentType: string, enableRangeProcessing: boolean): VirtualFileResult;
923
971
  File(virtualPath: string, contentType: string, fileDownloadName: string): VirtualFileResult;
924
972
  File(virtualPath: string, contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): VirtualFileResult;
925
- File(virtualPath: string, contentType: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue): VirtualFileResult;
926
- File(virtualPath: string, contentType: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): VirtualFileResult;
927
- File(virtualPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue): VirtualFileResult;
928
- File(virtualPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): VirtualFileResult;
973
+ File(virtualPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): VirtualFileResult;
974
+ File(virtualPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): VirtualFileResult;
975
+ File(virtualPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): VirtualFileResult;
976
+ File(virtualPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): VirtualFileResult;
929
977
  Forbid(): ForbidResult;
930
978
  Forbid(...authenticationSchemes: string[]): ForbidResult;
931
979
  Forbid(properties: AuthenticationProperties): ForbidResult;
@@ -943,12 +991,12 @@ export interface ControllerBase$instance {
943
991
  PhysicalFile(physicalPath: string, contentType: string, enableRangeProcessing: boolean): PhysicalFileResult;
944
992
  PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string): PhysicalFileResult;
945
993
  PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string, enableRangeProcessing: boolean): PhysicalFileResult;
946
- PhysicalFile(physicalPath: string, contentType: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
947
- PhysicalFile(physicalPath: string, contentType: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
948
- PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
949
- PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
950
- Problem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string): ObjectResult;
951
- Problem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, extensions?: IDictionary__System_Collections_Generic<System_Internal.String, unknown>): ObjectResult;
994
+ PhysicalFile(physicalPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
995
+ PhysicalFile(physicalPath: string, contentType: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
996
+ PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
997
+ PhysicalFile(physicalPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable_1<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
998
+ Problem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string): ObjectResult;
999
+ Problem(detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, extensions?: IDictionary_2<System_Internal.String, unknown>): ObjectResult;
952
1000
  Redirect(url: string): RedirectResult;
953
1001
  RedirectPermanent(url: string): RedirectResult;
954
1002
  RedirectPermanentPreserveMethod(url: string): RedirectResult;
@@ -1003,15 +1051,15 @@ export interface ControllerBase$instance {
1003
1051
  SignOut(properties: AuthenticationProperties, ...authenticationSchemes: string[]): SignOutResult;
1004
1052
  StatusCode(statusCode: int): StatusCodeResult;
1005
1053
  StatusCode(statusCode: int, value: unknown): ObjectResult;
1006
- TryUpdateModelAsync<TModel>(model: TModel): Task<System_Internal.Boolean>;
1007
- TryUpdateModelAsync<TModel>(model: TModel, prefix: string): Task<System_Internal.Boolean>;
1008
- TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider): Task<System_Internal.Boolean>;
1009
- TryUpdateModelAsync<TModel>(model: TModel, prefix: string, ...includeExpressions: Expression<Func<TModel, unknown>>[]): Task<System_Internal.Boolean>;
1010
- TryUpdateModelAsync<TModel>(model: TModel, prefix: string, propertyFilter: Func<ModelMetadata, System_Internal.Boolean>): Task<System_Internal.Boolean>;
1011
- TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider, ...includeExpressions: Expression<Func<TModel, unknown>>[]): Task<System_Internal.Boolean>;
1012
- TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider, propertyFilter: Func<ModelMetadata, System_Internal.Boolean>): Task<System_Internal.Boolean>;
1013
- TryUpdateModelAsync(model: unknown, modelType: Type, prefix: string): Task<System_Internal.Boolean>;
1014
- TryUpdateModelAsync(model: unknown, modelType: Type, prefix: string, valueProvider: IValueProvider, propertyFilter: Func<ModelMetadata, System_Internal.Boolean>): Task<System_Internal.Boolean>;
1054
+ TryUpdateModelAsync<TModel>(model: TModel): Task_1<System_Internal.Boolean>;
1055
+ TryUpdateModelAsync<TModel>(model: TModel, prefix: string): Task_1<System_Internal.Boolean>;
1056
+ TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider): Task_1<System_Internal.Boolean>;
1057
+ TryUpdateModelAsync<TModel>(model: TModel, prefix: string, ...includeExpressions: Expression_1<Func_2<TModel, unknown>>[]): Task_1<System_Internal.Boolean>;
1058
+ TryUpdateModelAsync<TModel>(model: TModel, prefix: string, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
1059
+ TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider, ...includeExpressions: Expression_1<Func_2<TModel, unknown>>[]): Task_1<System_Internal.Boolean>;
1060
+ TryUpdateModelAsync<TModel>(model: TModel, prefix: string, valueProvider: IValueProvider, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
1061
+ TryUpdateModelAsync(model: unknown, modelType: Type, prefix: string): Task_1<System_Internal.Boolean>;
1062
+ TryUpdateModelAsync(model: unknown, modelType: Type, prefix: string, valueProvider: IValueProvider, propertyFilter: Func_2<ModelMetadata, System_Internal.Boolean>): Task_1<System_Internal.Boolean>;
1015
1063
  TryValidateModel(model: unknown): boolean;
1016
1064
  TryValidateModel(model: unknown, prefix: string): boolean;
1017
1065
  Unauthorized(): UnauthorizedResult;
@@ -1022,8 +1070,8 @@ export interface ControllerBase$instance {
1022
1070
  ValidationProblem(descriptor: ValidationProblemDetails): ActionResult;
1023
1071
  ValidationProblem(modelStateDictionary: ModelStateDictionary): ActionResult;
1024
1072
  ValidationProblem(): ActionResult;
1025
- ValidationProblem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string, modelStateDictionary: ModelStateDictionary): ActionResult;
1026
- ValidationProblem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, modelStateDictionary?: ModelStateDictionary, extensions?: IDictionary__System_Collections_Generic<System_Internal.String, unknown>): ActionResult;
1073
+ ValidationProblem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string, modelStateDictionary: ModelStateDictionary): ActionResult;
1074
+ ValidationProblem(detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, modelStateDictionary?: ModelStateDictionary, extensions?: IDictionary_2<System_Internal.String, unknown>): ActionResult;
1027
1075
  }
1028
1076
 
1029
1077
 
@@ -1035,8 +1083,10 @@ export const ControllerBase: (abstract new() => ControllerBase) & {
1035
1083
  export type ControllerBase = ControllerBase$instance;
1036
1084
 
1037
1085
  export interface ControllerContext$instance extends ActionContext {
1086
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ControllerContext: never;
1087
+
1038
1088
  ActionDescriptor: ActionDescriptor | ControllerActionDescriptor;
1039
- ValueProviderFactories: IList<IValueProviderFactory>;
1089
+ ValueProviderFactories: IList_1<IValueProviderFactory>;
1040
1090
  }
1041
1091
 
1042
1092
 
@@ -1049,6 +1099,8 @@ export const ControllerContext: {
1049
1099
  export type ControllerContext = ControllerContext$instance;
1050
1100
 
1051
1101
  export interface ControllerContextAttribute$instance extends Attribute {
1102
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ControllerContextAttribute: never;
1103
+
1052
1104
  }
1053
1105
 
1054
1106
 
@@ -1060,6 +1112,8 @@ export const ControllerContextAttribute: {
1060
1112
  export type ControllerContextAttribute = ControllerContextAttribute$instance;
1061
1113
 
1062
1114
  export interface CookieTempDataProviderOptions$instance {
1115
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_CookieTempDataProviderOptions: never;
1116
+
1063
1117
  Cookie: CookieBuilder;
1064
1118
  }
1065
1119
 
@@ -1072,6 +1126,8 @@ export const CookieTempDataProviderOptions: {
1072
1126
  export type CookieTempDataProviderOptions = CookieTempDataProviderOptions$instance;
1073
1127
 
1074
1128
  export interface CreatedAtActionResult$instance extends ObjectResult$instance {
1129
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_CreatedAtActionResult: never;
1130
+
1075
1131
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1076
1132
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
1077
1133
 
@@ -1102,6 +1158,8 @@ export type CreatedAtActionResult = CreatedAtActionResult$instance & __CreatedAt
1102
1158
 
1103
1159
 
1104
1160
  export interface CreatedAtRouteResult$instance extends ObjectResult$instance {
1161
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_CreatedAtRouteResult: never;
1162
+
1105
1163
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1106
1164
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
1107
1165
 
@@ -1131,6 +1189,8 @@ export type CreatedAtRouteResult = CreatedAtRouteResult$instance & __CreatedAtRo
1131
1189
 
1132
1190
 
1133
1191
  export interface CreatedResult$instance extends ObjectResult$instance {
1192
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_CreatedResult: never;
1193
+
1134
1194
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1135
1195
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
1136
1196
 
@@ -1156,7 +1216,9 @@ export interface __CreatedResult$views {
1156
1216
  export type CreatedResult = CreatedResult$instance & __CreatedResult$views;
1157
1217
 
1158
1218
 
1159
- export interface DisableRequestSizeLimitAttribute$instance extends Attribute, IFilterMetadata {
1219
+ export interface DisableRequestSizeLimitAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Http_Metadata_Internal.IRequestSizeLimitMetadata$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
1220
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DisableRequestSizeLimitAttribute: never;
1221
+
1160
1222
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IRequestSizeLimitMetadata: never;
1161
1223
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
1162
1224
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
@@ -1179,12 +1241,12 @@ export interface __DisableRequestSizeLimitAttribute$views {
1179
1241
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
1180
1242
  }
1181
1243
 
1182
- export interface DisableRequestSizeLimitAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.IRequestSizeLimitMetadata$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
1183
-
1184
1244
  export type DisableRequestSizeLimitAttribute = DisableRequestSizeLimitAttribute$instance & __DisableRequestSizeLimitAttribute$views;
1185
1245
 
1186
1246
 
1187
1247
  export interface EmptyResult$instance extends ActionResult$instance {
1248
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_EmptyResult: never;
1249
+
1188
1250
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1189
1251
 
1190
1252
  ExecuteResult(context: ActionContext): void;
@@ -1205,6 +1267,8 @@ export type EmptyResult = EmptyResult$instance & __EmptyResult$views;
1205
1267
 
1206
1268
 
1207
1269
  export interface FileContentResult$instance extends FileResult$instance {
1270
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FileContentResult: never;
1271
+
1208
1272
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1209
1273
 
1210
1274
  FileContents: byte[];
@@ -1226,6 +1290,8 @@ export type FileContentResult = FileContentResult$instance & __FileContentResult
1226
1290
 
1227
1291
 
1228
1292
  export interface FileResult$instance extends ActionResult$instance {
1293
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FileResult: never;
1294
+
1229
1295
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1230
1296
 
1231
1297
  readonly ContentType: string;
@@ -1233,7 +1299,7 @@ export interface FileResult$instance extends ActionResult$instance {
1233
1299
  get EntityTag(): EntityTagHeaderValue | undefined;
1234
1300
  set EntityTag(value: EntityTagHeaderValue | undefined);
1235
1301
  FileDownloadName: string;
1236
- LastModified: Nullable<DateTimeOffset>;
1302
+ LastModified: Nullable_1<DateTimeOffset>;
1237
1303
  ExecuteResultAsync(context: ActionContext): Task;
1238
1304
  }
1239
1305
 
@@ -1250,6 +1316,8 @@ export type FileResult = FileResult$instance & __FileResult$views;
1250
1316
 
1251
1317
 
1252
1318
  export interface FileStreamResult$instance extends FileResult$instance {
1319
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FileStreamResult: never;
1320
+
1253
1321
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1254
1322
 
1255
1323
  FileStream: Stream;
@@ -1271,9 +1339,11 @@ export type FileStreamResult = FileStreamResult$instance & __FileStreamResult$vi
1271
1339
 
1272
1340
 
1273
1341
  export interface ForbidResult$instance extends ActionResult$instance {
1342
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ForbidResult: never;
1343
+
1274
1344
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1275
1345
 
1276
- AuthenticationSchemes: IList<System_Internal.String>;
1346
+ AuthenticationSchemes: IList_1<System_Internal.String>;
1277
1347
  get Properties(): AuthenticationProperties | undefined;
1278
1348
  set Properties(value: AuthenticationProperties | undefined);
1279
1349
  ExecuteResultAsync(context: ActionContext): Task;
@@ -1283,10 +1353,10 @@ export interface ForbidResult$instance extends ActionResult$instance {
1283
1353
  export const ForbidResult: {
1284
1354
  new(): ForbidResult;
1285
1355
  new(authenticationScheme: string): ForbidResult;
1286
- new(authenticationSchemes: IList<System_Internal.String>): ForbidResult;
1356
+ new(authenticationSchemes: IList_1<System_Internal.String>): ForbidResult;
1287
1357
  new(properties: AuthenticationProperties): ForbidResult;
1288
1358
  new(authenticationScheme: string, properties: AuthenticationProperties): ForbidResult;
1289
- new(authenticationSchemes: IList<System_Internal.String>, properties: AuthenticationProperties): ForbidResult;
1359
+ new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties): ForbidResult;
1290
1360
  };
1291
1361
 
1292
1362
 
@@ -1297,7 +1367,9 @@ export interface __ForbidResult$views {
1297
1367
  export type ForbidResult = ForbidResult$instance & __ForbidResult$views;
1298
1368
 
1299
1369
 
1300
- export interface FormatFilterAttribute$instance extends Attribute, IFilterMetadata {
1370
+ export interface FormatFilterAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
1371
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FormatFilterAttribute: never;
1372
+
1301
1373
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
1302
1374
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
1303
1375
 
@@ -1315,12 +1387,12 @@ export interface __FormatFilterAttribute$views {
1315
1387
  As_IFilterFactory(): Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance;
1316
1388
  }
1317
1389
 
1318
- export interface FormatFilterAttribute$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
1319
-
1320
1390
  export type FormatFilterAttribute = FormatFilterAttribute$instance & __FormatFilterAttribute$views;
1321
1391
 
1322
1392
 
1323
- export interface FromBodyAttribute$instance extends Attribute {
1393
+ export interface FromBodyAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.IFromBodyMetadata$instance, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {
1394
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FromBodyAttribute: never;
1395
+
1324
1396
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFromBodyMetadata: never;
1325
1397
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceMetadata: never;
1326
1398
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IConfigureEmptyBodyBehavior: never;
@@ -1340,12 +1412,12 @@ export interface __FromBodyAttribute$views {
1340
1412
  As_IBindingSourceMetadata(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance;
1341
1413
  }
1342
1414
 
1343
- export interface FromBodyAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.IFromBodyMetadata$instance, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {}
1344
-
1345
1415
  export type FromBodyAttribute = FromBodyAttribute$instance & __FromBodyAttribute$views;
1346
1416
 
1347
1417
 
1348
- export interface FromFormAttribute$instance extends Attribute {
1418
+ export interface FromFormAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {
1419
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FromFormAttribute: never;
1420
+
1349
1421
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFromFormMetadata: never;
1350
1422
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceMetadata: never;
1351
1423
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
@@ -1367,12 +1439,12 @@ export interface __FromFormAttribute$views {
1367
1439
  As_IModelNameProvider(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IModelNameProvider$instance;
1368
1440
  }
1369
1441
 
1370
- export interface FromFormAttribute$instance extends Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {}
1371
-
1372
1442
  export type FromFormAttribute = FromFormAttribute$instance & __FromFormAttribute$views;
1373
1443
 
1374
1444
 
1375
- export interface FromHeaderAttribute$instance extends Attribute {
1445
+ export interface FromHeaderAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {
1446
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FromHeaderAttribute: never;
1447
+
1376
1448
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFromHeaderMetadata: never;
1377
1449
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceMetadata: never;
1378
1450
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
@@ -1394,12 +1466,12 @@ export interface __FromHeaderAttribute$views {
1394
1466
  As_IModelNameProvider(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IModelNameProvider$instance;
1395
1467
  }
1396
1468
 
1397
- export interface FromHeaderAttribute$instance extends Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {}
1398
-
1399
1469
  export type FromHeaderAttribute = FromHeaderAttribute$instance & __FromHeaderAttribute$views;
1400
1470
 
1401
1471
 
1402
- export interface FromQueryAttribute$instance extends Attribute {
1472
+ export interface FromQueryAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {
1473
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FromQueryAttribute: never;
1474
+
1403
1475
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFromQueryMetadata: never;
1404
1476
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceMetadata: never;
1405
1477
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
@@ -1421,12 +1493,12 @@ export interface __FromQueryAttribute$views {
1421
1493
  As_IModelNameProvider(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IModelNameProvider$instance;
1422
1494
  }
1423
1495
 
1424
- export interface FromQueryAttribute$instance extends Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {}
1425
-
1426
1496
  export type FromQueryAttribute = FromQueryAttribute$instance & __FromQueryAttribute$views;
1427
1497
 
1428
1498
 
1429
- export interface FromRouteAttribute$instance extends Attribute {
1499
+ export interface FromRouteAttribute$instance extends Attribute, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {
1500
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FromRouteAttribute: never;
1501
+
1430
1502
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFromRouteMetadata: never;
1431
1503
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceMetadata: never;
1432
1504
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
@@ -1448,12 +1520,12 @@ export interface __FromRouteAttribute$views {
1448
1520
  As_IModelNameProvider(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IModelNameProvider$instance;
1449
1521
  }
1450
1522
 
1451
- export interface FromRouteAttribute$instance extends Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {}
1452
-
1453
1523
  export type FromRouteAttribute = FromRouteAttribute$instance & __FromRouteAttribute$views;
1454
1524
 
1455
1525
 
1456
- export interface FromServicesAttribute$instance extends Attribute, IFromServiceMetadata {
1526
+ export interface FromServicesAttribute$instance extends Attribute, IFromServiceMetadata, Microsoft_AspNetCore_Http_Metadata_Internal.IFromServiceMetadata$instance, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {
1527
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_FromServicesAttribute: never;
1528
+
1457
1529
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFromServiceMetadata: never;
1458
1530
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceMetadata: never;
1459
1531
 
@@ -1470,12 +1542,12 @@ export interface __FromServicesAttribute$views {
1470
1542
  As_IBindingSourceMetadata(): Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance;
1471
1543
  }
1472
1544
 
1473
- export interface FromServicesAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.IFromServiceMetadata$instance, Microsoft_AspNetCore_Mvc_ModelBinding_Internal.IBindingSourceMetadata$instance {}
1474
-
1475
1545
  export type FromServicesAttribute = FromServicesAttribute$instance & __FromServicesAttribute$views;
1476
1546
 
1477
1547
 
1478
1548
  export interface HiddenInputAttribute$instance extends Attribute {
1549
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_HiddenInputAttribute: never;
1550
+
1479
1551
  DisplayValue: boolean;
1480
1552
  }
1481
1553
 
@@ -1487,7 +1559,9 @@ export const HiddenInputAttribute: {
1487
1559
 
1488
1560
  export type HiddenInputAttribute = HiddenInputAttribute$instance;
1489
1561
 
1490
- export interface HttpDeleteAttribute$instance extends HttpMethodAttribute {
1562
+ export interface HttpDeleteAttribute$instance extends HttpMethodAttribute, Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {
1563
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_HttpDeleteAttribute: never;
1564
+
1491
1565
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IActionHttpMethodProvider: never;
1492
1566
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
1493
1567
 
@@ -1505,12 +1579,12 @@ export interface __HttpDeleteAttribute$views {
1505
1579
  As_IRouteTemplateProvider(): Microsoft_AspNetCore_Mvc_Routing_Internal.IRouteTemplateProvider$instance;
1506
1580
  }
1507
1581
 
1508
- export interface HttpDeleteAttribute$instance extends Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {}
1509
-
1510
1582
  export type HttpDeleteAttribute = HttpDeleteAttribute$instance & __HttpDeleteAttribute$views;
1511
1583
 
1512
1584
 
1513
- export interface HttpGetAttribute$instance extends HttpMethodAttribute {
1585
+ export interface HttpGetAttribute$instance extends HttpMethodAttribute, Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {
1586
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_HttpGetAttribute: never;
1587
+
1514
1588
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IActionHttpMethodProvider: never;
1515
1589
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
1516
1590
 
@@ -1528,12 +1602,12 @@ export interface __HttpGetAttribute$views {
1528
1602
  As_IRouteTemplateProvider(): Microsoft_AspNetCore_Mvc_Routing_Internal.IRouteTemplateProvider$instance;
1529
1603
  }
1530
1604
 
1531
- export interface HttpGetAttribute$instance extends Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {}
1532
-
1533
1605
  export type HttpGetAttribute = HttpGetAttribute$instance & __HttpGetAttribute$views;
1534
1606
 
1535
1607
 
1536
- export interface HttpHeadAttribute$instance extends HttpMethodAttribute {
1608
+ export interface HttpHeadAttribute$instance extends HttpMethodAttribute, Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {
1609
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_HttpHeadAttribute: never;
1610
+
1537
1611
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IActionHttpMethodProvider: never;
1538
1612
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
1539
1613
 
@@ -1551,12 +1625,12 @@ export interface __HttpHeadAttribute$views {
1551
1625
  As_IRouteTemplateProvider(): Microsoft_AspNetCore_Mvc_Routing_Internal.IRouteTemplateProvider$instance;
1552
1626
  }
1553
1627
 
1554
- export interface HttpHeadAttribute$instance extends Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {}
1555
-
1556
1628
  export type HttpHeadAttribute = HttpHeadAttribute$instance & __HttpHeadAttribute$views;
1557
1629
 
1558
1630
 
1559
- export interface HttpOptionsAttribute$instance extends HttpMethodAttribute {
1631
+ export interface HttpOptionsAttribute$instance extends HttpMethodAttribute, Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {
1632
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_HttpOptionsAttribute: never;
1633
+
1560
1634
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IActionHttpMethodProvider: never;
1561
1635
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
1562
1636
 
@@ -1574,12 +1648,12 @@ export interface __HttpOptionsAttribute$views {
1574
1648
  As_IRouteTemplateProvider(): Microsoft_AspNetCore_Mvc_Routing_Internal.IRouteTemplateProvider$instance;
1575
1649
  }
1576
1650
 
1577
- export interface HttpOptionsAttribute$instance extends Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {}
1578
-
1579
1651
  export type HttpOptionsAttribute = HttpOptionsAttribute$instance & __HttpOptionsAttribute$views;
1580
1652
 
1581
1653
 
1582
- export interface HttpPatchAttribute$instance extends HttpMethodAttribute {
1654
+ export interface HttpPatchAttribute$instance extends HttpMethodAttribute, Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {
1655
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_HttpPatchAttribute: never;
1656
+
1583
1657
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IActionHttpMethodProvider: never;
1584
1658
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
1585
1659
 
@@ -1597,12 +1671,12 @@ export interface __HttpPatchAttribute$views {
1597
1671
  As_IRouteTemplateProvider(): Microsoft_AspNetCore_Mvc_Routing_Internal.IRouteTemplateProvider$instance;
1598
1672
  }
1599
1673
 
1600
- export interface HttpPatchAttribute$instance extends Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {}
1601
-
1602
1674
  export type HttpPatchAttribute = HttpPatchAttribute$instance & __HttpPatchAttribute$views;
1603
1675
 
1604
1676
 
1605
- export interface HttpPostAttribute$instance extends HttpMethodAttribute {
1677
+ export interface HttpPostAttribute$instance extends HttpMethodAttribute, Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {
1678
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_HttpPostAttribute: never;
1679
+
1606
1680
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IActionHttpMethodProvider: never;
1607
1681
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
1608
1682
 
@@ -1620,12 +1694,12 @@ export interface __HttpPostAttribute$views {
1620
1694
  As_IRouteTemplateProvider(): Microsoft_AspNetCore_Mvc_Routing_Internal.IRouteTemplateProvider$instance;
1621
1695
  }
1622
1696
 
1623
- export interface HttpPostAttribute$instance extends Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {}
1624
-
1625
1697
  export type HttpPostAttribute = HttpPostAttribute$instance & __HttpPostAttribute$views;
1626
1698
 
1627
1699
 
1628
- export interface HttpPutAttribute$instance extends HttpMethodAttribute {
1700
+ export interface HttpPutAttribute$instance extends HttpMethodAttribute, Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {
1701
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_HttpPutAttribute: never;
1702
+
1629
1703
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IActionHttpMethodProvider: never;
1630
1704
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
1631
1705
 
@@ -1643,12 +1717,12 @@ export interface __HttpPutAttribute$views {
1643
1717
  As_IRouteTemplateProvider(): Microsoft_AspNetCore_Mvc_Routing_Internal.IRouteTemplateProvider$instance;
1644
1718
  }
1645
1719
 
1646
- export interface HttpPutAttribute$instance extends Microsoft_AspNetCore_Mvc_Routing_Internal.IActionHttpMethodProvider$instance {}
1647
-
1648
1720
  export type HttpPutAttribute = HttpPutAttribute$instance & __HttpPutAttribute$views;
1649
1721
 
1650
1722
 
1651
- export interface IgnoreAntiforgeryTokenAttribute$instance extends Attribute, IAntiforgeryPolicy, IFilterMetadata {
1723
+ export interface IgnoreAntiforgeryTokenAttribute$instance extends Attribute, IAntiforgeryPolicy, IFilterMetadata, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IAntiforgeryPolicy$instance {
1724
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_IgnoreAntiforgeryTokenAttribute: never;
1725
+
1652
1726
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
1653
1727
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
1654
1728
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IAntiforgeryPolicy: never;
@@ -1666,12 +1740,12 @@ export interface __IgnoreAntiforgeryTokenAttribute$views {
1666
1740
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
1667
1741
  }
1668
1742
 
1669
- export interface IgnoreAntiforgeryTokenAttribute$instance extends Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IAntiforgeryPolicy$instance {}
1670
-
1671
1743
  export type IgnoreAntiforgeryTokenAttribute = IgnoreAntiforgeryTokenAttribute$instance & __IgnoreAntiforgeryTokenAttribute$views;
1672
1744
 
1673
1745
 
1674
1746
  export interface JsonOptions$instance {
1747
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_JsonOptions: never;
1748
+
1675
1749
  AllowInputFormatterExceptionMessages: boolean;
1676
1750
  readonly JsonSerializerOptions: JsonSerializerOptions;
1677
1751
  }
@@ -1685,6 +1759,8 @@ export const JsonOptions: {
1685
1759
  export type JsonOptions = JsonOptions$instance;
1686
1760
 
1687
1761
  export interface JsonResult$instance extends ActionResult$instance {
1762
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_JsonResult: never;
1763
+
1688
1764
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1689
1765
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
1690
1766
 
@@ -1692,7 +1768,7 @@ export interface JsonResult$instance extends ActionResult$instance {
1692
1768
  set ContentType(value: string | undefined);
1693
1769
  get SerializerSettings(): unknown | undefined;
1694
1770
  set SerializerSettings(value: unknown | undefined);
1695
- StatusCode: Nullable<System_Internal.Int32>;
1771
+ StatusCode: Nullable_1<System_Internal.Int32>;
1696
1772
  get Value(): unknown | undefined;
1697
1773
  set Value(value: unknown | undefined);
1698
1774
  ExecuteResultAsync(context: ActionContext): Task;
@@ -1714,6 +1790,8 @@ export type JsonResult = JsonResult$instance & __JsonResult$views;
1714
1790
 
1715
1791
 
1716
1792
  export interface LocalRedirectResult$instance extends ActionResult$instance {
1793
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_LocalRedirectResult: never;
1794
+
1717
1795
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1718
1796
 
1719
1797
  Permanent: boolean;
@@ -1739,7 +1817,9 @@ export interface __LocalRedirectResult$views {
1739
1817
  export type LocalRedirectResult = LocalRedirectResult$instance & __LocalRedirectResult$views;
1740
1818
 
1741
1819
 
1742
- export interface MiddlewareFilterAttribute$instance extends Attribute, IFilterMetadata {
1820
+ export interface MiddlewareFilterAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
1821
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_MiddlewareFilterAttribute: never;
1822
+
1743
1823
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
1744
1824
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
1745
1825
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -1761,12 +1841,12 @@ export interface __MiddlewareFilterAttribute$views {
1761
1841
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
1762
1842
  }
1763
1843
 
1764
- export interface MiddlewareFilterAttribute$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
1765
-
1766
1844
  export type MiddlewareFilterAttribute = MiddlewareFilterAttribute$instance & __MiddlewareFilterAttribute$views;
1767
1845
 
1768
1846
 
1769
1847
  export interface MiddlewareFilterAttribute_1$instance<T> extends MiddlewareFilterAttribute$instance, IFilterMetadata {
1848
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_MiddlewareFilterAttribute_1: never;
1849
+
1770
1850
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
1771
1851
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
1772
1852
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -1789,6 +1869,8 @@ export type MiddlewareFilterAttribute_1<T> = MiddlewareFilterAttribute_1$instanc
1789
1869
 
1790
1870
 
1791
1871
  export interface ModelBinderAttribute$instance extends Attribute {
1872
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinderAttribute: never;
1873
+
1792
1874
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBinderTypeProviderMetadata: never;
1793
1875
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceMetadata: never;
1794
1876
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
@@ -1817,6 +1899,8 @@ export type ModelBinderAttribute = ModelBinderAttribute$instance & __ModelBinder
1817
1899
 
1818
1900
 
1819
1901
  export interface ModelBinderAttribute_1$instance<TBinder extends IModelBinder> extends ModelBinderAttribute$instance {
1902
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinderAttribute_1: never;
1903
+
1820
1904
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBinderTypeProviderMetadata: never;
1821
1905
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceMetadata: never;
1822
1906
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelNameProvider: never;
@@ -1839,6 +1923,8 @@ export type ModelBinderAttribute_1<TBinder extends IModelBinder> = ModelBinderAt
1839
1923
 
1840
1924
 
1841
1925
  export interface ModelMetadataTypeAttribute$instance extends Attribute {
1926
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelMetadataTypeAttribute: never;
1927
+
1842
1928
  readonly MetadataType: Type;
1843
1929
  }
1844
1930
 
@@ -1851,6 +1937,8 @@ export const ModelMetadataTypeAttribute: {
1851
1937
  export type ModelMetadataTypeAttribute = ModelMetadataTypeAttribute$instance;
1852
1938
 
1853
1939
  export interface ModelMetadataTypeAttribute_1$instance<T> extends ModelMetadataTypeAttribute {
1940
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelMetadataTypeAttribute_1: never;
1941
+
1854
1942
  }
1855
1943
 
1856
1944
 
@@ -1862,12 +1950,14 @@ export const ModelMetadataTypeAttribute_1: {
1862
1950
  export type ModelMetadataTypeAttribute_1<T> = ModelMetadataTypeAttribute_1$instance<T>;
1863
1951
 
1864
1952
  export interface MvcOptions$instance {
1953
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_MvcOptions: never;
1954
+
1865
1955
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
1866
1956
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1867
1957
 
1868
1958
  AllowEmptyInputInBodyModelBinding: boolean;
1869
- readonly CacheProfiles: IDictionary__System_Collections_Generic<System_Internal.String, CacheProfile>;
1870
- readonly Conventions: IList<IApplicationModelConvention>;
1959
+ readonly CacheProfiles: IDictionary_2<System_Internal.String, CacheProfile>;
1960
+ readonly Conventions: IList_1<IApplicationModelConvention>;
1871
1961
  EnableActionInvokers: boolean;
1872
1962
  EnableEndpointRouting: boolean;
1873
1963
  readonly Filters: FilterCollection;
@@ -1877,22 +1967,22 @@ export interface MvcOptions$instance {
1877
1967
  MaxModelBindingCollectionSize: int;
1878
1968
  MaxModelBindingRecursionDepth: int;
1879
1969
  MaxModelValidationErrors: int;
1880
- MaxValidationDepth: Nullable<System_Internal.Int32>;
1881
- readonly ModelBinderProviders: IList<IModelBinderProvider>;
1970
+ MaxValidationDepth: Nullable_1<System_Internal.Int32>;
1971
+ readonly ModelBinderProviders: IList_1<IModelBinderProvider>;
1882
1972
  readonly ModelBindingMessageProvider: DefaultModelBindingMessageProvider;
1883
- readonly ModelMetadataDetailsProviders: IList<IMetadataDetailsProvider>;
1884
- readonly ModelValidatorProviders: IList<IModelValidatorProvider>;
1973
+ readonly ModelMetadataDetailsProviders: IList_1<IMetadataDetailsProvider>;
1974
+ readonly ModelValidatorProviders: IList_1<IModelValidatorProvider>;
1885
1975
  readonly OutputFormatters: FormatterCollection_1<IOutputFormatter>;
1886
1976
  RequireHttpsPermanent: boolean;
1887
1977
  RespectBrowserAcceptHeader: boolean;
1888
1978
  ReturnHttpNotAcceptable: boolean;
1889
- SslPort: Nullable<System_Internal.Int32>;
1979
+ SslPort: Nullable_1<System_Internal.Int32>;
1890
1980
  SuppressAsyncSuffixInActionNames: boolean;
1891
1981
  SuppressImplicitRequiredAttributeForNonNullableReferenceTypes: boolean;
1892
1982
  SuppressInputFormatterBuffering: boolean;
1893
1983
  SuppressOutputFormatterBuffering: boolean;
1894
1984
  ValidateComplexTypesIfChildValidationFails: boolean;
1895
- readonly ValueProviderFactories: IList<IValueProviderFactory>;
1985
+ readonly ValueProviderFactories: IList_1<IValueProviderFactory>;
1896
1986
  }
1897
1987
 
1898
1988
 
@@ -1904,12 +1994,14 @@ export const MvcOptions: {
1904
1994
  export type MvcOptions = MvcOptions$instance;
1905
1995
 
1906
1996
  export interface MvcViewOptions$instance {
1997
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_MvcViewOptions: never;
1998
+
1907
1999
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
1908
2000
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1909
2001
 
1910
- readonly ClientModelValidatorProviders: IList<IClientModelValidatorProvider>;
2002
+ readonly ClientModelValidatorProviders: IList_1<IClientModelValidatorProvider>;
1911
2003
  HtmlHelperOptions: HtmlHelperOptions;
1912
- readonly ViewEngines: IList<IViewEngine>;
2004
+ readonly ViewEngines: IList_1<IViewEngine>;
1913
2005
  }
1914
2006
 
1915
2007
 
@@ -1921,6 +2013,8 @@ export const MvcViewOptions: {
1921
2013
  export type MvcViewOptions = MvcViewOptions$instance;
1922
2014
 
1923
2015
  export interface NoContentResult$instance extends StatusCodeResult$instance {
2016
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_NoContentResult: never;
2017
+
1924
2018
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1925
2019
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
1926
2020
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
@@ -1943,6 +2037,8 @@ export type NoContentResult = NoContentResult$instance & __NoContentResult$views
1943
2037
 
1944
2038
 
1945
2039
  export interface NonActionAttribute$instance extends Attribute {
2040
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_NonActionAttribute: never;
2041
+
1946
2042
  }
1947
2043
 
1948
2044
 
@@ -1954,6 +2050,8 @@ export const NonActionAttribute: {
1954
2050
  export type NonActionAttribute = NonActionAttribute$instance;
1955
2051
 
1956
2052
  export interface NonControllerAttribute$instance extends Attribute {
2053
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_NonControllerAttribute: never;
2054
+
1957
2055
  }
1958
2056
 
1959
2057
 
@@ -1965,6 +2063,8 @@ export const NonControllerAttribute: {
1965
2063
  export type NonControllerAttribute = NonControllerAttribute$instance;
1966
2064
 
1967
2065
  export interface NonViewComponentAttribute$instance extends Attribute {
2066
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_NonViewComponentAttribute: never;
2067
+
1968
2068
  }
1969
2069
 
1970
2070
 
@@ -1976,6 +2076,8 @@ export const NonViewComponentAttribute: {
1976
2076
  export type NonViewComponentAttribute = NonViewComponentAttribute$instance;
1977
2077
 
1978
2078
  export interface NotFoundObjectResult$instance extends ObjectResult$instance {
2079
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_NotFoundObjectResult: never;
2080
+
1979
2081
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
1980
2082
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
1981
2083
 
@@ -1997,6 +2099,8 @@ export type NotFoundObjectResult = NotFoundObjectResult$instance & __NotFoundObj
1997
2099
 
1998
2100
 
1999
2101
  export interface NotFoundResult$instance extends StatusCodeResult$instance {
2102
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_NotFoundResult: never;
2103
+
2000
2104
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2001
2105
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
2002
2106
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
@@ -2019,6 +2123,8 @@ export type NotFoundResult = NotFoundResult$instance & __NotFoundResult$views;
2019
2123
 
2020
2124
 
2021
2125
  export interface ObjectResult$instance extends ActionResult$instance {
2126
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ObjectResult: never;
2127
+
2022
2128
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2023
2129
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
2024
2130
 
@@ -2026,7 +2132,7 @@ export interface ObjectResult$instance extends ActionResult$instance {
2026
2132
  get DeclaredType(): Type | undefined;
2027
2133
  set DeclaredType(value: Type | undefined);
2028
2134
  Formatters: FormatterCollection_1<IOutputFormatter>;
2029
- StatusCode: Nullable<System_Internal.Int32>;
2135
+ StatusCode: Nullable_1<System_Internal.Int32>;
2030
2136
  get Value(): unknown | undefined;
2031
2137
  set Value(value: unknown | undefined);
2032
2138
  ExecuteResultAsync(context: ActionContext): Task;
@@ -2048,6 +2154,8 @@ export type ObjectResult = ObjectResult$instance & __ObjectResult$views;
2048
2154
 
2049
2155
 
2050
2156
  export interface OkObjectResult$instance extends ObjectResult$instance {
2157
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_OkObjectResult: never;
2158
+
2051
2159
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2052
2160
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
2053
2161
 
@@ -2069,6 +2177,8 @@ export type OkObjectResult = OkObjectResult$instance & __OkObjectResult$views;
2069
2177
 
2070
2178
 
2071
2179
  export interface OkResult$instance extends StatusCodeResult$instance {
2180
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_OkResult: never;
2181
+
2072
2182
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2073
2183
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
2074
2184
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
@@ -2091,6 +2201,8 @@ export type OkResult = OkResult$instance & __OkResult$views;
2091
2201
 
2092
2202
 
2093
2203
  export interface PageRemoteAttribute$instance extends RemoteAttributeBase$instance {
2204
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_PageRemoteAttribute: never;
2205
+
2094
2206
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
2095
2207
 
2096
2208
  get PageHandler(): string | undefined;
@@ -2115,13 +2227,15 @@ export type PageRemoteAttribute = PageRemoteAttribute$instance & __PageRemoteAtt
2115
2227
 
2116
2228
 
2117
2229
  export interface PartialViewResult$instance extends ActionResult$instance {
2230
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_PartialViewResult: never;
2231
+
2118
2232
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2119
2233
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
2120
2234
 
2121
2235
  get ContentType(): string | undefined;
2122
2236
  set ContentType(value: string | undefined);
2123
2237
  readonly Model: unknown | undefined;
2124
- StatusCode: Nullable<System_Internal.Int32>;
2238
+ StatusCode: Nullable_1<System_Internal.Int32>;
2125
2239
  TempData: ITempDataDictionary;
2126
2240
  ViewData: ViewDataDictionary;
2127
2241
  get ViewEngine(): IViewEngine | undefined;
@@ -2146,6 +2260,8 @@ export type PartialViewResult = PartialViewResult$instance & __PartialViewResult
2146
2260
 
2147
2261
 
2148
2262
  export interface PhysicalFileResult$instance extends FileResult$instance {
2263
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_PhysicalFileResult: never;
2264
+
2149
2265
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2150
2266
 
2151
2267
  FileName: string;
@@ -2167,12 +2283,14 @@ export type PhysicalFileResult = PhysicalFileResult$instance & __PhysicalFileRes
2167
2283
 
2168
2284
 
2169
2285
  export interface ProblemDetails$instance {
2286
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProblemDetails: never;
2287
+
2170
2288
  get Detail(): string | undefined;
2171
2289
  set Detail(value: string | undefined);
2172
- Extensions: IDictionary__System_Collections_Generic<System_Internal.String, unknown | undefined>;
2290
+ Extensions: IDictionary_2<System_Internal.String, unknown | undefined>;
2173
2291
  get Instance(): string | undefined;
2174
2292
  set Instance(value: string | undefined);
2175
- Status: Nullable<System_Internal.Int32>;
2293
+ Status: Nullable_1<System_Internal.Int32>;
2176
2294
  get Title(): string | undefined;
2177
2295
  set Title(value: string | undefined);
2178
2296
  get Type(): string | undefined;
@@ -2187,7 +2305,9 @@ export const ProblemDetails: {
2187
2305
 
2188
2306
  export type ProblemDetails = ProblemDetails$instance;
2189
2307
 
2190
- export interface ProducesAttribute$instance extends Attribute, IFilterMetadata {
2308
+ export interface ProducesAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance {
2309
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesAttribute: never;
2310
+
2191
2311
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
2192
2312
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
2193
2313
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -2217,12 +2337,12 @@ export interface __ProducesAttribute$views {
2217
2337
  As_IApiResponseMetadataProvider(): Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseMetadataProvider$instance;
2218
2338
  }
2219
2339
 
2220
- export interface ProducesAttribute$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance {}
2221
-
2222
2340
  export type ProducesAttribute = ProducesAttribute$instance & __ProducesAttribute$views;
2223
2341
 
2224
2342
 
2225
2343
  export interface ProducesAttribute_1$instance<T> extends ProducesAttribute$instance, IFilterMetadata {
2344
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesAttribute_1: never;
2345
+
2226
2346
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
2227
2347
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
2228
2348
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -2249,6 +2369,8 @@ export type ProducesAttribute_1<T> = ProducesAttribute_1$instance<T> & __Produce
2249
2369
 
2250
2370
 
2251
2371
  export interface ProducesDefaultResponseTypeAttribute$instance extends Attribute, IFilterMetadata {
2372
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesDefaultResponseTypeAttribute: never;
2373
+
2252
2374
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiDefaultResponseMetadataProvider: never;
2253
2375
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
2254
2376
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
@@ -2274,6 +2396,8 @@ export type ProducesDefaultResponseTypeAttribute = ProducesDefaultResponseTypeAt
2274
2396
 
2275
2397
 
2276
2398
  export interface ProducesErrorResponseTypeAttribute$instance extends Attribute {
2399
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesErrorResponseTypeAttribute: never;
2400
+
2277
2401
  readonly Type: Type;
2278
2402
  }
2279
2403
 
@@ -2286,6 +2410,8 @@ export const ProducesErrorResponseTypeAttribute: {
2286
2410
  export type ProducesErrorResponseTypeAttribute = ProducesErrorResponseTypeAttribute$instance;
2287
2411
 
2288
2412
  export interface ProducesResponseTypeAttribute$instance extends Attribute, IFilterMetadata {
2413
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesResponseTypeAttribute: never;
2414
+
2289
2415
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
2290
2416
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
2291
2417
 
@@ -2311,6 +2437,8 @@ export type ProducesResponseTypeAttribute = ProducesResponseTypeAttribute$instan
2311
2437
 
2312
2438
 
2313
2439
  export interface ProducesResponseTypeAttribute_1$instance<T> extends ProducesResponseTypeAttribute$instance, IFilterMetadata {
2440
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ProducesResponseTypeAttribute_1: never;
2441
+
2314
2442
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseMetadataProvider: never;
2315
2443
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
2316
2444
 
@@ -2331,7 +2459,9 @@ export interface __ProducesResponseTypeAttribute_1$views<T> {
2331
2459
  export type ProducesResponseTypeAttribute_1<T> = ProducesResponseTypeAttribute_1$instance<T> & __ProducesResponseTypeAttribute_1$views<T>;
2332
2460
 
2333
2461
 
2334
- export interface RedirectResult$instance extends ActionResult$instance, IKeepTempDataResult {
2462
+ export interface RedirectResult$instance extends ActionResult$instance, IKeepTempDataResult, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IKeepTempDataResult$instance {
2463
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RedirectResult: never;
2464
+
2335
2465
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2336
2466
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IKeepTempDataResult: never;
2337
2467
 
@@ -2355,12 +2485,12 @@ export interface __RedirectResult$views {
2355
2485
  As_IActionResult(): IActionResult$instance;
2356
2486
  }
2357
2487
 
2358
- export interface RedirectResult$instance extends Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IKeepTempDataResult$instance {}
2359
-
2360
2488
  export type RedirectResult = RedirectResult$instance & __RedirectResult$views;
2361
2489
 
2362
2490
 
2363
- export interface RedirectToActionResult$instance extends ActionResult$instance, IKeepTempDataResult {
2491
+ export interface RedirectToActionResult$instance extends ActionResult$instance, IKeepTempDataResult, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IKeepTempDataResult$instance {
2492
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RedirectToActionResult: never;
2493
+
2364
2494
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2365
2495
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IKeepTempDataResult: never;
2366
2496
 
@@ -2394,12 +2524,12 @@ export interface __RedirectToActionResult$views {
2394
2524
  As_IActionResult(): IActionResult$instance;
2395
2525
  }
2396
2526
 
2397
- export interface RedirectToActionResult$instance extends Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IKeepTempDataResult$instance {}
2398
-
2399
2527
  export type RedirectToActionResult = RedirectToActionResult$instance & __RedirectToActionResult$views;
2400
2528
 
2401
2529
 
2402
- export interface RedirectToPageResult$instance extends ActionResult$instance, IKeepTempDataResult {
2530
+ export interface RedirectToPageResult$instance extends ActionResult$instance, IKeepTempDataResult, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IKeepTempDataResult$instance {
2531
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RedirectToPageResult: never;
2532
+
2403
2533
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2404
2534
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IKeepTempDataResult: never;
2405
2535
 
@@ -2440,12 +2570,12 @@ export interface __RedirectToPageResult$views {
2440
2570
  As_IActionResult(): IActionResult$instance;
2441
2571
  }
2442
2572
 
2443
- export interface RedirectToPageResult$instance extends Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IKeepTempDataResult$instance {}
2444
-
2445
2573
  export type RedirectToPageResult = RedirectToPageResult$instance & __RedirectToPageResult$views;
2446
2574
 
2447
2575
 
2448
- export interface RedirectToRouteResult$instance extends ActionResult$instance, IKeepTempDataResult {
2576
+ export interface RedirectToRouteResult$instance extends ActionResult$instance, IKeepTempDataResult, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IKeepTempDataResult$instance {
2577
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RedirectToRouteResult: never;
2578
+
2449
2579
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2450
2580
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IKeepTempDataResult: never;
2451
2581
 
@@ -2478,12 +2608,12 @@ export interface __RedirectToRouteResult$views {
2478
2608
  As_IActionResult(): IActionResult$instance;
2479
2609
  }
2480
2610
 
2481
- export interface RedirectToRouteResult$instance extends Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IKeepTempDataResult$instance {}
2482
-
2483
2611
  export type RedirectToRouteResult = RedirectToRouteResult$instance & __RedirectToRouteResult$views;
2484
2612
 
2485
2613
 
2486
2614
  export interface RemoteAttribute$instance extends RemoteAttributeBase$instance {
2615
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RemoteAttribute: never;
2616
+
2487
2617
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
2488
2618
 
2489
2619
  AddValidation(context: ClientModelValidationContext): void;
@@ -2505,7 +2635,9 @@ export interface __RemoteAttribute$views {
2505
2635
  export type RemoteAttribute = RemoteAttribute$instance & __RemoteAttribute$views;
2506
2636
 
2507
2637
 
2508
- export interface RemoteAttributeBase$instance extends ValidationAttribute {
2638
+ export interface RemoteAttributeBase$instance extends ValidationAttribute, Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal.IClientModelValidator$instance {
2639
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RemoteAttributeBase: never;
2640
+
2509
2641
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
2510
2642
 
2511
2643
  AdditionalFields: string;
@@ -2528,12 +2660,12 @@ export interface __RemoteAttributeBase$views {
2528
2660
  As_IClientModelValidator(): Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal.IClientModelValidator$instance;
2529
2661
  }
2530
2662
 
2531
- export interface RemoteAttributeBase$instance extends Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal.IClientModelValidator$instance {}
2532
-
2533
2663
  export type RemoteAttributeBase = RemoteAttributeBase$instance & __RemoteAttributeBase$views;
2534
2664
 
2535
2665
 
2536
- export interface RequestFormLimitsAttribute$instance extends Attribute, IFilterMetadata {
2666
+ export interface RequestFormLimitsAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
2667
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RequestFormLimitsAttribute: never;
2668
+
2537
2669
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IFormOptionsMetadata: never;
2538
2670
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
2539
2671
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
@@ -2566,12 +2698,12 @@ export interface __RequestFormLimitsAttribute$views {
2566
2698
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
2567
2699
  }
2568
2700
 
2569
- export interface RequestFormLimitsAttribute$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
2570
-
2571
2701
  export type RequestFormLimitsAttribute = RequestFormLimitsAttribute$instance & __RequestFormLimitsAttribute$views;
2572
2702
 
2573
2703
 
2574
- export interface RequestSizeLimitAttribute$instance extends Attribute, IFilterMetadata {
2704
+ export interface RequestSizeLimitAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Http_Metadata_Internal.IRequestSizeLimitMetadata$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
2705
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RequestSizeLimitAttribute: never;
2706
+
2575
2707
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IRequestSizeLimitMetadata: never;
2576
2708
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
2577
2709
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
@@ -2594,12 +2726,12 @@ export interface __RequestSizeLimitAttribute$views {
2594
2726
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
2595
2727
  }
2596
2728
 
2597
- export interface RequestSizeLimitAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.IRequestSizeLimitMetadata$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
2598
-
2599
2729
  export type RequestSizeLimitAttribute = RequestSizeLimitAttribute$instance & __RequestSizeLimitAttribute$views;
2600
2730
 
2601
2731
 
2602
- export interface RequireHttpsAttribute$instance extends Attribute, IFilterMetadata {
2732
+ export interface RequireHttpsAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IAuthorizationFilter$instance {
2733
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RequireHttpsAttribute: never;
2734
+
2603
2735
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAuthorizationFilter: never;
2604
2736
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
2605
2737
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -2621,12 +2753,12 @@ export interface __RequireHttpsAttribute$views {
2621
2753
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
2622
2754
  }
2623
2755
 
2624
- export interface RequireHttpsAttribute$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IAuthorizationFilter$instance {}
2625
-
2626
2756
  export type RequireHttpsAttribute = RequireHttpsAttribute$instance & __RequireHttpsAttribute$views;
2627
2757
 
2628
2758
 
2629
- export interface ResponseCacheAttribute$instance extends Attribute, IFilterMetadata {
2759
+ export interface ResponseCacheAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
2760
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ResponseCacheAttribute: never;
2761
+
2630
2762
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
2631
2763
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
2632
2764
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -2657,12 +2789,12 @@ export interface __ResponseCacheAttribute$views {
2657
2789
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
2658
2790
  }
2659
2791
 
2660
- export interface ResponseCacheAttribute$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
2661
-
2662
2792
  export type ResponseCacheAttribute = ResponseCacheAttribute$instance & __ResponseCacheAttribute$views;
2663
2793
 
2664
2794
 
2665
2795
  export interface RouteAttribute$instance extends Attribute {
2796
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_RouteAttribute: never;
2797
+
2666
2798
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Routing_IRouteTemplateProvider: never;
2667
2799
 
2668
2800
  get Name(): string | undefined;
@@ -2684,7 +2816,9 @@ export interface __RouteAttribute$views {
2684
2816
  export type RouteAttribute = RouteAttribute$instance & __RouteAttribute$views;
2685
2817
 
2686
2818
 
2687
- export interface SerializableError$instance extends Dictionary<System_Internal.String, unknown> {
2819
+ export interface SerializableError$instance extends Dictionary_2<System_Internal.String, unknown> {
2820
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SerializableError: never;
2821
+
2688
2822
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
2689
2823
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
2690
2824
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -2708,6 +2842,8 @@ export const SerializableError: {
2708
2842
  export type SerializableError = SerializableError$instance;
2709
2843
 
2710
2844
  export interface ServiceFilterAttribute$instance extends Attribute, IFilterMetadata {
2845
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ServiceFilterAttribute: never;
2846
+
2711
2847
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
2712
2848
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
2713
2849
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -2733,6 +2869,8 @@ export type ServiceFilterAttribute = ServiceFilterAttribute$instance & __Service
2733
2869
 
2734
2870
 
2735
2871
  export interface ServiceFilterAttribute_1$instance<TFilter extends IFilterMetadata> extends ServiceFilterAttribute$instance, IFilterMetadata {
2872
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ServiceFilterAttribute_1: never;
2873
+
2736
2874
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
2737
2875
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
2738
2876
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -2755,6 +2893,8 @@ export type ServiceFilterAttribute_1<TFilter extends IFilterMetadata> = ServiceF
2755
2893
 
2756
2894
 
2757
2895
  export interface SignInResult$instance extends ActionResult$instance {
2896
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SignInResult: never;
2897
+
2758
2898
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2759
2899
 
2760
2900
  get AuthenticationScheme(): string | undefined;
@@ -2781,11 +2921,13 @@ export interface __SignInResult$views {
2781
2921
  export type SignInResult = SignInResult$instance & __SignInResult$views;
2782
2922
 
2783
2923
 
2784
- export interface SignOutResult$instance extends ActionResult$instance {
2924
+ export interface SignOutResult$instance extends ActionResult$instance, Microsoft_AspNetCore_Http_Internal.IResult$instance {
2925
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SignOutResult: never;
2926
+
2785
2927
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
2786
2928
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2787
2929
 
2788
- AuthenticationSchemes: IList<System_Internal.String>;
2930
+ AuthenticationSchemes: IList_1<System_Internal.String>;
2789
2931
  get Properties(): AuthenticationProperties | undefined;
2790
2932
  set Properties(value: AuthenticationProperties | undefined);
2791
2933
  ExecuteResultAsync(context: ActionContext): Task;
@@ -2796,9 +2938,9 @@ export const SignOutResult: {
2796
2938
  new(): SignOutResult;
2797
2939
  new(properties: AuthenticationProperties): SignOutResult;
2798
2940
  new(authenticationScheme: string): SignOutResult;
2799
- new(authenticationSchemes: IList<System_Internal.String>): SignOutResult;
2941
+ new(authenticationSchemes: IList_1<System_Internal.String>): SignOutResult;
2800
2942
  new(authenticationScheme: string, properties: AuthenticationProperties): SignOutResult;
2801
- new(authenticationSchemes: IList<System_Internal.String>, properties: AuthenticationProperties): SignOutResult;
2943
+ new(authenticationSchemes: IList_1<System_Internal.String>, properties: AuthenticationProperties): SignOutResult;
2802
2944
  };
2803
2945
 
2804
2946
 
@@ -2807,12 +2949,12 @@ export interface __SignOutResult$views {
2807
2949
  As_IActionResult(): IActionResult$instance;
2808
2950
  }
2809
2951
 
2810
- export interface SignOutResult$instance extends Microsoft_AspNetCore_Http_Internal.IResult$instance {}
2811
-
2812
2952
  export type SignOutResult = SignOutResult$instance & __SignOutResult$views;
2813
2953
 
2814
2954
 
2815
- export interface SkipStatusCodePagesAttribute$instance extends Attribute, IFilterMetadata, ISkipStatusCodePagesMetadata {
2955
+ export interface SkipStatusCodePagesAttribute$instance extends Attribute, IFilterMetadata, ISkipStatusCodePagesMetadata, Microsoft_AspNetCore_Http_Metadata_Internal.ISkipStatusCodePagesMetadata$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IResourceFilter$instance {
2956
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_SkipStatusCodePagesAttribute: never;
2957
+
2816
2958
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_ISkipStatusCodePagesMetadata: never;
2817
2959
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
2818
2960
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IResourceFilter: never;
@@ -2831,12 +2973,12 @@ export interface __SkipStatusCodePagesAttribute$views {
2831
2973
  As_IResourceFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IResourceFilter$instance;
2832
2974
  }
2833
2975
 
2834
- export interface SkipStatusCodePagesAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.ISkipStatusCodePagesMetadata$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IResourceFilter$instance {}
2835
-
2836
2976
  export type SkipStatusCodePagesAttribute = SkipStatusCodePagesAttribute$instance & __SkipStatusCodePagesAttribute$views;
2837
2977
 
2838
2978
 
2839
2979
  export interface StatusCodeResult$instance extends ActionResult$instance, IClientErrorActionResult {
2980
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_StatusCodeResult: never;
2981
+
2840
2982
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2841
2983
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
2842
2984
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
@@ -2861,6 +3003,8 @@ export type StatusCodeResult = StatusCodeResult$instance & __StatusCodeResult$vi
2861
3003
 
2862
3004
 
2863
3005
  export interface TempDataAttribute$instance extends Attribute {
3006
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_TempDataAttribute: never;
3007
+
2864
3008
  get Key(): string | undefined;
2865
3009
  set Key(value: string | undefined);
2866
3010
  }
@@ -2874,6 +3018,8 @@ export const TempDataAttribute: {
2874
3018
  export type TempDataAttribute = TempDataAttribute$instance;
2875
3019
 
2876
3020
  export interface TypeFilterAttribute$instance extends Attribute, IFilterMetadata {
3021
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_TypeFilterAttribute: never;
3022
+
2877
3023
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
2878
3024
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
2879
3025
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -2901,6 +3047,8 @@ export type TypeFilterAttribute = TypeFilterAttribute$instance & __TypeFilterAtt
2901
3047
 
2902
3048
 
2903
3049
  export interface TypeFilterAttribute_1$instance<TFilter extends IFilterMetadata> extends TypeFilterAttribute$instance, IFilterMetadata {
3050
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_TypeFilterAttribute_1: never;
3051
+
2904
3052
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
2905
3053
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
2906
3054
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -2923,6 +3071,8 @@ export type TypeFilterAttribute_1<TFilter extends IFilterMetadata> = TypeFilterA
2923
3071
 
2924
3072
 
2925
3073
  export interface UnauthorizedObjectResult$instance extends ObjectResult$instance {
3074
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_UnauthorizedObjectResult: never;
3075
+
2926
3076
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2927
3077
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
2928
3078
 
@@ -2944,6 +3094,8 @@ export type UnauthorizedObjectResult = UnauthorizedObjectResult$instance & __Una
2944
3094
 
2945
3095
 
2946
3096
  export interface UnauthorizedResult$instance extends StatusCodeResult$instance {
3097
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_UnauthorizedResult: never;
3098
+
2947
3099
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2948
3100
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
2949
3101
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
@@ -2966,6 +3118,8 @@ export type UnauthorizedResult = UnauthorizedResult$instance & __UnauthorizedRes
2966
3118
 
2967
3119
 
2968
3120
  export interface UnprocessableEntityObjectResult$instance extends ObjectResult$instance {
3121
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_UnprocessableEntityObjectResult: never;
3122
+
2969
3123
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2970
3124
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
2971
3125
 
@@ -2988,6 +3142,8 @@ export type UnprocessableEntityObjectResult = UnprocessableEntityObjectResult$in
2988
3142
 
2989
3143
 
2990
3144
  export interface UnprocessableEntityResult$instance extends StatusCodeResult$instance {
3145
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_UnprocessableEntityResult: never;
3146
+
2991
3147
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
2992
3148
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
2993
3149
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
@@ -3010,6 +3166,8 @@ export type UnprocessableEntityResult = UnprocessableEntityResult$instance & __U
3010
3166
 
3011
3167
 
3012
3168
  export interface UnsupportedMediaTypeResult$instance extends StatusCodeResult$instance {
3169
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_UnsupportedMediaTypeResult: never;
3170
+
3013
3171
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
3014
3172
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
3015
3173
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
@@ -3031,7 +3189,9 @@ export interface __UnsupportedMediaTypeResult$views {
3031
3189
  export type UnsupportedMediaTypeResult = UnsupportedMediaTypeResult$instance & __UnsupportedMediaTypeResult$views;
3032
3190
 
3033
3191
 
3034
- export interface ValidateAntiForgeryTokenAttribute$instance extends Attribute, IFilterMetadata {
3192
+ export interface ValidateAntiForgeryTokenAttribute$instance extends Attribute, IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
3193
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ValidateAntiForgeryTokenAttribute: never;
3194
+
3035
3195
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
3036
3196
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
3037
3197
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
@@ -3052,26 +3212,28 @@ export interface __ValidateAntiForgeryTokenAttribute$views {
3052
3212
  As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
3053
3213
  }
3054
3214
 
3055
- export interface ValidateAntiForgeryTokenAttribute$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
3056
-
3057
3215
  export type ValidateAntiForgeryTokenAttribute = ValidateAntiForgeryTokenAttribute$instance & __ValidateAntiForgeryTokenAttribute$views;
3058
3216
 
3059
3217
 
3060
3218
  export interface ValidationProblemDetails$instance extends HttpValidationProblemDetails {
3061
- Errors: IDictionary__System_Collections_Generic<System_Internal.String, string[]>;
3219
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ValidationProblemDetails: never;
3220
+
3221
+ Errors: IDictionary_2<System_Internal.String, string[]>;
3062
3222
  }
3063
3223
 
3064
3224
 
3065
3225
  export const ValidationProblemDetails: {
3066
3226
  new(): ValidationProblemDetails;
3067
3227
  new(modelState: ModelStateDictionary): ValidationProblemDetails;
3068
- new(errors: IDictionary__System_Collections_Generic<System_Internal.String, string[]>): ValidationProblemDetails;
3228
+ new(errors: IDictionary_2<System_Internal.String, string[]>): ValidationProblemDetails;
3069
3229
  };
3070
3230
 
3071
3231
 
3072
3232
  export type ValidationProblemDetails = ValidationProblemDetails$instance;
3073
3233
 
3074
3234
  export interface ViewComponent$instance {
3235
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewComponent: never;
3236
+
3075
3237
  readonly HttpContext: HttpContext;
3076
3238
  readonly ModelState: ModelStateDictionary;
3077
3239
  readonly Request: HttpRequest;
@@ -3100,6 +3262,8 @@ export const ViewComponent: (abstract new() => ViewComponent) & {
3100
3262
  export type ViewComponent = ViewComponent$instance;
3101
3263
 
3102
3264
  export interface ViewComponentAttribute$instance extends Attribute {
3265
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewComponentAttribute: never;
3266
+
3103
3267
  Name: string;
3104
3268
  }
3105
3269
 
@@ -3112,6 +3276,8 @@ export const ViewComponentAttribute: {
3112
3276
  export type ViewComponentAttribute = ViewComponentAttribute$instance;
3113
3277
 
3114
3278
  export interface ViewComponentResult$instance extends ActionResult$instance {
3279
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewComponentResult: never;
3280
+
3115
3281
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
3116
3282
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
3117
3283
 
@@ -3120,7 +3286,7 @@ export interface ViewComponentResult$instance extends ActionResult$instance {
3120
3286
  get ContentType(): string | undefined;
3121
3287
  set ContentType(value: string | undefined);
3122
3288
  readonly Model: unknown | undefined;
3123
- StatusCode: Nullable<System_Internal.Int32>;
3289
+ StatusCode: Nullable_1<System_Internal.Int32>;
3124
3290
  TempData: ITempDataDictionary;
3125
3291
  get ViewComponentName(): string | undefined;
3126
3292
  set ViewComponentName(value: string | undefined);
@@ -3145,6 +3311,8 @@ export type ViewComponentResult = ViewComponentResult$instance & __ViewComponent
3145
3311
 
3146
3312
 
3147
3313
  export interface ViewDataAttribute$instance extends Attribute {
3314
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewDataAttribute: never;
3315
+
3148
3316
  get Key(): string | undefined;
3149
3317
  set Key(value: string | undefined);
3150
3318
  }
@@ -3158,13 +3326,15 @@ export const ViewDataAttribute: {
3158
3326
  export type ViewDataAttribute = ViewDataAttribute$instance;
3159
3327
 
3160
3328
  export interface ViewResult$instance extends ActionResult$instance {
3329
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewResult: never;
3330
+
3161
3331
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
3162
3332
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
3163
3333
 
3164
3334
  get ContentType(): string | undefined;
3165
3335
  set ContentType(value: string | undefined);
3166
3336
  readonly Model: unknown | undefined;
3167
- StatusCode: Nullable<System_Internal.Int32>;
3337
+ StatusCode: Nullable_1<System_Internal.Int32>;
3168
3338
  TempData: ITempDataDictionary;
3169
3339
  ViewData: ViewDataDictionary;
3170
3340
  get ViewEngine(): IViewEngine | undefined;
@@ -3189,6 +3359,8 @@ export type ViewResult = ViewResult$instance & __ViewResult$views;
3189
3359
 
3190
3360
 
3191
3361
  export interface VirtualFileResult$instance extends FileResult$instance {
3362
+ readonly __tsonic_type_Microsoft_AspNetCore_Mvc_VirtualFileResult: never;
3363
+
3192
3364
  readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_IActionResult: never;
3193
3365
 
3194
3366
  FileName: string;