@tsonic/aspnetcore 10.0.2 → 10.0.6

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 (172) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +27 -9
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +250 -112
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +64 -34
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +47 -28
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +28 -11
  8. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +137 -75
  9. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +53 -32
  10. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +21 -13
  11. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +221 -139
  12. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
  13. package/Microsoft.AspNetCore.Components/internal/index.d.ts +358 -187
  14. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +46 -17
  15. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
  16. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +15 -5
  17. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
  18. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +220 -89
  19. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +15 -9
  20. package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +3 -0
  21. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +10 -5
  22. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
  23. package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +3 -0
  24. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +44 -13
  25. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +16 -8
  26. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +55 -22
  27. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +15 -9
  28. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +33 -20
  29. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
  30. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
  31. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +105 -37
  32. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
  33. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
  34. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -1
  35. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +27 -15
  36. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +130 -49
  37. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +6 -4
  38. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +64 -20
  39. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
  40. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +19 -8
  41. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +55 -29
  42. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
  43. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +43 -20
  44. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +28 -16
  45. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +59 -27
  46. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +3 -0
  47. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +3 -1
  48. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -1
  49. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +32 -19
  50. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +19 -5
  51. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +31 -15
  52. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +58 -32
  53. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +64 -21
  54. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
  55. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
  56. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +89 -47
  57. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +9 -5
  58. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +10 -6
  59. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +16 -4
  60. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +2 -0
  61. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +12 -8
  62. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
  63. package/Microsoft.AspNetCore.Html/internal/index.d.ts +31 -13
  64. package/Microsoft.AspNetCore.Http/internal/index.d.ts +408 -199
  65. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +34 -16
  66. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +4 -0
  67. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +21 -16
  68. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +208 -88
  69. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +10 -6
  70. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
  71. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +378 -171
  72. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
  73. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +74 -26
  74. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +18 -8
  75. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +23 -11
  76. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
  77. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
  78. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +725 -456
  79. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
  80. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +10 -6
  81. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +57 -27
  82. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +7 -3
  83. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +724 -205
  84. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +27 -13
  85. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +37 -13
  86. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +76 -30
  87. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +244 -125
  88. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +59 -25
  89. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +21 -10
  90. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +51 -24
  91. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -1
  92. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +12 -7
  93. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +43 -18
  94. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +431 -68
  95. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +140 -44
  96. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +192 -89
  97. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +77 -36
  98. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +3 -0
  99. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +162 -66
  100. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +48 -25
  101. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +379 -133
  102. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +217 -128
  103. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +156 -102
  104. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +3 -0
  105. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +100 -43
  106. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +3 -0
  107. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +105 -56
  108. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +19 -9
  109. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
  110. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
  111. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +43 -18
  112. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +81 -42
  113. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +70 -37
  114. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +123 -95
  115. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +57 -25
  116. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +151 -72
  117. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +41 -23
  118. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +94 -48
  119. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +24 -11
  120. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +266 -144
  121. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +7 -3
  122. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
  123. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +44 -26
  124. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +22 -12
  125. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +28 -10
  126. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
  127. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +100 -31
  128. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +11 -5
  129. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +18 -10
  130. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +64 -29
  131. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +20 -12
  132. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +291 -131
  133. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +191 -79
  134. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
  135. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +61 -25
  136. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +40 -20
  137. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
  138. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +29 -13
  139. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +50 -18
  140. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +12 -4
  141. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +17 -11
  142. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
  143. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +56 -36
  144. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +17 -3
  145. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +20 -8
  146. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
  147. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
  148. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
  149. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +29 -18
  150. package/Microsoft.AspNetCore.Session/internal/index.d.ts +32 -22
  151. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +191 -91
  152. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +63 -25
  153. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +21 -11
  154. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
  155. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +38 -22
  156. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
  157. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
  158. package/Microsoft.AspNetCore.WebSockets.d.ts +3 -0
  159. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +119 -73
  160. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +135 -123
  161. package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
  162. package/Microsoft.Extensions.Hosting.d.ts +3 -0
  163. package/Microsoft.JSInterop/internal/index.d.ts +95 -52
  164. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +40 -26
  165. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +10 -2
  166. package/Microsoft.Net.Http.Headers/internal/index.d.ts +92 -60
  167. package/System.Formats.Cbor/internal/index.d.ts +29 -21
  168. package/System.Security.Claims/internal/index.d.ts +3 -3
  169. package/System.Security.Claims.d.ts +3 -0
  170. package/System.Threading.RateLimiting/internal/index.d.ts +84 -29
  171. package/__internal/extensions/index.d.ts +1776 -1190
  172. 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,19 +64,23 @@ 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;
71
71
 
72
72
 
73
73
  export interface IBindableFromHttpContext_1$instance<TSelf extends IBindableFromHttpContext_1<TSelf>> {
74
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IBindableFromHttpContext_1: never;
75
+
74
76
  }
75
77
 
76
78
 
77
79
  export type IBindableFromHttpContext_1<TSelf extends IBindableFromHttpContext_1<TSelf>> = IBindableFromHttpContext_1$instance<TSelf>;
78
80
 
79
81
  export interface IContentTypeHttpResult$instance {
82
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IContentTypeHttpResult: never;
83
+
80
84
  readonly ContentType: string;
81
85
  }
82
86
 
