@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
@@ -21,33 +21,33 @@ import * as Microsoft_AspNetCore_Mvc_Internal from "../../Microsoft.AspNetCore.M
21
21
  import type { ProblemDetails } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
22
22
  import type { RouteGroupBuilder, RouteValueDictionary } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
23
23
  import type { EntityTagHeaderValue, MediaTypeHeaderValue, SetCookieHeaderValue } from "../../Microsoft.Net.Http.Headers/internal/index.js";
24
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
25
- import type { Dictionary, IAsyncEnumerable, ICollection as ICollection__System_Collections_Generic, IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator as IEnumerator__System_Collections_Generic, IList as IList__System_Collections_Generic, IReadOnlyCollection, IReadOnlyList, KeyValuePair, List } from "@tsonic/dotnet/System.Collections.Generic.js";
26
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
27
- import type { ICollection, IEnumerable, IEnumerator, IList } from "@tsonic/dotnet/System.Collections.js";
28
- import * as System_IO_Internal from "@tsonic/dotnet/System.IO.js";
29
- import type { IOException, Stream } from "@tsonic/dotnet/System.IO.js";
30
- import type { PipeReader, PipeWriter } from "@tsonic/dotnet/System.IO.Pipelines.js";
31
- import * as System_Internal from "@tsonic/dotnet/System.js";
32
- import type { Action, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, DateTimeOffset, Delegate, Enum, Exception, Func, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IntPtr, IServiceProvider, ISpanFormattable, MulticastDelegate, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, String as ClrString, StringComparison, TimeSpan, Type, Uri, ValueType, Version, Void } from "@tsonic/dotnet/System.js";
33
- import type { IPAddress } from "@tsonic/dotnet/System.Net.js";
34
- import type { SseItem } from "@tsonic/dotnet/System.Net.ServerSentEvents.js";
35
- import type { WebSocket } from "@tsonic/dotnet/System.Net.WebSockets.js";
36
- import type { MethodInfo, ParameterInfo } from "@tsonic/dotnet/System.Reflection.js";
37
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
38
- import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
39
- import type { ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims.js";
40
- import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js";
41
- import type { Encoding } from "@tsonic/dotnet/System.Text.js";
42
- import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json.js";
43
- import type { JsonSerializerContext } from "@tsonic/dotnet/System.Text.Json.Serialization.js";
44
- import type { JsonTypeInfo } from "@tsonic/dotnet/System.Text.Json.Serialization.Metadata.js";
45
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
46
- import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
47
- import type { IServiceScopeFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
48
- import type { IFileInfo } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders.js";
49
- import * as Microsoft_Extensions_Primitives_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives.js";
50
- import type { StringSegment, StringValues } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives.js";
24
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
25
+ import type { Dictionary_2, IAsyncEnumerable_1, ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1, KeyValuePair_2, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
26
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
27
+ import type { ICollection, IEnumerable, IEnumerator, IList } from "@tsonic/dotnet/System.Collections/internal/index.js";
28
+ import type { PipeReader, PipeWriter } from "@tsonic/dotnet/System.IO.Pipelines/internal/index.js";
29
+ import * as System_IO_Internal from "@tsonic/dotnet/System.IO/internal/index.js";
30
+ import type { IOException, Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
31
+ import type { SseItem_1 } from "@tsonic/dotnet/System.Net.ServerSentEvents/internal/index.js";
32
+ import type { WebSocket } from "@tsonic/dotnet/System.Net.WebSockets/internal/index.js";
33
+ import type { IPAddress } from "@tsonic/dotnet/System.Net/internal/index.js";
34
+ import type { MethodInfo, ParameterInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
35
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
36
+ import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
37
+ import type { ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
38
+ import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
39
+ import type { JsonTypeInfo, JsonTypeInfo_1 } from "@tsonic/dotnet/System.Text.Json.Serialization.Metadata/internal/index.js";
40
+ import type { JsonSerializerContext } from "@tsonic/dotnet/System.Text.Json.Serialization/internal/index.js";
41
+ import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
42
+ import type { Encoding } from "@tsonic/dotnet/System.Text/internal/index.js";
43
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
44
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
45
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
46
+ import type { Action_1, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, DateTimeOffset, Delegate, Enum, Exception, Func_1, Func_2, Func_3, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, Int64, IntPtr, IServiceProvider, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, String as ClrString, StringComparison, TimeSpan, Type, Uri, ValueType, Version, Void } from "@tsonic/dotnet/System/internal/index.js";
47
+ import type { IServiceScopeFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
48
+ import type { IFileInfo } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders/internal/index.js";
49
+ import * as Microsoft_Extensions_Primitives_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives/internal/index.js";
50
+ import type { StringSegment, StringValues } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives/internal/index.js";
51
51
 
52
52
  export enum CookieSecurePolicy {
53
53
  SameAsRequest = 0,
@@ -64,7 +64,7 @@ export enum SameSiteMode {
64
64
  }
65
65
 
66
66
 
67
- export type EndpointFilterDelegate = (context: EndpointFilterInvocationContext) => ValueTask<unknown>;
67
+ export type EndpointFilterDelegate = (context: EndpointFilterInvocationContext) => ValueTask_1<unknown>;
68
68
 
69
69
 
70
70
  export type RequestDelegate = (context: HttpContext) => Task;
@@ -90,7 +90,7 @@ export type IContentTypeHttpResult = IContentTypeHttpResult$instance;
90
90
  export interface IEndpointFilter$instance {
91
91
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IEndpointFilter: never;
92
92
 
93
- InvokeAsync(context: EndpointFilterInvocationContext, next: EndpointFilterDelegate): ValueTask<unknown>;
93
+ InvokeAsync(context: EndpointFilterInvocationContext, next: EndpointFilterDelegate): ValueTask_1<unknown>;
94
94
  }
95
95
 
96
96
 
@@ -106,21 +106,20 @@ export interface IFileHttpResult$instance {
106
106
 
107
107
  export type IFileHttpResult = IFileHttpResult$instance;
108
108
 
109
- export interface IFormCollection$instance extends IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, StringValues>>, IEnumerable {
109
+ export interface IFormCollection$instance extends IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>, IEnumerable {
110
110
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormCollection: never;
111
111
 
112
112
  readonly Count: int;
113
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
114
- readonly [key: string]: StringValues;
113
+ readonly Keys: ICollection_1<System_Internal.String>;
115
114
  readonly Files: IFormFileCollection;
116
115
  ContainsKey(key: string): boolean;
117
116
  TryGetValue(key: string, value: StringValues): boolean;
118
117
  }
119
118
 
120
119
 
121
- export interface IFormCollection$instance extends System_Collections_Generic_Internal.IEnumerable<KeyValuePair<System_Internal.String, StringValues>> {}
120
+ export interface IFormCollection$instance extends System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>> {}
122
121
 
123
- export type IFormCollection = IFormCollection$instance;
122
+ export type IFormCollection = IFormCollection$instance & { readonly [key: string]: StringValues; };
124
123
 
125
124
  export interface IFormFile$instance {
126
125
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormFile: never;
@@ -139,24 +138,22 @@ export interface IFormFile$instance {
139
138
 
140
139
  export type IFormFile = IFormFile$instance;
141
140
 
142
- export interface IFormFileCollection$instance extends IReadOnlyList<IFormFile>, IEnumerable__System_Collections_Generic<IFormFile>, IEnumerable, IReadOnlyCollection<IFormFile> {
141
+ export interface IFormFileCollection$instance extends IReadOnlyList_1<IFormFile>, IEnumerable_1<IFormFile>, IEnumerable, IReadOnlyCollection_1<IFormFile> {
143
142
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormFileCollection: never;
144
143
 
145
- readonly [name: string]: IFormFile | undefined;
146
144
  GetFile(name: string): IFormFile | undefined;
147
- GetFiles(name: string): IReadOnlyList<IFormFile>;
145
+ GetFiles(name: string): IReadOnlyList_1<IFormFile>;
148
146
  }
149
147
 
150
148
 
151
- export interface IFormFileCollection$instance extends System_Collections_Generic_Internal.IEnumerable<IFormFile>, System_Collections_Generic_Internal.IReadOnlyCollection<IFormFile>, System_Collections_Generic_Internal.IReadOnlyList<IFormFile> {}
149
+ export interface IFormFileCollection$instance extends System_Collections_Generic_Internal.IEnumerable_1<IFormFile>, System_Collections_Generic_Internal.IReadOnlyCollection_1<IFormFile>, System_Collections_Generic_Internal.IReadOnlyList_1<IFormFile> {}
152
150
 
153
- export type IFormFileCollection = IFormFileCollection$instance;
151
+ export type IFormFileCollection = IFormFileCollection$instance & { readonly [name: string]: IFormFile | undefined; };
154
152
 
155
- export interface IHeaderDictionary$instance extends IDictionary<System_Internal.String, StringValues>, ICollection__System_Collections_Generic<KeyValuePair<System_Internal.String, StringValues>>, IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, StringValues>>, IEnumerable {
153
+ export interface IHeaderDictionary$instance extends IDictionary_2<System_Internal.String, StringValues>, ICollection_1<KeyValuePair_2<System_Internal.String, StringValues>>, IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>, IEnumerable {
156
154
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHeaderDictionary: never;
157
155
 
158
- [key: string]: StringValues;
159
- ContentLength: Nullable<System_Internal.Int64>;
156
+ ContentLength: Nullable_1<System_Internal.Int64>;
160
157
  Accept: StringValues;
161
158
  AcceptCharset: StringValues;
162
159
  AcceptEncoding: StringValues;
@@ -249,9 +246,9 @@ export interface IHeaderDictionary$instance extends IDictionary<System_Internal.
249
246
  }
250
247
 
251
248
 
252
- export interface IHeaderDictionary$instance extends System_Collections_Generic_Internal.ICollection<KeyValuePair<System_Internal.String, StringValues>>, System_Collections_Generic_Internal.IDictionary<System_Internal.String, StringValues>, System_Collections_Generic_Internal.IEnumerable<KeyValuePair<System_Internal.String, StringValues>> {}
249
+ export interface IHeaderDictionary$instance extends System_Collections_Generic_Internal.ICollection_1<KeyValuePair_2<System_Internal.String, StringValues>>, System_Collections_Generic_Internal.IDictionary_2<System_Internal.String, StringValues>, System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>> {}
253
250
 
254
- export type IHeaderDictionary = IHeaderDictionary$instance;
251
+ export type IHeaderDictionary = IHeaderDictionary$instance & { [key: string]: StringValues; };
255
252
 
256
253
  export interface IHttpContextAccessor$instance {
257
254
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHttpContextAccessor: never;
@@ -304,7 +301,7 @@ export type INestedHttpResult = INestedHttpResult$instance;
304
301
  export interface IProblemDetailsService$instance {
305
302
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IProblemDetailsService: never;
306
303
 
307
- TryWriteAsync(context: ProblemDetailsContext): ValueTask<System_Internal.Boolean>;
304
+ TryWriteAsync(context: ProblemDetailsContext): ValueTask_1<System_Internal.Boolean>;
308
305
  WriteAsync(context: ProblemDetailsContext): ValueTask;
309
306
  }
310
307
 
@@ -321,40 +318,38 @@ export interface IProblemDetailsWriter$instance {
321
318
 
322
319
  export type IProblemDetailsWriter = IProblemDetailsWriter$instance;
323
320
 
324
- export interface IQueryCollection$instance extends IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, StringValues>>, IEnumerable {
321
+ export interface IQueryCollection$instance extends IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>, IEnumerable {
325
322
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IQueryCollection: never;
326
323
 
327
324
  readonly Count: int;
328
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
329
- readonly [key: string]: StringValues;
325
+ readonly Keys: ICollection_1<System_Internal.String>;
330
326
  ContainsKey(key: string): boolean;
331
327
  TryGetValue(key: string, value: StringValues): boolean;
332
328
  }
333
329
 
334
330
 
335
- export interface IQueryCollection$instance extends System_Collections_Generic_Internal.IEnumerable<KeyValuePair<System_Internal.String, StringValues>> {}
331
+ export interface IQueryCollection$instance extends System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>> {}
336
332
 
337
- export type IQueryCollection = IQueryCollection$instance;
333
+ export type IQueryCollection = IQueryCollection$instance & { readonly [key: string]: StringValues; };
338
334
 
339
- export interface IRequestCookieCollection$instance extends IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, System_Internal.String>>, IEnumerable {
335
+ export interface IRequestCookieCollection$instance extends IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>, IEnumerable {
340
336
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IRequestCookieCollection: never;
341
337
 
342
338
  readonly Count: int;
343
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
344
- readonly [key: string]: string | undefined;
339
+ readonly Keys: ICollection_1<System_Internal.String>;
345
340
  ContainsKey(key: string): boolean;
346
341
  TryGetValue(key: string, value: string): boolean;
347
342
  }
348
343
 
349
344
 
350
- export interface IRequestCookieCollection$instance extends System_Collections_Generic_Internal.IEnumerable<KeyValuePair<System_Internal.String, System_Internal.String>> {}
345
+ export interface IRequestCookieCollection$instance extends System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>> {}
351
346
 
352
- export type IRequestCookieCollection = IRequestCookieCollection$instance;
347
+ export type IRequestCookieCollection = IRequestCookieCollection$instance & { readonly [key: string]: string | undefined; };
353
348
 
354
349
  export interface IResponseCookies$instance {
355
350
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResponseCookies: never;
356
351
 
357
- Append(keyValuePairs: ReadOnlySpan<KeyValuePair<System_Internal.String, System_Internal.String>>, options: CookieOptions): void;
352
+ Append(keyValuePairs: ReadOnlySpan_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>, options: CookieOptions): void;
358
353
  Append(key: string, value: string, options: CookieOptions): void;
359
354
  Append(key: string, value: string): void;
360
355
  Delete(key: string, options: CookieOptions): void;
@@ -386,7 +381,7 @@ export interface ISession$instance {
386
381
 
387
382
  readonly IsAvailable: boolean;
388
383
  readonly Id: string;
389
- readonly Keys: IEnumerable__System_Collections_Generic<System_Internal.String>;
384
+ readonly Keys: IEnumerable_1<System_Internal.String>;
390
385
  Clear(): void;
391
386
  LoadAsync(cancellationToken?: CancellationToken): Task;
392
387
  Remove(key: string): void;
@@ -400,7 +395,7 @@ export type ISession = ISession$instance;
400
395
  export interface IStatusCodeHttpResult$instance {
401
396
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IStatusCodeHttpResult: never;
402
397
 
403
- readonly StatusCode: Nullable<System_Internal.Int32>;
398
+ readonly StatusCode: Nullable_1<System_Internal.Int32>;
404
399
  }
405
400
 
406
401
 
@@ -425,6 +420,8 @@ export interface IValueHttpResult_1$instance<TValue> {
425
420
  export type IValueHttpResult_1<TValue> = IValueHttpResult_1$instance<TValue>;
426
421
 
427
422
  export interface EndpointMetadataCollection_Enumerator$instance {
423
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointMetadataCollection_Enumerator: never;
424
+
428
425
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
429
426
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
430
427
  readonly __tsonic_iface_System_IDisposable: never;
@@ -444,11 +441,13 @@ export const EndpointMetadataCollection_Enumerator: {
444
441
  export type EndpointMetadataCollection_Enumerator = EndpointMetadataCollection_Enumerator$instance;
445
442
 
446
443
  export interface FormCollection_Enumerator$instance {
444
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_FormCollection_Enumerator: never;
445
+
447
446
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
448
447
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
449
448
  readonly __tsonic_iface_System_IDisposable: never;
450
449
 
451
- readonly Current: KeyValuePair<System_Internal.String, StringValues>;
450
+ readonly Current: KeyValuePair_2<System_Internal.String, StringValues>;
452
451
  Dispose(): void;
453
452
  MoveNext(): boolean;
454
453
  Reset(): void;
@@ -463,6 +462,8 @@ export const FormCollection_Enumerator: {
463
462
  export type FormCollection_Enumerator = FormCollection_Enumerator$instance;
464
463
 
465
464
  export interface FragmentString$instance {
465
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_FragmentString: never;
466
+
466
467
  readonly __tsonic_iface_System_IEquatable_1: never;
467
468
 
468
469
  readonly HasValue: boolean;
@@ -486,11 +487,13 @@ export const FragmentString: {
486
487
  export type FragmentString = FragmentString$instance;
487
488
 
488
489
  export interface HeaderDictionary_Enumerator$instance {
490
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HeaderDictionary_Enumerator: never;
491
+
489
492
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
490
493
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
491
494
  readonly __tsonic_iface_System_IDisposable: never;
492
495
 
493
- readonly Current: KeyValuePair<System_Internal.String, StringValues>;
496
+ readonly Current: KeyValuePair_2<System_Internal.String, StringValues>;
494
497
  Dispose(): void;
495
498
  MoveNext(): boolean;
496
499
  Reset(): void;
@@ -505,11 +508,13 @@ export const HeaderDictionary_Enumerator: {
505
508
  export type HeaderDictionary_Enumerator = HeaderDictionary_Enumerator$instance;
506
509
 
507
510
  export interface HostString$instance {
511
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HostString: never;
512
+
508
513
  readonly __tsonic_iface_System_IEquatable_1: never;
509
514
 
510
515
  readonly HasValue: boolean;
511
516
  readonly Host: string;
512
- readonly Port: Nullable<System_Internal.Int32>;
517
+ readonly Port: Nullable_1<System_Internal.Int32>;
513
518
  readonly Value: string | undefined;
514
519
  Equals(other: HostString): boolean;
515
520
  Equals(obj: unknown): boolean;
@@ -524,13 +529,15 @@ export const HostString: {
524
529
  new(host: string, port: int): HostString;
525
530
  FromUriComponent(uriComponent: string): HostString;
526
531
  FromUriComponent(uri: Uri): HostString;
527
- MatchesAny(value: StringSegment, patterns: IList__System_Collections_Generic<StringSegment>): boolean;
532
+ MatchesAny(value: StringSegment, patterns: IList_1<StringSegment>): boolean;
528
533
  };
529
534
 
530
535
 
531
536
  export type HostString = HostString$instance;
532
537
 
533
538
  export interface PathString$instance {
539
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_PathString: never;
540
+
534
541
  readonly __tsonic_iface_System_IEquatable_1: never;
535
542
 
536
543
  readonly HasValue: boolean;
@@ -563,11 +570,13 @@ export const PathString: {
563
570
  export type PathString = PathString$instance;
564
571
 
565
572
  export interface QueryCollection_Enumerator$instance {
573
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_QueryCollection_Enumerator: never;
574
+
566
575
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
567
576
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
568
577
  readonly __tsonic_iface_System_IDisposable: never;
569
578
 
570
- readonly Current: KeyValuePair<System_Internal.String, StringValues>;
579
+ readonly Current: KeyValuePair_2<System_Internal.String, StringValues>;
571
580
  Dispose(): void;
572
581
  MoveNext(): boolean;
573
582
  Reset(): void;
@@ -582,6 +591,8 @@ export const QueryCollection_Enumerator: {
582
591
  export type QueryCollection_Enumerator = QueryCollection_Enumerator$instance;
583
592
 
584
593
  export interface QueryString$instance {
594
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_QueryString: never;
595
+
585
596
  readonly __tsonic_iface_System_IEquatable_1: never;
586
597
 
587
598
  readonly HasValue: boolean;
@@ -599,8 +610,8 @@ export interface QueryString$instance {
599
610
  export const QueryString: {
600
611
  new(value: string): QueryString;
601
612
  readonly Empty: QueryString;
602
- Create(parameters: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, StringValues>>): QueryString;
603
- Create(parameters: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, System_Internal.String>>): QueryString;
613
+ Create(parameters: IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>): QueryString;
614
+ Create(parameters: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): QueryString;
604
615
  Create(name: string, value: string): QueryString;
605
616
  FromUriComponent(uriComponent: string): QueryString;
606
617
  FromUriComponent(uri: Uri): QueryString;
@@ -610,6 +621,8 @@ export const QueryString: {
610
621
  export type QueryString = QueryString$instance;
611
622
 
612
623
  export interface AllowCookieRedirectAttribute$instance extends Attribute, IAllowCookieRedirectMetadata {
624
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_AllowCookieRedirectAttribute: never;
625
+
613
626
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IAllowCookieRedirectMetadata: never;
614
627
 
615
628
  }
@@ -623,6 +636,8 @@ export const AllowCookieRedirectAttribute: {
623
636
  export type AllowCookieRedirectAttribute = AllowCookieRedirectAttribute$instance;
624
637
 
625
638
  export interface AsParametersAttribute$instance extends Attribute {
639
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_AsParametersAttribute: never;
640
+
626
641
  }
627
642
 
628
643
 
@@ -634,6 +649,8 @@ export const AsParametersAttribute: {
634
649
  export type AsParametersAttribute = AsParametersAttribute$instance;
635
650
 
636
651
  export interface BadHttpRequestException$instance extends IOException {
652
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_BadHttpRequestException: never;
653
+
637
654
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
638
655
 
639
656
  readonly StatusCode: int;
@@ -651,6 +668,8 @@ export const BadHttpRequestException: {
651
668
  export type BadHttpRequestException = BadHttpRequestException$instance;
652
669
 
653
670
  export interface BindingAddress$instance {
671
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_BindingAddress: never;
672
+
654
673
  readonly Host: string;
655
674
  readonly IsNamedPipe: boolean;
656
675
  readonly IsUnixPipe: boolean;
@@ -674,6 +693,8 @@ export const BindingAddress: {
674
693
  export type BindingAddress = BindingAddress$instance;
675
694
 
676
695
  export interface ConnectionInfo$instance {
696
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_ConnectionInfo: never;
697
+
677
698
  get ClientCertificate(): X509Certificate2 | undefined;
678
699
  set ClientCertificate(value: X509Certificate2 | undefined);
679
700
  Id: string;
@@ -683,7 +704,7 @@ export interface ConnectionInfo$instance {
683
704
  get RemoteIpAddress(): IPAddress | undefined;
684
705
  set RemoteIpAddress(value: IPAddress | undefined);
685
706
  RemotePort: int;
686
- GetClientCertificateAsync(cancellationToken?: CancellationToken): Task<X509Certificate2 | undefined>;
707
+ GetClientCertificateAsync(cancellationToken?: CancellationToken): Task_1<X509Certificate2 | undefined>;
687
708
  RequestClose(): void;
688
709
  }
689
710
 
@@ -695,13 +716,15 @@ export const ConnectionInfo: (abstract new() => ConnectionInfo) & {
695
716
  export type ConnectionInfo = ConnectionInfo$instance;
696
717
 
697
718
  export interface CookieBuilder$instance {
719
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_CookieBuilder: never;
720
+
698
721
  get Domain(): string | undefined;
699
722
  set Domain(value: string | undefined);
700
- Expiration: Nullable<TimeSpan>;
701
- readonly Extensions: IList__System_Collections_Generic<System_Internal.String>;
723
+ Expiration: Nullable_1<TimeSpan>;
724
+ readonly Extensions: IList_1<System_Internal.String>;
702
725
  HttpOnly: boolean;
703
726
  IsEssential: boolean;
704
- MaxAge: Nullable<TimeSpan>;
727
+ MaxAge: Nullable_1<TimeSpan>;
705
728
  get Name(): string | undefined;
706
729
  set Name(value: string | undefined);
707
730
  get Path(): string | undefined;
@@ -721,13 +744,15 @@ export const CookieBuilder: {
721
744
  export type CookieBuilder = CookieBuilder$instance;
722
745
 
723
746
  export interface CookieOptions$instance {
747
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_CookieOptions: never;
748
+
724
749
  get Domain(): string | undefined;
725
750
  set Domain(value: string | undefined);
726
- Expires: Nullable<DateTimeOffset>;
727
- readonly Extensions: IList__System_Collections_Generic<System_Internal.String>;
751
+ Expires: Nullable_1<DateTimeOffset>;
752
+ readonly Extensions: IList_1<System_Internal.String>;
728
753
  HttpOnly: boolean;
729
754
  IsEssential: boolean;
730
- MaxAge: Nullable<TimeSpan>;
755
+ MaxAge: Nullable_1<TimeSpan>;
731
756
  get Path(): string | undefined;
732
757
  set Path(value: string | undefined);
733
758
  SameSite: SameSiteMode;
@@ -745,7 +770,9 @@ export const CookieOptions: {
745
770
  export type CookieOptions = CookieOptions$instance;
746
771
 
747
772
  export interface DefaultEndpointFilterInvocationContext$instance extends EndpointFilterInvocationContext {
748
- readonly Arguments: IList__System_Collections_Generic<unknown | undefined>;
773
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_DefaultEndpointFilterInvocationContext: never;
774
+
775
+ readonly Arguments: IList_1<unknown | undefined>;
749
776
  readonly HttpContext: HttpContext;
750
777
  GetArgument<T>(index: int): T;
751
778
  }
@@ -759,11 +786,13 @@ export const DefaultEndpointFilterInvocationContext: {
759
786
  export type DefaultEndpointFilterInvocationContext = DefaultEndpointFilterInvocationContext$instance;
760
787
 
761
788
  export interface DefaultHttpContext$instance extends HttpContext {
789
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_DefaultHttpContext: never;
790
+
762
791
  readonly Connection: ConnectionInfo;
763
792
  readonly Features: IFeatureCollection;
764
793
  FormOptions: FormOptions;
765
794
  readonly HttpContext: HttpContext;
766
- Items: IDictionary<unknown, unknown | undefined>;
795
+ Items: IDictionary_2<unknown, unknown | undefined>;
767
796
  readonly Request: HttpRequest;
768
797
  RequestAborted: CancellationToken;
769
798
  RequestServices: IServiceProvider;
@@ -787,7 +816,9 @@ export const DefaultHttpContext: {
787
816
 
788
817
  export type DefaultHttpContext = DefaultHttpContext$instance;
789
818
 
790
- export interface DefaultHttpContextFactory$instance {
819
+ export interface DefaultHttpContextFactory$instance extends IHttpContextFactory$instance {
820
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_DefaultHttpContextFactory: never;
821
+
791
822
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHttpContextFactory: never;
792
823
 
793
824
  Create(featureCollection: IFeatureCollection): HttpContext;
@@ -804,12 +835,12 @@ export interface __DefaultHttpContextFactory$views {
804
835
  As_IHttpContextFactory(): IHttpContextFactory$instance;
805
836
  }
806
837
 
807
- export interface DefaultHttpContextFactory$instance extends IHttpContextFactory$instance {}
808
-
809
838
  export type DefaultHttpContextFactory = DefaultHttpContextFactory$instance & __DefaultHttpContextFactory$views;
810
839
 
811
840
 
812
841
  export interface DisableHttpMetricsAttribute$instance extends Attribute, IDisableHttpMetricsMetadata {
842
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_DisableHttpMetricsAttribute: never;
843
+
813
844
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IDisableHttpMetricsMetadata: never;
814
845
 
815
846
  ToString(): string;
@@ -824,6 +855,8 @@ export const DisableHttpMetricsAttribute: {
824
855
  export type DisableHttpMetricsAttribute = DisableHttpMetricsAttribute$instance;
825
856
 
826
857
  export interface Endpoint$instance {
858
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_Endpoint: never;
859
+
827
860
  readonly DisplayName: string | undefined;
828
861
  readonly Metadata: EndpointMetadataCollection;
829
862
  readonly RequestDelegate: RequestDelegate | undefined;
@@ -838,7 +871,9 @@ export const Endpoint: {
838
871
 
839
872
  export type Endpoint = Endpoint$instance;
840
873
 
841
- export interface EndpointDescriptionAttribute$instance extends Attribute {
874
+ export interface EndpointDescriptionAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointDescriptionMetadata$instance {
875
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointDescriptionAttribute: never;
876
+
842
877
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointDescriptionMetadata: never;
843
878
 
844
879
  readonly Description: string;
@@ -855,12 +890,12 @@ export interface __EndpointDescriptionAttribute$views {
855
890
  As_IEndpointDescriptionMetadata(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointDescriptionMetadata$instance;
856
891
  }
857
892
 
858
- export interface EndpointDescriptionAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointDescriptionMetadata$instance {}
859
-
860
893
  export type EndpointDescriptionAttribute = EndpointDescriptionAttribute$instance & __EndpointDescriptionAttribute$views;
861
894
 
862
895
 
863
896
  export interface EndpointFilterFactoryContext$instance {
897
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointFilterFactoryContext: never;
898
+
864
899
  ApplicationServices: IServiceProvider;
865
900
  MethodInfo: MethodInfo;
866
901
  }
@@ -874,7 +909,9 @@ export const EndpointFilterFactoryContext: {
874
909
  export type EndpointFilterFactoryContext = EndpointFilterFactoryContext$instance;
875
910
 
876
911
  export interface EndpointFilterInvocationContext$instance {
877
- readonly Arguments: IList__System_Collections_Generic<unknown | undefined>;
912
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointFilterInvocationContext: never;
913
+
914
+ readonly Arguments: IList_1<unknown | undefined>;
878
915
  readonly HttpContext: HttpContext;
879
916
  GetArgument<T>(index: int): T;
880
917
  }
@@ -896,30 +933,33 @@ export const EndpointFilterInvocationContext: (abstract new() => EndpointFilterI
896
933
  export type EndpointFilterInvocationContext = EndpointFilterInvocationContext$instance;
897
934
 
898
935
  export interface EndpointMetadataCollection$instance {
936
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointMetadataCollection: never;
937
+
899
938
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
900
939
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
901
940
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
902
941
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
903
942
 
904
943
  readonly Count: int;
905
- readonly [index: number]: unknown;
906
944
  GetEnumerator(): EndpointMetadataCollection_Enumerator;
907
945
  GetMetadata<T>(): T | undefined;
908
- GetOrderedMetadata<T>(): IReadOnlyList<T>;
946
+ GetOrderedMetadata<T>(): IReadOnlyList_1<T>;
909
947
  GetRequiredMetadata<T>(): T;
910
948
  }
911
949
 
912
950
 
913
951
  export const EndpointMetadataCollection: {
914
- new(items: IEnumerable__System_Collections_Generic<unknown>): EndpointMetadataCollection;
952
+ new(items: IEnumerable_1<unknown>): EndpointMetadataCollection;
915
953
  new(items: unknown[]): EndpointMetadataCollection;
916
954
  readonly Empty: EndpointMetadataCollection;
917
955
  };
918
956
 
919
957
 
920
- export type EndpointMetadataCollection = EndpointMetadataCollection$instance;
958
+ export type EndpointMetadataCollection = EndpointMetadataCollection$instance & { readonly [index: number]: unknown; };
959
+
960
+ export interface EndpointSummaryAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointSummaryMetadata$instance {
961
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointSummaryAttribute: never;
921
962
 
922
- export interface EndpointSummaryAttribute$instance extends Attribute {
923
963
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointSummaryMetadata: never;
924
964
 
925
965
  readonly Summary: string;
@@ -936,20 +976,19 @@ export interface __EndpointSummaryAttribute$views {
936
976
  As_IEndpointSummaryMetadata(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointSummaryMetadata$instance;
937
977
  }
938
978
 
939
- export interface EndpointSummaryAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointSummaryMetadata$instance {}
940
-
941
979
  export type EndpointSummaryAttribute = EndpointSummaryAttribute$instance & __EndpointSummaryAttribute$views;
942
980
 
943
981
 
944
982
  export interface FormCollection$instance {
983
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_FormCollection: never;
984
+
945
985
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormCollection: never;
946
986
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
947
987
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
948
988
 
949
989
  readonly Count: int;
950
990
  Files: IFormFileCollection;
951
- readonly [key: string]: StringValues;
952
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
991
+ readonly Keys: ICollection_1<System_Internal.String>;
953
992
  ContainsKey(key: string): boolean;
954
993
  GetEnumerator(): FormCollection_Enumerator;
955
994
  TryGetValue(key: string, value: StringValues): boolean;
@@ -957,7 +996,7 @@ export interface FormCollection$instance {
957
996
 
958
997
 
959
998
  export const FormCollection: {
960
- new(fields: Dictionary<System_Internal.String, StringValues>, files: IFormFileCollection): FormCollection;
999
+ new(fields: Dictionary_2<System_Internal.String, StringValues>, files: IFormFileCollection): FormCollection;
961
1000
  readonly Empty: FormCollection;
962
1001
  };
963
1002
 
@@ -966,10 +1005,12 @@ export interface __FormCollection$views {
966
1005
  As_IFormCollection(): IFormCollection$instance;
967
1006
  }
968
1007
 
969
- export type FormCollection = FormCollection$instance & __FormCollection$views;
1008
+ export type FormCollection = FormCollection$instance & __FormCollection$views & { readonly [key: string]: StringValues; };
970
1009
 
971
1010
 
972
1011
  export interface FormFile$instance {
1012
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_FormFile: never;
1013
+
973
1014
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormFile: never;
974
1015
 
975
1016
  ContentDisposition: string;
@@ -996,7 +1037,9 @@ export interface __FormFile$views {
996
1037
  export type FormFile = FormFile$instance & __FormFile$views;
997
1038
 
998
1039
 
999
- export interface FormFileCollection$instance extends List<IFormFile> {
1040
+ export interface FormFileCollection$instance extends List_1<IFormFile>, IFormFileCollection$instance, System_Collections_Generic_Internal.ICollection_1<IFormFile>, System_Collections_Generic_Internal.IList_1<IFormFile> {
1041
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_FormFileCollection: never;
1042
+
1000
1043
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormFileCollection: never;
1001
1044
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
1002
1045
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -1007,9 +1050,8 @@ export interface FormFileCollection$instance extends List<IFormFile> {
1007
1050
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1008
1051
  readonly __tsonic_iface_System_Collections_IList: never;
1009
1052
 
1010
- readonly [name: string]: IFormFile | undefined;
1011
1053
  GetFile(name: string): IFormFile | undefined;
1012
- GetFiles(name: string): IReadOnlyList<IFormFile>;
1054
+ GetFiles(name: string): IReadOnlyList_1<IFormFile>;
1013
1055
  }
1014
1056
 
1015
1057
 
@@ -1022,32 +1064,31 @@ export interface __FormFileCollection$views {
1022
1064
  As_IFormFileCollection(): IFormFileCollection$instance;
1023
1065
  }
1024
1066
 
1025
- export interface FormFileCollection$instance extends IFormFileCollection$instance, System_Collections_Generic_Internal.ICollection<IFormFile>, System_Collections_Generic_Internal.IList<IFormFile> {}
1067
+ export type FormFileCollection = FormFileCollection$instance & __FormFileCollection$views & { readonly [name: string]: IFormFile | undefined; };
1026
1068
 
1027
- export type FormFileCollection = FormFileCollection$instance & __FormFileCollection$views;
1028
1069
 
1070
+ export interface HeaderDictionary$instance extends IHeaderDictionary$instance {
1071
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HeaderDictionary: never;
1029
1072
 
1030
- export interface HeaderDictionary$instance {
1031
1073
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHeaderDictionary: never;
1032
1074
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
1033
1075
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
1034
1076
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
1035
1077
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1036
1078
 
1037
- ContentLength: Nullable<System_Internal.Int64>;
1079
+ ContentLength: Nullable_1<System_Internal.Int64>;
1038
1080
  readonly Count: int;
1039
1081
  IsReadOnly: boolean;
1040
- [key: string]: StringValues;
1041
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
1042
- readonly Values: ICollection__System_Collections_Generic<StringValues>;
1043
- Add(item: KeyValuePair<System_Internal.String, StringValues>): void;
1082
+ readonly Keys: ICollection_1<System_Internal.String>;
1083
+ readonly Values: ICollection_1<StringValues>;
1084
+ Add(item: KeyValuePair_2<System_Internal.String, StringValues>): void;
1044
1085
  Add(key: string, value: StringValues): void;
1045
1086
  Clear(): void;
1046
- Contains(item: KeyValuePair<System_Internal.String, StringValues>): boolean;
1087
+ Contains(item: KeyValuePair_2<System_Internal.String, StringValues>): boolean;
1047
1088
  ContainsKey(key: string): boolean;
1048
- CopyTo(array: KeyValuePair<System_Internal.String, StringValues>[], arrayIndex: int): void;
1089
+ CopyTo(array: KeyValuePair_2<System_Internal.String, StringValues>[], arrayIndex: int): void;
1049
1090
  GetEnumerator(): HeaderDictionary_Enumerator;
1050
- Remove(item: KeyValuePair<System_Internal.String, StringValues>): boolean;
1091
+ Remove(item: KeyValuePair_2<System_Internal.String, StringValues>): boolean;
1051
1092
  Remove(key: string): boolean;
1052
1093
  TryGetValue(key: string, value: StringValues): boolean;
1053
1094
  }
@@ -1055,7 +1096,7 @@ export interface HeaderDictionary$instance {
1055
1096
 
1056
1097
  export const HeaderDictionary: {
1057
1098
  new(): HeaderDictionary;
1058
- new(store: Dictionary<System_Internal.String, StringValues>): HeaderDictionary;
1099
+ new(store: Dictionary_2<System_Internal.String, StringValues>): HeaderDictionary;
1059
1100
  new(capacity: int): HeaderDictionary;
1060
1101
  };
1061
1102
 
@@ -1064,15 +1105,15 @@ export interface __HeaderDictionary$views {
1064
1105
  As_IHeaderDictionary(): IHeaderDictionary$instance;
1065
1106
  }
1066
1107
 
1067
- export interface HeaderDictionary$instance extends IHeaderDictionary$instance {}
1068
-
1069
- export type HeaderDictionary = HeaderDictionary$instance & __HeaderDictionary$views;
1108
+ export type HeaderDictionary = HeaderDictionary$instance & __HeaderDictionary$views & { [key: string]: StringValues; };
1070
1109
 
1071
1110
 
1072
1111
  export interface HttpContext$instance {
1112
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpContext: never;
1113
+
1073
1114
  readonly Connection: ConnectionInfo;
1074
1115
  readonly Features: IFeatureCollection;
1075
- Items: IDictionary<unknown, unknown | undefined>;
1116
+ Items: IDictionary_2<unknown, unknown | undefined>;
1076
1117
  readonly Request: HttpRequest;
1077
1118
  RequestAborted: CancellationToken;
1078
1119
  RequestServices: IServiceProvider;
@@ -1091,7 +1132,9 @@ export const HttpContext: (abstract new() => HttpContext) & {
1091
1132
 
1092
1133
  export type HttpContext = HttpContext$instance;
1093
1134
 
1094
- export interface HttpContextAccessor$instance {
1135
+ export interface HttpContextAccessor$instance extends IHttpContextAccessor$instance {
1136
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpContextAccessor: never;
1137
+
1095
1138
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHttpContextAccessor: never;
1096
1139
 
1097
1140
  get HttpContext(): HttpContext | undefined;
@@ -1108,15 +1151,15 @@ export interface __HttpContextAccessor$views {
1108
1151
  As_IHttpContextAccessor(): IHttpContextAccessor$instance;
1109
1152
  }
1110
1153
 
1111
- export interface HttpContextAccessor$instance extends IHttpContextAccessor$instance {}
1112
-
1113
1154
  export type HttpContextAccessor = HttpContextAccessor$instance & __HttpContextAccessor$views;
1114
1155
 
1115
1156
 
1116
1157
  export interface HttpRequest$instance {
1158
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpRequest: never;
1159
+
1117
1160
  Body: Stream;
1118
1161
  readonly BodyReader: PipeReader;
1119
- ContentLength: Nullable<System_Internal.Int64>;
1162
+ ContentLength: Nullable_1<System_Internal.Int64>;
1120
1163
  get ContentType(): string | undefined;
1121
1164
  set ContentType(value: string | undefined);
1122
1165
  Cookies: IRequestCookieCollection;
@@ -1134,7 +1177,7 @@ export interface HttpRequest$instance {
1134
1177
  QueryString: QueryString;
1135
1178
  RouteValues: RouteValueDictionary;
1136
1179
  Scheme: string;
1137
- ReadFormAsync(cancellationToken?: CancellationToken): Task<IFormCollection>;
1180
+ ReadFormAsync(cancellationToken?: CancellationToken): Task_1<IFormCollection>;
1138
1181
  }
1139
1182
 
1140
1183
 
@@ -1145,9 +1188,11 @@ export const HttpRequest: (abstract new() => HttpRequest) & {
1145
1188
  export type HttpRequest = HttpRequest$instance;
1146
1189
 
1147
1190
  export interface HttpResponse$instance {
1191
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResponse: never;
1192
+
1148
1193
  Body: Stream;
1149
1194
  readonly BodyWriter: PipeWriter;
1150
- ContentLength: Nullable<System_Internal.Int64>;
1195
+ ContentLength: Nullable_1<System_Internal.Int64>;
1151
1196
  get ContentType(): string | undefined;
1152
1197
  set ContentType(value: string | undefined);
1153
1198
  readonly Cookies: IResponseCookies;
@@ -1156,10 +1201,10 @@ export interface HttpResponse$instance {
1156
1201
  readonly HttpContext: HttpContext;
1157
1202
  StatusCode: int;
1158
1203
  CompleteAsync(): Task;
1159
- OnCompleted(callback: Func<unknown, Task>, state: unknown): void;
1160
- OnCompleted(callback: Func<Task>): void;
1161
- OnStarting(callback: Func<unknown, Task>, state: unknown): void;
1162
- OnStarting(callback: Func<Task>): void;
1204
+ OnCompleted(callback: Func_2<unknown, Task>, state: unknown): void;
1205
+ OnCompleted(callback: Func_1<Task>): void;
1206
+ OnStarting(callback: Func_2<unknown, Task>, state: unknown): void;
1207
+ OnStarting(callback: Func_1<Task>): void;
1163
1208
  Redirect(location: string): void;
1164
1209
  Redirect(location: string, permanent: boolean): void;
1165
1210
  RegisterForDispose(disposable: IDisposable): void;
@@ -1175,20 +1220,24 @@ export const HttpResponse: (abstract new() => HttpResponse) & {
1175
1220
  export type HttpResponse = HttpResponse$instance;
1176
1221
 
1177
1222
  export interface HttpValidationProblemDetails$instance extends ProblemDetails {
1178
- Errors: IDictionary<System_Internal.String, string[]>;
1223
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpValidationProblemDetails: never;
1224
+
1225
+ Errors: IDictionary_2<System_Internal.String, string[]>;
1179
1226
  }
1180
1227
 
1181
1228
 
1182
1229
  export const HttpValidationProblemDetails: {
1183
1230
  new(): HttpValidationProblemDetails;
1184
- new(errors: IDictionary<System_Internal.String, string[]>): HttpValidationProblemDetails;
1185
- new(errors: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, string[]>>): HttpValidationProblemDetails;
1231
+ new(errors: IDictionary_2<System_Internal.String, string[]>): HttpValidationProblemDetails;
1232
+ new(errors: IEnumerable_1<KeyValuePair_2<System_Internal.String, string[]>>): HttpValidationProblemDetails;
1186
1233
  };
1187
1234
 
1188
1235
 
1189
1236
  export type HttpValidationProblemDetails = HttpValidationProblemDetails$instance;
1190
1237
 
1191
- export interface MiddlewareFactory$instance {
1238
+ export interface MiddlewareFactory$instance extends IMiddlewareFactory$instance {
1239
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_MiddlewareFactory: never;
1240
+
1192
1241
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IMiddlewareFactory: never;
1193
1242
 
1194
1243
  Create(middlewareType: Type): IMiddleware | undefined;
@@ -1205,12 +1254,12 @@ export interface __MiddlewareFactory$views {
1205
1254
  As_IMiddlewareFactory(): IMiddlewareFactory$instance;
1206
1255
  }
1207
1256
 
1208
- export interface MiddlewareFactory$instance extends IMiddlewareFactory$instance {}
1209
-
1210
1257
  export type MiddlewareFactory = MiddlewareFactory$instance & __MiddlewareFactory$views;
1211
1258
 
1212
1259
 
1213
1260
  export interface ProblemDetailsContext$instance {
1261
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_ProblemDetailsContext: never;
1262
+
1214
1263
  get AdditionalMetadata(): EndpointMetadataCollection | undefined;
1215
1264
  set AdditionalMetadata(value: EndpointMetadataCollection | undefined);
1216
1265
  get Exception(): Exception | undefined;
@@ -1228,8 +1277,10 @@ export const ProblemDetailsContext: {
1228
1277
  export type ProblemDetailsContext = ProblemDetailsContext$instance;
1229
1278
 
1230
1279
  export interface ProblemDetailsOptions$instance {
1231
- get CustomizeProblemDetails(): Action<ProblemDetailsContext> | undefined;
1232
- set CustomizeProblemDetails(value: Action<ProblemDetailsContext> | undefined);
1280
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_ProblemDetailsOptions: never;
1281
+
1282
+ get CustomizeProblemDetails(): Action_1<ProblemDetailsContext> | undefined;
1283
+ set CustomizeProblemDetails(value: Action_1<ProblemDetailsContext> | undefined);
1233
1284
  }
1234
1285
 
1235
1286
 
@@ -1241,9 +1292,11 @@ export const ProblemDetailsOptions: {
1241
1292
  export type ProblemDetailsOptions = ProblemDetailsOptions$instance;
1242
1293
 
1243
1294
  export interface ProducesResponseTypeMetadata$instance {
1295
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_ProducesResponseTypeMetadata: never;
1296
+
1244
1297
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IProducesResponseTypeMetadata: never;
1245
1298
 
1246
- ContentTypes: IEnumerable__System_Collections_Generic<System_Internal.String>;
1299
+ ContentTypes: IEnumerable_1<System_Internal.String>;
1247
1300
  get Description(): string | undefined;
1248
1301
  set Description(value: string | undefined);
1249
1302
  StatusCode: int;
@@ -1265,14 +1318,15 @@ export interface __ProducesResponseTypeMetadata$views {
1265
1318
  export type ProducesResponseTypeMetadata = ProducesResponseTypeMetadata$instance & __ProducesResponseTypeMetadata$views;
1266
1319
 
1267
1320
 
1268
- export interface QueryCollection$instance {
1321
+ export interface QueryCollection$instance extends IQueryCollection$instance {
1322
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_QueryCollection: never;
1323
+
1269
1324
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_IQueryCollection: never;
1270
1325
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
1271
1326
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1272
1327
 
1273
1328
  readonly Count: int;
1274
- readonly [key: string]: StringValues;
1275
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
1329
+ readonly Keys: ICollection_1<System_Internal.String>;
1276
1330
  ContainsKey(key: string): boolean;
1277
1331
  GetEnumerator(): QueryCollection_Enumerator;
1278
1332
  TryGetValue(key: string, value: StringValues): boolean;
@@ -1281,7 +1335,7 @@ export interface QueryCollection$instance {
1281
1335
 
1282
1336
  export const QueryCollection: {
1283
1337
  new(): QueryCollection;
1284
- new(store: Dictionary<System_Internal.String, StringValues>): QueryCollection;
1338
+ new(store: Dictionary_2<System_Internal.String, StringValues>): QueryCollection;
1285
1339
  new(store: QueryCollection): QueryCollection;
1286
1340
  new(capacity: int): QueryCollection;
1287
1341
  readonly Empty: QueryCollection;
@@ -1292,17 +1346,17 @@ export interface __QueryCollection$views {
1292
1346
  As_IQueryCollection(): IQueryCollection$instance;
1293
1347
  }
1294
1348
 
1295
- export interface QueryCollection$instance extends IQueryCollection$instance {}
1296
-
1297
- export type QueryCollection = QueryCollection$instance & __QueryCollection$views;
1349
+ export type QueryCollection = QueryCollection$instance & __QueryCollection$views & { readonly [key: string]: StringValues; };
1298
1350
 
1299
1351
 
1300
1352
  export interface RequestDelegateFactoryOptions$instance {
1353
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_RequestDelegateFactoryOptions: never;
1354
+
1301
1355
  DisableInferBodyFromParameters: boolean;
1302
1356
  get EndpointBuilder(): EndpointBuilder | undefined;
1303
1357
  set EndpointBuilder(value: EndpointBuilder | undefined);
1304
- get RouteParameterNames(): IEnumerable__System_Collections_Generic<System_Internal.String> | undefined;
1305
- set RouteParameterNames(value: IEnumerable__System_Collections_Generic<System_Internal.String> | undefined);
1358
+ get RouteParameterNames(): IEnumerable_1<System_Internal.String> | undefined;
1359
+ set RouteParameterNames(value: IEnumerable_1<System_Internal.String> | undefined);
1306
1360
  get ServiceProvider(): IServiceProvider | undefined;
1307
1361
  set ServiceProvider(value: IServiceProvider | undefined);
1308
1362
  ThrowOnBadRequest: boolean;
@@ -1317,7 +1371,9 @@ export const RequestDelegateFactoryOptions: {
1317
1371
  export type RequestDelegateFactoryOptions = RequestDelegateFactoryOptions$instance;
1318
1372
 
1319
1373
  export interface RequestDelegateMetadataResult$instance {
1320
- EndpointMetadata: IReadOnlyList<unknown>;
1374
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_RequestDelegateMetadataResult: never;
1375
+
1376
+ EndpointMetadata: IReadOnlyList_1<unknown>;
1321
1377
  }
1322
1378
 
1323
1379
 
@@ -1329,19 +1385,23 @@ export const RequestDelegateMetadataResult: {
1329
1385
  export type RequestDelegateMetadataResult = RequestDelegateMetadataResult$instance;
1330
1386
 
1331
1387
  export interface RequestDelegateResult$instance {
1332
- readonly EndpointMetadata: IReadOnlyList<unknown>;
1388
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_RequestDelegateResult: never;
1389
+
1390
+ readonly EndpointMetadata: IReadOnlyList_1<unknown>;
1333
1391
  readonly RequestDelegate: RequestDelegate;
1334
1392
  }
1335
1393
 
1336
1394
 
1337
1395
  export const RequestDelegateResult: {
1338
- new(requestDelegate: RequestDelegate, metadata: IReadOnlyList<unknown>): RequestDelegateResult;
1396
+ new(requestDelegate: RequestDelegate, metadata: IReadOnlyList_1<unknown>): RequestDelegateResult;
1339
1397
  };
1340
1398
 
1341
1399
 
1342
1400
  export type RequestDelegateResult = RequestDelegateResult$instance;
1343
1401
 
1344
1402
  export interface StreamResponseBodyFeature$instance {
1403
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_StreamResponseBodyFeature: never;
1404
+
1345
1405
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Features_IHttpResponseBodyFeature: never;
1346
1406
 
1347
1407
  readonly PriorFeature: IHttpResponseBodyFeature | undefined;
@@ -1350,7 +1410,7 @@ export interface StreamResponseBodyFeature$instance {
1350
1410
  CompleteAsync(): Task;
1351
1411
  DisableBuffering(): void;
1352
1412
  Dispose(): void;
1353
- SendFileAsync(path: string, offset: long, count: Nullable<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
1413
+ SendFileAsync(path: string, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
1354
1414
  StartAsync(cancellationToken?: CancellationToken): Task;
1355
1415
  }
1356
1416
 
@@ -1368,10 +1428,12 @@ export interface __StreamResponseBodyFeature$views {
1368
1428
  export type StreamResponseBodyFeature = StreamResponseBodyFeature$instance & __StreamResponseBodyFeature$views;
1369
1429
 
1370
1430
 
1371
- export interface TagsAttribute$instance extends Attribute {
1431
+ export interface TagsAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.ITagsMetadata$instance {
1432
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_TagsAttribute: never;
1433
+
1372
1434
  readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_ITagsMetadata: never;
1373
1435
 
1374
- readonly Tags: IReadOnlyList<System_Internal.String>;
1436
+ readonly Tags: IReadOnlyList_1<System_Internal.String>;
1375
1437
  ToString(): string;
1376
1438
  }
1377
1439
 
@@ -1385,16 +1447,16 @@ export interface __TagsAttribute$views {
1385
1447
  As_ITagsMetadata(): Microsoft_AspNetCore_Http_Metadata_Internal.ITagsMetadata$instance;
1386
1448
  }
1387
1449
 
1388
- export interface TagsAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.ITagsMetadata$instance {}
1389
-
1390
1450
  export type TagsAttribute = TagsAttribute$instance & __TagsAttribute$views;
1391
1451
 
1392
1452
 
1393
1453
  export interface WebSocketAcceptContext$instance {
1454
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_WebSocketAcceptContext: never;
1455
+
1394
1456
  DangerousEnableCompression: boolean;
1395
1457
  DisableServerContextTakeover: boolean;
1396
- KeepAliveInterval: Nullable<TimeSpan>;
1397
- KeepAliveTimeout: Nullable<TimeSpan>;
1458
+ KeepAliveInterval: Nullable_1<TimeSpan>;
1459
+ KeepAliveTimeout: Nullable_1<TimeSpan>;
1398
1460
  ServerMaxWindowBits: int;
1399
1461
  get SubProtocol(): string | undefined;
1400
1462
  set SubProtocol(value: string | undefined);
@@ -1409,11 +1471,13 @@ export const WebSocketAcceptContext: {
1409
1471
  export type WebSocketAcceptContext = WebSocketAcceptContext$instance;
1410
1472
 
1411
1473
  export interface WebSocketManager$instance {
1474
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_WebSocketManager: never;
1475
+
1412
1476
  readonly IsWebSocketRequest: boolean;
1413
- readonly WebSocketRequestedProtocols: IList__System_Collections_Generic<System_Internal.String>;
1414
- AcceptWebSocketAsync(): Task<WebSocket>;
1415
- AcceptWebSocketAsync(subProtocol: string): Task<WebSocket>;
1416
- AcceptWebSocketAsync(acceptContext: WebSocketAcceptContext): Task<WebSocket>;
1477
+ readonly WebSocketRequestedProtocols: IList_1<System_Internal.String>;
1478
+ AcceptWebSocketAsync(): Task_1<WebSocket>;
1479
+ AcceptWebSocketAsync(subProtocol: string): Task_1<WebSocket>;
1480
+ AcceptWebSocketAsync(acceptContext: WebSocketAcceptContext): Task_1<WebSocket>;
1417
1481
  }
1418
1482
 
1419
1483
 
@@ -1427,9 +1491,9 @@ export abstract class EndpointFilterExtensions$instance {
1427
1491
  static AddEndpointFilter<TFilterType extends IEndpointFilter>(builder: RouteHandlerBuilder): RouteHandlerBuilder;
1428
1492
  static AddEndpointFilter<TFilterType extends IEndpointFilter>(builder: RouteGroupBuilder): RouteGroupBuilder;
1429
1493
  static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, filter: IEndpointFilter): TBuilder;
1430
- static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, routeHandlerFilter: Func<EndpointFilterInvocationContext, EndpointFilterDelegate, ValueTask<unknown>>): TBuilder;
1494
+ static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, routeHandlerFilter: Func_3<EndpointFilterInvocationContext, EndpointFilterDelegate, ValueTask_1<unknown>>): TBuilder;
1431
1495
  static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder, TFilterType extends IEndpointFilter>(builder: TBuilder): TBuilder;
1432
- static AddEndpointFilterFactory<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, filterFactory: Func<EndpointFilterFactoryContext, EndpointFilterDelegate, EndpointFilterDelegate>): TBuilder;
1496
+ static AddEndpointFilterFactory<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, filterFactory: Func_3<EndpointFilterFactoryContext, EndpointFilterDelegate, EndpointFilterDelegate>): TBuilder;
1433
1497
  }
1434
1498
 
1435
1499
 
@@ -1454,7 +1518,7 @@ export abstract class HeaderDictionaryExtensions$instance {
1454
1518
  export type HeaderDictionaryExtensions = HeaderDictionaryExtensions$instance;
1455
1519
 
1456
1520
  export abstract class HeaderDictionaryTypeExtensions$instance {
1457
- static AppendList<T>(Headers: IHeaderDictionary, name: string, values: IList__System_Collections_Generic<T>): void;
1521
+ static AppendList<T>(Headers: IHeaderDictionary, name: string, values: IList_1<T>): void;
1458
1522
  static GetTypedHeaders(request: HttpRequest): RequestHeaders;
1459
1523
  static GetTypedHeaders(response: HttpResponse): ResponseHeaders;
1460
1524
  }
@@ -1516,13 +1580,13 @@ export type HttpProtocol = HttpProtocol$instance;
1516
1580
 
1517
1581
  export abstract class HttpRequestJsonExtensions$instance {
1518
1582
  static HasJsonContentType(request: HttpRequest): boolean;
1519
- static ReadFromJsonAsync<TValue>(request: HttpRequest, jsonTypeInfo: JsonTypeInfo<TValue>, cancellationToken?: CancellationToken): ValueTask<TValue>;
1520
- static ReadFromJsonAsync<TValue>(request: HttpRequest, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask<TValue>;
1521
- static ReadFromJsonAsync(request: HttpRequest, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): ValueTask<unknown>;
1522
- static ReadFromJsonAsync<TValue>(request: HttpRequest, cancellationToken?: CancellationToken): ValueTask<TValue>;
1523
- static ReadFromJsonAsync(request: HttpRequest, type: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask<unknown>;
1524
- static ReadFromJsonAsync(request: HttpRequest, type: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask<unknown>;
1525
- static ReadFromJsonAsync(request: HttpRequest, type: Type, cancellationToken?: CancellationToken): ValueTask<unknown>;
1583
+ static ReadFromJsonAsync<TValue>(request: HttpRequest, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
1584
+ static ReadFromJsonAsync<TValue>(request: HttpRequest, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
1585
+ static ReadFromJsonAsync(request: HttpRequest, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
1586
+ static ReadFromJsonAsync<TValue>(request: HttpRequest, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
1587
+ static ReadFromJsonAsync(request: HttpRequest, type: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
1588
+ static ReadFromJsonAsync(request: HttpRequest, type: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
1589
+ static ReadFromJsonAsync(request: HttpRequest, type: Type, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
1526
1590
  }
1527
1591
 
1528
1592
 
@@ -1544,7 +1608,7 @@ export abstract class HttpResponseJsonExtensions$instance {
1544
1608
  static WriteAsJsonAsync(response: HttpResponse, value: unknown, type: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task;
1545
1609
  static WriteAsJsonAsync(response: HttpResponse, value: unknown, type: Type, context: JsonSerializerContext, contentType?: string, cancellationToken?: CancellationToken): Task;
1546
1610
  static WriteAsJsonAsync(response: HttpResponse, value: unknown, type: Type, cancellationToken?: CancellationToken): Task;
1547
- static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, jsonTypeInfo: JsonTypeInfo<TValue>, contentType?: string, cancellationToken?: CancellationToken): Task;
1611
+ static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, contentType?: string, cancellationToken?: CancellationToken): Task;
1548
1612
  static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, options: JsonSerializerOptions, contentType: string, cancellationToken?: CancellationToken): Task;
1549
1613
  static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task;
1550
1614
  static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, cancellationToken?: CancellationToken): Task;
@@ -1586,8 +1650,8 @@ export type OpenApiRouteHandlerBuilderExtensions = OpenApiRouteHandlerBuilderExt
1586
1650
  export abstract class RequestDelegateFactory$instance {
1587
1651
  static Create(handler: Function, options?: RequestDelegateFactoryOptions, metadataResult?: RequestDelegateMetadataResult): RequestDelegateResult;
1588
1652
  static Create(handler: Function, options: RequestDelegateFactoryOptions): RequestDelegateResult;
1589
- static Create(methodInfo: MethodInfo, targetFactory?: Func<HttpContext, unknown>, options?: RequestDelegateFactoryOptions, metadataResult?: RequestDelegateMetadataResult): RequestDelegateResult;
1590
- static Create(methodInfo: MethodInfo, targetFactory: Func<HttpContext, unknown>, options: RequestDelegateFactoryOptions): RequestDelegateResult;
1653
+ static Create(methodInfo: MethodInfo, targetFactory?: Func_2<HttpContext, unknown>, options?: RequestDelegateFactoryOptions, metadataResult?: RequestDelegateMetadataResult): RequestDelegateResult;
1654
+ static Create(methodInfo: MethodInfo, targetFactory: Func_2<HttpContext, unknown>, options: RequestDelegateFactoryOptions): RequestDelegateResult;
1591
1655
  static InferMetadata(methodInfo: MethodInfo, options?: RequestDelegateFactoryOptions): RequestDelegateMetadataResult;
1592
1656
  }
1593
1657
 
@@ -1595,7 +1659,7 @@ export abstract class RequestDelegateFactory$instance {
1595
1659
  export type RequestDelegateFactory = RequestDelegateFactory$instance;
1596
1660
 
1597
1661
  export abstract class RequestFormReaderExtensions$instance {
1598
- static ReadFormAsync(request: HttpRequest, options: FormOptions, cancellationToken?: CancellationToken): Task<IFormCollection>;
1662
+ static ReadFormAsync(request: HttpRequest, options: FormOptions, cancellationToken?: CancellationToken): Task_1<IFormCollection>;
1599
1663
  }
1600
1664
 
1601
1665
 
@@ -1639,13 +1703,13 @@ export abstract class Results$instance {
1639
1703
  static AcceptedAtRoute<TValue>(routeName?: string, routeValues?: unknown, value?: TValue): IResult;
1640
1704
  static BadRequest(error?: unknown): IResult;
1641
1705
  static BadRequest<TValue>(error: TValue): IResult;
1642
- static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1643
- static Bytes(contents: ReadOnlyMemory<System_Internal.Byte>, contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1644
- static Challenge(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): IResult;
1706
+ static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1707
+ static Bytes(contents: ReadOnlyMemory_1<System_Internal.Byte>, contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1708
+ static Challenge(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): IResult;
1645
1709
  static Conflict(error?: unknown): IResult;
1646
1710
  static Conflict<TValue>(error: TValue): IResult;
1647
1711
  static Content(content: string, contentType: MediaTypeHeaderValue): IResult;
1648
- static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable<System_Internal.Int32>): IResult;
1712
+ static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1649
1713
  static Content(content: string, contentType: string, contentEncoding: Encoding): IResult;
1650
1714
  static Created(): IResult;
1651
1715
  static Created(uri: string, value: unknown): IResult;
@@ -1656,18 +1720,18 @@ export abstract class Results$instance {
1656
1720
  static CreatedAtRoute<TValue>(routeName: string, routeValues: RouteValueDictionary, value?: TValue): IResult;
1657
1721
  static CreatedAtRoute(routeName?: string, routeValues?: unknown, value?: unknown): IResult;
1658
1722
  static CreatedAtRoute<TValue>(routeName?: string, routeValues?: unknown, value?: TValue): IResult;
1659
- static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1660
- static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1661
- static File(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1662
- static Forbid(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): IResult;
1723
+ static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1724
+ static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1725
+ static File(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1726
+ static Forbid(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): IResult;
1663
1727
  static InternalServerError(): IResult;
1664
1728
  static InternalServerError<TValue>(error: TValue): IResult;
1665
- static Json(data: unknown, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1666
- static Json(data: unknown, jsonTypeInfo: JsonTypeInfo, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1667
- static Json(data: unknown, type: Type, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1668
- static Json<TValue>(data: TValue, jsonTypeInfo: JsonTypeInfo<TValue>, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1669
- static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1670
- static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1729
+ static Json(data: unknown, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1730
+ static Json(data: unknown, jsonTypeInfo: JsonTypeInfo, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1731
+ static Json(data: unknown, type: Type, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1732
+ static Json<TValue>(data: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1733
+ static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1734
+ static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1671
1735
  static LocalRedirect(localUrl: string, permanent?: boolean, preserveMethod?: boolean): IResult;
1672
1736
  static NoContent(): IResult;
1673
1737
  static NotFound(value?: unknown): IResult;
@@ -1675,44 +1739,44 @@ export abstract class Results$instance {
1675
1739
  static Ok(value?: unknown): IResult;
1676
1740
  static Ok<TValue>(value: TValue): IResult;
1677
1741
  static Problem(problemDetails: ProblemDetails): IResult;
1678
- static Problem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string, extensions: IDictionary<System_Internal.String, unknown>): IResult;
1679
- static Problem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): IResult;
1742
+ static Problem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string, extensions: IDictionary_2<System_Internal.String, unknown>): IResult;
1743
+ static Problem(detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): IResult;
1680
1744
  static Redirect(url: string, permanent?: boolean, preserveMethod?: boolean): IResult;
1681
1745
  static RedirectToRoute(routeName: string, routeValues: RouteValueDictionary, permanent?: boolean, preserveMethod?: boolean, fragment?: string): IResult;
1682
1746
  static RedirectToRoute(routeName?: string, routeValues?: unknown, permanent?: boolean, preserveMethod?: boolean, fragment?: string): IResult;
1683
- static ServerSentEvents<T>(values: IAsyncEnumerable<T>, eventType?: string): IResult;
1684
- static ServerSentEvents<T>(values: IAsyncEnumerable<SseItem<T>>): IResult;
1685
- static ServerSentEvents(values: IAsyncEnumerable<System_Internal.String>, eventType?: string): IResult;
1747
+ static ServerSentEvents<T>(values: IAsyncEnumerable_1<T>, eventType?: string): IResult;
1748
+ static ServerSentEvents<T>(values: IAsyncEnumerable_1<SseItem_1<T>>): IResult;
1749
+ static ServerSentEvents(values: IAsyncEnumerable_1<System_Internal.String>, eventType?: string): IResult;
1686
1750
  static SignIn(principal: ClaimsPrincipal, properties?: AuthenticationProperties, authenticationScheme?: string): IResult;
1687
- static SignOut(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): IResult;
1751
+ static SignOut(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): IResult;
1688
1752
  static StatusCode(statusCode: int): IResult;
1689
- static Stream(streamWriterCallback: Func<Stream, Task>, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1690
- static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1691
- static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1692
- static Text(utf8Content: ReadOnlySpan<System_Internal.Byte>, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1693
- static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable<System_Internal.Int32>): IResult;
1753
+ static Stream(streamWriterCallback: Func_2<Stream, Task>, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1754
+ static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1755
+ static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1756
+ static Text(utf8Content: ReadOnlySpan_1<System_Internal.Byte>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1757
+ static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1694
1758
  static Text(content: string, contentType: string, contentEncoding: Encoding): IResult;
1695
1759
  static Unauthorized(): IResult;
1696
1760
  static UnprocessableEntity(error?: unknown): IResult;
1697
1761
  static UnprocessableEntity<TValue>(error: TValue): IResult;
1698
- static ValidationProblem(errors: IDictionary<System_Internal.String, string[]>, detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string, extensions: IDictionary<System_Internal.String, unknown>): IResult;
1699
- static ValidationProblem(errors: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, string[]>>, detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): IResult;
1762
+ static ValidationProblem(errors: IDictionary_2<System_Internal.String, string[]>, detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string, extensions: IDictionary_2<System_Internal.String, unknown>): IResult;
1763
+ static ValidationProblem(errors: IEnumerable_1<KeyValuePair_2<System_Internal.String, string[]>>, detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): IResult;
1700
1764
  }
1701
1765
 
1702
1766
 
1703
1767
  export type Results = Results$instance;
1704
1768
 
1705
1769
  export abstract class SendFileFallback$instance {
1706
- static SendFileAsync(destination: Stream, filePath: string, offset: long, count: Nullable<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
1770
+ static SendFileAsync(destination: Stream, filePath: string, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
1707
1771
  }
1708
1772
 
1709
1773
 
1710
1774
  export type SendFileFallback = SendFileFallback$instance;
1711
1775
 
1712
1776
  export abstract class SendFileResponseExtensions$instance {
1713
- static SendFileAsync(response: HttpResponse, file: IFileInfo, offset: long, count: Nullable<System_Internal.Int64>, cancellationToken?: CancellationToken): Task;
1777
+ static SendFileAsync(response: HttpResponse, file: IFileInfo, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken?: CancellationToken): Task;
1714
1778
  static SendFileAsync(response: HttpResponse, file: IFileInfo, cancellationToken?: CancellationToken): Task;
1715
- static SendFileAsync(response: HttpResponse, fileName: string, offset: long, count: Nullable<System_Internal.Int64>, cancellationToken?: CancellationToken): Task;
1779
+ static SendFileAsync(response: HttpResponse, fileName: string, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken?: CancellationToken): Task;
1716
1780
  static SendFileAsync(response: HttpResponse, fileName: string, cancellationToken?: CancellationToken): Task;
1717
1781
  }
1718
1782
 
@@ -1721,7 +1785,7 @@ export type SendFileResponseExtensions = SendFileResponseExtensions$instance;
1721
1785
 
1722
1786
  export abstract class SessionExtensions$instance {
1723
1787
  static Get(session: ISession, key: string): byte[] | undefined;
1724
- static GetInt32(session: ISession, key: string): Nullable<System_Internal.Int32>;
1788
+ static GetInt32(session: ISession, key: string): Nullable_1<System_Internal.Int32>;
1725
1789
  static GetString(session: ISession, key: string): string | undefined;
1726
1790
  static SetInt32(session: ISession, key: string, value: int): void;
1727
1791
  static SetString(session: ISession, key: string, value: string): void;
@@ -1815,13 +1879,13 @@ export abstract class TypedResults$instance {
1815
1879
  static AcceptedAtRoute<TValue>(value: TValue, routeName?: string, routeValues?: unknown): AcceptedAtRoute_1<TValue>;
1816
1880
  static BadRequest(): BadRequest;
1817
1881
  static BadRequest<TValue>(error: TValue): BadRequest_1<TValue>;
1818
- static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1819
- static Bytes(contents: ReadOnlyMemory<System_Internal.Byte>, contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1820
- static Challenge(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): ChallengeHttpResult;
1882
+ static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1883
+ static Bytes(contents: ReadOnlyMemory_1<System_Internal.Byte>, contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1884
+ static Challenge(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): ChallengeHttpResult;
1821
1885
  static Conflict(): Conflict;
1822
1886
  static Conflict<TValue>(error: TValue): Conflict_1<TValue>;
1823
1887
  static Content(content: string, contentType: MediaTypeHeaderValue): ContentHttpResult;
1824
- static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable<System_Internal.Int32>): ContentHttpResult;
1888
+ static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): ContentHttpResult;
1825
1889
  static Content(content: string, contentType: string, contentEncoding: Encoding): ContentHttpResult;
1826
1890
  static Created(): Created;
1827
1891
  static Created<TValue>(uri: string, value: TValue): Created_1<TValue>;
@@ -1832,45 +1896,45 @@ export abstract class TypedResults$instance {
1832
1896
  static CreatedAtRoute(routeName?: string, routeValues?: unknown): CreatedAtRoute;
1833
1897
  static CreatedAtRoute<TValue>(value: TValue, routeName: string, routeValues: RouteValueDictionary): CreatedAtRoute_1<TValue>;
1834
1898
  static CreatedAtRoute<TValue>(value: TValue, routeName?: string, routeValues?: unknown): CreatedAtRoute_1<TValue>;
1835
- static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1836
- static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1837
- static Forbid(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): ForbidHttpResult;
1899
+ static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1900
+ static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1901
+ static Forbid(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): ForbidHttpResult;
1838
1902
  static InternalServerError(): InternalServerError;
1839
1903
  static InternalServerError<TValue>(error: TValue): InternalServerError_1<TValue>;
1840
- static Json<TValue>(data: TValue, jsonTypeInfo: JsonTypeInfo<TValue>, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1841
- static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1842
- static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1904
+ static Json<TValue>(data: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1905
+ static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1906
+ static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1843
1907
  static LocalRedirect(localUrl: string, permanent?: boolean, preserveMethod?: boolean): RedirectHttpResult;
1844
1908
  static NoContent(): NoContent;
1845
1909
  static NotFound(): NotFound;
1846
1910
  static NotFound<TValue>(value: TValue): NotFound_1<TValue>;
1847
1911
  static Ok(): Ok;
1848
1912
  static Ok<TValue>(value: TValue): Ok_1<TValue>;
1849
- static PhysicalFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): PhysicalFileHttpResult;
1913
+ static PhysicalFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): PhysicalFileHttpResult;
1850
1914
  static Problem(problemDetails: ProblemDetails): ProblemHttpResult;
1851
- static Problem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string, extensions: IDictionary<System_Internal.String, unknown>): ProblemHttpResult;
1852
- static Problem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): ProblemHttpResult;
1915
+ static Problem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string, extensions: IDictionary_2<System_Internal.String, unknown>): ProblemHttpResult;
1916
+ static Problem(detail?: string, instance?: string, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, extensions?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): ProblemHttpResult;
1853
1917
  static Redirect(url: string, permanent?: boolean, preserveMethod?: boolean): RedirectHttpResult;
1854
1918
  static RedirectToRoute(routeName: string, routeValues: RouteValueDictionary, permanent?: boolean, preserveMethod?: boolean, fragment?: string): RedirectToRouteHttpResult;
1855
1919
  static RedirectToRoute(routeName?: string, routeValues?: unknown, permanent?: boolean, preserveMethod?: boolean, fragment?: string): RedirectToRouteHttpResult;
1856
- static ServerSentEvents<T>(values: IAsyncEnumerable<T>, eventType?: string): ServerSentEventsResult_1<T>;
1857
- static ServerSentEvents<T>(values: IAsyncEnumerable<SseItem<T>>): ServerSentEventsResult_1<T>;
1858
- static ServerSentEvents(values: IAsyncEnumerable<System_Internal.String>, eventType?: string): ServerSentEventsResult_1<System_Internal.String>;
1920
+ static ServerSentEvents<T>(values: IAsyncEnumerable_1<T>, eventType?: string): ServerSentEventsResult_1<T>;
1921
+ static ServerSentEvents<T>(values: IAsyncEnumerable_1<SseItem_1<T>>): ServerSentEventsResult_1<T>;
1922
+ static ServerSentEvents(values: IAsyncEnumerable_1<System_Internal.String>, eventType?: string): ServerSentEventsResult_1<System_Internal.String>;
1859
1923
  static SignIn(principal: ClaimsPrincipal, properties?: AuthenticationProperties, authenticationScheme?: string): SignInHttpResult;
1860
- static SignOut(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): SignOutHttpResult;
1924
+ static SignOut(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): SignOutHttpResult;
1861
1925
  static StatusCode(statusCode: int): StatusCodeHttpResult;
1862
- static Stream(streamWriterCallback: Func<Stream, Task>, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): PushStreamHttpResult;
1863
- static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1864
- static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1865
- static Text(utf8Content: ReadOnlySpan<System_Internal.Byte>, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): Utf8ContentHttpResult;
1866
- static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable<System_Internal.Int32>): ContentHttpResult;
1926
+ static Stream(streamWriterCallback: Func_2<Stream, Task>, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): PushStreamHttpResult;
1927
+ static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1928
+ static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1929
+ static Text(utf8Content: ReadOnlySpan_1<System_Internal.Byte>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): Utf8ContentHttpResult;
1930
+ static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): ContentHttpResult;
1867
1931
  static Text(content: string, contentType: string, contentEncoding: Encoding): ContentHttpResult;
1868
1932
  static Unauthorized(): UnauthorizedHttpResult;
1869
1933
  static UnprocessableEntity(): UnprocessableEntity;
1870
1934
  static UnprocessableEntity<TValue>(error: TValue): UnprocessableEntity_1<TValue>;
1871
- static ValidationProblem(errors: IDictionary<System_Internal.String, string[]>, detail: string, instance: string, title: string, type: string, extensions: IDictionary<System_Internal.String, unknown>): ValidationProblem;
1872
- static ValidationProblem(errors: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, string[]>>, detail?: string, instance?: string, title?: string, type?: string, extensions?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): ValidationProblem;
1873
- static VirtualFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): VirtualFileHttpResult;
1935
+ static ValidationProblem(errors: IDictionary_2<System_Internal.String, string[]>, detail: string, instance: string, title: string, type: string, extensions: IDictionary_2<System_Internal.String, unknown>): ValidationProblem;
1936
+ static ValidationProblem(errors: IEnumerable_1<KeyValuePair_2<System_Internal.String, string[]>>, detail?: string, instance?: string, title?: string, type?: string, extensions?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): ValidationProblem;
1937
+ static VirtualFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): VirtualFileHttpResult;
1874
1938
  }
1875
1939
 
1876
1940