@tsonic/aspnetcore 10.0.40 → 10.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +175 -172
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +73 -75
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Http/bindings.json +470 -530
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.d.ts +4 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.JSInterop/internal/index.d.ts +46 -48
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/README.md +58 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
- package/__internal/extensions/index.d.ts +417 -419
- package/package.json +4 -4
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Builder
|
|
3
3
|
// Assembly: Microsoft.AspNetCore, Microsoft.AspNetCore.Antiforgery, Microsoft.AspNetCore.Authentication, Microsoft.AspNetCore.Authorization.Policy, Microsoft.AspNetCore.Components.Endpoints, Microsoft.AspNetCore.Components.Server, Microsoft.AspNetCore.CookiePolicy, Microsoft.AspNetCore.Cors, Microsoft.AspNetCore.Diagnostics, Microsoft.AspNetCore.Diagnostics.HealthChecks, Microsoft.AspNetCore.HostFiltering, Microsoft.AspNetCore.Http, Microsoft.AspNetCore.Http.Abstractions, Microsoft.AspNetCore.Http.Connections, Microsoft.AspNetCore.Http.Extensions, Microsoft.AspNetCore.HttpLogging, Microsoft.AspNetCore.HttpOverrides, Microsoft.AspNetCore.HttpsPolicy, Microsoft.AspNetCore.Localization, Microsoft.AspNetCore.Mvc.Core, Microsoft.AspNetCore.Mvc.RazorPages, Microsoft.AspNetCore.Mvc.ViewFeatures, Microsoft.AspNetCore.OutputCaching, Microsoft.AspNetCore.RateLimiting, Microsoft.AspNetCore.RequestDecompression, Microsoft.AspNetCore.ResponseCaching, Microsoft.AspNetCore.ResponseCompression, Microsoft.AspNetCore.Rewrite, Microsoft.AspNetCore.Routing, Microsoft.AspNetCore.Server.IIS, Microsoft.AspNetCore.Server.IISIntegration, Microsoft.AspNetCore.Session, Microsoft.AspNetCore.SignalR, Microsoft.AspNetCore.StaticAssets, Microsoft.AspNetCore.StaticFiles, Microsoft.AspNetCore.WebSockets
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { AuthorizationPolicy, AuthorizationPolicyBuilder, IAuthorizeData } from "../../Microsoft.AspNetCore.Authorization/internal/index.js";
|
|
@@ -60,7 +61,7 @@ export interface IApplicationBuilder$instance {
|
|
|
60
61
|
|
|
61
62
|
ApplicationServices: IServiceProvider;
|
|
62
63
|
readonly ServerFeatures: IFeatureCollection;
|
|
63
|
-
readonly Properties: IDictionary_2<System_Internal.String,
|
|
64
|
+
readonly Properties: IDictionary_2<System_Internal.String, JsValue | null>;
|
|
64
65
|
Build(): RequestDelegate;
|
|
65
66
|
New(): IApplicationBuilder;
|
|
66
67
|
Use(middleware: Func_2<RequestDelegate, RequestDelegate>): IApplicationBuilder;
|
|
@@ -95,7 +96,7 @@ export interface ApplicationBuilder$instance extends IApplicationBuilder$instanc
|
|
|
95
96
|
readonly __tsonic_iface_Microsoft_AspNetCore_Builder_IApplicationBuilder: never;
|
|
96
97
|
|
|
97
98
|
ApplicationServices: IServiceProvider;
|
|
98
|
-
readonly Properties: IDictionary_2<System_Internal.String,
|
|
99
|
+
readonly Properties: IDictionary_2<System_Internal.String, JsValue | null>;
|
|
99
100
|
readonly ServerFeatures: IFeatureCollection;
|
|
100
101
|
Build(): RequestDelegate;
|
|
101
102
|
New(): IApplicationBuilder;
|
|
@@ -105,7 +106,7 @@ export interface ApplicationBuilder$instance extends IApplicationBuilder$instanc
|
|
|
105
106
|
|
|
106
107
|
export const ApplicationBuilder: {
|
|
107
108
|
new(serviceProvider: IServiceProvider): ApplicationBuilder;
|
|
108
|
-
new(serviceProvider: IServiceProvider, server:
|
|
109
|
+
new(serviceProvider: IServiceProvider, server: JsValue): ApplicationBuilder;
|
|
109
110
|
};
|
|
110
111
|
|
|
111
112
|
|
|
@@ -144,7 +145,7 @@ export interface ConfigureHostBuilder$instance extends Microsoft_AspNetCore_Host
|
|
|
144
145
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Infrastructure_ISupportsConfigureWebHost: never;
|
|
145
146
|
readonly __tsonic_iface_Microsoft_Extensions_Hosting_IHostBuilder: never;
|
|
146
147
|
|
|
147
|
-
readonly Properties: IDictionary_2<
|
|
148
|
+
readonly Properties: IDictionary_2<JsValue, JsValue>;
|
|
148
149
|
ConfigureAppConfiguration(configureDelegate: Action_2<HostBuilderContext, IConfigurationBuilder>): IHostBuilder;
|
|
149
150
|
ConfigureContainer<TContainerBuilder>(configureDelegate: Action_2<HostBuilderContext, TContainerBuilder>): IHostBuilder;
|
|
150
151
|
ConfigureHostConfiguration(configureDelegate: Action_1<IConfigurationBuilder>): IHostBuilder;
|
|
@@ -174,8 +175,8 @@ export interface ConfigureWebHostBuilder$instance extends Microsoft_AspNetCore_H
|
|
|
174
175
|
ConfigureAppConfiguration(configureDelegate: Action_2<WebHostBuilderContext, IConfigurationBuilder>): IWebHostBuilder;
|
|
175
176
|
ConfigureServices(configureServices: Action_2<WebHostBuilderContext, IServiceCollection>): IWebHostBuilder;
|
|
176
177
|
ConfigureServices(configureServices: Action_1<IServiceCollection>): IWebHostBuilder;
|
|
177
|
-
GetSetting(key: string): string |
|
|
178
|
-
UseSetting(key: string, value: string): IWebHostBuilder;
|
|
178
|
+
GetSetting(key: string): string | null;
|
|
179
|
+
UseSetting(key: string, value: string | null): IWebHostBuilder;
|
|
179
180
|
}
|
|
180
181
|
|
|
181
182
|
|
|
@@ -236,16 +237,16 @@ export type ControllerActionEndpointConventionBuilder = ControllerActionEndpoint
|
|
|
236
237
|
export interface CookiePolicyOptions$instance {
|
|
237
238
|
readonly __tsonic_type_Microsoft_AspNetCore_Builder_CookiePolicyOptions: never;
|
|
238
239
|
|
|
239
|
-
get CheckConsentNeeded(): Func_2<HttpContext, System_Internal.Boolean> |
|
|
240
|
-
set CheckConsentNeeded(value: Func_2<HttpContext, System_Internal.Boolean> |
|
|
240
|
+
get CheckConsentNeeded(): Func_2<HttpContext, System_Internal.Boolean> | null;
|
|
241
|
+
set CheckConsentNeeded(value: Func_2<HttpContext, System_Internal.Boolean> | null);
|
|
241
242
|
ConsentCookie: CookieBuilder;
|
|
242
243
|
ConsentCookieValue: string;
|
|
243
244
|
HttpOnly: HttpOnlyPolicy;
|
|
244
245
|
MinimumSameSitePolicy: SameSiteMode;
|
|
245
|
-
get OnAppendCookie(): Action_1<AppendCookieContext> |
|
|
246
|
-
set OnAppendCookie(value: Action_1<AppendCookieContext> |
|
|
247
|
-
get OnDeleteCookie(): Action_1<DeleteCookieContext> |
|
|
248
|
-
set OnDeleteCookie(value: Action_1<DeleteCookieContext> |
|
|
246
|
+
get OnAppendCookie(): Action_1<AppendCookieContext> | null;
|
|
247
|
+
set OnAppendCookie(value: Action_1<AppendCookieContext> | null);
|
|
248
|
+
get OnDeleteCookie(): Action_1<DeleteCookieContext> | null;
|
|
249
|
+
set OnDeleteCookie(value: Action_1<DeleteCookieContext> | null);
|
|
249
250
|
Secure: CookieSecurePolicy;
|
|
250
251
|
}
|
|
251
252
|
|
|
@@ -275,8 +276,8 @@ export type DefaultFilesOptions = DefaultFilesOptions$instance;
|
|
|
275
276
|
export interface DeveloperExceptionPageOptions$instance {
|
|
276
277
|
readonly __tsonic_type_Microsoft_AspNetCore_Builder_DeveloperExceptionPageOptions: never;
|
|
277
278
|
|
|
278
|
-
get FileProvider(): IFileProvider |
|
|
279
|
-
set FileProvider(value: IFileProvider |
|
|
279
|
+
get FileProvider(): IFileProvider | null;
|
|
280
|
+
set FileProvider(value: IFileProvider | null);
|
|
280
281
|
SourceCodeLineCount: int;
|
|
281
282
|
}
|
|
282
283
|
|
|
@@ -291,8 +292,8 @@ export type DeveloperExceptionPageOptions = DeveloperExceptionPageOptions$instan
|
|
|
291
292
|
export interface DirectoryBrowserOptions$instance extends SharedOptionsBase {
|
|
292
293
|
readonly __tsonic_type_Microsoft_AspNetCore_Builder_DirectoryBrowserOptions: never;
|
|
293
294
|
|
|
294
|
-
get Formatter(): IDirectoryFormatter |
|
|
295
|
-
set Formatter(value: IDirectoryFormatter |
|
|
295
|
+
get Formatter(): IDirectoryFormatter | null;
|
|
296
|
+
set Formatter(value: IDirectoryFormatter | null);
|
|
296
297
|
}
|
|
297
298
|
|
|
298
299
|
|
|
@@ -308,12 +309,12 @@ export interface EndpointBuilder$instance {
|
|
|
308
309
|
readonly __tsonic_type_Microsoft_AspNetCore_Builder_EndpointBuilder: never;
|
|
309
310
|
|
|
310
311
|
ApplicationServices: IServiceProvider;
|
|
311
|
-
get DisplayName(): string |
|
|
312
|
-
set DisplayName(value: string |
|
|
312
|
+
get DisplayName(): string | null;
|
|
313
|
+
set DisplayName(value: string | null);
|
|
313
314
|
readonly FilterFactories: IList_1<Func_3<EndpointFilterFactoryContext, EndpointFilterDelegate, EndpointFilterDelegate>>;
|
|
314
|
-
readonly Metadata: IList_1<
|
|
315
|
-
get RequestDelegate(): RequestDelegate |
|
|
316
|
-
set RequestDelegate(value: RequestDelegate |
|
|
315
|
+
readonly Metadata: IList_1<JsValue>;
|
|
316
|
+
get RequestDelegate(): RequestDelegate | null;
|
|
317
|
+
set RequestDelegate(value: RequestDelegate | null);
|
|
317
318
|
Build(): Endpoint;
|
|
318
319
|
}
|
|
319
320
|
|
|
@@ -329,13 +330,13 @@ export interface ExceptionHandlerOptions$instance {
|
|
|
329
330
|
|
|
330
331
|
AllowStatusCode404Response: boolean;
|
|
331
332
|
CreateScopeForErrors: boolean;
|
|
332
|
-
get ExceptionHandler(): RequestDelegate |
|
|
333
|
-
set ExceptionHandler(value: RequestDelegate |
|
|
333
|
+
get ExceptionHandler(): RequestDelegate | null;
|
|
334
|
+
set ExceptionHandler(value: RequestDelegate | null);
|
|
334
335
|
ExceptionHandlingPath: PathString;
|
|
335
|
-
get StatusCodeSelector(): Func_2<Exception, System_Internal.Int32> |
|
|
336
|
-
set StatusCodeSelector(value: Func_2<Exception, System_Internal.Int32> |
|
|
337
|
-
get SuppressDiagnosticsCallback(): Func_2<ExceptionHandlerSuppressDiagnosticsContext, System_Internal.Boolean> |
|
|
338
|
-
set SuppressDiagnosticsCallback(value: Func_2<ExceptionHandlerSuppressDiagnosticsContext, System_Internal.Boolean> |
|
|
336
|
+
get StatusCodeSelector(): Func_2<Exception, System_Internal.Int32> | null;
|
|
337
|
+
set StatusCodeSelector(value: Func_2<Exception, System_Internal.Int32> | null);
|
|
338
|
+
get SuppressDiagnosticsCallback(): Func_2<ExceptionHandlerSuppressDiagnosticsContext, System_Internal.Boolean> | null;
|
|
339
|
+
set SuppressDiagnosticsCallback(value: Func_2<ExceptionHandlerSuppressDiagnosticsContext, System_Internal.Boolean> | null);
|
|
339
340
|
}
|
|
340
341
|
|
|
341
342
|
|
|
@@ -396,8 +397,8 @@ export type ForwardedHeadersOptions = ForwardedHeadersOptions$instance;
|
|
|
396
397
|
export interface HttpMethodOverrideOptions$instance {
|
|
397
398
|
readonly __tsonic_type_Microsoft_AspNetCore_Builder_HttpMethodOverrideOptions: never;
|
|
398
399
|
|
|
399
|
-
get FormFieldName(): string |
|
|
400
|
-
set FormFieldName(value: string |
|
|
400
|
+
get FormFieldName(): string | null;
|
|
401
|
+
set FormFieldName(value: string | null);
|
|
401
402
|
}
|
|
402
403
|
|
|
403
404
|
|
|
@@ -433,8 +434,8 @@ export type HubEndpointConventionBuilder = HubEndpointConventionBuilder$instance
|
|
|
433
434
|
export interface IISOptions$instance {
|
|
434
435
|
readonly __tsonic_type_Microsoft_AspNetCore_Builder_IISOptions: never;
|
|
435
436
|
|
|
436
|
-
get AuthenticationDisplayName(): string |
|
|
437
|
-
set AuthenticationDisplayName(value: string |
|
|
437
|
+
get AuthenticationDisplayName(): string | null;
|
|
438
|
+
set AuthenticationDisplayName(value: string | null);
|
|
438
439
|
AutomaticAuthentication: boolean;
|
|
439
440
|
ForwardClientCertificate: boolean;
|
|
440
441
|
}
|
|
@@ -451,8 +452,8 @@ export interface IISServerOptions$instance {
|
|
|
451
452
|
readonly __tsonic_type_Microsoft_AspNetCore_Builder_IISServerOptions: never;
|
|
452
453
|
|
|
453
454
|
AllowSynchronousIO: boolean;
|
|
454
|
-
get AuthenticationDisplayName(): string |
|
|
455
|
-
set AuthenticationDisplayName(value: string |
|
|
455
|
+
get AuthenticationDisplayName(): string | null;
|
|
456
|
+
set AuthenticationDisplayName(value: string | null);
|
|
456
457
|
AutomaticAuthentication: boolean;
|
|
457
458
|
MaxRequestBodyBufferSize: int;
|
|
458
459
|
get MaxRequestBodySize(): Nullable_1<System_Internal.Int64>;
|
|
@@ -518,10 +519,10 @@ export interface RequestLocalizationOptions$instance {
|
|
|
518
519
|
FallBackToParentCultures: boolean;
|
|
519
520
|
FallBackToParentUICultures: boolean;
|
|
520
521
|
RequestCultureProviders: IList_1<IRequestCultureProvider>;
|
|
521
|
-
get SupportedCultures(): IList_1<CultureInfo> |
|
|
522
|
-
set SupportedCultures(value: IList_1<CultureInfo> |
|
|
523
|
-
get SupportedUICultures(): IList_1<CultureInfo> |
|
|
524
|
-
set SupportedUICultures(value: IList_1<CultureInfo> |
|
|
522
|
+
get SupportedCultures(): IList_1<CultureInfo> | null;
|
|
523
|
+
set SupportedCultures(value: IList_1<CultureInfo> | null);
|
|
524
|
+
get SupportedUICultures(): IList_1<CultureInfo> | null;
|
|
525
|
+
set SupportedUICultures(value: IList_1<CultureInfo> | null);
|
|
525
526
|
AddSupportedCultures(...cultures: string[]): RequestLocalizationOptions;
|
|
526
527
|
AddSupportedUICultures(...uiCultures: string[]): RequestLocalizationOptions;
|
|
527
528
|
SetDefaultCulture(defaultCulture: string): RequestLocalizationOptions;
|
|
@@ -591,8 +592,8 @@ export interface StaticFileOptions$instance extends SharedOptionsBase {
|
|
|
591
592
|
readonly __tsonic_type_Microsoft_AspNetCore_Builder_StaticFileOptions: never;
|
|
592
593
|
|
|
593
594
|
ContentTypeProvider: IContentTypeProvider;
|
|
594
|
-
get DefaultContentType(): string |
|
|
595
|
-
set DefaultContentType(value: string |
|
|
595
|
+
get DefaultContentType(): string | null;
|
|
596
|
+
set DefaultContentType(value: string | null);
|
|
596
597
|
HttpsCompression: HttpsCompressionMode;
|
|
597
598
|
OnPrepareResponse: Action_1<StaticFileResponseContext>;
|
|
598
599
|
OnPrepareResponseAsync: Func_2<StaticFileResponseContext, Task>;
|
|
@@ -639,8 +640,8 @@ export interface WebApplication$instance extends IApplicationBuilder$instance, M
|
|
|
639
640
|
readonly Services: IServiceProvider;
|
|
640
641
|
readonly Urls: ICollection_1<System_Internal.String>;
|
|
641
642
|
DisposeAsync(): ValueTask;
|
|
642
|
-
Run(url?: string): void;
|
|
643
|
-
RunAsync(url?: string): Task;
|
|
643
|
+
Run(url?: string | null): void;
|
|
644
|
+
RunAsync(url?: string | null): Task;
|
|
644
645
|
StartAsync(cancellationToken?: CancellationToken): Task;
|
|
645
646
|
StopAsync(cancellationToken?: CancellationToken): Task;
|
|
646
647
|
Use(middleware: Func_2<RequestDelegate, RequestDelegate>): IApplicationBuilder;
|
|
@@ -648,7 +649,7 @@ export interface WebApplication$instance extends IApplicationBuilder$instance, M
|
|
|
648
649
|
|
|
649
650
|
|
|
650
651
|
export const WebApplication: {
|
|
651
|
-
Create(args?: string[]): WebApplication;
|
|
652
|
+
Create(args?: string[] | null): WebApplication;
|
|
652
653
|
CreateBuilder(): WebApplicationBuilder;
|
|
653
654
|
CreateBuilder(options: WebApplicationOptions): WebApplicationBuilder;
|
|
654
655
|
CreateBuilder(args: string[]): WebApplicationBuilder;
|
|
@@ -692,16 +693,16 @@ export type WebApplicationBuilder = WebApplicationBuilder$instance;
|
|
|
692
693
|
export interface WebApplicationOptions$instance {
|
|
693
694
|
readonly __tsonic_type_Microsoft_AspNetCore_Builder_WebApplicationOptions: never;
|
|
694
695
|
|
|
695
|
-
get ApplicationName(): string |
|
|
696
|
-
set ApplicationName(value: string |
|
|
697
|
-
get Args(): string[] |
|
|
698
|
-
set Args(value: string[] |
|
|
699
|
-
get ContentRootPath(): string |
|
|
700
|
-
set ContentRootPath(value: string |
|
|
701
|
-
get EnvironmentName(): string |
|
|
702
|
-
set EnvironmentName(value: string |
|
|
703
|
-
get WebRootPath(): string |
|
|
704
|
-
set WebRootPath(value: string |
|
|
696
|
+
get ApplicationName(): string | null;
|
|
697
|
+
set ApplicationName(value: string | null);
|
|
698
|
+
get Args(): string[] | null;
|
|
699
|
+
set Args(value: string[] | null);
|
|
700
|
+
get ContentRootPath(): string | null;
|
|
701
|
+
set ContentRootPath(value: string | null);
|
|
702
|
+
get EnvironmentName(): string | null;
|
|
703
|
+
set EnvironmentName(value: string | null);
|
|
704
|
+
get WebRootPath(): string | null;
|
|
705
|
+
set WebRootPath(value: string | null);
|
|
705
706
|
}
|
|
706
707
|
|
|
707
708
|
|
|
@@ -804,7 +805,7 @@ export abstract class ComponentEndpointRouteBuilderExtensions$instance {
|
|
|
804
805
|
export type ComponentEndpointRouteBuilderExtensions = ComponentEndpointRouteBuilderExtensions$instance;
|
|
805
806
|
|
|
806
807
|
export abstract class ConnectionEndpointRouteBuilderExtensions$instance {
|
|
807
|
-
static MapConnectionHandler<TConnectionHandler extends ConnectionHandler>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions: Action_1<HttpConnectionDispatcherOptions>): ConnectionEndpointRouteBuilder;
|
|
808
|
+
static MapConnectionHandler<TConnectionHandler extends ConnectionHandler>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions: Action_1<HttpConnectionDispatcherOptions> | null): ConnectionEndpointRouteBuilder;
|
|
808
809
|
static MapConnectionHandler<TConnectionHandler extends ConnectionHandler>(endpoints: IEndpointRouteBuilder, pattern: string): ConnectionEndpointRouteBuilder;
|
|
809
810
|
static MapConnections(endpoints: IEndpointRouteBuilder, pattern: string, options: HttpConnectionDispatcherOptions, configure: Action_1<IConnectionBuilder>): ConnectionEndpointRouteBuilder;
|
|
810
811
|
static MapConnections(endpoints: IEndpointRouteBuilder, pattern: string, configure: Action_1<IConnectionBuilder>): ConnectionEndpointRouteBuilder;
|
|
@@ -821,12 +822,12 @@ export abstract class ControllerActionEndpointConventionBuilderResourceCollectio
|
|
|
821
822
|
export type ControllerActionEndpointConventionBuilderResourceCollectionExtensions = ControllerActionEndpointConventionBuilderResourceCollectionExtensions$instance;
|
|
822
823
|
|
|
823
824
|
export abstract class ControllerEndpointRouteBuilderExtensions$instance {
|
|
824
|
-
static MapAreaControllerRoute(endpoints: IEndpointRouteBuilder, name: string, areaName: string, pattern: string, defaults?:
|
|
825
|
-
static MapControllerRoute(endpoints: IEndpointRouteBuilder, name: string, pattern: string, defaults?:
|
|
825
|
+
static MapAreaControllerRoute(endpoints: IEndpointRouteBuilder, name: string, areaName: string, pattern: string, defaults?: JsValue | null, constraints?: JsValue | null, dataTokens?: JsValue | null): ControllerActionEndpointConventionBuilder;
|
|
826
|
+
static MapControllerRoute(endpoints: IEndpointRouteBuilder, name: string, pattern: string, defaults?: JsValue | null, constraints?: JsValue | null, dataTokens?: JsValue | null): ControllerActionEndpointConventionBuilder;
|
|
826
827
|
static MapControllers(endpoints: IEndpointRouteBuilder): ControllerActionEndpointConventionBuilder;
|
|
827
828
|
static MapDefaultControllerRoute(endpoints: IEndpointRouteBuilder): ControllerActionEndpointConventionBuilder;
|
|
828
|
-
static MapDynamicControllerRoute<TTransformer extends DynamicRouteValueTransformer>(endpoints: IEndpointRouteBuilder, pattern: string, state:
|
|
829
|
-
static MapDynamicControllerRoute<TTransformer extends DynamicRouteValueTransformer>(endpoints: IEndpointRouteBuilder, pattern: string, state:
|
|
829
|
+
static MapDynamicControllerRoute<TTransformer extends DynamicRouteValueTransformer>(endpoints: IEndpointRouteBuilder, pattern: string, state: JsValue, order: int): void;
|
|
830
|
+
static MapDynamicControllerRoute<TTransformer extends DynamicRouteValueTransformer>(endpoints: IEndpointRouteBuilder, pattern: string, state: JsValue | null): void;
|
|
830
831
|
static MapDynamicControllerRoute<TTransformer extends DynamicRouteValueTransformer>(endpoints: IEndpointRouteBuilder, pattern: string): void;
|
|
831
832
|
static MapFallbackToAreaController(endpoints: IEndpointRouteBuilder, pattern: string, action: string, controller: string, area: string): IEndpointConventionBuilder;
|
|
832
833
|
static MapFallbackToAreaController(endpoints: IEndpointRouteBuilder, action: string, controller: string, area: string): IEndpointConventionBuilder;
|
|
@@ -1062,7 +1063,7 @@ export abstract class HttpsRedirectionServicesExtensions$instance {
|
|
|
1062
1063
|
export type HttpsRedirectionServicesExtensions = HttpsRedirectionServicesExtensions$instance;
|
|
1063
1064
|
|
|
1064
1065
|
export abstract class HubEndpointRouteBuilderExtensions$instance {
|
|
1065
|
-
static MapHub<THub extends Hub>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions: Action_1<HttpConnectionDispatcherOptions>): HubEndpointConventionBuilder;
|
|
1066
|
+
static MapHub<THub extends Hub>(endpoints: IEndpointRouteBuilder, pattern: string, configureOptions: Action_1<HttpConnectionDispatcherOptions> | null): HubEndpointConventionBuilder;
|
|
1066
1067
|
static MapHub<THub extends Hub>(endpoints: IEndpointRouteBuilder, pattern: string): HubEndpointConventionBuilder;
|
|
1067
1068
|
}
|
|
1068
1069
|
|
|
@@ -1079,10 +1080,10 @@ export abstract class MapExtensions$instance {
|
|
|
1079
1080
|
export type MapExtensions = MapExtensions$instance;
|
|
1080
1081
|
|
|
1081
1082
|
export abstract class MapRouteRouteBuilderExtensions$instance {
|
|
1082
|
-
static MapRoute(routeBuilder: IRouteBuilder, name: string, template: string, defaults:
|
|
1083
|
-
static MapRoute(routeBuilder: IRouteBuilder, name: string, template: string, defaults:
|
|
1084
|
-
static MapRoute(routeBuilder: IRouteBuilder, name: string, template: string, defaults:
|
|
1085
|
-
static MapRoute(routeBuilder: IRouteBuilder, name: string, template: string): IRouteBuilder;
|
|
1083
|
+
static MapRoute(routeBuilder: IRouteBuilder, name: string | null, template: string | null, defaults: JsValue | null, constraints: JsValue | null, dataTokens: JsValue | null): IRouteBuilder;
|
|
1084
|
+
static MapRoute(routeBuilder: IRouteBuilder, name: string | null, template: string | null, defaults: JsValue | null, constraints: JsValue | null): IRouteBuilder;
|
|
1085
|
+
static MapRoute(routeBuilder: IRouteBuilder, name: string | null, template: string | null, defaults: JsValue | null): IRouteBuilder;
|
|
1086
|
+
static MapRoute(routeBuilder: IRouteBuilder, name: string | null, template: string | null): IRouteBuilder;
|
|
1086
1087
|
}
|
|
1087
1088
|
|
|
1088
1089
|
|
|
@@ -1105,10 +1106,10 @@ export abstract class MvcApplicationBuilderExtensions$instance {
|
|
|
1105
1106
|
export type MvcApplicationBuilderExtensions = MvcApplicationBuilderExtensions$instance;
|
|
1106
1107
|
|
|
1107
1108
|
export abstract class MvcAreaRouteBuilderExtensions$instance {
|
|
1108
|
-
static MapAreaRoute(routeBuilder: IRouteBuilder, name: string, areaName: string, template: string, defaults:
|
|
1109
|
-
static MapAreaRoute(routeBuilder: IRouteBuilder, name: string, areaName: string, template: string, defaults:
|
|
1110
|
-
static MapAreaRoute(routeBuilder: IRouteBuilder, name: string, areaName: string, template: string, defaults:
|
|
1111
|
-
static MapAreaRoute(routeBuilder: IRouteBuilder, name: string, areaName: string, template: string): IRouteBuilder;
|
|
1109
|
+
static MapAreaRoute(routeBuilder: IRouteBuilder, name: string, areaName: string, template: string | null, defaults: JsValue | null, constraints: JsValue | null, dataTokens: JsValue | null): IRouteBuilder;
|
|
1110
|
+
static MapAreaRoute(routeBuilder: IRouteBuilder, name: string, areaName: string, template: string | null, defaults: JsValue | null, constraints: JsValue | null): IRouteBuilder;
|
|
1111
|
+
static MapAreaRoute(routeBuilder: IRouteBuilder, name: string, areaName: string, template: string | null, defaults: JsValue | null): IRouteBuilder;
|
|
1112
|
+
static MapAreaRoute(routeBuilder: IRouteBuilder, name: string, areaName: string, template: string | null): IRouteBuilder;
|
|
1112
1113
|
}
|
|
1113
1114
|
|
|
1114
1115
|
|
|
@@ -1122,7 +1123,7 @@ export abstract class OutputCacheApplicationBuilderExtensions$instance {
|
|
|
1122
1123
|
export type OutputCacheApplicationBuilderExtensions = OutputCacheApplicationBuilderExtensions$instance;
|
|
1123
1124
|
|
|
1124
1125
|
export abstract class PageActionEndpointConventionBuilderResourceCollectionExtensions$instance {
|
|
1125
|
-
static WithStaticAssets(builder: PageActionEndpointConventionBuilder, manifestPath?: string): PageActionEndpointConventionBuilder;
|
|
1126
|
+
static WithStaticAssets(builder: PageActionEndpointConventionBuilder, manifestPath?: string | null): PageActionEndpointConventionBuilder;
|
|
1126
1127
|
}
|
|
1127
1128
|
|
|
1128
1129
|
|
|
@@ -1155,7 +1156,7 @@ export type RateLimiterServiceCollectionExtensions = RateLimiterServiceCollectio
|
|
|
1155
1156
|
|
|
1156
1157
|
export abstract class RazorComponentsEndpointConventionBuilderExtensions$instance {
|
|
1157
1158
|
static AddAdditionalAssemblies(builder: RazorComponentsEndpointConventionBuilder, ...assemblies: Assembly[]): RazorComponentsEndpointConventionBuilder;
|
|
1158
|
-
static WithStaticAssets(builder: RazorComponentsEndpointConventionBuilder, manifestPath?: string): RazorComponentsEndpointConventionBuilder;
|
|
1159
|
+
static WithStaticAssets(builder: RazorComponentsEndpointConventionBuilder, manifestPath?: string | null): RazorComponentsEndpointConventionBuilder;
|
|
1159
1160
|
}
|
|
1160
1161
|
|
|
1161
1162
|
|
|
@@ -1169,8 +1170,8 @@ export abstract class RazorComponentsEndpointRouteBuilderExtensions$instance {
|
|
|
1169
1170
|
export type RazorComponentsEndpointRouteBuilderExtensions = RazorComponentsEndpointRouteBuilderExtensions$instance;
|
|
1170
1171
|
|
|
1171
1172
|
export abstract class RazorPagesEndpointRouteBuilderExtensions$instance {
|
|
1172
|
-
static MapDynamicPageRoute<TTransformer extends DynamicRouteValueTransformer>(endpoints: IEndpointRouteBuilder, pattern: string, state:
|
|
1173
|
-
static MapDynamicPageRoute<TTransformer extends DynamicRouteValueTransformer>(endpoints: IEndpointRouteBuilder, pattern: string, state:
|
|
1173
|
+
static MapDynamicPageRoute<TTransformer extends DynamicRouteValueTransformer>(endpoints: IEndpointRouteBuilder, pattern: string, state: JsValue, order: int): void;
|
|
1174
|
+
static MapDynamicPageRoute<TTransformer extends DynamicRouteValueTransformer>(endpoints: IEndpointRouteBuilder, pattern: string, state: JsValue | null): void;
|
|
1174
1175
|
static MapDynamicPageRoute<TTransformer extends DynamicRouteValueTransformer>(endpoints: IEndpointRouteBuilder, pattern: string): void;
|
|
1175
1176
|
static MapFallbackToAreaPage(endpoints: IEndpointRouteBuilder, pattern: string, page: string, area: string): IEndpointConventionBuilder;
|
|
1176
1177
|
static MapFallbackToAreaPage(endpoints: IEndpointRouteBuilder, page: string, area: string): IEndpointConventionBuilder;
|
|
@@ -1266,7 +1267,7 @@ export abstract class RoutingEndpointConventionBuilderExtensions$instance {
|
|
|
1266
1267
|
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;
|
|
1267
1268
|
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;
|
|
1268
1269
|
static WithGroupName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, endpointGroupName: string): TBuilder;
|
|
1269
|
-
static WithMetadata<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, ...items:
|
|
1270
|
+
static WithMetadata<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, ...items: JsValue[]): TBuilder;
|
|
1270
1271
|
static WithName<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, endpointName: string): TBuilder;
|
|
1271
1272
|
static WithOrder<TBuilder extends IEndpointConventionBuilder>(builder: TBuilder, order: int): TBuilder;
|
|
1272
1273
|
}
|
|
@@ -1298,7 +1299,7 @@ export abstract class SessionMiddlewareExtensions$instance {
|
|
|
1298
1299
|
export type SessionMiddlewareExtensions = SessionMiddlewareExtensions$instance;
|
|
1299
1300
|
|
|
1300
1301
|
export abstract class StaticAssetsEndpointRouteBuilderExtensions$instance {
|
|
1301
|
-
static MapStaticAssets(endpoints: IEndpointRouteBuilder, staticAssetsManifestPath?: string): StaticAssetsEndpointConventionBuilder;
|
|
1302
|
+
static MapStaticAssets(endpoints: IEndpointRouteBuilder, staticAssetsManifestPath?: string | null): StaticAssetsEndpointConventionBuilder;
|
|
1302
1303
|
}
|
|
1303
1304
|
|
|
1304
1305
|
|
|
@@ -1330,7 +1331,7 @@ export abstract class StatusCodePagesExtensions$instance {
|
|
|
1330
1331
|
static UseStatusCodePages(app: IApplicationBuilder, contentType: string, bodyFormat: string): IApplicationBuilder;
|
|
1331
1332
|
static UseStatusCodePages(app: IApplicationBuilder): IApplicationBuilder;
|
|
1332
1333
|
static UseStatusCodePagesWithRedirects(app: IApplicationBuilder, locationFormat: string): IApplicationBuilder;
|
|
1333
|
-
static UseStatusCodePagesWithReExecute(app: IApplicationBuilder, pathFormat: string, queryFormat?: string, createScopeForStatusCodePages?: boolean): IApplicationBuilder;
|
|
1334
|
+
static UseStatusCodePagesWithReExecute(app: IApplicationBuilder, pathFormat: string, queryFormat?: string | null, createScopeForStatusCodePages?: boolean): IApplicationBuilder;
|
|
1334
1335
|
static UseStatusCodePagesWithReExecute(app: IApplicationBuilder, pathFormat: string, queryFormat: string): IApplicationBuilder;
|
|
1335
1336
|
}
|
|
1336
1337
|
|
|
@@ -1346,8 +1347,8 @@ export abstract class UseExtensions$instance {
|
|
|
1346
1347
|
export type UseExtensions = UseExtensions$instance;
|
|
1347
1348
|
|
|
1348
1349
|
export abstract class UseMiddlewareExtensions$instance {
|
|
1349
|
-
static UseMiddleware<TMiddleware>(app: IApplicationBuilder, ...args:
|
|
1350
|
-
static UseMiddleware(app: IApplicationBuilder, middleware: Type, ...args:
|
|
1350
|
+
static UseMiddleware<TMiddleware>(app: IApplicationBuilder, ...args: (JsValue | null)[]): IApplicationBuilder;
|
|
1351
|
+
static UseMiddleware(app: IApplicationBuilder, middleware: Type, ...args: (JsValue | null)[]): IApplicationBuilder;
|
|
1351
1352
|
}
|
|
1352
1353
|
|
|
1353
1354
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Builder.Extensions
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Http.Abstractions
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { HttpContext, PathString, RequestDelegate } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
@@ -28,8 +29,8 @@ export type MapMiddleware = MapMiddleware$instance;
|
|
|
28
29
|
export interface MapOptions$instance {
|
|
29
30
|
readonly __tsonic_type_Microsoft_AspNetCore_Builder_Extensions_MapOptions: never;
|
|
30
31
|
|
|
31
|
-
get Branch(): RequestDelegate |
|
|
32
|
-
set Branch(value: RequestDelegate |
|
|
32
|
+
get Branch(): RequestDelegate | null;
|
|
33
|
+
set Branch(value: RequestDelegate | null);
|
|
33
34
|
PathMatch: PathString;
|
|
34
35
|
PreserveMatchedPathSegment: boolean;
|
|
35
36
|
}
|
|
@@ -59,10 +60,10 @@ export type MapWhenMiddleware = MapWhenMiddleware$instance;
|
|
|
59
60
|
export interface MapWhenOptions$instance {
|
|
60
61
|
readonly __tsonic_type_Microsoft_AspNetCore_Builder_Extensions_MapWhenOptions: never;
|
|
61
62
|
|
|
62
|
-
get Branch(): RequestDelegate |
|
|
63
|
-
set Branch(value: RequestDelegate |
|
|
64
|
-
get Predicate(): Func_2<HttpContext, System_Internal.Boolean> |
|
|
65
|
-
set Predicate(value: Func_2<HttpContext, System_Internal.Boolean> |
|
|
63
|
+
get Branch(): RequestDelegate | null;
|
|
64
|
+
set Branch(value: RequestDelegate | null);
|
|
65
|
+
get Predicate(): Func_2<HttpContext, System_Internal.Boolean> | null;
|
|
66
|
+
set Predicate(value: Func_2<HttpContext, System_Internal.Boolean> | null);
|
|
66
67
|
}
|
|
67
68
|
|
|
68
69
|
|
|
@@ -1125,7 +1125,10 @@
|
|
|
1125
1125
|
"isLiteral": false,
|
|
1126
1126
|
"visibility": "Public",
|
|
1127
1127
|
"declaringClrType": "Microsoft.AspNetCore.Components.EventCallback\u00601",
|
|
1128
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components"
|
|
1128
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1129
|
+
"emitSemantics": {
|
|
1130
|
+
"callableStaticAccessorKind": "field"
|
|
1131
|
+
}
|
|
1129
1132
|
}
|
|
1130
1133
|
],
|
|
1131
1134
|
"events": [],
|