@@ -84,13 +88,17 @@ export interface IContentTypeHttpResult$instance {
84
88
  export type IContentTypeHttpResult = IContentTypeHttpResult$instance;
85
89
 
86
90
  export interface IEndpointFilter$instance {
87
- InvokeAsync(context: EndpointFilterInvocationContext, next: EndpointFilterDelegate): ValueTask<unknown>;
91
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IEndpointFilter: never;
92
+
93
+ InvokeAsync(context: EndpointFilterInvocationContext, next: EndpointFilterDelegate): ValueTask_1<unknown>;
88
94
  }
89
95
 
90
96
 
91
97
  export type IEndpointFilter = IEndpointFilter$instance;
92
98
 
93
99
  export interface IFileHttpResult$instance {
100
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFileHttpResult: never;
101
+
94
102
  readonly ContentType: string;
95
103
  readonly FileDownloadName: string | undefined;
96
104
  }
@@ -98,9 +106,11 @@ export interface IFileHttpResult$instance {
98
106
 
99
107
  export type IFileHttpResult = IFileHttpResult$instance;
100
108
 
101
- 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
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormCollection: never;
111
+
102
112
  readonly Count: int;
103
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
113
+ readonly Keys: ICollection_1<System_Internal.String>;
104
114
  readonly [key: string]: StringValues;
105
115
  readonly Files: IFormFileCollection;
106
116
  ContainsKey(key: string): boolean;
@@ -108,9 +118,13 @@ export interface IFormCollection$instance extends IEnumerable__System_Collection
108
118
  }
109
119
 
110
120
 
121
+ export interface IFormCollection$instance extends System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>> {}
122
+
111
123
  export type IFormCollection = IFormCollection$instance;
112
124
 
113
125
  export interface IFormFile$instance {
126
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormFile: never;
127
+
114
128
  readonly ContentType: string;
115
129
  readonly ContentDisposition: string;
116
130
  readonly Headers: IHeaderDictionary;
@@ -125,18 +139,24 @@ export interface IFormFile$instance {
125
139
 
126
140
  export type IFormFile = IFormFile$instance;
127
141
 
128
- export interface IFormFileCollection$instance extends IReadOnlyList<IFormFile>, IEnumerable__System_Collections_Generic<IFormFile>, IEnumerable, IReadOnlyCollection<IFormFile> {
142
+ export interface IFormFileCollection$instance extends IReadOnlyList_1<IFormFile>, IEnumerable_1<IFormFile>, IEnumerable, IReadOnlyCollection_1<IFormFile> {
143
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormFileCollection: never;
144
+
129
145
  readonly [name: string]: IFormFile | undefined;
130
146
  GetFile(name: string): IFormFile | undefined;
131
- GetFiles(name: string): IReadOnlyList<IFormFile>;
147
+ GetFiles(name: string): IReadOnlyList_1<IFormFile>;
132
148
  }
133
149
 
134
150
 
151
+ 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
+
135
153
  export type IFormFileCollection = IFormFileCollection$instance;
136
154
 
137
- 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 {
155
+ 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
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHeaderDictionary: never;
157
+
138
158
  [key: string]: StringValues;
139
- ContentLength: Nullable<System_Internal.Int64>;
159
+ ContentLength: Nullable_1<System_Internal.Int64>;
140
160
  Accept: StringValues;
141
161
  AcceptCharset: StringValues;
142
162
  AcceptEncoding: StringValues;
@@ -229,9 +249,13 @@ export interface IHeaderDictionary$instance extends IDictionary<System_Internal.
229
249
  }
230
250
 
231
251
 
252
+ 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
+
232
254
  export type IHeaderDictionary = IHeaderDictionary$instance;
233
255
 
234
256
  export interface IHttpContextAccessor$instance {
257
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHttpContextAccessor: never;
258
+
235
259
  get HttpContext(): HttpContext | undefined;
236
260
  set HttpContext(value: HttpContext | undefined);
237
261
  }
@@ -240,6 +264,8 @@ export interface IHttpContextAccessor$instance {
240
264
  export type IHttpContextAccessor = IHttpContextAccessor$instance;
241
265
 
242
266
  export interface IHttpContextFactory$instance {
267
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHttpContextFactory: never;
268
+
243
269
  Create(featureCollection: IFeatureCollection): HttpContext;
244
270
  Dispose(httpContext: HttpContext): void;
245
271
  }
@@ -248,6 +274,8 @@ export interface IHttpContextFactory$instance {
248
274
  export type IHttpContextFactory = IHttpContextFactory$instance;
249
275
 
250
276
  export interface IMiddleware$instance {
277
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IMiddleware: never;
278
+
251
279
  InvokeAsync(context: HttpContext, next: RequestDelegate): Task;
252
280
  }
253
281
 
@@ -255,6 +283,8 @@ export interface IMiddleware$instance {
255
283
  export type IMiddleware = IMiddleware$instance;
256
284
 
257
285
  export interface IMiddlewareFactory$instance {
286
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IMiddlewareFactory: never;
287
+
258
288
  Create(middlewareType: Type): IMiddleware | undefined;
259
289
  Release(middleware: IMiddleware): void;
260
290
  }
@@ -263,6 +293,8 @@ export interface IMiddlewareFactory$instance {
263
293
  export type IMiddlewareFactory = IMiddlewareFactory$instance;
264
294
 
265
295
  export interface INestedHttpResult$instance {
296
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_INestedHttpResult: never;
297
+
266
298
  readonly Result: IResult;
267
299
  }
268
300
 
@@ -270,7 +302,9 @@ export interface INestedHttpResult$instance {
270
302
  export type INestedHttpResult = INestedHttpResult$instance;
271
303
 
272
304
  export interface IProblemDetailsService$instance {
273
- TryWriteAsync(context: ProblemDetailsContext): ValueTask<System_Internal.Boolean>;
305
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IProblemDetailsService: never;
306
+
307
+ TryWriteAsync(context: ProblemDetailsContext): ValueTask_1<System_Internal.Boolean>;
274
308
  WriteAsync(context: ProblemDetailsContext): ValueTask;
275
309
  }
276
310
 
@@ -278,6 +312,8 @@ export interface IProblemDetailsService$instance {
278
312
  export type IProblemDetailsService = IProblemDetailsService$instance;
279
313
 
280
314
  export interface IProblemDetailsWriter$instance {
315
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IProblemDetailsWriter: never;
316
+
281
317
  CanWrite(context: ProblemDetailsContext): boolean;
282
318
  WriteAsync(context: ProblemDetailsContext): ValueTask;
283
319
  }
@@ -285,30 +321,40 @@ export interface IProblemDetailsWriter$instance {
285
321
 
286
322
  export type IProblemDetailsWriter = IProblemDetailsWriter$instance;
287
323
 
288
- export interface IQueryCollection$instance extends IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, StringValues>>, IEnumerable {
324
+ export interface IQueryCollection$instance extends IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>, IEnumerable {
325
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IQueryCollection: never;
326
+
289
327
  readonly Count: int;
290
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
328
+ readonly Keys: ICollection_1<System_Internal.String>;
291
329
  readonly [key: string]: StringValues;
292
330
  ContainsKey(key: string): boolean;
293
331
  TryGetValue(key: string, value: StringValues): boolean;
294
332
  }
295
333
 
296
334
 
335
+ export interface IQueryCollection$instance extends System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>> {}
336
+
297
337
  export type IQueryCollection = IQueryCollection$instance;
298
338
 
299
- export interface IRequestCookieCollection$instance extends IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, System_Internal.String>>, IEnumerable {
339
+ export interface IRequestCookieCollection$instance extends IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>, IEnumerable {
340
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IRequestCookieCollection: never;
341
+
300
342
  readonly Count: int;
301
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
343
+ readonly Keys: ICollection_1<System_Internal.String>;
302
344
  readonly [key: string]: string | undefined;
303
345
  ContainsKey(key: string): boolean;
304
346
  TryGetValue(key: string, value: string): boolean;
305
347
  }
306
348
 
307
349
 
350
+ export interface IRequestCookieCollection$instance extends System_Collections_Generic_Internal.IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>> {}
351
+
308
352
  export type IRequestCookieCollection = IRequestCookieCollection$instance;
309
353
 
310
354
  export interface IResponseCookies$instance {
311
- Append(keyValuePairs: ReadOnlySpan<KeyValuePair<System_Internal.String, System_Internal.String>>, options: CookieOptions): void;
355
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResponseCookies: never;
356
+
357
+ Append(keyValuePairs: ReadOnlySpan_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>, options: CookieOptions): void;
312
358
  Append(key: string, value: string, options: CookieOptions): void;
313
359
  Append(key: string, value: string): void;
314
360
  Delete(key: string, options: CookieOptions): void;
@@ -319,6 +365,8 @@ export interface IResponseCookies$instance {
319
365
  export type IResponseCookies = IResponseCookies$instance;
320
366
 
321
367
  export interface IResult$instance {
368
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResult: never;
369
+
322
370
  ExecuteAsync(httpContext: HttpContext): Task;
323
371
  }
324
372
 
@@ -326,15 +374,19 @@ export interface IResult$instance {
326
374
  export type IResult = IResult$instance;
327
375
 
328
376
  export interface IResultExtensions$instance {
377
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IResultExtensions: never;
378
+
329
379
  }
330
380
 
331
381
 
332
382
  export type IResultExtensions = IResultExtensions$instance;
333
383
 
334
384
  export interface ISession$instance {
385
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_ISession: never;
386
+
335
387
  readonly IsAvailable: boolean;
336
388
  readonly Id: string;
337
- readonly Keys: IEnumerable__System_Collections_Generic<System_Internal.String>;
389
+ readonly Keys: IEnumerable_1<System_Internal.String>;
338
390
  Clear(): void;
339
391
  LoadAsync(cancellationToken?: CancellationToken): Task;
340
392
  Remove(key: string): void;
@@ -346,13 +398,17 @@ export interface ISession$instance {
346
398
  export type ISession = ISession$instance;
347
399
 
348
400
  export interface IStatusCodeHttpResult$instance {
349
- readonly StatusCode: Nullable<System_Internal.Int32>;
401
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IStatusCodeHttpResult: never;
402
+
403
+ readonly StatusCode: Nullable_1<System_Internal.Int32>;
350
404
  }
351
405
 
352
406
 
353
407
  export type IStatusCodeHttpResult = IStatusCodeHttpResult$instance;
354
408
 
355
409
  export interface IValueHttpResult$instance {
410
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IValueHttpResult: never;
411
+
356
412
  readonly Value: unknown | undefined;
357
413
  }
358
414
 
@@ -360,6 +416,8 @@ export interface IValueHttpResult$instance {
360
416
  export type IValueHttpResult = IValueHttpResult$instance;
361
417
 
362
418
  export interface IValueHttpResult_1$instance<TValue> {
419
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IValueHttpResult_1: never;
420
+
363
421
  readonly Value: TValue | undefined;
364
422
  }
365
423
 
@@ -367,6 +425,12 @@ export interface IValueHttpResult_1$instance<TValue> {
367
425
  export type IValueHttpResult_1<TValue> = IValueHttpResult_1$instance<TValue>;
368
426
 
369
427
  export interface EndpointMetadataCollection_Enumerator$instance {
428
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointMetadataCollection_Enumerator: never;
429
+
430
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
431
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
432
+ readonly __tsonic_iface_System_IDisposable: never;
433
+
370
434
  readonly Current: unknown;
371
435
  Dispose(): void;
372
436
  MoveNext(): boolean;
@@ -382,7 +446,13 @@ export const EndpointMetadataCollection_Enumerator: {
382
446
  export type EndpointMetadataCollection_Enumerator = EndpointMetadataCollection_Enumerator$instance;
383
447
 
384
448
  export interface FormCollection_Enumerator$instance {
385
- readonly Current: KeyValuePair<System_Internal.String, StringValues>;
449
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_FormCollection_Enumerator: never;
450
+
451
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
452
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
453
+ readonly __tsonic_iface_System_IDisposable: never;
454
+
455
+ readonly Current: KeyValuePair_2<System_Internal.String, StringValues>;
386
456
  Dispose(): void;
387
457
  MoveNext(): boolean;
388
458
  Reset(): void;
@@ -397,6 +467,10 @@ export const FormCollection_Enumerator: {
397
467
  export type FormCollection_Enumerator = FormCollection_Enumerator$instance;
398
468
 
399
469
  export interface FragmentString$instance {
470
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_FragmentString: never;
471
+
472
+ readonly __tsonic_iface_System_IEquatable_1: never;
473
+
400
474
  readonly HasValue: boolean;
401
475
  readonly Value: string;
402
476
  Equals(other: FragmentString): boolean;
@@ -418,7 +492,13 @@ export const FragmentString: {
418
492
  export type FragmentString = FragmentString$instance;
419
493
 
420
494
  export interface HeaderDictionary_Enumerator$instance {
421
- readonly Current: KeyValuePair<System_Internal.String, StringValues>;
495
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HeaderDictionary_Enumerator: never;
496
+
497
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
498
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
499
+ readonly __tsonic_iface_System_IDisposable: never;
500
+
501
+ readonly Current: KeyValuePair_2<System_Internal.String, StringValues>;
422
502
  Dispose(): void;
423
503
  MoveNext(): boolean;
424
504
  Reset(): void;
@@ -433,9 +513,13 @@ export const HeaderDictionary_Enumerator: {
433
513
  export type HeaderDictionary_Enumerator = HeaderDictionary_Enumerator$instance;
434
514
 
435
515
  export interface HostString$instance {
516
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HostString: never;
517
+
518
+ readonly __tsonic_iface_System_IEquatable_1: never;
519
+
436
520
  readonly HasValue: boolean;
437
521
  readonly Host: string;
438
- readonly Port: Nullable<System_Internal.Int32>;
522
+ readonly Port: Nullable_1<System_Internal.Int32>;
439
523
  readonly Value: string | undefined;
440
524
  Equals(other: HostString): boolean;
441
525
  Equals(obj: unknown): boolean;
@@ -450,13 +534,17 @@ export const HostString: {
450
534
  new(host: string, port: int): HostString;
451
535
  FromUriComponent(uriComponent: string): HostString;
452
536
  FromUriComponent(uri: Uri): HostString;
453
- MatchesAny(value: StringSegment, patterns: IList__System_Collections_Generic<StringSegment>): boolean;
537
+ MatchesAny(value: StringSegment, patterns: IList_1<StringSegment>): boolean;
454
538
  };
455
539
 
456
540
 
457
541
  export type HostString = HostString$instance;
458
542
 
459
543
  export interface PathString$instance {
544
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_PathString: never;
545
+
546
+ readonly __tsonic_iface_System_IEquatable_1: never;
547
+
460
548
  readonly HasValue: boolean;
461
549
  readonly Value: string | undefined;
462
550
  Add(other: PathString): PathString;
@@ -487,7 +575,13 @@ export const PathString: {
487
575
  export type PathString = PathString$instance;
488
576
 
489
577
  export interface QueryCollection_Enumerator$instance {
490
- readonly Current: KeyValuePair<System_Internal.String, StringValues>;
578
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_QueryCollection_Enumerator: never;
579
+
580
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
581
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
582
+ readonly __tsonic_iface_System_IDisposable: never;
583
+
584
+ readonly Current: KeyValuePair_2<System_Internal.String, StringValues>;
491
585
  Dispose(): void;
492
586
  MoveNext(): boolean;
493
587
  Reset(): void;
@@ -502,6 +596,10 @@ export const QueryCollection_Enumerator: {
502
596
  export type QueryCollection_Enumerator = QueryCollection_Enumerator$instance;
503
597
 
504
598
  export interface QueryString$instance {
599
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_QueryString: never;
600
+
601
+ readonly __tsonic_iface_System_IEquatable_1: never;
602
+
505
603
  readonly HasValue: boolean;
506
604
  readonly Value: string | undefined;
507
605
  Add(other: QueryString): QueryString;
@@ -517,8 +615,8 @@ export interface QueryString$instance {
517
615
  export const QueryString: {
518
616
  new(value: string): QueryString;
519
617
  readonly Empty: QueryString;
520
- Create(parameters: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, StringValues>>): QueryString;
521
- Create(parameters: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, System_Internal.String>>): QueryString;
618
+ Create(parameters: IEnumerable_1<KeyValuePair_2<System_Internal.String, StringValues>>): QueryString;
619
+ Create(parameters: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): QueryString;
522
620
  Create(name: string, value: string): QueryString;
523
621
  FromUriComponent(uriComponent: string): QueryString;
524
622
  FromUriComponent(uri: Uri): QueryString;
@@ -528,6 +626,10 @@ export const QueryString: {
528
626
  export type QueryString = QueryString$instance;
529
627
 
530
628
  export interface AllowCookieRedirectAttribute$instance extends Attribute, IAllowCookieRedirectMetadata {
629
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_AllowCookieRedirectAttribute: never;
630
+
631
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IAllowCookieRedirectMetadata: never;
632
+
531
633
  }
532
634
 
533
635
 
@@ -539,6 +641,8 @@ export const AllowCookieRedirectAttribute: {
539
641
  export type AllowCookieRedirectAttribute = AllowCookieRedirectAttribute$instance;
540
642
 
541
643
  export interface AsParametersAttribute$instance extends Attribute {
644
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_AsParametersAttribute: never;
645
+
542
646
  }
543
647
 
544
648
 
@@ -550,6 +654,10 @@ export const AsParametersAttribute: {
550
654
  export type AsParametersAttribute = AsParametersAttribute$instance;
551
655
 
552
656
  export interface BadHttpRequestException$instance extends IOException {
657
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_BadHttpRequestException: never;
658
+
659
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
660
+
553
661
  readonly StatusCode: int;
554
662
  }
555
663
 
@@ -565,6 +673,8 @@ export const BadHttpRequestException: {
565
673
  export type BadHttpRequestException = BadHttpRequestException$instance;
566
674
 
567
675
  export interface BindingAddress$instance {
676
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_BindingAddress: never;
677
+
568
678
  readonly Host: string;
569
679
  readonly IsNamedPipe: boolean;
570
680
  readonly IsUnixPipe: boolean;
@@ -588,6 +698,8 @@ export const BindingAddress: {
588
698
  export type BindingAddress = BindingAddress$instance;
589
699
 
590
700
  export interface ConnectionInfo$instance {
701
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_ConnectionInfo: never;
702
+
591
703
  get ClientCertificate(): X509Certificate2 | undefined;
592
704
  set ClientCertificate(value: X509Certificate2 | undefined);
593
705
  Id: string;
@@ -597,7 +709,7 @@ export interface ConnectionInfo$instance {
597
709
  get RemoteIpAddress(): IPAddress | undefined;
598
710
  set RemoteIpAddress(value: IPAddress | undefined);
599
711
  RemotePort: int;
600
- GetClientCertificateAsync(cancellationToken?: CancellationToken): Task<X509Certificate2 | undefined>;
712
+ GetClientCertificateAsync(cancellationToken?: CancellationToken): Task_1<X509Certificate2 | undefined>;
601
713
  RequestClose(): void;
602
714
  }
603
715
 
@@ -609,13 +721,15 @@ export const ConnectionInfo: (abstract new() => ConnectionInfo) & {
609
721
  export type ConnectionInfo = ConnectionInfo$instance;
610
722
 
611
723
  export interface CookieBuilder$instance {
724
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_CookieBuilder: never;
725
+
612
726
  get Domain(): string | undefined;
613
727
  set Domain(value: string | undefined);
614
- Expiration: Nullable<TimeSpan>;
615
- readonly Extensions: IList__System_Collections_Generic<System_Internal.String>;
728
+ Expiration: Nullable_1<TimeSpan>;
729
+ readonly Extensions: IList_1<System_Internal.String>;
616
730
  HttpOnly: boolean;
617
731
  IsEssential: boolean;
618
- MaxAge: Nullable<TimeSpan>;
732
+ MaxAge: Nullable_1<TimeSpan>;
619
733
  get Name(): string | undefined;
620
734
  set Name(value: string | undefined);
621
735
  get Path(): string | undefined;
@@ -635,13 +749,15 @@ export const CookieBuilder: {
635
749
  export type CookieBuilder = CookieBuilder$instance;
636
750
 
637
751
  export interface CookieOptions$instance {
752
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_CookieOptions: never;
753
+
638
754
  get Domain(): string | undefined;
639
755
  set Domain(value: string | undefined);
640
- Expires: Nullable<DateTimeOffset>;
641
- readonly Extensions: IList__System_Collections_Generic<System_Internal.String>;
756
+ Expires: Nullable_1<DateTimeOffset>;
757
+ readonly Extensions: IList_1<System_Internal.String>;
642
758
  HttpOnly: boolean;
643
759
  IsEssential: boolean;
644
- MaxAge: Nullable<TimeSpan>;
760
+ MaxAge: Nullable_1<TimeSpan>;
645
761
  get Path(): string | undefined;
646
762
  set Path(value: string | undefined);
647
763
  SameSite: SameSiteMode;
@@ -659,7 +775,9 @@ export const CookieOptions: {
659
775
  export type CookieOptions = CookieOptions$instance;
660
776
 
661
777
  export interface DefaultEndpointFilterInvocationContext$instance extends EndpointFilterInvocationContext {
662
- readonly Arguments: IList__System_Collections_Generic<unknown | undefined>;
778
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_DefaultEndpointFilterInvocationContext: never;
779
+
780
+ readonly Arguments: IList_1<unknown | undefined>;
663
781
  readonly HttpContext: HttpContext;
664
782
  GetArgument<T>(index: int): T;
665
783
  }
@@ -673,11 +791,13 @@ export const DefaultEndpointFilterInvocationContext: {
673
791
  export type DefaultEndpointFilterInvocationContext = DefaultEndpointFilterInvocationContext$instance;
674
792
 
675
793
  export interface DefaultHttpContext$instance extends HttpContext {
794
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_DefaultHttpContext: never;
795
+
676
796
  readonly Connection: ConnectionInfo;
677
797
  readonly Features: IFeatureCollection;
678
798
  FormOptions: FormOptions;
679
799
  readonly HttpContext: HttpContext;
680
- Items: IDictionary<unknown, unknown | undefined>;
800
+ Items: IDictionary_2<unknown, unknown | undefined>;
681
801
  readonly Request: HttpRequest;
682
802
  RequestAborted: CancellationToken;
683
803
  RequestServices: IServiceProvider;
@@ -701,7 +821,11 @@ export const DefaultHttpContext: {
701
821
 
702
822
  export type DefaultHttpContext = DefaultHttpContext$instance;
703
823
 
704
- export interface DefaultHttpContextFactory$instance {
824
+ export interface DefaultHttpContextFactory$instance extends IHttpContextFactory$instance {
825
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_DefaultHttpContextFactory: never;
826
+
827
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHttpContextFactory: never;
828
+
705
829
  Create(featureCollection: IFeatureCollection): HttpContext;
706
830
  Dispose(httpContext: HttpContext): void;
707
831
  }
@@ -716,12 +840,14 @@ export interface __DefaultHttpContextFactory$views {
716
840
  As_IHttpContextFactory(): IHttpContextFactory$instance;
717
841
  }
718
842
 
719
- export interface DefaultHttpContextFactory$instance extends IHttpContextFactory$instance {}
720
-
721
843
  export type DefaultHttpContextFactory = DefaultHttpContextFactory$instance & __DefaultHttpContextFactory$views;
722
844
 
723
845
 
724
846
  export interface DisableHttpMetricsAttribute$instance extends Attribute, IDisableHttpMetricsMetadata {
847
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_DisableHttpMetricsAttribute: never;
848
+
849
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IDisableHttpMetricsMetadata: never;
850
+
725
851
  ToString(): string;
726
852
  }
727
853
 
@@ -734,6 +860,8 @@ export const DisableHttpMetricsAttribute: {
734
860
  export type DisableHttpMetricsAttribute = DisableHttpMetricsAttribute$instance;
735
861
 
736
862
  export interface Endpoint$instance {
863
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_Endpoint: never;
864
+
737
865
  readonly DisplayName: string | undefined;
738
866
  readonly Metadata: EndpointMetadataCollection;
739
867
  readonly RequestDelegate: RequestDelegate | undefined;
@@ -748,7 +876,11 @@ export const Endpoint: {
748
876
 
749
877
  export type Endpoint = Endpoint$instance;
750
878
 
751
- export interface EndpointDescriptionAttribute$instance extends Attribute {
879
+ export interface EndpointDescriptionAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointDescriptionMetadata$instance {
880
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointDescriptionAttribute: never;
881
+
882
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointDescriptionMetadata: never;
883
+
752
884
  readonly Description: string;
753
885
  ToString(): string;
754
886
  }
@@ -763,12 +895,12 @@ export interface __EndpointDescriptionAttribute$views {
763
895
  As_IEndpointDescriptionMetadata(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointDescriptionMetadata$instance;
764
896
  }
765
897
 
766
- export interface EndpointDescriptionAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointDescriptionMetadata$instance {}
767
-
768
898
  export type EndpointDescriptionAttribute = EndpointDescriptionAttribute$instance & __EndpointDescriptionAttribute$views;
769
899
 
770
900
 
771
901
  export interface EndpointFilterFactoryContext$instance {
902
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointFilterFactoryContext: never;
903
+
772
904
  ApplicationServices: IServiceProvider;
773
905
  MethodInfo: MethodInfo;
774
906
  }
@@ -782,7 +914,9 @@ export const EndpointFilterFactoryContext: {
782
914
  export type EndpointFilterFactoryContext = EndpointFilterFactoryContext$instance;
783
915
 
784
916
  export interface EndpointFilterInvocationContext$instance {
785
- readonly Arguments: IList__System_Collections_Generic<unknown | undefined>;
917
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointFilterInvocationContext: never;
918
+
919
+ readonly Arguments: IList_1<unknown | undefined>;
786
920
  readonly HttpContext: HttpContext;
787
921
  GetArgument<T>(index: int): T;
788
922
  }
@@ -804,17 +938,24 @@ export const EndpointFilterInvocationContext: (abstract new() => EndpointFilterI
804
938
  export type EndpointFilterInvocationContext = EndpointFilterInvocationContext$instance;
805
939
 
806
940
  export interface EndpointMetadataCollection$instance {
941
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointMetadataCollection: never;
942
+
943
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
944
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
945
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
946
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
947
+
807
948
  readonly Count: int;
808
949
  readonly [index: number]: unknown;
809
950
  GetEnumerator(): EndpointMetadataCollection_Enumerator;
810
951
  GetMetadata<T>(): T | undefined;
811
- GetOrderedMetadata<T>(): IReadOnlyList<T>;
952
+ GetOrderedMetadata<T>(): IReadOnlyList_1<T>;
812
953
  GetRequiredMetadata<T>(): T;
813
954
  }
814
955
 
815
956
 
816
957
  export const EndpointMetadataCollection: {
817
- new(items: IEnumerable__System_Collections_Generic<unknown>): EndpointMetadataCollection;
958
+ new(items: IEnumerable_1<unknown>): EndpointMetadataCollection;
818
959
  new(items: unknown[]): EndpointMetadataCollection;
819
960
  readonly Empty: EndpointMetadataCollection;
820
961
  };
@@ -822,7 +963,11 @@ export const EndpointMetadataCollection: {
822
963
 
823
964
  export type EndpointMetadataCollection = EndpointMetadataCollection$instance;
824
965
 
825
- export interface EndpointSummaryAttribute$instance extends Attribute {
966
+ export interface EndpointSummaryAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointSummaryMetadata$instance {
967
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_EndpointSummaryAttribute: never;
968
+
969
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IEndpointSummaryMetadata: never;
970
+
826
971
  readonly Summary: string;
827
972
  ToString(): string;
828
973
  }
@@ -837,16 +982,20 @@ export interface __EndpointSummaryAttribute$views {
837
982
  As_IEndpointSummaryMetadata(): Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointSummaryMetadata$instance;
838
983
  }
839
984
 
840
- export interface EndpointSummaryAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.IEndpointSummaryMetadata$instance {}
841
-
842
985
  export type EndpointSummaryAttribute = EndpointSummaryAttribute$instance & __EndpointSummaryAttribute$views;
843
986
 
844
987
 
845
988
  export interface FormCollection$instance {
989
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_FormCollection: never;
990
+
991
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormCollection: never;
992
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
993
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
994
+
846
995
  readonly Count: int;
847
996
  Files: IFormFileCollection;
848
997
  readonly [key: string]: StringValues;
849
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
998
+ readonly Keys: ICollection_1<System_Internal.String>;
850
999
  ContainsKey(key: string): boolean;
851
1000
  GetEnumerator(): FormCollection_Enumerator;
852
1001
  TryGetValue(key: string, value: StringValues): boolean;
@@ -854,7 +1003,7 @@ export interface FormCollection$instance {
854
1003
 
855
1004
 
856
1005
  export const FormCollection: {
857
- new(fields: Dictionary<System_Internal.String, StringValues>, files: IFormFileCollection): FormCollection;
1006
+ new(fields: Dictionary_2<System_Internal.String, StringValues>, files: IFormFileCollection): FormCollection;
858
1007
  readonly Empty: FormCollection;
859
1008
  };
860
1009
 
@@ -867,6 +1016,10 @@ export type FormCollection = FormCollection$instance & __FormCollection$views;
867
1016
 
868
1017
 
869
1018
  export interface FormFile$instance {
1019
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_FormFile: never;
1020
+
1021
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormFile: never;
1022
+
870
1023
  ContentDisposition: string;
871
1024
  ContentType: string;
872
1025
  readonly FileName: string;
@@ -891,10 +1044,22 @@ export interface __FormFile$views {
891
1044
  export type FormFile = FormFile$instance & __FormFile$views;
892
1045
 
893
1046
 
894
- export interface FormFileCollection$instance extends List<IFormFile> {
1047
+ export interface FormFileCollection$instance extends List_1<IFormFile> {
1048
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_FormFileCollection: never;
1049
+
1050
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IFormFileCollection: never;
1051
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
1052
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
1053
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
1054
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
1055
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
1056
+ readonly __tsonic_iface_System_Collections_ICollection: never;
1057
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1058
+ readonly __tsonic_iface_System_Collections_IList: never;
1059
+
895
1060
  readonly [name: string]: IFormFile | undefined;
896
1061
  GetFile(name: string): IFormFile | undefined;
897
- GetFiles(name: string): IReadOnlyList<IFormFile>;
1062
+ GetFiles(name: string): IReadOnlyList_1<IFormFile>;
898
1063
  }
899
1064
 
900
1065
 
@@ -907,26 +1072,32 @@ export interface __FormFileCollection$views {
907
1072
  As_IFormFileCollection(): IFormFileCollection$instance;
908
1073
  }
909
1074
 
910
- export interface FormFileCollection$instance extends IFormFileCollection$instance {}
911
-
912
1075
  export type FormFileCollection = FormFileCollection$instance & __FormFileCollection$views;
913
1076
 
914
1077
 
915
- export interface HeaderDictionary$instance {
916
- ContentLength: Nullable<System_Internal.Int64>;
1078
+ export interface HeaderDictionary$instance extends IHeaderDictionary$instance {
1079
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HeaderDictionary: never;
1080
+
1081
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHeaderDictionary: never;
1082
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
1083
+ readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
1084
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
1085
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1086
+
1087
+ ContentLength: Nullable_1<System_Internal.Int64>;
917
1088
  readonly Count: int;
918
1089
  IsReadOnly: boolean;
919
1090
  [key: string]: StringValues;
920
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
921
- readonly Values: ICollection__System_Collections_Generic<StringValues>;
922
- Add(item: KeyValuePair<System_Internal.String, StringValues>): void;
1091
+ readonly Keys: ICollection_1<System_Internal.String>;
1092
+ readonly Values: ICollection_1<StringValues>;
1093
+ Add(item: KeyValuePair_2<System_Internal.String, StringValues>): void;
923
1094
  Add(key: string, value: StringValues): void;
924
1095
  Clear(): void;
925
- Contains(item: KeyValuePair<System_Internal.String, StringValues>): boolean;
1096
+ Contains(item: KeyValuePair_2<System_Internal.String, StringValues>): boolean;
926
1097
  ContainsKey(key: string): boolean;
927
- CopyTo(array: KeyValuePair<System_Internal.String, StringValues>[], arrayIndex: int): void;
1098
+ CopyTo(array: KeyValuePair_2<System_Internal.String, StringValues>[], arrayIndex: int): void;
928
1099
  GetEnumerator(): HeaderDictionary_Enumerator;
929
- Remove(item: KeyValuePair<System_Internal.String, StringValues>): boolean;
1100
+ Remove(item: KeyValuePair_2<System_Internal.String, StringValues>): boolean;
930
1101
  Remove(key: string): boolean;
931
1102
  TryGetValue(key: string, value: StringValues): boolean;
932
1103
  }
@@ -934,7 +1105,7 @@ export interface HeaderDictionary$instance {
934
1105
 
935
1106
  export const HeaderDictionary: {
936
1107
  new(): HeaderDictionary;
937
- new(store: Dictionary<System_Internal.String, StringValues>): HeaderDictionary;
1108
+ new(store: Dictionary_2<System_Internal.String, StringValues>): HeaderDictionary;
938
1109
  new(capacity: int): HeaderDictionary;
939
1110
  };
940
1111
 
@@ -943,15 +1114,15 @@ export interface __HeaderDictionary$views {
943
1114
  As_IHeaderDictionary(): IHeaderDictionary$instance;
944
1115
  }
945
1116
 
946
- export interface HeaderDictionary$instance extends IHeaderDictionary$instance {}
947
-
948
1117
  export type HeaderDictionary = HeaderDictionary$instance & __HeaderDictionary$views;
949
1118
 
950
1119
 
951
1120
  export interface HttpContext$instance {
1121
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpContext: never;
1122
+
952
1123
  readonly Connection: ConnectionInfo;
953
1124
  readonly Features: IFeatureCollection;
954
- Items: IDictionary<unknown, unknown | undefined>;
1125
+ Items: IDictionary_2<unknown, unknown | undefined>;
955
1126
  readonly Request: HttpRequest;
956
1127
  RequestAborted: CancellationToken;
957
1128
  RequestServices: IServiceProvider;
@@ -970,7 +1141,11 @@ export const HttpContext: (abstract new() => HttpContext) & {
970
1141
 
971
1142
  export type HttpContext = HttpContext$instance;
972
1143
 
973
- export interface HttpContextAccessor$instance {
1144
+ export interface HttpContextAccessor$instance extends IHttpContextAccessor$instance {
1145
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpContextAccessor: never;
1146
+
1147
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IHttpContextAccessor: never;
1148
+
974
1149
  get HttpContext(): HttpContext | undefined;
975
1150
  set HttpContext(value: HttpContext | undefined);
976
1151
  }
@@ -985,15 +1160,15 @@ export interface __HttpContextAccessor$views {
985
1160
  As_IHttpContextAccessor(): IHttpContextAccessor$instance;
986
1161
  }
987
1162
 
988
- export interface HttpContextAccessor$instance extends IHttpContextAccessor$instance {}
989
-
990
1163
  export type HttpContextAccessor = HttpContextAccessor$instance & __HttpContextAccessor$views;
991
1164
 
992
1165
 
993
1166
  export interface HttpRequest$instance {
1167
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpRequest: never;
1168
+
994
1169
  Body: Stream;
995
1170
  readonly BodyReader: PipeReader;
996
- ContentLength: Nullable<System_Internal.Int64>;
1171
+ ContentLength: Nullable_1<System_Internal.Int64>;
997
1172
  get ContentType(): string | undefined;
998
1173
  set ContentType(value: string | undefined);
999
1174
  Cookies: IRequestCookieCollection;
@@ -1011,7 +1186,7 @@ export interface HttpRequest$instance {
1011
1186
  QueryString: QueryString;
1012
1187
  RouteValues: RouteValueDictionary;
1013
1188
  Scheme: string;
1014
- ReadFormAsync(cancellationToken?: CancellationToken): Task<IFormCollection>;
1189
+ ReadFormAsync(cancellationToken?: CancellationToken): Task_1<IFormCollection>;
1015
1190
  }
1016
1191
 
1017
1192
 
@@ -1022,9 +1197,11 @@ export const HttpRequest: (abstract new() => HttpRequest) & {
1022
1197
  export type HttpRequest = HttpRequest$instance;
1023
1198
 
1024
1199
  export interface HttpResponse$instance {
1200
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpResponse: never;
1201
+
1025
1202
  Body: Stream;
1026
1203
  readonly BodyWriter: PipeWriter;
1027
- ContentLength: Nullable<System_Internal.Int64>;
1204
+ ContentLength: Nullable_1<System_Internal.Int64>;
1028
1205
  get ContentType(): string | undefined;
1029
1206
  set ContentType(value: string | undefined);
1030
1207
  readonly Cookies: IResponseCookies;
@@ -1033,10 +1210,10 @@ export interface HttpResponse$instance {
1033
1210
  readonly HttpContext: HttpContext;
1034
1211
  StatusCode: int;
1035
1212
  CompleteAsync(): Task;
1036
- OnCompleted(callback: Func<unknown, Task>, state: unknown): void;
1037
- OnCompleted(callback: Func<Task>): void;
1038
- OnStarting(callback: Func<unknown, Task>, state: unknown): void;
1039
- OnStarting(callback: Func<Task>): void;
1213
+ OnCompleted(callback: Func_2<unknown, Task>, state: unknown): void;
1214
+ OnCompleted(callback: Func_1<Task>): void;
1215
+ OnStarting(callback: Func_2<unknown, Task>, state: unknown): void;
1216
+ OnStarting(callback: Func_1<Task>): void;
1040
1217
  Redirect(location: string): void;
1041
1218
  Redirect(location: string, permanent: boolean): void;
1042
1219
  RegisterForDispose(disposable: IDisposable): void;
@@ -1052,20 +1229,26 @@ export const HttpResponse: (abstract new() => HttpResponse) & {
1052
1229
  export type HttpResponse = HttpResponse$instance;
1053
1230
 
1054
1231
  export interface HttpValidationProblemDetails$instance extends ProblemDetails {
1055
- Errors: IDictionary<System_Internal.String, string[]>;
1232
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_HttpValidationProblemDetails: never;
1233
+
1234
+ Errors: IDictionary_2<System_Internal.String, string[]>;
1056
1235
  }
1057
1236
 
1058
1237
 
1059
1238
  export const HttpValidationProblemDetails: {
1060
1239
  new(): HttpValidationProblemDetails;
1061
- new(errors: IDictionary<System_Internal.String, string[]>): HttpValidationProblemDetails;
1062
- new(errors: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, string[]>>): HttpValidationProblemDetails;
1240
+ new(errors: IDictionary_2<System_Internal.String, string[]>): HttpValidationProblemDetails;
1241
+ new(errors: IEnumerable_1<KeyValuePair_2<System_Internal.String, string[]>>): HttpValidationProblemDetails;
1063
1242
  };
1064
1243
 
1065
1244
 
1066
1245
  export type HttpValidationProblemDetails = HttpValidationProblemDetails$instance;
1067
1246
 
1068
- export interface MiddlewareFactory$instance {
1247
+ export interface MiddlewareFactory$instance extends IMiddlewareFactory$instance {
1248
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_MiddlewareFactory: never;
1249
+
1250
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IMiddlewareFactory: never;
1251
+
1069
1252
  Create(middlewareType: Type): IMiddleware | undefined;
1070
1253
  Release(middleware: IMiddleware): void;
1071
1254
  }
@@ -1080,12 +1263,12 @@ export interface __MiddlewareFactory$views {
1080
1263
  As_IMiddlewareFactory(): IMiddlewareFactory$instance;
1081
1264
  }
1082
1265
 
1083
- export interface MiddlewareFactory$instance extends IMiddlewareFactory$instance {}
1084
-
1085
1266
  export type MiddlewareFactory = MiddlewareFactory$instance & __MiddlewareFactory$views;
1086
1267
 
1087
1268
 
1088
1269
  export interface ProblemDetailsContext$instance {
1270
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_ProblemDetailsContext: never;
1271
+
1089
1272
  get AdditionalMetadata(): EndpointMetadataCollection | undefined;
1090
1273
  set AdditionalMetadata(value: EndpointMetadataCollection | undefined);
1091
1274
  get Exception(): Exception | undefined;
@@ -1103,8 +1286,10 @@ export const ProblemDetailsContext: {
1103
1286
  export type ProblemDetailsContext = ProblemDetailsContext$instance;
1104
1287
 
1105
1288
  export interface ProblemDetailsOptions$instance {
1106
- get CustomizeProblemDetails(): Action<ProblemDetailsContext> | undefined;
1107
- set CustomizeProblemDetails(value: Action<ProblemDetailsContext> | undefined);
1289
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_ProblemDetailsOptions: never;
1290
+
1291
+ get CustomizeProblemDetails(): Action_1<ProblemDetailsContext> | undefined;
1292
+ set CustomizeProblemDetails(value: Action_1<ProblemDetailsContext> | undefined);
1108
1293
  }
1109
1294
 
1110
1295
 
@@ -1116,7 +1301,11 @@ export const ProblemDetailsOptions: {
1116
1301
  export type ProblemDetailsOptions = ProblemDetailsOptions$instance;
1117
1302
 
1118
1303
  export interface ProducesResponseTypeMetadata$instance {
1119
- ContentTypes: IEnumerable__System_Collections_Generic<System_Internal.String>;
1304
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_ProducesResponseTypeMetadata: never;
1305
+
1306
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_IProducesResponseTypeMetadata: never;
1307
+
1308
+ ContentTypes: IEnumerable_1<System_Internal.String>;
1120
1309
  get Description(): string | undefined;
1121
1310
  set Description(value: string | undefined);
1122
1311
  StatusCode: int;
@@ -1138,10 +1327,16 @@ export interface __ProducesResponseTypeMetadata$views {
1138
1327
  export type ProducesResponseTypeMetadata = ProducesResponseTypeMetadata$instance & __ProducesResponseTypeMetadata$views;
1139
1328
 
1140
1329
 
1141
- export interface QueryCollection$instance {
1330
+ export interface QueryCollection$instance extends IQueryCollection$instance {
1331
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_QueryCollection: never;
1332
+
1333
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_IQueryCollection: never;
1334
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
1335
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1336
+
1142
1337
  readonly Count: int;
1143
1338
  readonly [key: string]: StringValues;
1144
- readonly Keys: ICollection__System_Collections_Generic<System_Internal.String>;
1339
+ readonly Keys: ICollection_1<System_Internal.String>;
1145
1340
  ContainsKey(key: string): boolean;
1146
1341
  GetEnumerator(): QueryCollection_Enumerator;
1147
1342
  TryGetValue(key: string, value: StringValues): boolean;
@@ -1150,7 +1345,7 @@ export interface QueryCollection$instance {
1150
1345
 
1151
1346
  export const QueryCollection: {
1152
1347
  new(): QueryCollection;
1153
- new(store: Dictionary<System_Internal.String, StringValues>): QueryCollection;
1348
+ new(store: Dictionary_2<System_Internal.String, StringValues>): QueryCollection;
1154
1349
  new(store: QueryCollection): QueryCollection;
1155
1350
  new(capacity: int): QueryCollection;
1156
1351
  readonly Empty: QueryCollection;
@@ -1161,17 +1356,17 @@ export interface __QueryCollection$views {
1161
1356
  As_IQueryCollection(): IQueryCollection$instance;
1162
1357
  }
1163
1358
 
1164
- export interface QueryCollection$instance extends IQueryCollection$instance {}
1165
-
1166
1359
  export type QueryCollection = QueryCollection$instance & __QueryCollection$views;
1167
1360
 
1168
1361
 
1169
1362
  export interface RequestDelegateFactoryOptions$instance {
1363
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_RequestDelegateFactoryOptions: never;
1364
+
1170
1365
  DisableInferBodyFromParameters: boolean;
1171
1366
  get EndpointBuilder(): EndpointBuilder | undefined;
1172
1367
  set EndpointBuilder(value: EndpointBuilder | undefined);
1173
- get RouteParameterNames(): IEnumerable__System_Collections_Generic<System_Internal.String> | undefined;
1174
- set RouteParameterNames(value: IEnumerable__System_Collections_Generic<System_Internal.String> | undefined);
1368
+ get RouteParameterNames(): IEnumerable_1<System_Internal.String> | undefined;
1369
+ set RouteParameterNames(value: IEnumerable_1<System_Internal.String> | undefined);
1175
1370
  get ServiceProvider(): IServiceProvider | undefined;
1176
1371
  set ServiceProvider(value: IServiceProvider | undefined);
1177
1372
  ThrowOnBadRequest: boolean;
@@ -1186,7 +1381,9 @@ export const RequestDelegateFactoryOptions: {
1186
1381
  export type RequestDelegateFactoryOptions = RequestDelegateFactoryOptions$instance;
1187
1382
 
1188
1383
  export interface RequestDelegateMetadataResult$instance {
1189
- EndpointMetadata: IReadOnlyList<unknown>;
1384
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_RequestDelegateMetadataResult: never;
1385
+
1386
+ EndpointMetadata: IReadOnlyList_1<unknown>;
1190
1387
  }
1191
1388
 
1192
1389
 
@@ -1198,26 +1395,32 @@ export const RequestDelegateMetadataResult: {
1198
1395
  export type RequestDelegateMetadataResult = RequestDelegateMetadataResult$instance;
1199
1396
 
1200
1397
  export interface RequestDelegateResult$instance {
1201
- readonly EndpointMetadata: IReadOnlyList<unknown>;
1398
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_RequestDelegateResult: never;
1399
+
1400
+ readonly EndpointMetadata: IReadOnlyList_1<unknown>;
1202
1401
  readonly RequestDelegate: RequestDelegate;
1203
1402
  }
1204
1403
 
1205
1404
 
1206
1405
  export const RequestDelegateResult: {
1207
- new(requestDelegate: RequestDelegate, metadata: IReadOnlyList<unknown>): RequestDelegateResult;
1406
+ new(requestDelegate: RequestDelegate, metadata: IReadOnlyList_1<unknown>): RequestDelegateResult;
1208
1407
  };
1209
1408
 
1210
1409
 
1211
1410
  export type RequestDelegateResult = RequestDelegateResult$instance;
1212
1411
 
1213
1412
  export interface StreamResponseBodyFeature$instance {
1413
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_StreamResponseBodyFeature: never;
1414
+
1415
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_Features_IHttpResponseBodyFeature: never;
1416
+
1214
1417
  readonly PriorFeature: IHttpResponseBodyFeature | undefined;
1215
1418
  readonly Stream: Stream;
1216
1419
  readonly Writer: PipeWriter;
1217
1420
  CompleteAsync(): Task;
1218
1421
  DisableBuffering(): void;
1219
1422
  Dispose(): void;
1220
- SendFileAsync(path: string, offset: long, count: Nullable<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
1423
+ SendFileAsync(path: string, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
1221
1424
  StartAsync(cancellationToken?: CancellationToken): Task;
1222
1425
  }
1223
1426
 
@@ -1235,8 +1438,12 @@ export interface __StreamResponseBodyFeature$views {
1235
1438
  export type StreamResponseBodyFeature = StreamResponseBodyFeature$instance & __StreamResponseBodyFeature$views;
1236
1439
 
1237
1440
 
1238
- export interface TagsAttribute$instance extends Attribute {
1239
- readonly Tags: IReadOnlyList<System_Internal.String>;
1441
+ export interface TagsAttribute$instance extends Attribute, Microsoft_AspNetCore_Http_Metadata_Internal.ITagsMetadata$instance {
1442
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_TagsAttribute: never;
1443
+
1444
+ readonly __tsonic_iface_Microsoft_AspNetCore_Http_Metadata_ITagsMetadata: never;
1445
+
1446
+ readonly Tags: IReadOnlyList_1<System_Internal.String>;
1240
1447
  ToString(): string;
1241
1448
  }
1242
1449
 
@@ -1250,16 +1457,16 @@ export interface __TagsAttribute$views {
1250
1457
  As_ITagsMetadata(): Microsoft_AspNetCore_Http_Metadata_Internal.ITagsMetadata$instance;
1251
1458
  }
1252
1459
 
1253
- export interface TagsAttribute$instance extends Microsoft_AspNetCore_Http_Metadata_Internal.ITagsMetadata$instance {}
1254
-
1255
1460
  export type TagsAttribute = TagsAttribute$instance & __TagsAttribute$views;
1256
1461
 
1257
1462
 
1258
1463
  export interface WebSocketAcceptContext$instance {
1464
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_WebSocketAcceptContext: never;
1465
+
1259
1466
  DangerousEnableCompression: boolean;
1260
1467
  DisableServerContextTakeover: boolean;
1261
- KeepAliveInterval: Nullable<TimeSpan>;
1262
- KeepAliveTimeout: Nullable<TimeSpan>;
1468
+ KeepAliveInterval: Nullable_1<TimeSpan>;
1469
+ KeepAliveTimeout: Nullable_1<TimeSpan>;
1263
1470
  ServerMaxWindowBits: int;
1264
1471
  get SubProtocol(): string | undefined;
1265
1472
  set SubProtocol(value: string | undefined);
@@ -1274,11 +1481,13 @@ export const WebSocketAcceptContext: {
1274
1481
  export type WebSocketAcceptContext = WebSocketAcceptContext$instance;
1275
1482
 
1276
1483
  export interface WebSocketManager$instance {
1484
+ readonly __tsonic_type_Microsoft_AspNetCore_Http_WebSocketManager: never;
1485
+
1277
1486
  readonly IsWebSocketRequest: boolean;
1278
- readonly WebSocketRequestedProtocols: IList__System_Collections_Generic<System_Internal.String>;
1279
- AcceptWebSocketAsync(): Task<WebSocket>;
1280
- AcceptWebSocketAsync(subProtocol: string): Task<WebSocket>;
1281
- AcceptWebSocketAsync(acceptContext: WebSocketAcceptContext): Task<WebSocket>;
1487
+ readonly WebSocketRequestedProtocols: IList_1<System_Internal.String>;
1488
+ AcceptWebSocketAsync(): Task_1<WebSocket>;
1489
+ AcceptWebSocketAsync(subProtocol: string): Task_1<WebSocket>;
1490
+ AcceptWebSocketAsync(acceptContext: WebSocketAcceptContext): Task_1<WebSocket>;
1282
1491
  }
1283
1492
 
1284
1493
 
@@ -1292,9 +1501,9 @@ export abstract class EndpointFilterExtensions$instance {
1292
1501
  static AddEndpointFilter<TFilterType extends IEndpointFilter>(builder: RouteHandlerBuilder): RouteHandlerBuilder;
1293
1502
  static AddEndpointFilter<TFilterType extends IEndpointFilter>(builder: RouteGroupBuilder): RouteGroupBuilder;
1294
1503
  static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, filter: IEndpointFilter): TBuilder;
1295
- static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, routeHandlerFilter: Func<EndpointFilterInvocationContext, EndpointFilterDelegate, ValueTask<unknown>>): TBuilder;
1504
+ static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, routeHandlerFilter: Func_3<EndpointFilterInvocationContext, EndpointFilterDelegate, ValueTask_1<unknown>>): TBuilder;
1296
1505
  static AddEndpointFilter<TBuilder extends IEndpointConventionBuilder, TFilterType extends IEndpointFilter>(builder: TBuilder): TBuilder;
1297
- static AddEndpointFilterFactory<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, filterFactory: Func<EndpointFilterFactoryContext, EndpointFilterDelegate, EndpointFilterDelegate>): TBuilder;
1506
+ static AddEndpointFilterFactory<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, filterFactory: Func_3<EndpointFilterFactoryContext, EndpointFilterDelegate, EndpointFilterDelegate>): TBuilder;
1298
1507
  }
1299
1508
 
1300
1509
 
@@ -1319,7 +1528,7 @@ export abstract class HeaderDictionaryExtensions$instance {
1319
1528
  export type HeaderDictionaryExtensions = HeaderDictionaryExtensions$instance;
1320
1529
 
1321
1530
  export abstract class HeaderDictionaryTypeExtensions$instance {
1322
- static AppendList<T>(Headers: IHeaderDictionary, name: string, values: IList__System_Collections_Generic<T>): void;
1531
+ static AppendList<T>(Headers: IHeaderDictionary, name: string, values: IList_1<T>): void;
1323
1532
  static GetTypedHeaders(request: HttpRequest): RequestHeaders;
1324
1533
  static GetTypedHeaders(response: HttpResponse): ResponseHeaders;
1325
1534
  }
@@ -1381,13 +1590,13 @@ export type HttpProtocol = HttpProtocol$instance;
1381
1590
 
1382
1591
  export abstract class HttpRequestJsonExtensions$instance {
1383
1592
  static HasJsonContentType(request: HttpRequest): boolean;
1384
- static ReadFromJsonAsync<TValue>(request: HttpRequest, jsonTypeInfo: JsonTypeInfo<TValue>, cancellationToken?: CancellationToken): ValueTask<TValue>;
1385
- static ReadFromJsonAsync<TValue>(request: HttpRequest, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask<TValue>;
1386
- static ReadFromJsonAsync(request: HttpRequest, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): ValueTask<unknown>;
1387
- static ReadFromJsonAsync<TValue>(request: HttpRequest, cancellationToken?: CancellationToken): ValueTask<TValue>;
1388
- static ReadFromJsonAsync(request: HttpRequest, type: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask<unknown>;
1389
- static ReadFromJsonAsync(request: HttpRequest, type: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask<unknown>;
1390
- static ReadFromJsonAsync(request: HttpRequest, type: Type, cancellationToken?: CancellationToken): ValueTask<unknown>;
1593
+ static ReadFromJsonAsync<TValue>(request: HttpRequest, jsonTypeInfo: JsonTypeInfo_1<TValue>, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
1594
+ static ReadFromJsonAsync<TValue>(request: HttpRequest, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
1595
+ static ReadFromJsonAsync(request: HttpRequest, jsonTypeInfo: JsonTypeInfo, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
1596
+ static ReadFromJsonAsync<TValue>(request: HttpRequest, cancellationToken?: CancellationToken): ValueTask_1<TValue>;
1597
+ static ReadFromJsonAsync(request: HttpRequest, type: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
1598
+ static ReadFromJsonAsync(request: HttpRequest, type: Type, context: JsonSerializerContext, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
1599
+ static ReadFromJsonAsync(request: HttpRequest, type: Type, cancellationToken?: CancellationToken): ValueTask_1<unknown>;
1391
1600
  }
1392
1601
 
1393
1602
 
@@ -1409,7 +1618,7 @@ export abstract class HttpResponseJsonExtensions$instance {
1409
1618
  static WriteAsJsonAsync(response: HttpResponse, value: unknown, type: Type, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task;
1410
1619
  static WriteAsJsonAsync(response: HttpResponse, value: unknown, type: Type, context: JsonSerializerContext, contentType?: string, cancellationToken?: CancellationToken): Task;
1411
1620
  static WriteAsJsonAsync(response: HttpResponse, value: unknown, type: Type, cancellationToken?: CancellationToken): Task;
1412
- static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, jsonTypeInfo: JsonTypeInfo<TValue>, contentType?: string, cancellationToken?: CancellationToken): Task;
1621
+ static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, contentType?: string, cancellationToken?: CancellationToken): Task;
1413
1622
  static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, options: JsonSerializerOptions, contentType: string, cancellationToken?: CancellationToken): Task;
1414
1623
  static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, options: JsonSerializerOptions, cancellationToken?: CancellationToken): Task;
1415
1624
  static WriteAsJsonAsync<TValue>(response: HttpResponse, value: TValue, cancellationToken?: CancellationToken): Task;
@@ -1451,8 +1660,8 @@ export type OpenApiRouteHandlerBuilderExtensions = OpenApiRouteHandlerBuilderExt
1451
1660
  export abstract class RequestDelegateFactory$instance {
1452
1661
  static Create(handler: Function, options?: RequestDelegateFactoryOptions, metadataResult?: RequestDelegateMetadataResult): RequestDelegateResult;
1453
1662
  static Create(handler: Function, options: RequestDelegateFactoryOptions): RequestDelegateResult;
1454
- static Create(methodInfo: MethodInfo, targetFactory?: Func<HttpContext, unknown>, options?: RequestDelegateFactoryOptions, metadataResult?: RequestDelegateMetadataResult): RequestDelegateResult;
1455
- static Create(methodInfo: MethodInfo, targetFactory: Func<HttpContext, unknown>, options: RequestDelegateFactoryOptions): RequestDelegateResult;
1663
+ static Create(methodInfo: MethodInfo, targetFactory?: Func_2<HttpContext, unknown>, options?: RequestDelegateFactoryOptions, metadataResult?: RequestDelegateMetadataResult): RequestDelegateResult;
1664
+ static Create(methodInfo: MethodInfo, targetFactory: Func_2<HttpContext, unknown>, options: RequestDelegateFactoryOptions): RequestDelegateResult;
1456
1665
  static InferMetadata(methodInfo: MethodInfo, options?: RequestDelegateFactoryOptions): RequestDelegateMetadataResult;
1457
1666
  }
1458
1667
 
@@ -1460,7 +1669,7 @@ export abstract class RequestDelegateFactory$instance {
1460
1669
  export type RequestDelegateFactory = RequestDelegateFactory$instance;
1461
1670
 
1462
1671
  export abstract class RequestFormReaderExtensions$instance {
1463
- static ReadFormAsync(request: HttpRequest, options: FormOptions, cancellationToken?: CancellationToken): Task<IFormCollection>;
1672
+ static ReadFormAsync(request: HttpRequest, options: FormOptions, cancellationToken?: CancellationToken): Task_1<IFormCollection>;
1464
1673
  }
1465
1674
 
1466
1675
 
@@ -1504,13 +1713,13 @@ export abstract class Results$instance {
1504
1713
  static AcceptedAtRoute<TValue>(routeName?: string, routeValues?: unknown, value?: TValue): IResult;
1505
1714
  static BadRequest(error?: unknown): IResult;
1506
1715
  static BadRequest<TValue>(error: TValue): IResult;
1507
- static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1508
- static Bytes(contents: ReadOnlyMemory<System_Internal.Byte>, contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1509
- static Challenge(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): IResult;
1716
+ static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1717
+ static Bytes(contents: ReadOnlyMemory_1<System_Internal.Byte>, contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1718
+ static Challenge(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): IResult;
1510
1719
  static Conflict(error?: unknown): IResult;
1511
1720
  static Conflict<TValue>(error: TValue): IResult;
1512
1721
  static Content(content: string, contentType: MediaTypeHeaderValue): IResult;
1513
- static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable<System_Internal.Int32>): IResult;
1722
+ static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1514
1723
  static Content(content: string, contentType: string, contentEncoding: Encoding): IResult;
1515
1724
  static Created(): IResult;
1516
1725
  static Created(uri: string, value: unknown): IResult;
@@ -1521,18 +1730,18 @@ export abstract class Results$instance {
1521
1730
  static CreatedAtRoute<TValue>(routeName: string, routeValues: RouteValueDictionary, value?: TValue): IResult;
1522
1731
  static CreatedAtRoute(routeName?: string, routeValues?: unknown, value?: unknown): IResult;
1523
1732
  static CreatedAtRoute<TValue>(routeName?: string, routeValues?: unknown, value?: TValue): IResult;
1524
- static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1525
- static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1526
- static File(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1527
- static Forbid(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): IResult;
1733
+ static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1734
+ static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1735
+ static File(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1736
+ static Forbid(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): IResult;
1528
1737
  static InternalServerError(): IResult;
1529
1738
  static InternalServerError<TValue>(error: TValue): IResult;
1530
- static Json(data: unknown, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1531
- static Json(data: unknown, jsonTypeInfo: JsonTypeInfo, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1532
- static Json(data: unknown, type: Type, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1533
- static Json<TValue>(data: TValue, jsonTypeInfo: JsonTypeInfo<TValue>, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1534
- static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1535
- static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1739
+ static Json(data: unknown, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1740
+ static Json(data: unknown, jsonTypeInfo: JsonTypeInfo, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1741
+ static Json(data: unknown, type: Type, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1742
+ static Json<TValue>(data: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1743
+ static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1744
+ static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1536
1745
  static LocalRedirect(localUrl: string, permanent?: boolean, preserveMethod?: boolean): IResult;
1537
1746
  static NoContent(): IResult;
1538
1747
  static NotFound(value?: unknown): IResult;
@@ -1540,44 +1749,44 @@ export abstract class Results$instance {
1540
1749
  static Ok(value?: unknown): IResult;
1541
1750
  static Ok<TValue>(value: TValue): IResult;
1542
1751
  static Problem(problemDetails: ProblemDetails): IResult;
1543
- static Problem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string, extensions: IDictionary<System_Internal.String, unknown>): IResult;
1544
- 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;
1752
+ static Problem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string, extensions: IDictionary_2<System_Internal.String, unknown>): IResult;
1753
+ 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;
1545
1754
  static Redirect(url: string, permanent?: boolean, preserveMethod?: boolean): IResult;
1546
1755
  static RedirectToRoute(routeName: string, routeValues: RouteValueDictionary, permanent?: boolean, preserveMethod?: boolean, fragment?: string): IResult;
1547
1756
  static RedirectToRoute(routeName?: string, routeValues?: unknown, permanent?: boolean, preserveMethod?: boolean, fragment?: string): IResult;
1548
- static ServerSentEvents<T>(values: IAsyncEnumerable<T>, eventType?: string): IResult;
1549
- static ServerSentEvents<T>(values: IAsyncEnumerable<SseItem<T>>): IResult;
1550
- static ServerSentEvents(values: IAsyncEnumerable<System_Internal.String>, eventType?: string): IResult;
1757
+ static ServerSentEvents<T>(values: IAsyncEnumerable_1<T>, eventType?: string): IResult;
1758
+ static ServerSentEvents<T>(values: IAsyncEnumerable_1<SseItem_1<T>>): IResult;
1759
+ static ServerSentEvents(values: IAsyncEnumerable_1<System_Internal.String>, eventType?: string): IResult;
1551
1760
  static SignIn(principal: ClaimsPrincipal, properties?: AuthenticationProperties, authenticationScheme?: string): IResult;
1552
- static SignOut(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): IResult;
1761
+ static SignOut(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): IResult;
1553
1762
  static StatusCode(statusCode: int): IResult;
1554
- static Stream(streamWriterCallback: Func<Stream, Task>, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1555
- static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1556
- static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1557
- static Text(utf8Content: ReadOnlySpan<System_Internal.Byte>, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): IResult;
1558
- static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable<System_Internal.Int32>): IResult;
1763
+ static Stream(streamWriterCallback: Func_2<Stream, Task>, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): IResult;
1764
+ static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1765
+ static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): IResult;
1766
+ static Text(utf8Content: ReadOnlySpan_1<System_Internal.Byte>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1767
+ static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): IResult;
1559
1768
  static Text(content: string, contentType: string, contentEncoding: Encoding): IResult;
1560
1769
  static Unauthorized(): IResult;
1561
1770
  static UnprocessableEntity(error?: unknown): IResult;
1562
1771
  static UnprocessableEntity<TValue>(error: TValue): IResult;
1563
- 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;
1564
- 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;
1772
+ 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;
1773
+ 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;
1565
1774
  }
1566
1775
 
1567
1776
 
1568
1777
  export type Results = Results$instance;
1569
1778
 
1570
1779
  export abstract class SendFileFallback$instance {
1571
- static SendFileAsync(destination: Stream, filePath: string, offset: long, count: Nullable<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
1780
+ static SendFileAsync(destination: Stream, filePath: string, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken: CancellationToken): Task;
1572
1781
  }
1573
1782
 
1574
1783
 
1575
1784
  export type SendFileFallback = SendFileFallback$instance;
1576
1785
 
1577
1786
  export abstract class SendFileResponseExtensions$instance {
1578
- static SendFileAsync(response: HttpResponse, file: IFileInfo, offset: long, count: Nullable<System_Internal.Int64>, cancellationToken?: CancellationToken): Task;
1787
+ static SendFileAsync(response: HttpResponse, file: IFileInfo, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken?: CancellationToken): Task;
1579
1788
  static SendFileAsync(response: HttpResponse, file: IFileInfo, cancellationToken?: CancellationToken): Task;
1580
- static SendFileAsync(response: HttpResponse, fileName: string, offset: long, count: Nullable<System_Internal.Int64>, cancellationToken?: CancellationToken): Task;
1789
+ static SendFileAsync(response: HttpResponse, fileName: string, offset: long, count: Nullable_1<System_Internal.Int64>, cancellationToken?: CancellationToken): Task;
1581
1790
  static SendFileAsync(response: HttpResponse, fileName: string, cancellationToken?: CancellationToken): Task;
1582
1791
  }
1583
1792
 
@@ -1586,7 +1795,7 @@ export type SendFileResponseExtensions = SendFileResponseExtensions$instance;
1586
1795
 
1587
1796
  export abstract class SessionExtensions$instance {
1588
1797
  static Get(session: ISession, key: string): byte[] | undefined;
1589
- static GetInt32(session: ISession, key: string): Nullable<System_Internal.Int32>;
1798
+ static GetInt32(session: ISession, key: string): Nullable_1<System_Internal.Int32>;
1590
1799
  static GetString(session: ISession, key: string): string | undefined;
1591
1800
  static SetInt32(session: ISession, key: string, value: int): void;
1592
1801
  static SetString(session: ISession, key: string, value: string): void;
@@ -1680,13 +1889,13 @@ export abstract class TypedResults$instance {
1680
1889
  static AcceptedAtRoute<TValue>(value: TValue, routeName?: string, routeValues?: unknown): AcceptedAtRoute_1<TValue>;
1681
1890
  static BadRequest(): BadRequest;
1682
1891
  static BadRequest<TValue>(error: TValue): BadRequest_1<TValue>;
1683
- static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1684
- static Bytes(contents: ReadOnlyMemory<System_Internal.Byte>, contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1685
- static Challenge(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): ChallengeHttpResult;
1892
+ static Bytes(contents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1893
+ static Bytes(contents: ReadOnlyMemory_1<System_Internal.Byte>, contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1894
+ static Challenge(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): ChallengeHttpResult;
1686
1895
  static Conflict(): Conflict;
1687
1896
  static Conflict<TValue>(error: TValue): Conflict_1<TValue>;
1688
1897
  static Content(content: string, contentType: MediaTypeHeaderValue): ContentHttpResult;
1689
- static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable<System_Internal.Int32>): ContentHttpResult;
1898
+ static Content(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): ContentHttpResult;
1690
1899
  static Content(content: string, contentType: string, contentEncoding: Encoding): ContentHttpResult;
1691
1900
  static Created(): Created;
1692
1901
  static Created<TValue>(uri: string, value: TValue): Created_1<TValue>;
@@ -1697,45 +1906,45 @@ export abstract class TypedResults$instance {
1697
1906
  static CreatedAtRoute(routeName?: string, routeValues?: unknown): CreatedAtRoute;
1698
1907
  static CreatedAtRoute<TValue>(value: TValue, routeName: string, routeValues: RouteValueDictionary): CreatedAtRoute_1<TValue>;
1699
1908
  static CreatedAtRoute<TValue>(value: TValue, routeName?: string, routeValues?: unknown): CreatedAtRoute_1<TValue>;
1700
- static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1701
- static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1702
- static Forbid(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): ForbidHttpResult;
1909
+ static File(fileContents: byte[], contentType?: string, fileDownloadName?: string, enableRangeProcessing?: boolean, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): FileContentHttpResult;
1910
+ static File(fileStream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1911
+ static Forbid(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): ForbidHttpResult;
1703
1912
  static InternalServerError(): InternalServerError;
1704
1913
  static InternalServerError<TValue>(error: TValue): InternalServerError_1<TValue>;
1705
- static Json<TValue>(data: TValue, jsonTypeInfo: JsonTypeInfo<TValue>, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1706
- static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1707
- static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1914
+ static Json<TValue>(data: TValue, jsonTypeInfo: JsonTypeInfo_1<TValue>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1915
+ static Json<TValue>(data: TValue, options?: JsonSerializerOptions, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1916
+ static Json<TValue>(data: TValue, context: JsonSerializerContext, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): JsonHttpResult_1<TValue>;
1708
1917
  static LocalRedirect(localUrl: string, permanent?: boolean, preserveMethod?: boolean): RedirectHttpResult;
1709
1918
  static NoContent(): NoContent;
1710
1919
  static NotFound(): NotFound;
1711
1920
  static NotFound<TValue>(value: TValue): NotFound_1<TValue>;
1712
1921
  static Ok(): Ok;
1713
1922
  static Ok<TValue>(value: TValue): Ok_1<TValue>;
1714
- static PhysicalFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): PhysicalFileHttpResult;
1923
+ static PhysicalFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): PhysicalFileHttpResult;
1715
1924
  static Problem(problemDetails: ProblemDetails): ProblemHttpResult;
1716
- static Problem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string, extensions: IDictionary<System_Internal.String, unknown>): ProblemHttpResult;
1717
- 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;
1925
+ static Problem(detail: string, instance: string, statusCode: Nullable_1<System_Internal.Int32>, title: string, type: string, extensions: IDictionary_2<System_Internal.String, unknown>): ProblemHttpResult;
1926
+ 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;
1718
1927
  static Redirect(url: string, permanent?: boolean, preserveMethod?: boolean): RedirectHttpResult;
1719
1928
  static RedirectToRoute(routeName: string, routeValues: RouteValueDictionary, permanent?: boolean, preserveMethod?: boolean, fragment?: string): RedirectToRouteHttpResult;
1720
1929
  static RedirectToRoute(routeName?: string, routeValues?: unknown, permanent?: boolean, preserveMethod?: boolean, fragment?: string): RedirectToRouteHttpResult;
1721
- static ServerSentEvents<T>(values: IAsyncEnumerable<T>, eventType?: string): ServerSentEventsResult_1<T>;
1722
- static ServerSentEvents<T>(values: IAsyncEnumerable<SseItem<T>>): ServerSentEventsResult_1<T>;
1723
- static ServerSentEvents(values: IAsyncEnumerable<System_Internal.String>, eventType?: string): ServerSentEventsResult_1<System_Internal.String>;
1930
+ static ServerSentEvents<T>(values: IAsyncEnumerable_1<T>, eventType?: string): ServerSentEventsResult_1<T>;
1931
+ static ServerSentEvents<T>(values: IAsyncEnumerable_1<SseItem_1<T>>): ServerSentEventsResult_1<T>;
1932
+ static ServerSentEvents(values: IAsyncEnumerable_1<System_Internal.String>, eventType?: string): ServerSentEventsResult_1<System_Internal.String>;
1724
1933
  static SignIn(principal: ClaimsPrincipal, properties?: AuthenticationProperties, authenticationScheme?: string): SignInHttpResult;
1725
- static SignOut(properties?: AuthenticationProperties, authenticationSchemes?: IList__System_Collections_Generic<System_Internal.String>): SignOutHttpResult;
1934
+ static SignOut(properties?: AuthenticationProperties, authenticationSchemes?: IList_1<System_Internal.String>): SignOutHttpResult;
1726
1935
  static StatusCode(statusCode: int): StatusCodeHttpResult;
1727
- static Stream(streamWriterCallback: Func<Stream, Task>, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue): PushStreamHttpResult;
1728
- static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1729
- static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1730
- static Text(utf8Content: ReadOnlySpan<System_Internal.Byte>, contentType?: string, statusCode?: Nullable<System_Internal.Int32>): Utf8ContentHttpResult;
1731
- static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable<System_Internal.Int32>): ContentHttpResult;
1936
+ static Stream(streamWriterCallback: Func_2<Stream, Task>, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue): PushStreamHttpResult;
1937
+ static Stream(pipeReader: PipeReader, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1938
+ static Stream(stream: Stream, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): FileStreamHttpResult;
1939
+ static Text(utf8Content: ReadOnlySpan_1<System_Internal.Byte>, contentType?: string, statusCode?: Nullable_1<System_Internal.Int32>): Utf8ContentHttpResult;
1940
+ static Text(content: string, contentType?: string, contentEncoding?: Encoding, statusCode?: Nullable_1<System_Internal.Int32>): ContentHttpResult;
1732
1941
  static Text(content: string, contentType: string, contentEncoding: Encoding): ContentHttpResult;
1733
1942
  static Unauthorized(): UnauthorizedHttpResult;
1734
1943
  static UnprocessableEntity(): UnprocessableEntity;
1735
1944
  static UnprocessableEntity<TValue>(error: TValue): UnprocessableEntity_1<TValue>;
1736
- static ValidationProblem(errors: IDictionary<System_Internal.String, string[]>, detail: string, instance: string, title: string, type: string, extensions: IDictionary<System_Internal.String, unknown>): ValidationProblem;
1737
- 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;
1738
- static VirtualFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): VirtualFileHttpResult;
1945
+ 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;
1946
+ 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;
1947
+ static VirtualFile(path: string, contentType?: string, fileDownloadName?: string, lastModified?: Nullable_1<DateTimeOffset>, entityTag?: EntityTagHeaderValue, enableRangeProcessing?: boolean): VirtualFileHttpResult;
1739
1948
  }
1740
1949
 
1741
1950