@tsonic/aspnetcore 10.0.5 → 10.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
- package/Microsoft.JSInterop/internal/index.d.ts +65 -53
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
- package/System.Formats.Cbor/internal/index.d.ts +27 -21
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
- package/__internal/extensions/index.d.ts +1648 -1351
- package/package.json +4 -4
|
@@ -7,27 +7,31 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { HttpContext, RequestDelegate } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
10
|
-
import type {
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import type {
|
|
14
|
-
import type {
|
|
15
|
-
import type {
|
|
10
|
+
import type { IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
11
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
14
|
+
import type { ILogger_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
15
|
+
import type { IOptionsMonitor_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export interface HostFilteringMiddleware$instance {
|
|
18
|
+
readonly __tsonic_type_Microsoft_AspNetCore_HostFiltering_HostFilteringMiddleware: never;
|
|
19
|
+
|
|
18
20
|
Invoke(context: HttpContext): Task;
|
|
19
21
|
}
|
|
20
22
|
|
|
21
23
|
|
|
22
24
|
export const HostFilteringMiddleware: {
|
|
23
|
-
new(next: RequestDelegate, logger:
|
|
25
|
+
new(next: RequestDelegate, logger: ILogger_1<HostFilteringMiddleware>, optionsMonitor: IOptionsMonitor_1<HostFilteringOptions>): HostFilteringMiddleware;
|
|
24
26
|
};
|
|
25
27
|
|
|
26
28
|
|
|
27
29
|
export type HostFilteringMiddleware = HostFilteringMiddleware$instance;
|
|
28
30
|
|
|
29
31
|
export interface HostFilteringOptions$instance {
|
|
30
|
-
|
|
32
|
+
readonly __tsonic_type_Microsoft_AspNetCore_HostFiltering_HostFilteringOptions: never;
|
|
33
|
+
|
|
34
|
+
AllowedHosts: IList_1<System_Internal.String>;
|
|
31
35
|
AllowEmptyHosts: boolean;
|
|
32
36
|
IncludeFailureMessage: boolean;
|
|
33
37
|
}
|
|
@@ -15,19 +15,19 @@ import type { HttpsConnectionAdapterOptions, TlsHandshakeCallbackOptions } from
|
|
|
15
15
|
import type { NamedPipeTransportOptions } from "../../Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.js";
|
|
16
16
|
import type { QuicTransportOptions } from "../../Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.js";
|
|
17
17
|
import type { SocketTransportOptions } from "../../Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.js";
|
|
18
|
-
import
|
|
19
|
-
import type {
|
|
20
|
-
import type {
|
|
21
|
-
import type {
|
|
22
|
-
import
|
|
23
|
-
import type {
|
|
24
|
-
import type { IConfiguration, IConfigurationBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration.js";
|
|
25
|
-
import * as Microsoft_Extensions_DependencyInjection_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
|
|
26
|
-
import type { IServiceCollection,
|
|
27
|
-
import type { IFileProvider } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders.js";
|
|
28
|
-
import * as Microsoft_Extensions_Hosting_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting.js";
|
|
29
|
-
import type { IHostEnvironment } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting.js";
|
|
30
|
-
import type { ILoggingBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
18
|
+
import type { ServerOptionsSelectionCallback } from "@tsonic/dotnet/System.Net.Security/internal/index.js";
|
|
19
|
+
import type { StoreLocation, StoreName, X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
|
|
20
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
21
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
22
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
23
|
+
import type { Action_1, Action_2, Attribute, Boolean as ClrBoolean, Func_2, IDisposable, IServiceProvider, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
24
|
+
import type { IConfiguration, IConfigurationBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration/internal/index.js";
|
|
25
|
+
import * as Microsoft_Extensions_DependencyInjection_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
26
|
+
import type { IServiceCollection, IServiceProviderFactory_1, ServiceProviderOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
27
|
+
import type { IFileProvider } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders/internal/index.js";
|
|
28
|
+
import * as Microsoft_Extensions_Hosting_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting/internal/index.js";
|
|
29
|
+
import type { IHostEnvironment } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting/internal/index.js";
|
|
30
|
+
import type { ILoggingBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
31
31
|
|
|
32
32
|
export interface IApplicationLifetime$instance {
|
|
33
33
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IApplicationLifetime: never;
|
|
@@ -77,7 +77,7 @@ export type IStartup = IStartup$instance;
|
|
|
77
77
|
export interface IStartupConfigureContainerFilter_1$instance<TContainerBuilder> {
|
|
78
78
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IStartupConfigureContainerFilter_1: never;
|
|
79
79
|
|
|
80
|
-
ConfigureContainer(container:
|
|
80
|
+
ConfigureContainer(container: Action_1<TContainerBuilder>): Action_1<TContainerBuilder>;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
|
|
@@ -86,7 +86,7 @@ export type IStartupConfigureContainerFilter_1<TContainerBuilder> = IStartupConf
|
|
|
86
86
|
export interface IStartupConfigureServicesFilter$instance {
|
|
87
87
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IStartupConfigureServicesFilter: never;
|
|
88
88
|
|
|
89
|
-
ConfigureServices(next:
|
|
89
|
+
ConfigureServices(next: Action_1<IServiceCollection>): Action_1<IServiceCollection>;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
|
|
@@ -95,7 +95,7 @@ export type IStartupConfigureServicesFilter = IStartupConfigureServicesFilter$in
|
|
|
95
95
|
export interface IStartupFilter$instance {
|
|
96
96
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IStartupFilter: never;
|
|
97
97
|
|
|
98
|
-
Configure(next:
|
|
98
|
+
Configure(next: Action_1<IApplicationBuilder>): Action_1<IApplicationBuilder>;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
|
|
@@ -119,8 +119,8 @@ export interface IWebHostBuilder$instance {
|
|
|
119
119
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IWebHostBuilder: never;
|
|
120
120
|
|
|
121
121
|
Build(): IWebHost;
|
|
122
|
-
ConfigureAppConfiguration(configureDelegate:
|
|
123
|
-
ConfigureServices(configureServices:
|
|
122
|
+
ConfigureAppConfiguration(configureDelegate: Action_2<WebHostBuilderContext, IConfigurationBuilder>): IWebHostBuilder;
|
|
123
|
+
ConfigureServices(configureServices: Action_1<IServiceCollection>): IWebHostBuilder;
|
|
124
124
|
GetSetting(key: string): string | undefined;
|
|
125
125
|
UseSetting(key: string, value: string): IWebHostBuilder;
|
|
126
126
|
}
|
|
@@ -141,6 +141,8 @@ export interface IWebHostEnvironment$instance extends Microsoft_Extensions_Hosti
|
|
|
141
141
|
export type IWebHostEnvironment = IWebHostEnvironment$instance;
|
|
142
142
|
|
|
143
143
|
export interface DelegateStartup$instance extends StartupBase_1$instance<IServiceCollection> {
|
|
144
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Hosting_DelegateStartup: never;
|
|
145
|
+
|
|
144
146
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IStartup: never;
|
|
145
147
|
|
|
146
148
|
Configure(app: IApplicationBuilder): void;
|
|
@@ -150,7 +152,7 @@ export interface DelegateStartup$instance extends StartupBase_1$instance<IServic
|
|
|
150
152
|
|
|
151
153
|
|
|
152
154
|
export const DelegateStartup: {
|
|
153
|
-
new(factory:
|
|
155
|
+
new(factory: IServiceProviderFactory_1<IServiceCollection>, configureApp: Action_1<IApplicationBuilder>): DelegateStartup;
|
|
154
156
|
};
|
|
155
157
|
|
|
156
158
|
|
|
@@ -162,6 +164,8 @@ export type DelegateStartup = DelegateStartup$instance & __DelegateStartup$views
|
|
|
162
164
|
|
|
163
165
|
|
|
164
166
|
export interface HostingStartupAttribute$instance extends Attribute {
|
|
167
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Hosting_HostingStartupAttribute: never;
|
|
168
|
+
|
|
165
169
|
readonly HostingStartupType: Type;
|
|
166
170
|
}
|
|
167
171
|
|
|
@@ -174,6 +178,8 @@ export const HostingStartupAttribute: {
|
|
|
174
178
|
export type HostingStartupAttribute = HostingStartupAttribute$instance;
|
|
175
179
|
|
|
176
180
|
export interface StartupBase$instance {
|
|
181
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Hosting_StartupBase: never;
|
|
182
|
+
|
|
177
183
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IStartup: never;
|
|
178
184
|
|
|
179
185
|
Configure(app: IApplicationBuilder): void;
|
|
@@ -194,6 +200,8 @@ export type StartupBase = StartupBase$instance & __StartupBase$views;
|
|
|
194
200
|
|
|
195
201
|
|
|
196
202
|
export interface StartupBase_1$instance<TBuilder> extends StartupBase$instance {
|
|
203
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Hosting_StartupBase_1: never;
|
|
204
|
+
|
|
197
205
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IStartup: never;
|
|
198
206
|
|
|
199
207
|
Configure(app: IApplicationBuilder): void;
|
|
@@ -204,7 +212,7 @@ export interface StartupBase_1$instance<TBuilder> extends StartupBase$instance {
|
|
|
204
212
|
}
|
|
205
213
|
|
|
206
214
|
|
|
207
|
-
export const StartupBase_1: (abstract new<TBuilder>(factory:
|
|
215
|
+
export const StartupBase_1: (abstract new<TBuilder>(factory: IServiceProviderFactory_1<TBuilder>) => StartupBase_1<TBuilder>) & {
|
|
208
216
|
};
|
|
209
217
|
|
|
210
218
|
|
|
@@ -215,13 +223,15 @@ export interface __StartupBase_1$views<TBuilder> {
|
|
|
215
223
|
export type StartupBase_1<TBuilder> = StartupBase_1$instance<TBuilder> & __StartupBase_1$views<TBuilder>;
|
|
216
224
|
|
|
217
225
|
|
|
218
|
-
export interface WebHostBuilder$instance {
|
|
226
|
+
export interface WebHostBuilder$instance extends IWebHostBuilder$instance {
|
|
227
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Hosting_WebHostBuilder: never;
|
|
228
|
+
|
|
219
229
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_IWebHostBuilder: never;
|
|
220
230
|
|
|
221
231
|
Build(): IWebHost;
|
|
222
|
-
ConfigureAppConfiguration(configureDelegate:
|
|
223
|
-
ConfigureServices(configureServices:
|
|
224
|
-
ConfigureServices(configureServices:
|
|
232
|
+
ConfigureAppConfiguration(configureDelegate: Action_2<WebHostBuilderContext, IConfigurationBuilder>): IWebHostBuilder;
|
|
233
|
+
ConfigureServices(configureServices: Action_1<IServiceCollection>): IWebHostBuilder;
|
|
234
|
+
ConfigureServices(configureServices: Action_2<WebHostBuilderContext, IServiceCollection>): IWebHostBuilder;
|
|
225
235
|
GetSetting(key: string): string | undefined;
|
|
226
236
|
UseSetting(key: string, value: string): IWebHostBuilder;
|
|
227
237
|
}
|
|
@@ -236,12 +246,12 @@ export interface __WebHostBuilder$views {
|
|
|
236
246
|
As_IWebHostBuilder(): IWebHostBuilder$instance;
|
|
237
247
|
}
|
|
238
248
|
|
|
239
|
-
export interface WebHostBuilder$instance extends IWebHostBuilder$instance {}
|
|
240
|
-
|
|
241
249
|
export type WebHostBuilder = WebHostBuilder$instance & __WebHostBuilder$views;
|
|
242
250
|
|
|
243
251
|
|
|
244
252
|
export interface WebHostBuilderContext$instance {
|
|
253
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Hosting_WebHostBuilderContext: never;
|
|
254
|
+
|
|
245
255
|
Configuration: IConfiguration;
|
|
246
256
|
HostingEnvironment: IWebHostEnvironment;
|
|
247
257
|
}
|
|
@@ -292,7 +302,7 @@ export abstract class HostingEnvironmentExtensions$instance {
|
|
|
292
302
|
export type HostingEnvironmentExtensions = HostingEnvironmentExtensions$instance;
|
|
293
303
|
|
|
294
304
|
export abstract class KestrelServerOptionsSystemdExtensions$instance {
|
|
295
|
-
static UseSystemd(options: KestrelServerOptions, configure:
|
|
305
|
+
static UseSystemd(options: KestrelServerOptions, configure: Action_1<ListenOptions>): KestrelServerOptions;
|
|
296
306
|
static UseSystemd(options: KestrelServerOptions): KestrelServerOptions;
|
|
297
307
|
}
|
|
298
308
|
|
|
@@ -310,16 +320,16 @@ export type ListenOptionsConnectionLoggingExtensions = ListenOptionsConnectionLo
|
|
|
310
320
|
export abstract class ListenOptionsHttpsExtensions$instance {
|
|
311
321
|
static UseHttps(listenOptions: ListenOptions, httpsOptions: HttpsConnectionAdapterOptions): ListenOptions;
|
|
312
322
|
static UseHttps(listenOptions: ListenOptions, callbackOptions: TlsHandshakeCallbackOptions): ListenOptions;
|
|
313
|
-
static UseHttps(listenOptions: ListenOptions, configureOptions:
|
|
323
|
+
static UseHttps(listenOptions: ListenOptions, configureOptions: Action_1<HttpsConnectionAdapterOptions>): ListenOptions;
|
|
314
324
|
static UseHttps(listenOptions: ListenOptions, serverOptionsSelectionCallback: ServerOptionsSelectionCallback, state: unknown, handshakeTimeout: TimeSpan): ListenOptions;
|
|
315
325
|
static UseHttps(listenOptions: ListenOptions, serverOptionsSelectionCallback: ServerOptionsSelectionCallback, state: unknown): ListenOptions;
|
|
316
|
-
static UseHttps(listenOptions: ListenOptions, storeName: StoreName, subject: string, allowInvalid: boolean, location: StoreLocation, configureOptions:
|
|
326
|
+
static UseHttps(listenOptions: ListenOptions, storeName: StoreName, subject: string, allowInvalid: boolean, location: StoreLocation, configureOptions: Action_1<HttpsConnectionAdapterOptions>): ListenOptions;
|
|
317
327
|
static UseHttps(listenOptions: ListenOptions, storeName: StoreName, subject: string, allowInvalid: boolean, location: StoreLocation): ListenOptions;
|
|
318
328
|
static UseHttps(listenOptions: ListenOptions, storeName: StoreName, subject: string, allowInvalid: boolean): ListenOptions;
|
|
319
329
|
static UseHttps(listenOptions: ListenOptions, storeName: StoreName, subject: string): ListenOptions;
|
|
320
|
-
static UseHttps(listenOptions: ListenOptions, serverCertificate: X509Certificate2, configureOptions:
|
|
330
|
+
static UseHttps(listenOptions: ListenOptions, serverCertificate: X509Certificate2, configureOptions: Action_1<HttpsConnectionAdapterOptions>): ListenOptions;
|
|
321
331
|
static UseHttps(listenOptions: ListenOptions, serverCertificate: X509Certificate2): ListenOptions;
|
|
322
|
-
static UseHttps(listenOptions: ListenOptions, fileName: string, password: string, configureOptions:
|
|
332
|
+
static UseHttps(listenOptions: ListenOptions, fileName: string, password: string, configureOptions: Action_1<HttpsConnectionAdapterOptions>): ListenOptions;
|
|
323
333
|
static UseHttps(listenOptions: ListenOptions, fileName: string, password: string): ListenOptions;
|
|
324
334
|
static UseHttps(listenOptions: ListenOptions, fileName: string): ListenOptions;
|
|
325
335
|
static UseHttps(listenOptions: ListenOptions): ListenOptions;
|
|
@@ -329,14 +339,14 @@ export abstract class ListenOptionsHttpsExtensions$instance {
|
|
|
329
339
|
export type ListenOptionsHttpsExtensions = ListenOptionsHttpsExtensions$instance;
|
|
330
340
|
|
|
331
341
|
export abstract class WebHostBuilderExtensions$instance {
|
|
332
|
-
static Configure(hostBuilder: IWebHostBuilder, configureApp:
|
|
333
|
-
static Configure(hostBuilder: IWebHostBuilder, configureApp:
|
|
334
|
-
static ConfigureAppConfiguration(hostBuilder: IWebHostBuilder, configureDelegate:
|
|
335
|
-
static ConfigureLogging(hostBuilder: IWebHostBuilder, configureLogging:
|
|
336
|
-
static ConfigureLogging(hostBuilder: IWebHostBuilder, configureLogging:
|
|
337
|
-
static UseDefaultServiceProvider(hostBuilder: IWebHostBuilder, configure:
|
|
338
|
-
static UseDefaultServiceProvider(hostBuilder: IWebHostBuilder, configure:
|
|
339
|
-
static UseStartup<TStartup>(hostBuilder: IWebHostBuilder, startupFactory:
|
|
342
|
+
static Configure(hostBuilder: IWebHostBuilder, configureApp: Action_1<IApplicationBuilder>): IWebHostBuilder;
|
|
343
|
+
static Configure(hostBuilder: IWebHostBuilder, configureApp: Action_2<WebHostBuilderContext, IApplicationBuilder>): IWebHostBuilder;
|
|
344
|
+
static ConfigureAppConfiguration(hostBuilder: IWebHostBuilder, configureDelegate: Action_1<IConfigurationBuilder>): IWebHostBuilder;
|
|
345
|
+
static ConfigureLogging(hostBuilder: IWebHostBuilder, configureLogging: Action_1<ILoggingBuilder>): IWebHostBuilder;
|
|
346
|
+
static ConfigureLogging(hostBuilder: IWebHostBuilder, configureLogging: Action_2<WebHostBuilderContext, ILoggingBuilder>): IWebHostBuilder;
|
|
347
|
+
static UseDefaultServiceProvider(hostBuilder: IWebHostBuilder, configure: Action_1<ServiceProviderOptions>): IWebHostBuilder;
|
|
348
|
+
static UseDefaultServiceProvider(hostBuilder: IWebHostBuilder, configure: Action_2<WebHostBuilderContext, ServiceProviderOptions>): IWebHostBuilder;
|
|
349
|
+
static UseStartup<TStartup>(hostBuilder: IWebHostBuilder, startupFactory: Func_2<WebHostBuilderContext, TStartup>): IWebHostBuilder;
|
|
340
350
|
static UseStartup(hostBuilder: IWebHostBuilder, startupType: Type): IWebHostBuilder;
|
|
341
351
|
static UseStartup<TStartup>(hostBuilder: IWebHostBuilder): IWebHostBuilder;
|
|
342
352
|
static UseStaticWebAssets(builder: IWebHostBuilder): IWebHostBuilder;
|
|
@@ -346,7 +356,7 @@ export abstract class WebHostBuilderExtensions$instance {
|
|
|
346
356
|
export type WebHostBuilderExtensions = WebHostBuilderExtensions$instance;
|
|
347
357
|
|
|
348
358
|
export abstract class WebHostBuilderHttpSysExtensions$instance {
|
|
349
|
-
static UseHttpSys(hostBuilder: IWebHostBuilder, options:
|
|
359
|
+
static UseHttpSys(hostBuilder: IWebHostBuilder, options: Action_1<HttpSysOptions>): IWebHostBuilder;
|
|
350
360
|
static UseHttpSys(hostBuilder: IWebHostBuilder): IWebHostBuilder;
|
|
351
361
|
}
|
|
352
362
|
|
|
@@ -368,10 +378,10 @@ export abstract class WebHostBuilderIISExtensions2$instance {
|
|
|
368
378
|
export type WebHostBuilderIISExtensions2 = WebHostBuilderIISExtensions2$instance;
|
|
369
379
|
|
|
370
380
|
export abstract class WebHostBuilderKestrelExtensions$instance {
|
|
371
|
-
static ConfigureKestrel(hostBuilder: IWebHostBuilder, options:
|
|
372
|
-
static ConfigureKestrel(hostBuilder: IWebHostBuilder, configureOptions:
|
|
373
|
-
static UseKestrel(hostBuilder: IWebHostBuilder, options:
|
|
374
|
-
static UseKestrel(hostBuilder: IWebHostBuilder, configureOptions:
|
|
381
|
+
static ConfigureKestrel(hostBuilder: IWebHostBuilder, options: Action_1<KestrelServerOptions>): IWebHostBuilder;
|
|
382
|
+
static ConfigureKestrel(hostBuilder: IWebHostBuilder, configureOptions: Action_2<WebHostBuilderContext, KestrelServerOptions>): IWebHostBuilder;
|
|
383
|
+
static UseKestrel(hostBuilder: IWebHostBuilder, options: Action_1<KestrelServerOptions>): IWebHostBuilder;
|
|
384
|
+
static UseKestrel(hostBuilder: IWebHostBuilder, configureOptions: Action_2<WebHostBuilderContext, KestrelServerOptions>): IWebHostBuilder;
|
|
375
385
|
static UseKestrel(hostBuilder: IWebHostBuilder): IWebHostBuilder;
|
|
376
386
|
static UseKestrelCore(hostBuilder: IWebHostBuilder): IWebHostBuilder;
|
|
377
387
|
static UseKestrelHttpsConfiguration(hostBuilder: IWebHostBuilder): IWebHostBuilder;
|
|
@@ -381,7 +391,7 @@ export abstract class WebHostBuilderKestrelExtensions$instance {
|
|
|
381
391
|
export type WebHostBuilderKestrelExtensions = WebHostBuilderKestrelExtensions$instance;
|
|
382
392
|
|
|
383
393
|
export abstract class WebHostBuilderNamedPipeExtensions$instance {
|
|
384
|
-
static UseNamedPipes(hostBuilder: IWebHostBuilder, configureOptions:
|
|
394
|
+
static UseNamedPipes(hostBuilder: IWebHostBuilder, configureOptions: Action_1<NamedPipeTransportOptions>): IWebHostBuilder;
|
|
385
395
|
static UseNamedPipes(hostBuilder: IWebHostBuilder): IWebHostBuilder;
|
|
386
396
|
}
|
|
387
397
|
|
|
@@ -389,7 +399,7 @@ export abstract class WebHostBuilderNamedPipeExtensions$instance {
|
|
|
389
399
|
export type WebHostBuilderNamedPipeExtensions = WebHostBuilderNamedPipeExtensions$instance;
|
|
390
400
|
|
|
391
401
|
export abstract class WebHostBuilderQuicExtensions$instance {
|
|
392
|
-
static UseQuic(hostBuilder: IWebHostBuilder, configureOptions:
|
|
402
|
+
static UseQuic(hostBuilder: IWebHostBuilder, configureOptions: Action_1<QuicTransportOptions>): IWebHostBuilder;
|
|
393
403
|
static UseQuic(hostBuilder: IWebHostBuilder): IWebHostBuilder;
|
|
394
404
|
}
|
|
395
405
|
|
|
@@ -397,7 +407,7 @@ export abstract class WebHostBuilderQuicExtensions$instance {
|
|
|
397
407
|
export type WebHostBuilderQuicExtensions = WebHostBuilderQuicExtensions$instance;
|
|
398
408
|
|
|
399
409
|
export abstract class WebHostBuilderSocketExtensions$instance {
|
|
400
|
-
static UseSockets(hostBuilder: IWebHostBuilder, configureOptions:
|
|
410
|
+
static UseSockets(hostBuilder: IWebHostBuilder, configureOptions: Action_1<SocketTransportOptions>): IWebHostBuilder;
|
|
401
411
|
static UseSockets(hostBuilder: IWebHostBuilder): IWebHostBuilder;
|
|
402
412
|
}
|
|
403
413
|
|
|
@@ -8,8 +8,8 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { IApplicationBuilder } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
|
|
10
10
|
import type { IFeatureCollection } from "../../Microsoft.AspNetCore.Http.Features/internal/index.js";
|
|
11
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
12
|
-
import type { IServiceProvider, Object as ClrObject } from "@tsonic/dotnet/System.js";
|
|
11
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
12
|
+
import type { IServiceProvider, Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export interface IApplicationBuilderFactory$instance {
|
|
15
15
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Builder_IApplicationBuilderFactory: never;
|
|
@@ -20,7 +20,9 @@ export interface IApplicationBuilderFactory$instance {
|
|
|
20
20
|
|
|
21
21
|
export type IApplicationBuilderFactory = IApplicationBuilderFactory$instance;
|
|
22
22
|
|
|
23
|
-
export interface ApplicationBuilderFactory$instance {
|
|
23
|
+
export interface ApplicationBuilderFactory$instance extends IApplicationBuilderFactory$instance {
|
|
24
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Hosting_Builder_ApplicationBuilderFactory: never;
|
|
25
|
+
|
|
24
26
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Builder_IApplicationBuilderFactory: never;
|
|
25
27
|
|
|
26
28
|
CreateBuilder(serverFeatures: IFeatureCollection): IApplicationBuilder;
|
|
@@ -36,8 +38,6 @@ export interface __ApplicationBuilderFactory$views {
|
|
|
36
38
|
As_IApplicationBuilderFactory(): IApplicationBuilderFactory$instance;
|
|
37
39
|
}
|
|
38
40
|
|
|
39
|
-
export interface ApplicationBuilderFactory$instance extends IApplicationBuilderFactory$instance {}
|
|
40
|
-
|
|
41
41
|
export type ApplicationBuilderFactory = ApplicationBuilderFactory$instance & __ApplicationBuilderFactory$views;
|
|
42
42
|
|
|
43
43
|
|
|
@@ -10,13 +10,13 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
10
10
|
import type { IApplicationBuilder } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
|
|
11
11
|
import type { IWebHostBuilder, WebHostBuilderContext } from "../../Microsoft.AspNetCore.Hosting/internal/index.js";
|
|
12
12
|
import type { WebHostBuilderOptions } from "../../Microsoft.Extensions.Hosting/internal/index.js";
|
|
13
|
-
import type {
|
|
14
|
-
import type { IHostBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting.js";
|
|
13
|
+
import type { Action_1, Action_2, Func_2, Type } from "@tsonic/dotnet/System/internal/index.js";
|
|
14
|
+
import type { IHostBuilder } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Hosting/internal/index.js";
|
|
15
15
|
|
|
16
16
|
export interface ISupportsConfigureWebHost$instance {
|
|
17
17
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Infrastructure_ISupportsConfigureWebHost: never;
|
|
18
18
|
|
|
19
|
-
ConfigureWebHost(configure:
|
|
19
|
+
ConfigureWebHost(configure: Action_1<IWebHostBuilder>, configureOptions: Action_1<WebHostBuilderOptions>): IHostBuilder;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
|
|
@@ -25,9 +25,9 @@ export type ISupportsConfigureWebHost = ISupportsConfigureWebHost$instance;
|
|
|
25
25
|
export interface ISupportsStartup$instance {
|
|
26
26
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Infrastructure_ISupportsStartup: never;
|
|
27
27
|
|
|
28
|
-
Configure(configure:
|
|
29
|
-
Configure(configure:
|
|
30
|
-
UseStartup<TStartup>(startupFactory:
|
|
28
|
+
Configure(configure: Action_1<IApplicationBuilder>): IWebHostBuilder;
|
|
29
|
+
Configure(configure: Action_2<WebHostBuilderContext, IApplicationBuilder>): IWebHostBuilder;
|
|
30
|
+
UseStartup<TStartup>(startupFactory: Func_2<WebHostBuilderContext, TStartup>): IWebHostBuilder;
|
|
31
31
|
UseStartup(startupType: Type): IWebHostBuilder;
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -7,10 +7,10 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { IFeatureCollection } from "../../Microsoft.AspNetCore.Http.Features/internal/index.js";
|
|
10
|
-
import
|
|
11
|
-
import type {
|
|
12
|
-
import
|
|
13
|
-
import type {
|
|
10
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
11
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
import type { Boolean as ClrBoolean, Exception, IDisposable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
14
14
|
|
|
15
15
|
export interface IHttpApplication_1$instance<TContext> {
|
|
16
16
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Server_IHttpApplication_1: never;
|
|
@@ -47,6 +47,8 @@ export interface IServerIntegratedAuth$instance {
|
|
|
47
47
|
export type IServerIntegratedAuth = IServerIntegratedAuth$instance;
|
|
48
48
|
|
|
49
49
|
export interface ServerIntegratedAuth$instance {
|
|
50
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Hosting_Server_ServerIntegratedAuth: never;
|
|
51
|
+
|
|
50
52
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Server_IServerIntegratedAuth: never;
|
|
51
53
|
|
|
52
54
|
AuthenticationScheme: string;
|
|
@@ -6,24 +6,26 @@
|
|
|
6
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';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import type {
|
|
10
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
-
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
9
|
+
import type { ICollection_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
10
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
11
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
12
12
|
|
|
13
13
|
export interface IServerAddressesFeature$instance {
|
|
14
14
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Server_Features_IServerAddressesFeature: never;
|
|
15
15
|
|
|
16
|
-
readonly Addresses:
|
|
16
|
+
readonly Addresses: ICollection_1<System_Internal.String>;
|
|
17
17
|
PreferHostingUrls: boolean;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
export type IServerAddressesFeature = IServerAddressesFeature$instance;
|
|
22
22
|
|
|
23
|
-
export interface ServerAddressesFeature$instance {
|
|
23
|
+
export interface ServerAddressesFeature$instance extends IServerAddressesFeature$instance {
|
|
24
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Hosting_Server_Features_ServerAddressesFeature: never;
|
|
25
|
+
|
|
24
26
|
readonly __tsonic_iface_Microsoft_AspNetCore_Hosting_Server_Features_IServerAddressesFeature: never;
|
|
25
27
|
|
|
26
|
-
readonly Addresses:
|
|
28
|
+
readonly Addresses: ICollection_1<System_Internal.String>;
|
|
27
29
|
PreferHostingUrls: boolean;
|
|
28
30
|
}
|
|
29
31
|
|
|
@@ -37,8 +39,6 @@ export interface __ServerAddressesFeature$views {
|
|
|
37
39
|
As_IServerAddressesFeature(): IServerAddressesFeature$instance;
|
|
38
40
|
}
|
|
39
41
|
|
|
40
|
-
export interface ServerAddressesFeature$instance extends IServerAddressesFeature$instance {}
|
|
41
|
-
|
|
42
42
|
export type ServerAddressesFeature = ServerAddressesFeature$instance & __ServerAddressesFeature$views;
|
|
43
43
|
|
|
44
44
|
|
|
@@ -7,11 +7,13 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { IWebHostEnvironment } from "../../Microsoft.AspNetCore.Hosting/internal/index.js";
|
|
10
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
-
import type { Object as ClrObject, Void } from "@tsonic/dotnet/System.js";
|
|
12
|
-
import type { IConfiguration } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration.js";
|
|
10
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
11
|
+
import type { Object as ClrObject, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
12
|
+
import type { IConfiguration } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export interface StaticWebAssetsLoader$instance {
|
|
15
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Hosting_StaticWebAssets_StaticWebAssetsLoader: never;
|
|
16
|
+
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
|
|
@@ -6,12 +6,12 @@
|
|
|
6
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';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import type {
|
|
10
|
-
import type { TextWriter } from "@tsonic/dotnet/System.IO.js";
|
|
11
|
-
import
|
|
12
|
-
import type {
|
|
13
|
-
import
|
|
14
|
-
import type {
|
|
9
|
+
import type { IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
10
|
+
import type { TextWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
11
|
+
import type { HtmlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web/internal/index.js";
|
|
12
|
+
import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
13
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
14
|
+
import type { IFormatProvider, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
15
15
|
|
|
16
16
|
export interface IHtmlAsyncContent$instance extends IHtmlContent {
|
|
17
17
|
readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlAsyncContent: never;
|
|
@@ -60,6 +60,8 @@ export interface IHtmlContentContainer$instance extends IHtmlContent$instance {}
|
|
|
60
60
|
export type IHtmlContentContainer = IHtmlContentContainer$instance;
|
|
61
61
|
|
|
62
62
|
export interface HtmlContentBuilder$instance {
|
|
63
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Html_HtmlContentBuilder: never;
|
|
64
|
+
|
|
63
65
|
readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContent: never;
|
|
64
66
|
readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContentBuilder: never;
|
|
65
67
|
readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContentContainer: never;
|
|
@@ -78,7 +80,7 @@ export interface HtmlContentBuilder$instance {
|
|
|
78
80
|
export const HtmlContentBuilder: {
|
|
79
81
|
new(): HtmlContentBuilder;
|
|
80
82
|
new(capacity: int): HtmlContentBuilder;
|
|
81
|
-
new(entries:
|
|
83
|
+
new(entries: IList_1<unknown>): HtmlContentBuilder;
|
|
82
84
|
};
|
|
83
85
|
|
|
84
86
|
|
|
@@ -91,7 +93,9 @@ export interface __HtmlContentBuilder$views {
|
|
|
91
93
|
export type HtmlContentBuilder = HtmlContentBuilder$instance & __HtmlContentBuilder$views;
|
|
92
94
|
|
|
93
95
|
|
|
94
|
-
export interface HtmlFormattableString$instance {
|
|
96
|
+
export interface HtmlFormattableString$instance extends IHtmlContent$instance {
|
|
97
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Html_HtmlFormattableString: never;
|
|
98
|
+
|
|
95
99
|
readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContent: never;
|
|
96
100
|
|
|
97
101
|
WriteTo(writer: TextWriter, encoder: HtmlEncoder): void;
|
|
@@ -108,12 +112,12 @@ export interface __HtmlFormattableString$views {
|
|
|
108
112
|
As_IHtmlContent(): IHtmlContent$instance;
|
|
109
113
|
}
|
|
110
114
|
|
|
111
|
-
export interface HtmlFormattableString$instance extends IHtmlContent$instance {}
|
|
112
|
-
|
|
113
115
|
export type HtmlFormattableString = HtmlFormattableString$instance & __HtmlFormattableString$views;
|
|
114
116
|
|
|
115
117
|
|
|
116
|
-
export interface HtmlString$instance {
|
|
118
|
+
export interface HtmlString$instance extends IHtmlContent$instance {
|
|
119
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Html_HtmlString: never;
|
|
120
|
+
|
|
117
121
|
readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContent: never;
|
|
118
122
|
|
|
119
123
|
readonly Value: string | undefined;
|
|
@@ -133,8 +137,6 @@ export interface __HtmlString$views {
|
|
|
133
137
|
As_IHtmlContent(): IHtmlContent$instance;
|
|
134
138
|
}
|
|
135
139
|
|
|
136
|
-
export interface HtmlString$instance extends IHtmlContent$instance {}
|
|
137
|
-
|
|
138
140
|
export type HtmlString = HtmlString$instance & __HtmlString$views;
|
|
139
141
|
|
|
140
142
|
|