@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
@@ -39,43 +39,49 @@ import * as Microsoft_AspNetCore_StaticFiles_Infrastructure_Internal from "../..
39
39
  import type { SharedOptions, SharedOptionsBase } from "../../Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.js";
40
40
  import type { IContentTypeProvider, IDirectoryFormatter, StaticFileResponseContext } from "../../Microsoft.AspNetCore.StaticFiles/internal/index.js";
41
41
  import type { WebHostBuilderOptions } from "../../Microsoft.Extensions.Hosting/internal/index.js";
42
- import type { ICollection, IDictionary, IEnumerable, IList } from "@tsonic/dotnet/System.Collections.Generic.js";
43
- import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
44
- import * as System_Internal from "@tsonic/dotnet/System.js";
45
- import type { Action, Boolean as ClrBoolean, Delegate, Exception, Func, IAsyncDisposable, IDisposable, Int32, Int64, IServiceProvider, Nullable, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System.js";
46
- import type { IPAddress, IPNetwork as IPNetwork__System_Net } from "@tsonic/dotnet/System.Net.js";
47
- import type { Assembly } from "@tsonic/dotnet/System.Reflection.js";
48
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
49
- import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
50
- import type { ConfigurationManager, IConfiguration, IConfigurationBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration.js";
51
- import type { IServiceCollection, IServiceProviderFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
52
- import type { IMetricsBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Diagnostics.Metrics.js";
53
- import type { IFileProvider } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders.js";
54
- import * as Microsoft_Extensions_Hosting_Lib from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting.js";
55
- import type { HostBuilderContext, IHost, IHostApplicationBuilder, IHostApplicationLifetime, IHostBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting.js";
56
- import type { ILogger, ILoggerFactory, ILoggingBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
42
+ import type { ICollection_1, IDictionary_2, IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
43
+ import type { CultureInfo } from "@tsonic/dotnet/System.Globalization/internal/index.js";
44
+ import type { IPAddress, IPNetwork as IPNetwork__System_Net } from "@tsonic/dotnet/System.Net/internal/index.js";
45
+ import type { Assembly } from "@tsonic/dotnet/System.Reflection/internal/index.js";
46
+ import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
47
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
48
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
49
+ import type { Action_1, Action_2, Boolean as ClrBoolean, Delegate, Exception, Func_1, Func_2, Func_3, IAsyncDisposable, IDisposable, Int32, Int64, IServiceProvider, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
50
+ import type { ConfigurationManager, IConfiguration, IConfigurationBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration/internal/index.js";
51
+ import type { IServiceCollection, IServiceProviderFactory_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
52
+ import type { IMetricsBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Diagnostics.Metrics/internal/index.js";
53
+ import type { IFileProvider } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders/internal/index.js";
54
+ import * as Microsoft_Extensions_Hosting_Lib from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting/internal/index.js";
55
+ import type { HostBuilderContext, IHost, IHostApplicationBuilder, IHostApplicationLifetime, IHostBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting/internal/index.js";
56
+ import type { ILogger, ILoggerFactory, ILoggingBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
57
57
 
58
58
  export interface IApplicationBuilder$instance {
59
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IApplicationBuilder: never;
60
+
59
61
  ApplicationServices: IServiceProvider;
60
62
  readonly ServerFeatures: IFeatureCollection;
61
- readonly Properties: IDictionary<System_Internal.String, unknown | undefined>;
63
+ readonly Properties: IDictionary_2<System_Internal.String, unknown | undefined>;
62
64
  Build(): RequestDelegate;
63
65
  New(): IApplicationBuilder;
64
- Use(middleware: Func<RequestDelegate, RequestDelegate>): IApplicationBuilder;
66
+ Use(middleware: Func_2<RequestDelegate, RequestDelegate>): IApplicationBuilder;
65
67
  }
66
68
 
67
69
 
68
70
  export type IApplicationBuilder = IApplicationBuilder$instance;
69
71
 
70
72
  export interface IEndpointConventionBuilder$instance {
71
- Add(convention: Action<EndpointBuilder>): void;
73
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
74
+
75
+ Add(convention: Action_1<EndpointBuilder>): void;
72
76
  }
73
77
 
74
78
 
75
79
  export type IEndpointConventionBuilder = IEndpointConventionBuilder$instance;
76
80
 
77
81
  export interface IHubEndpointConventionBuilder$instance extends IEndpointConventionBuilder {
78
- Add(convention: Action<EndpointBuilder>): void;
82
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IHubEndpointConventionBuilder: never;
83
+
84
+ Add(convention: Action_1<EndpointBuilder>): void;
79
85
  }
80
86
 
81
87
 
@@ -83,13 +89,17 @@ export interface IHubEndpointConventionBuilder$instance extends IEndpointConvent
83
89
 
84
90
  export type IHubEndpointConventionBuilder = IHubEndpointConventionBuilder$instance;
85
91
 
86
- export interface ApplicationBuilder$instance {
92
+ export interface ApplicationBuilder$instance extends IApplicationBuilder$instance {
93
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_ApplicationBuilder: never;
94
+
95
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IApplicationBuilder: never;
96
+
87
97
  ApplicationServices: IServiceProvider;
88
- readonly Properties: IDictionary<System_Internal.String, unknown | undefined>;
98
+ readonly Properties: IDictionary_2<System_Internal.String, unknown | undefined>;
89
99
  readonly ServerFeatures: IFeatureCollection;
90
100
  Build(): RequestDelegate;
91
101
  New(): IApplicationBuilder;
92
- Use(middleware: Func<RequestDelegate, RequestDelegate>): IApplicationBuilder;
102
+ Use(middleware: Func_2<RequestDelegate, RequestDelegate>): IApplicationBuilder;
93
103
  }
94
104
 
95
105
 
@@ -103,14 +113,17 @@ export interface __ApplicationBuilder$views {
103
113
  As_IApplicationBuilder(): IApplicationBuilder$instance;
104
114
  }
105
115
 
106
- export interface ApplicationBuilder$instance extends IApplicationBuilder$instance {}
107
-
108
116
  export type ApplicationBuilder = ApplicationBuilder$instance & __ApplicationBuilder$views;
109
117
 
110
118
 
111
119
  export interface ComponentEndpointConventionBuilder$instance extends IHubEndpointConventionBuilder {
112
- Add(convention: Action<EndpointBuilder>): void;
113
- Finally(finalConvention: Action<EndpointBuilder>): void;
120
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_ComponentEndpointConventionBuilder: never;
121
+
122
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
123
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IHubEndpointConventionBuilder: never;
124
+
125
+ Add(convention: Action_1<EndpointBuilder>): void;
126
+ Finally(finalConvention: Action_1<EndpointBuilder>): void;
114
127
  }
115
128
 
116
129
 
@@ -125,14 +138,19 @@ export interface __ComponentEndpointConventionBuilder$views {
125
138
  export type ComponentEndpointConventionBuilder = ComponentEndpointConventionBuilder$instance & __ComponentEndpointConventionBuilder$views;
126
139
 
127
140
 
128
- export interface ConfigureHostBuilder$instance {
129
- readonly Properties: IDictionary<unknown, unknown>;
130
- ConfigureAppConfiguration(configureDelegate: Action<HostBuilderContext, IConfigurationBuilder>): IHostBuilder;
131
- ConfigureContainer<TContainerBuilder>(configureDelegate: Action<HostBuilderContext, TContainerBuilder>): IHostBuilder;
132
- ConfigureHostConfiguration(configureDelegate: Action<IConfigurationBuilder>): IHostBuilder;
133
- ConfigureServices(configureDelegate: Action<HostBuilderContext, IServiceCollection>): IHostBuilder;
134
- UseServiceProviderFactory<TContainerBuilder>(factory: IServiceProviderFactory<TContainerBuilder>): IHostBuilder;
135
- UseServiceProviderFactory<TContainerBuilder>(factory: Func<HostBuilderContext, IServiceProviderFactory<TContainerBuilder>>): IHostBuilder;
141
+ export interface ConfigureHostBuilder$instance extends Microsoft_AspNetCore_Hosting_Infrastructure_Internal.ISupportsConfigureWebHost$instance, Microsoft_Extensions_Hosting_Lib.IHostBuilder {
142
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_ConfigureHostBuilder: never;
143
+
144
+ readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Infrastructure_ISupportsConfigureWebHost: never;
145
+ readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostBuilder: never;
146
+
147
+ readonly Properties: IDictionary_2<unknown, unknown>;
148
+ ConfigureAppConfiguration(configureDelegate: Action_2<HostBuilderContext, IConfigurationBuilder>): IHostBuilder;
149
+ ConfigureContainer<TContainerBuilder>(configureDelegate: Action_2<HostBuilderContext, TContainerBuilder>): IHostBuilder;
150
+ ConfigureHostConfiguration(configureDelegate: Action_1<IConfigurationBuilder>): IHostBuilder;
151
+ ConfigureServices(configureDelegate: Action_2<HostBuilderContext, IServiceCollection>): IHostBuilder;
152
+ UseServiceProviderFactory<TContainerBuilder>(factory: IServiceProviderFactory_1<TContainerBuilder>): IHostBuilder;
153
+ UseServiceProviderFactory<TContainerBuilder>(factory: Func_2<HostBuilderContext, IServiceProviderFactory_1<TContainerBuilder>>): IHostBuilder;
136
154
  }
137
155
 
138
156
 
@@ -144,15 +162,18 @@ export interface __ConfigureHostBuilder$views {
144
162
  As_ISupportsConfigureWebHost(): Microsoft_AspNetCore_Hosting_Infrastructure_Internal.ISupportsConfigureWebHost$instance;
145
163
  }
146
164
 
147
- export interface ConfigureHostBuilder$instance extends Microsoft_AspNetCore_Hosting_Infrastructure_Internal.ISupportsConfigureWebHost$instance {}
148
-
149
165
  export type ConfigureHostBuilder = ConfigureHostBuilder$instance & __ConfigureHostBuilder$views;
150
166
 
151
167
 
152
- export interface ConfigureWebHostBuilder$instance {
153
- ConfigureAppConfiguration(configureDelegate: Action<WebHostBuilderContext, IConfigurationBuilder>): IWebHostBuilder;
154
- ConfigureServices(configureServices: Action<WebHostBuilderContext, IServiceCollection>): IWebHostBuilder;
155
- ConfigureServices(configureServices: Action<IServiceCollection>): IWebHostBuilder;
168
+ export interface ConfigureWebHostBuilder$instance extends Microsoft_AspNetCore_Hosting_Infrastructure_Internal.ISupportsStartup$instance, Microsoft_AspNetCore_Hosting_Internal.IWebHostBuilder$instance {
169
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_ConfigureWebHostBuilder: never;
170
+
171
+ readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IWebHostBuilder: never;
172
+ readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Infrastructure_ISupportsStartup: never;
173
+
174
+ ConfigureAppConfiguration(configureDelegate: Action_2<WebHostBuilderContext, IConfigurationBuilder>): IWebHostBuilder;
175
+ ConfigureServices(configureServices: Action_2<WebHostBuilderContext, IServiceCollection>): IWebHostBuilder;
176
+ ConfigureServices(configureServices: Action_1<IServiceCollection>): IWebHostBuilder;
156
177
  GetSetting(key: string): string | undefined;
157
178
  UseSetting(key: string, value: string): IWebHostBuilder;
158
179
  }
@@ -167,14 +188,16 @@ export interface __ConfigureWebHostBuilder$views {
167
188
  As_IWebHostBuilder(): Microsoft_AspNetCore_Hosting_Internal.IWebHostBuilder$instance;
168
189
  }
169
190
 
170
- export interface ConfigureWebHostBuilder$instance extends Microsoft_AspNetCore_Hosting_Infrastructure_Internal.ISupportsStartup$instance, Microsoft_AspNetCore_Hosting_Internal.IWebHostBuilder$instance {}
171
-
172
191
  export type ConfigureWebHostBuilder = ConfigureWebHostBuilder$instance & __ConfigureWebHostBuilder$views;
173
192
 
174
193
 
175
- export interface ConnectionEndpointRouteBuilder$instance {
176
- Add(convention: Action<EndpointBuilder>): void;
177
- Finally(finalConvention: Action<EndpointBuilder>): void;
194
+ export interface ConnectionEndpointRouteBuilder$instance extends IEndpointConventionBuilder$instance {
195
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_ConnectionEndpointRouteBuilder: never;
196
+
197
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
198
+
199
+ Add(convention: Action_1<EndpointBuilder>): void;
200
+ Finally(finalConvention: Action_1<EndpointBuilder>): void;
178
201
  }
179
202
 
180
203
 
@@ -186,14 +209,16 @@ export interface __ConnectionEndpointRouteBuilder$views {
186
209
  As_IEndpointConventionBuilder(): IEndpointConventionBuilder$instance;
187
210
  }
188
211
 
189
- export interface ConnectionEndpointRouteBuilder$instance extends IEndpointConventionBuilder$instance {}
190
-
191
212
  export type ConnectionEndpointRouteBuilder = ConnectionEndpointRouteBuilder$instance & __ConnectionEndpointRouteBuilder$views;
192
213
 
193
214
 
194
- export interface ControllerActionEndpointConventionBuilder$instance {
195
- Add(convention: Action<EndpointBuilder>): void;
196
- Finally(finalConvention: Action<EndpointBuilder>): void;
215
+ export interface ControllerActionEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {
216
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_ControllerActionEndpointConventionBuilder: never;
217
+
218
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
219
+
220
+ Add(convention: Action_1<EndpointBuilder>): void;
221
+ Finally(finalConvention: Action_1<EndpointBuilder>): void;
197
222
  }
198
223
 
199
224
 
@@ -205,22 +230,22 @@ export interface __ControllerActionEndpointConventionBuilder$views {
205
230
  As_IEndpointConventionBuilder(): IEndpointConventionBuilder$instance;
206
231
  }
207
232
 
208
- export interface ControllerActionEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {}
209
-
210
233
  export type ControllerActionEndpointConventionBuilder = ControllerActionEndpointConventionBuilder$instance & __ControllerActionEndpointConventionBuilder$views;
211
234
 
212
235
 
213
236
  export interface CookiePolicyOptions$instance {
214
- get CheckConsentNeeded(): Func<HttpContext, System_Internal.Boolean> | undefined;
215
- set CheckConsentNeeded(value: Func<HttpContext, System_Internal.Boolean> | undefined);
237
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_CookiePolicyOptions: never;
238
+
239
+ get CheckConsentNeeded(): Func_2<HttpContext, System_Internal.Boolean> | undefined;
240
+ set CheckConsentNeeded(value: Func_2<HttpContext, System_Internal.Boolean> | undefined);
216
241
  ConsentCookie: CookieBuilder;
217
242
  ConsentCookieValue: string;
218
243
  HttpOnly: HttpOnlyPolicy;
219
244
  MinimumSameSitePolicy: SameSiteMode;
220
- get OnAppendCookie(): Action<AppendCookieContext> | undefined;
221
- set OnAppendCookie(value: Action<AppendCookieContext> | undefined);
222
- get OnDeleteCookie(): Action<DeleteCookieContext> | undefined;
223
- set OnDeleteCookie(value: Action<DeleteCookieContext> | undefined);
245
+ get OnAppendCookie(): Action_1<AppendCookieContext> | undefined;
246
+ set OnAppendCookie(value: Action_1<AppendCookieContext> | undefined);
247
+ get OnDeleteCookie(): Action_1<DeleteCookieContext> | undefined;
248
+ set OnDeleteCookie(value: Action_1<DeleteCookieContext> | undefined);
224
249
  Secure: CookieSecurePolicy;
225
250
  }
226
251
 
@@ -233,7 +258,9 @@ export const CookiePolicyOptions: {
233
258
  export type CookiePolicyOptions = CookiePolicyOptions$instance;
234
259
 
235
260
  export interface DefaultFilesOptions$instance extends SharedOptionsBase {
236
- DefaultFileNames: IList<System_Internal.String>;
261
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_DefaultFilesOptions: never;
262
+
263
+ DefaultFileNames: IList_1<System_Internal.String>;
237
264
  }
238
265
 
239
266
 
@@ -246,6 +273,8 @@ export const DefaultFilesOptions: {
246
273
  export type DefaultFilesOptions = DefaultFilesOptions$instance;
247
274
 
248
275
  export interface DeveloperExceptionPageOptions$instance {
276
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_DeveloperExceptionPageOptions: never;
277
+
249
278
  get FileProvider(): IFileProvider | undefined;
250
279
  set FileProvider(value: IFileProvider | undefined);
251
280
  SourceCodeLineCount: int;
@@ -260,6 +289,8 @@ export const DeveloperExceptionPageOptions: {
260
289
  export type DeveloperExceptionPageOptions = DeveloperExceptionPageOptions$instance;
261
290
 
262
291
  export interface DirectoryBrowserOptions$instance extends SharedOptionsBase {
292
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_DirectoryBrowserOptions: never;
293
+
263
294
  get Formatter(): IDirectoryFormatter | undefined;
264
295
  set Formatter(value: IDirectoryFormatter | undefined);
265
296
  }
@@ -274,11 +305,13 @@ export const DirectoryBrowserOptions: {
274
305
  export type DirectoryBrowserOptions = DirectoryBrowserOptions$instance;
275
306
 
276
307
  export interface EndpointBuilder$instance {
308
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_EndpointBuilder: never;
309
+
277
310
  ApplicationServices: IServiceProvider;
278
311
  get DisplayName(): string | undefined;
279
312
  set DisplayName(value: string | undefined);
280
- readonly FilterFactories: IList<Func<EndpointFilterFactoryContext, EndpointFilterDelegate, EndpointFilterDelegate>>;
281
- readonly Metadata: IList<unknown>;
313
+ readonly FilterFactories: IList_1<Func_3<EndpointFilterFactoryContext, EndpointFilterDelegate, EndpointFilterDelegate>>;
314
+ readonly Metadata: IList_1<unknown>;
282
315
  get RequestDelegate(): RequestDelegate | undefined;
283
316
  set RequestDelegate(value: RequestDelegate | undefined);
284
317
  Build(): Endpoint;
@@ -292,15 +325,17 @@ export const EndpointBuilder: (abstract new() => EndpointBuilder) & {
292
325
  export type EndpointBuilder = EndpointBuilder$instance;
293
326
 
294
327
  export interface ExceptionHandlerOptions$instance {
328
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_ExceptionHandlerOptions: never;
329
+
295
330
  AllowStatusCode404Response: boolean;
296
331
  CreateScopeForErrors: boolean;
297
332
  get ExceptionHandler(): RequestDelegate | undefined;
298
333
  set ExceptionHandler(value: RequestDelegate | undefined);
299
334
  ExceptionHandlingPath: PathString;
300
- get StatusCodeSelector(): Func<Exception, System_Internal.Int32> | undefined;
301
- set StatusCodeSelector(value: Func<Exception, System_Internal.Int32> | undefined);
302
- get SuppressDiagnosticsCallback(): Func<ExceptionHandlerSuppressDiagnosticsContext, System_Internal.Boolean> | undefined;
303
- set SuppressDiagnosticsCallback(value: Func<ExceptionHandlerSuppressDiagnosticsContext, System_Internal.Boolean> | undefined);
335
+ get StatusCodeSelector(): Func_2<Exception, System_Internal.Int32> | undefined;
336
+ set StatusCodeSelector(value: Func_2<Exception, System_Internal.Int32> | undefined);
337
+ get SuppressDiagnosticsCallback(): Func_2<ExceptionHandlerSuppressDiagnosticsContext, System_Internal.Boolean> | undefined;
338
+ set SuppressDiagnosticsCallback(value: Func_2<ExceptionHandlerSuppressDiagnosticsContext, System_Internal.Boolean> | undefined);
304
339
  }
305
340
 
306
341
 
@@ -312,6 +347,8 @@ export const ExceptionHandlerOptions: {
312
347
  export type ExceptionHandlerOptions = ExceptionHandlerOptions$instance;
313
348
 
314
349
  export interface FileServerOptions$instance extends SharedOptionsBase {
350
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_FileServerOptions: never;
351
+
315
352
  DefaultFilesOptions: DefaultFilesOptions;
316
353
  DirectoryBrowserOptions: DirectoryBrowserOptions;
317
354
  EnableDefaultFiles: boolean;
@@ -328,16 +365,18 @@ export const FileServerOptions: {
328
365
  export type FileServerOptions = FileServerOptions$instance;
329
366
 
330
367
  export interface ForwardedHeadersOptions$instance {
331
- AllowedHosts: IList<System_Internal.String>;
368
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_ForwardedHeadersOptions: never;
369
+
370
+ AllowedHosts: IList_1<System_Internal.String>;
332
371
  ForwardedForHeaderName: string;
333
372
  ForwardedHeaders: ForwardedHeaders;
334
373
  ForwardedHostHeaderName: string;
335
374
  ForwardedPrefixHeaderName: string;
336
375
  ForwardedProtoHeaderName: string;
337
- ForwardLimit: Nullable<System_Internal.Int32>;
338
- readonly KnownIPNetworks: IList<IPNetwork__System_Net>;
339
- readonly KnownNetworks: IList<IPNetwork>;
340
- readonly KnownProxies: IList<IPAddress>;
376
+ ForwardLimit: Nullable_1<System_Internal.Int32>;
377
+ readonly KnownIPNetworks: IList_1<IPNetwork__System_Net>;
378
+ readonly KnownNetworks: IList_1<IPNetwork>;
379
+ readonly KnownProxies: IList_1<IPAddress>;
341
380
  OriginalForHeaderName: string;
342
381
  OriginalHostHeaderName: string;
343
382
  OriginalPrefixHeaderName: string;
@@ -354,6 +393,8 @@ export const ForwardedHeadersOptions: {
354
393
  export type ForwardedHeadersOptions = ForwardedHeadersOptions$instance;
355
394
 
356
395
  export interface HttpMethodOverrideOptions$instance {
396
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_HttpMethodOverrideOptions: never;
397
+
357
398
  get FormFieldName(): string | undefined;
358
399
  set FormFieldName(value: string | undefined);
359
400
  }
@@ -367,8 +408,13 @@ export const HttpMethodOverrideOptions: {
367
408
  export type HttpMethodOverrideOptions = HttpMethodOverrideOptions$instance;
368
409
 
369
410
  export interface HubEndpointConventionBuilder$instance extends IHubEndpointConventionBuilder {
370
- Add(convention: Action<EndpointBuilder>): void;
371
- Finally(finalConvention: Action<EndpointBuilder>): void;
411
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_HubEndpointConventionBuilder: never;
412
+
413
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
414
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IHubEndpointConventionBuilder: never;
415
+
416
+ Add(convention: Action_1<EndpointBuilder>): void;
417
+ Finally(finalConvention: Action_1<EndpointBuilder>): void;
372
418
  }
373
419
 
374
420
 
@@ -384,6 +430,8 @@ export type HubEndpointConventionBuilder = HubEndpointConventionBuilder$instance
384
430
 
385
431
 
386
432
  export interface IISOptions$instance {
433
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_IISOptions: never;
434
+
387
435
  get AuthenticationDisplayName(): string | undefined;
388
436
  set AuthenticationDisplayName(value: string | undefined);
389
437
  AutomaticAuthentication: boolean;
@@ -399,12 +447,14 @@ export const IISOptions: {
399
447
  export type IISOptions = IISOptions$instance;
400
448
 
401
449
  export interface IISServerOptions$instance {
450
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_IISServerOptions: never;
451
+
402
452
  AllowSynchronousIO: boolean;
403
453
  get AuthenticationDisplayName(): string | undefined;
404
454
  set AuthenticationDisplayName(value: string | undefined);
405
455
  AutomaticAuthentication: boolean;
406
456
  MaxRequestBodyBufferSize: int;
407
- MaxRequestBodySize: Nullable<System_Internal.Int64>;
457
+ MaxRequestBodySize: Nullable_1<System_Internal.Int64>;
408
458
  }
409
459
 
410
460
 
@@ -415,9 +465,13 @@ export const IISServerOptions: {
415
465
 
416
466
  export type IISServerOptions = IISServerOptions$instance;
417
467
 
418
- export interface PageActionEndpointConventionBuilder$instance {
419
- Add(convention: Action<EndpointBuilder>): void;
420
- Finally(finalConvention: Action<EndpointBuilder>): void;
468
+ export interface PageActionEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {
469
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_PageActionEndpointConventionBuilder: never;
470
+
471
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
472
+
473
+ Add(convention: Action_1<EndpointBuilder>): void;
474
+ Finally(finalConvention: Action_1<EndpointBuilder>): void;
421
475
  }
422
476
 
423
477
 
@@ -429,14 +483,16 @@ export interface __PageActionEndpointConventionBuilder$views {
429
483
  As_IEndpointConventionBuilder(): IEndpointConventionBuilder$instance;
430
484
  }
431
485
 
432
- export interface PageActionEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {}
433
-
434
486
  export type PageActionEndpointConventionBuilder = PageActionEndpointConventionBuilder$instance & __PageActionEndpointConventionBuilder$views;
435
487
 
436
488
 
437
- export interface RazorComponentsEndpointConventionBuilder$instance {
438
- Add(convention: Action<EndpointBuilder>): void;
439
- Finally(finallyConvention: Action<EndpointBuilder>): void;
489
+ export interface RazorComponentsEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {
490
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_RazorComponentsEndpointConventionBuilder: never;
491
+
492
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
493
+
494
+ Add(convention: Action_1<EndpointBuilder>): void;
495
+ Finally(finallyConvention: Action_1<EndpointBuilder>): void;
440
496
  }
441
497
 
442
498
 
@@ -448,22 +504,22 @@ export interface __RazorComponentsEndpointConventionBuilder$views {
448
504
  As_IEndpointConventionBuilder(): IEndpointConventionBuilder$instance;
449
505
  }
450
506
 
451
- export interface RazorComponentsEndpointConventionBuilder$instance extends IEndpointConventionBuilder$instance {}
452
-
453
507
  export type RazorComponentsEndpointConventionBuilder = RazorComponentsEndpointConventionBuilder$instance & __RazorComponentsEndpointConventionBuilder$views;
454
508
 
455
509
 
456
510
  export interface RequestLocalizationOptions$instance {
511
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_RequestLocalizationOptions: never;
512
+
457
513
  ApplyCurrentCultureToResponseHeaders: boolean;
458
514
  CultureInfoUseUserOverride: boolean;
459
515
  DefaultRequestCulture: RequestCulture;
460
516
  FallBackToParentCultures: boolean;
461
517
  FallBackToParentUICultures: boolean;
462
- RequestCultureProviders: IList<IRequestCultureProvider>;
463
- get SupportedCultures(): IList<CultureInfo> | undefined;
464
- set SupportedCultures(value: IList<CultureInfo> | undefined);
465
- get SupportedUICultures(): IList<CultureInfo> | undefined;
466
- set SupportedUICultures(value: IList<CultureInfo> | undefined);
518
+ RequestCultureProviders: IList_1<IRequestCultureProvider>;
519
+ get SupportedCultures(): IList_1<CultureInfo> | undefined;
520
+ set SupportedCultures(value: IList_1<CultureInfo> | undefined);
521
+ get SupportedUICultures(): IList_1<CultureInfo> | undefined;
522
+ set SupportedUICultures(value: IList_1<CultureInfo> | undefined);
467
523
  AddSupportedCultures(...cultures: string[]): RequestLocalizationOptions;
468
524
  AddSupportedUICultures(...uiCultures: string[]): RequestLocalizationOptions;
469
525
  SetDefaultCulture(defaultCulture: string): RequestLocalizationOptions;
@@ -477,14 +533,18 @@ export const RequestLocalizationOptions: {
477
533
 
478
534
  export type RequestLocalizationOptions = RequestLocalizationOptions$instance;
479
535
 
480
- export interface RouteHandlerBuilder$instance {
481
- Add(convention: Action<EndpointBuilder>): void;
482
- Finally(finalConvention: Action<EndpointBuilder>): void;
536
+ export interface RouteHandlerBuilder$instance extends IEndpointConventionBuilder$instance {
537
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_RouteHandlerBuilder: never;
538
+
539
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IEndpointConventionBuilder: never;
540
+
541
+ Add(convention: Action_1<EndpointBuilder>): void;
542
+ Finally(finalConvention: Action_1<EndpointBuilder>): void;
483
543
  }
484
544
 
485
545
 
486
546
  export const RouteHandlerBuilder: {
487
- new(endpointConventionBuilders: IEnumerable<IEndpointConventionBuilder>): RouteHandlerBuilder;
547
+ new(endpointConventionBuilders: IEnumerable_1<IEndpointConventionBuilder>): RouteHandlerBuilder;
488
548
  };
489
549
 
490
550
 
@@ -492,12 +552,12 @@ export interface __RouteHandlerBuilder$views {
492
552
  As_IEndpointConventionBuilder(): IEndpointConventionBuilder$instance;
493
553
  }
494
554
 
495
- export interface RouteHandlerBuilder$instance extends IEndpointConventionBuilder$instance {}
496
-
497
555
  export type RouteHandlerBuilder = RouteHandlerBuilder$instance & __RouteHandlerBuilder$views;
498
556
 
499
557
 
500
558
  export interface RouterMiddleware$instance {
559
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_RouterMiddleware: never;
560
+
501
561
  Invoke(httpContext: HttpContext): Task;
502
562
  }
503
563
 
@@ -510,6 +570,8 @@ export const RouterMiddleware: {
510
570
  export type RouterMiddleware = RouterMiddleware$instance;
511
571
 
512
572
  export interface SessionOptions$instance {
573
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_SessionOptions: never;
574
+
513
575
  Cookie: CookieBuilder;
514
576
  IdleTimeout: TimeSpan;
515
577
  IOTimeout: TimeSpan;
@@ -524,12 +586,14 @@ export const SessionOptions: {
524
586
  export type SessionOptions = SessionOptions$instance;
525
587
 
526
588
  export interface StaticFileOptions$instance extends SharedOptionsBase {
589
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_StaticFileOptions: never;
590
+
527
591
  ContentTypeProvider: IContentTypeProvider;
528
592
  get DefaultContentType(): string | undefined;
529
593
  set DefaultContentType(value: string | undefined);
530
594
  HttpsCompression: HttpsCompressionMode;
531
- OnPrepareResponse: Action<StaticFileResponseContext>;
532
- OnPrepareResponseAsync: Func<StaticFileResponseContext, Task>;
595
+ OnPrepareResponse: Action_1<StaticFileResponseContext>;
596
+ OnPrepareResponseAsync: Func_2<StaticFileResponseContext, Task>;
533
597
  ServeUnknownFileTypes: boolean;
534
598
  }
535
599
 
@@ -543,8 +607,10 @@ export const StaticFileOptions: {
543
607
  export type StaticFileOptions = StaticFileOptions$instance;
544
608
 
545
609
  export interface StatusCodePagesOptions$instance {
610
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_StatusCodePagesOptions: never;
611
+
546
612
  CreateScopeForStatusCodePages: boolean;
547
- HandleAsync: Func<StatusCodeContext, Task>;
613
+ HandleAsync: Func_2<StatusCodeContext, Task>;
548
614
  }
549
615
 
550
616
 
@@ -555,19 +621,27 @@ export const StatusCodePagesOptions: {
555
621
 
556
622
  export type StatusCodePagesOptions = StatusCodePagesOptions$instance;
557
623
 
558
- export interface WebApplication$instance {
624
+ export interface WebApplication$instance extends IApplicationBuilder$instance, Microsoft_AspNetCore_Routing_Internal.IEndpointRouteBuilder$instance, Microsoft_Extensions_Hosting_Lib.IHost, System_Internal.IAsyncDisposable, System_Internal.IDisposable {
625
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_WebApplication: never;
626
+
627
+ readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IApplicationBuilder: never;
628
+ readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IEndpointRouteBuilder: never;
629
+ readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHost: never;
630
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
631
+ readonly __tsonic_iface_System_IDisposable: never;
632
+
559
633
  readonly Configuration: IConfiguration;
560
634
  readonly Environment: IWebHostEnvironment;
561
635
  readonly Lifetime: IHostApplicationLifetime;
562
636
  readonly Logger: ILogger;
563
637
  readonly Services: IServiceProvider;
564
- readonly Urls: ICollection<System_Internal.String>;
638
+ readonly Urls: ICollection_1<System_Internal.String>;
565
639
  DisposeAsync(): ValueTask;
566
640
  Run(url?: string): void;
567
641
  RunAsync(url?: string): Task;
568
642
  StartAsync(cancellationToken?: CancellationToken): Task;
569
643
  StopAsync(cancellationToken?: CancellationToken): Task;
570
- Use(middleware: Func<RequestDelegate, RequestDelegate>): IApplicationBuilder;
644
+ Use(middleware: Func_2<RequestDelegate, RequestDelegate>): IApplicationBuilder;
571
645
  }
572
646
 
573
647
 
@@ -588,12 +662,14 @@ export interface __WebApplication$views {
588
662
  As_IEndpointRouteBuilder(): Microsoft_AspNetCore_Routing_Internal.IEndpointRouteBuilder$instance;
589
663
  }
590
664
 
591
- export interface WebApplication$instance extends IApplicationBuilder$instance, Microsoft_AspNetCore_Routing_Internal.IEndpointRouteBuilder$instance {}
592
-
593
665
  export type WebApplication = WebApplication$instance & __WebApplication$views;
594
666
 
595
667
 
596
668
  export interface WebApplicationBuilder$instance {
669
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_WebApplicationBuilder: never;
670
+
671
+ readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostApplicationBuilder: never;
672
+
597
673
  readonly Configuration: ConfigurationManager;
598
674
  Environment: IWebHostEnvironment;
599
675
  Host: ConfigureHostBuilder;
@@ -612,6 +688,8 @@ export const WebApplicationBuilder: {
612
688
  export type WebApplicationBuilder = WebApplicationBuilder$instance;
613
689
 
614
690
  export interface WebApplicationOptions$instance {
691
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_WebApplicationOptions: never;
692
+
615
693
  get ApplicationName(): string | undefined;
616
694
  set ApplicationName(value: string | undefined);
617
695
  get Args(): string[] | undefined;
@@ -633,7 +711,9 @@ export const WebApplicationOptions: {
633
711
  export type WebApplicationOptions = WebApplicationOptions$instance;
634
712
 
635
713
  export interface WebSocketOptions$instance {
636
- readonly AllowedOrigins: IList<System_Internal.String>;
714
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_WebSocketOptions: never;
715
+
716
+ readonly AllowedOrigins: IList_1<System_Internal.String>;
637
717
  KeepAliveInterval: TimeSpan;
638
718
  KeepAliveTimeout: TimeSpan;
639
719
  ReceiveBufferSize: int;
@@ -648,6 +728,8 @@ export const WebSocketOptions: {
648
728
  export type WebSocketOptions = WebSocketOptions$instance;
649
729
 
650
730
  export interface WelcomePageOptions$instance {
731
+ readonly __tsonic_type_Microsoft_AspNetCore_Builder_WelcomePageOptions: never;
732
+
651
733
  Path: PathString;
652
734
  }
653
735
 
@@ -668,7 +750,7 @@ export type AntiforgeryApplicationBuilderExtensions = AntiforgeryApplicationBuil
668
750
 
669
751
  export abstract class ApplicationBuilderExtensions$instance {
670
752
  static UseRequestLocalization(app: IApplicationBuilder, options: RequestLocalizationOptions): IApplicationBuilder;
671
- static UseRequestLocalization(app: IApplicationBuilder, optionsAction: Action<RequestLocalizationOptions>): IApplicationBuilder;
753
+ static UseRequestLocalization(app: IApplicationBuilder, optionsAction: Action_1<RequestLocalizationOptions>): IApplicationBuilder;
672
754
  static UseRequestLocalization(app: IApplicationBuilder, ...cultures: string[]): IApplicationBuilder;
673
755
  static UseRequestLocalization(app: IApplicationBuilder): IApplicationBuilder;
674
756
  }
@@ -694,7 +776,7 @@ export abstract class AuthorizationEndpointConventionBuilderExtensions$instance
694
776
  static AllowAnonymous<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder): TBuilder;
695
777
  static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, policy: AuthorizationPolicy): TBuilder;
696
778
  static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, ...authorizeData: IAuthorizeData[]): TBuilder;
697
- static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, configurePolicy: Action<AuthorizationPolicyBuilder>): TBuilder;
779
+ static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, configurePolicy: Action_1<AuthorizationPolicyBuilder>): TBuilder;
698
780
  static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, ...policyNames: string[]): TBuilder;
699
781
  static RequireAuthorization<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder): TBuilder;
700
782
  }
@@ -710,8 +792,8 @@ export abstract class CertificateForwardingBuilderExtensions$instance {
710
792
  export type CertificateForwardingBuilderExtensions = CertificateForwardingBuilderExtensions$instance;
711
793
 
712
794
  export abstract class ComponentEndpointRouteBuilderExtensions$instance {
713
- static MapBlazorHub(endpoints: IEndpointRouteBuilder, configureOptions: Action<HttpConnectionDispatcherOptions>): ComponentEndpointConventionBuilder;
714
- static MapBlazorHub(endpoints: IEndpointRouteBuilder, path: string, configureOptions: Action<HttpConnectionDispatcherOptions>): ComponentEndpointConventionBuilder;
795
+ static MapBlazorHub(endpoints: IEndpointRouteBuilder, configureOptions: Action_1<HttpConnectionDispatcherOptions>): ComponentEndpointConventionBuilder;
796
+ static MapBlazorHub(endpoints: IEndpointRouteBuilder, path: string, configureOptions: Action_1<HttpConnectionDispatcherOptions>): ComponentEndpointConventionBuilder;
715
797
  static MapBlazorHub(endpoints: IEndpointRouteBuilder, path: string): ComponentEndpointConventionBuilder;
716
798
  static MapBlazorHub(endpoints: IEndpointRouteBuilder): ComponentEndpointConventionBuilder;
717
799
  }
@@ -720,10 +802,10 @@ export abstract class ComponentEndpointRouteBuilderExtensions$instance {
720
802
  export type ComponentEndpointRouteBuilderExtensions = ComponentEndpointRouteBuilderExtensions$instance;
721
803
 
722
804
  export abstract class ConnectionEndpointRouteBuilderExtensions$instance {
723
- static MapConnectionHandler<TConnectionHandler extends ConnectionHandler>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions: Action<HttpConnectionDispatcherOptions>): ConnectionEndpointRouteBuilder;
805
+ static MapConnectionHandler<TConnectionHandler extends ConnectionHandler>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions: Action_1<HttpConnectionDispatcherOptions>): ConnectionEndpointRouteBuilder;
724
806
  static MapConnectionHandler<TConnectionHandler extends ConnectionHandler>(endpoints: IEndpointRouteBuilder, pattern: string): ConnectionEndpointRouteBuilder;
725
- static MapConnections(endpoints: IEndpointRouteBuilder, pattern: string, options: HttpConnectionDispatcherOptions, configure: Action<IConnectionBuilder>): ConnectionEndpointRouteBuilder;
726
- static MapConnections(endpoints: IEndpointRouteBuilder, pattern: string, configure: Action<IConnectionBuilder>): ConnectionEndpointRouteBuilder;
807
+ static MapConnections(endpoints: IEndpointRouteBuilder, pattern: string, options: HttpConnectionDispatcherOptions, configure: Action_1<IConnectionBuilder>): ConnectionEndpointRouteBuilder;
808
+ static MapConnections(endpoints: IEndpointRouteBuilder, pattern: string, configure: Action_1<IConnectionBuilder>): ConnectionEndpointRouteBuilder;
727
809
  }
728
810
 
729
811
 
@@ -770,7 +852,7 @@ export abstract class CookieRedirectEndpointConventionBuilderExtensions$instance
770
852
  export type CookieRedirectEndpointConventionBuilderExtensions = CookieRedirectEndpointConventionBuilderExtensions$instance;
771
853
 
772
854
  export abstract class CorsEndpointConventionBuilderExtensions$instance {
773
- static RequireCors<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, configurePolicy: Action<CorsPolicyBuilder>): TBuilder;
855
+ static RequireCors<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, configurePolicy: Action_1<CorsPolicyBuilder>): TBuilder;
774
856
  static RequireCors<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, policyName: string): TBuilder;
775
857
  static RequireCors<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder): TBuilder;
776
858
  }
@@ -779,7 +861,7 @@ export abstract class CorsEndpointConventionBuilderExtensions$instance {
779
861
  export type CorsEndpointConventionBuilderExtensions = CorsEndpointConventionBuilderExtensions$instance;
780
862
 
781
863
  export abstract class CorsMiddlewareExtensions$instance {
782
- static UseCors(app: IApplicationBuilder, configurePolicy: Action<CorsPolicyBuilder>): IApplicationBuilder;
864
+ static UseCors(app: IApplicationBuilder, configurePolicy: Action_1<CorsPolicyBuilder>): IApplicationBuilder;
783
865
  static UseCors(app: IApplicationBuilder, policyName: string): IApplicationBuilder;
784
866
  static UseCors(app: IApplicationBuilder): IApplicationBuilder;
785
867
  }
@@ -826,8 +908,8 @@ export abstract class EndpointRouteBuilderExtensions$instance {
826
908
  static MapGet(endpoints: IEndpointRouteBuilder, pattern: string, handler: Function): RouteHandlerBuilder;
827
909
  static MapGroup(endpoints: IEndpointRouteBuilder, prefix: RoutePattern): RouteGroupBuilder;
828
910
  static MapGroup(endpoints: IEndpointRouteBuilder, prefix: string): RouteGroupBuilder;
829
- static MapMethods(endpoints: IEndpointRouteBuilder, pattern: string, httpMethods: IEnumerable<System_Internal.String>, requestDelegate: RequestDelegate): IEndpointConventionBuilder;
830
- static MapMethods(endpoints: IEndpointRouteBuilder, pattern: string, httpMethods: IEnumerable<System_Internal.String>, handler: Function): RouteHandlerBuilder;
911
+ static MapMethods(endpoints: IEndpointRouteBuilder, pattern: string, httpMethods: IEnumerable_1<System_Internal.String>, requestDelegate: RequestDelegate): IEndpointConventionBuilder;
912
+ static MapMethods(endpoints: IEndpointRouteBuilder, pattern: string, httpMethods: IEnumerable_1<System_Internal.String>, handler: Function): RouteHandlerBuilder;
831
913
  static MapPatch(endpoints: IEndpointRouteBuilder, pattern: string, requestDelegate: RequestDelegate): IEndpointConventionBuilder;
832
914
  static MapPatch(endpoints: IEndpointRouteBuilder, pattern: string, handler: Function): RouteHandlerBuilder;
833
915
  static MapPost(endpoints: IEndpointRouteBuilder, pattern: string, requestDelegate: RequestDelegate): IEndpointConventionBuilder;
@@ -840,7 +922,7 @@ export abstract class EndpointRouteBuilderExtensions$instance {
840
922
  export type EndpointRouteBuilderExtensions = EndpointRouteBuilderExtensions$instance;
841
923
 
842
924
  export abstract class EndpointRoutingApplicationBuilderExtensions$instance {
843
- static UseEndpoints(builder: IApplicationBuilder, configure: Action<IEndpointRouteBuilder>): IApplicationBuilder;
925
+ static UseEndpoints(builder: IApplicationBuilder, configure: Action_1<IEndpointRouteBuilder>): IApplicationBuilder;
844
926
  static UseRouting(builder: IApplicationBuilder): IApplicationBuilder;
845
927
  }
846
928
 
@@ -849,7 +931,7 @@ export type EndpointRoutingApplicationBuilderExtensions = EndpointRoutingApplica
849
931
 
850
932
  export abstract class ExceptionHandlerExtensions$instance {
851
933
  static UseExceptionHandler(app: IApplicationBuilder, options: ExceptionHandlerOptions): IApplicationBuilder;
852
- static UseExceptionHandler(app: IApplicationBuilder, configure: Action<IApplicationBuilder>): IApplicationBuilder;
934
+ static UseExceptionHandler(app: IApplicationBuilder, configure: Action_1<IApplicationBuilder>): IApplicationBuilder;
853
935
  static UseExceptionHandler(app: IApplicationBuilder, errorHandlingPath: string, createScopeForErrors: boolean): IApplicationBuilder;
854
936
  static UseExceptionHandler(app: IApplicationBuilder, errorHandlingPath: string): IApplicationBuilder;
855
937
  static UseExceptionHandler(app: IApplicationBuilder): IApplicationBuilder;
@@ -913,7 +995,7 @@ export abstract class HostFilteringBuilderExtensions$instance {
913
995
  export type HostFilteringBuilderExtensions = HostFilteringBuilderExtensions$instance;
914
996
 
915
997
  export abstract class HostFilteringServicesExtensions$instance {
916
- static AddHostFiltering(services: IServiceCollection, configureOptions: Action<HostFilteringOptions>): IServiceCollection;
998
+ static AddHostFiltering(services: IServiceCollection, configureOptions: Action_1<HostFilteringOptions>): IServiceCollection;
917
999
  }
918
1000
 
919
1001
 
@@ -927,7 +1009,7 @@ export abstract class HstsBuilderExtensions$instance {
927
1009
  export type HstsBuilderExtensions = HstsBuilderExtensions$instance;
928
1010
 
929
1011
  export abstract class HstsServicesExtensions$instance {
930
- static AddHsts(services: IServiceCollection, configureOptions: Action<HstsOptions>): IServiceCollection;
1012
+ static AddHsts(services: IServiceCollection, configureOptions: Action_1<HstsOptions>): IServiceCollection;
931
1013
  }
932
1014
 
933
1015
 
@@ -942,7 +1024,7 @@ export abstract class HttpLoggingBuilderExtensions$instance {
942
1024
  export type HttpLoggingBuilderExtensions = HttpLoggingBuilderExtensions$instance;
943
1025
 
944
1026
  export abstract class HttpLoggingEndpointConventionBuilderExtensions$instance {
945
- static WithHttpLogging<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, loggingFields: HttpLoggingFields, requestBodyLogLimit?: Nullable<System_Internal.Int32>, responseBodyLogLimit?: Nullable<System_Internal.Int32>): TBuilder;
1027
+ static WithHttpLogging<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, loggingFields: HttpLoggingFields, requestBodyLogLimit?: Nullable_1<System_Internal.Int32>, responseBodyLogLimit?: Nullable_1<System_Internal.Int32>): TBuilder;
946
1028
  }
947
1029
 
948
1030
 
@@ -971,14 +1053,14 @@ export abstract class HttpsPolicyBuilderExtensions$instance {
971
1053
  export type HttpsPolicyBuilderExtensions = HttpsPolicyBuilderExtensions$instance;
972
1054
 
973
1055
  export abstract class HttpsRedirectionServicesExtensions$instance {
974
- static AddHttpsRedirection(services: IServiceCollection, configureOptions: Action<HttpsRedirectionOptions>): IServiceCollection;
1056
+ static AddHttpsRedirection(services: IServiceCollection, configureOptions: Action_1<HttpsRedirectionOptions>): IServiceCollection;
975
1057
  }
976
1058
 
977
1059
 
978
1060
  export type HttpsRedirectionServicesExtensions = HttpsRedirectionServicesExtensions$instance;
979
1061
 
980
1062
  export abstract class HubEndpointRouteBuilderExtensions$instance {
981
- static MapHub<THub extends Hub>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions: Action<HttpConnectionDispatcherOptions>): HubEndpointConventionBuilder;
1063
+ static MapHub<THub extends Hub>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions: Action_1<HttpConnectionDispatcherOptions>): HubEndpointConventionBuilder;
982
1064
  static MapHub<THub extends Hub>(endpoints: IEndpointRouteBuilder, pattern: string): HubEndpointConventionBuilder;
983
1065
  }
984
1066
 
@@ -986,9 +1068,9 @@ export abstract class HubEndpointRouteBuilderExtensions$instance {
986
1068
  export type HubEndpointRouteBuilderExtensions = HubEndpointRouteBuilderExtensions$instance;
987
1069
 
988
1070
  export abstract class MapExtensions$instance {
989
- static Map(app: IApplicationBuilder, pathMatch: PathString, configuration: Action<IApplicationBuilder>): IApplicationBuilder;
990
- static Map(app: IApplicationBuilder, pathMatch: PathString, preserveMatchedPathSegment: boolean, configuration: Action<IApplicationBuilder>): IApplicationBuilder;
991
- static Map(app: IApplicationBuilder, pathMatch: string, configuration: Action<IApplicationBuilder>): IApplicationBuilder;
1071
+ static Map(app: IApplicationBuilder, pathMatch: PathString, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
1072
+ static Map(app: IApplicationBuilder, pathMatch: PathString, preserveMatchedPathSegment: boolean, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
1073
+ static Map(app: IApplicationBuilder, pathMatch: string, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
992
1074
  }
993
1075
 
994
1076
 
@@ -1005,14 +1087,14 @@ export abstract class MapRouteRouteBuilderExtensions$instance {
1005
1087
  export type MapRouteRouteBuilderExtensions = MapRouteRouteBuilderExtensions$instance;
1006
1088
 
1007
1089
  export abstract class MapWhenExtensions$instance {
1008
- static MapWhen(app: IApplicationBuilder, predicate: Func<HttpContext, System_Internal.Boolean>, configuration: Action<IApplicationBuilder>): IApplicationBuilder;
1090
+ static MapWhen(app: IApplicationBuilder, predicate: Func_2<HttpContext, System_Internal.Boolean>, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
1009
1091
  }
1010
1092
 
1011
1093
 
1012
1094
  export type MapWhenExtensions = MapWhenExtensions$instance;
1013
1095
 
1014
1096
  export abstract class MvcApplicationBuilderExtensions$instance {
1015
- static UseMvc(app: IApplicationBuilder, configureRoutes: Action<IRouteBuilder>): IApplicationBuilder;
1097
+ static UseMvc(app: IApplicationBuilder, configureRoutes: Action_1<IRouteBuilder>): IApplicationBuilder;
1016
1098
  static UseMvc(app: IApplicationBuilder): IApplicationBuilder;
1017
1099
  static UseMvcWithDefaultRoute(app: IApplicationBuilder): IApplicationBuilder;
1018
1100
  }
@@ -1062,7 +1144,7 @@ export abstract class RateLimiterEndpointConventionBuilderExtensions$instance {
1062
1144
  export type RateLimiterEndpointConventionBuilderExtensions = RateLimiterEndpointConventionBuilderExtensions$instance;
1063
1145
 
1064
1146
  export abstract class RateLimiterServiceCollectionExtensions$instance {
1065
- static AddRateLimiter(services: IServiceCollection, configureOptions: Action<RateLimiterOptions>): IServiceCollection;
1147
+ static AddRateLimiter(services: IServiceCollection, configureOptions: Action_1<RateLimiterOptions>): IServiceCollection;
1066
1148
  static AddRateLimiter(services: IServiceCollection): IServiceCollection;
1067
1149
  }
1068
1150
 
@@ -1144,7 +1226,7 @@ export abstract class ResponseCompressionBuilderExtensions$instance {
1144
1226
  export type ResponseCompressionBuilderExtensions = ResponseCompressionBuilderExtensions$instance;
1145
1227
 
1146
1228
  export abstract class ResponseCompressionServicesExtensions$instance {
1147
- static AddResponseCompression(services: IServiceCollection, configureOptions: Action<ResponseCompressionOptions>): IServiceCollection;
1229
+ static AddResponseCompression(services: IServiceCollection, configureOptions: Action_1<ResponseCompressionOptions>): IServiceCollection;
1148
1230
  static AddResponseCompression(services: IServiceCollection): IServiceCollection;
1149
1231
  }
1150
1232
 
@@ -1160,7 +1242,7 @@ export abstract class RewriteBuilderExtensions$instance {
1160
1242
  export type RewriteBuilderExtensions = RewriteBuilderExtensions$instance;
1161
1243
 
1162
1244
  export abstract class RouteShortCircuitEndpointConventionBuilderExtensions$instance {
1163
- static ShortCircuit(builder: IEndpointConventionBuilder, statusCode?: Nullable<System_Internal.Int32>): IEndpointConventionBuilder;
1245
+ static ShortCircuit(builder: IEndpointConventionBuilder, statusCode?: Nullable_1<System_Internal.Int32>): IEndpointConventionBuilder;
1164
1246
  }
1165
1247
 
1166
1248
 
@@ -1168,7 +1250,7 @@ export type RouteShortCircuitEndpointConventionBuilderExtensions = RouteShortCir
1168
1250
 
1169
1251
  export abstract class RoutingBuilderExtensions$instance {
1170
1252
  static UseRouter(builder: IApplicationBuilder, router: IRouter): IApplicationBuilder;
1171
- static UseRouter(builder: IApplicationBuilder, action: Action<IRouteBuilder>): IApplicationBuilder;
1253
+ static UseRouter(builder: IApplicationBuilder, action: Action_1<IRouteBuilder>): IApplicationBuilder;
1172
1254
  }
1173
1255
 
1174
1256
 
@@ -1177,10 +1259,10 @@ export type RoutingBuilderExtensions = RoutingBuilderExtensions$instance;
1177
1259
  export abstract class RoutingEndpointConventionBuilderExtensions$instance {
1178
1260
  static DisableAntiforgery<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder): TBuilder;
1179
1261
  static RequireHost<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, ...hosts: string[]): TBuilder;
1180
- static WithDisplayName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, func: Func<EndpointBuilder, System_Internal.String>): TBuilder;
1262
+ static WithDisplayName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, func: Func_2<EndpointBuilder, System_Internal.String>): TBuilder;
1181
1263
  static WithDisplayName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, displayName: string): TBuilder;
1182
- static WithFormMappingOptions<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, maxCollectionSize?: Nullable<System_Internal.Int32>, maxRecursionDepth?: Nullable<System_Internal.Int32>, maxKeySize?: Nullable<System_Internal.Int32>): TBuilder;
1183
- static WithFormOptions<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, bufferBody?: Nullable<System_Internal.Boolean>, memoryBufferThreshold?: Nullable<System_Internal.Int32>, bufferBodyLengthLimit?: Nullable<System_Internal.Int64>, valueCountLimit?: Nullable<System_Internal.Int32>, keyLengthLimit?: Nullable<System_Internal.Int32>, valueLengthLimit?: Nullable<System_Internal.Int32>, multipartBoundaryLengthLimit?: Nullable<System_Internal.Int32>, multipartHeadersCountLimit?: Nullable<System_Internal.Int32>, multipartHeadersLengthLimit?: Nullable<System_Internal.Int32>, multipartBodyLengthLimit?: Nullable<System_Internal.Int64>): TBuilder;
1264
+ static WithFormMappingOptions<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, maxCollectionSize?: Nullable_1<System_Internal.Int32>, maxRecursionDepth?: Nullable_1<System_Internal.Int32>, maxKeySize?: Nullable_1<System_Internal.Int32>): TBuilder;
1265
+ static WithFormOptions<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, bufferBody?: Nullable_1<System_Internal.Boolean>, memoryBufferThreshold?: Nullable_1<System_Internal.Int32>, bufferBodyLengthLimit?: Nullable_1<System_Internal.Int64>, valueCountLimit?: Nullable_1<System_Internal.Int32>, keyLengthLimit?: Nullable_1<System_Internal.Int32>, valueLengthLimit?: Nullable_1<System_Internal.Int32>, multipartBoundaryLengthLimit?: Nullable_1<System_Internal.Int32>, multipartHeadersCountLimit?: Nullable_1<System_Internal.Int32>, multipartHeadersLengthLimit?: Nullable_1<System_Internal.Int32>, multipartBodyLengthLimit?: Nullable_1<System_Internal.Int64>): TBuilder;
1184
1266
  static WithGroupName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, endpointGroupName: string): TBuilder;
1185
1267
  static WithMetadata<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, ...items: unknown[]): TBuilder;
1186
1268
  static WithName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, endpointName: string): TBuilder;
@@ -1198,7 +1280,7 @@ export abstract class RunExtensions$instance {
1198
1280
  export type RunExtensions = RunExtensions$instance;
1199
1281
 
1200
1282
  export abstract class ServerRazorComponentsEndpointConventionBuilderExtensions$instance {
1201
- static AddInteractiveServerRenderMode(builder: RazorComponentsEndpointConventionBuilder, configure: Action<ServerComponentsEndpointOptions>): RazorComponentsEndpointConventionBuilder;
1283
+ static AddInteractiveServerRenderMode(builder: RazorComponentsEndpointConventionBuilder, configure: Action_1<ServerComponentsEndpointOptions>): RazorComponentsEndpointConventionBuilder;
1202
1284
  static AddInteractiveServerRenderMode(builder: RazorComponentsEndpointConventionBuilder): RazorComponentsEndpointConventionBuilder;
1203
1285
  }
1204
1286
 
@@ -1241,8 +1323,8 @@ export type StaticFilesEndpointRouteBuilderExtensions = StaticFilesEndpointRoute
1241
1323
 
1242
1324
  export abstract class StatusCodePagesExtensions$instance {
1243
1325
  static UseStatusCodePages(app: IApplicationBuilder, options: StatusCodePagesOptions): IApplicationBuilder;
1244
- static UseStatusCodePages(app: IApplicationBuilder, configuration: Action<IApplicationBuilder>): IApplicationBuilder;
1245
- static UseStatusCodePages(app: IApplicationBuilder, handler: Func<StatusCodeContext, Task>): IApplicationBuilder;
1326
+ static UseStatusCodePages(app: IApplicationBuilder, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
1327
+ static UseStatusCodePages(app: IApplicationBuilder, handler: Func_2<StatusCodeContext, Task>): IApplicationBuilder;
1246
1328
  static UseStatusCodePages(app: IApplicationBuilder, contentType: string, bodyFormat: string): IApplicationBuilder;
1247
1329
  static UseStatusCodePages(app: IApplicationBuilder): IApplicationBuilder;
1248
1330
  static UseStatusCodePagesWithRedirects(app: IApplicationBuilder, locationFormat: string): IApplicationBuilder;
@@ -1254,8 +1336,8 @@ export abstract class StatusCodePagesExtensions$instance {
1254
1336
  export type StatusCodePagesExtensions = StatusCodePagesExtensions$instance;
1255
1337
 
1256
1338
  export abstract class UseExtensions$instance {
1257
- static Use(app: IApplicationBuilder, middleware: Func<HttpContext, RequestDelegate, Task>): IApplicationBuilder;
1258
- static Use(app: IApplicationBuilder, middleware: Func<HttpContext, Func<Task>, Task>): IApplicationBuilder;
1339
+ static Use(app: IApplicationBuilder, middleware: Func_3<HttpContext, RequestDelegate, Task>): IApplicationBuilder;
1340
+ static Use(app: IApplicationBuilder, middleware: Func_3<HttpContext, Func_1<Task>, Task>): IApplicationBuilder;
1259
1341
  }
1260
1342
 
1261
1343
 
@@ -1277,7 +1359,7 @@ export abstract class UsePathBaseExtensions$instance {
1277
1359
  export type UsePathBaseExtensions = UsePathBaseExtensions$instance;
1278
1360
 
1279
1361
  export abstract class UseWhenExtensions$instance {
1280
- static UseWhen(app: IApplicationBuilder, predicate: Func<HttpContext, System_Internal.Boolean>, configuration: Action<IApplicationBuilder>): IApplicationBuilder;
1362
+ static UseWhen(app: IApplicationBuilder, predicate: Func_2<HttpContext, System_Internal.Boolean>, configuration: Action_1<IApplicationBuilder>): IApplicationBuilder;
1281
1363
  }
1282
1364
 
1283
1365