@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
|
@@ -18,20 +18,20 @@ import * as Microsoft_AspNetCore_Mvc_Internal from "../../Microsoft.AspNetCore.M
|
|
|
18
18
|
import type { ActionContext, ApiBehaviorOptions, CompatibilityVersion, ContentResult, FileContentResult, FileResult, FileStreamResult, IActionResult, LocalRedirectResult, MvcOptions, ObjectResult, PhysicalFileResult, ProblemDetails, RedirectResult, RedirectToActionResult, RedirectToPageResult, RedirectToRouteResult, ValidationProblemDetails, VirtualFileResult } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
19
19
|
import type { RouteContext } from "../../Microsoft.AspNetCore.Routing/internal/index.js";
|
|
20
20
|
import type { EntityTagHeaderValue, RangeItemHeaderValue } from "../../Microsoft.Net.Http.Headers/internal/index.js";
|
|
21
|
-
import type {
|
|
22
|
-
import type { Stream, TextReader, TextWriter } from "@tsonic/dotnet/System.IO.js";
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import type {
|
|
26
|
-
import
|
|
27
|
-
import type {
|
|
28
|
-
import
|
|
29
|
-
import type {
|
|
30
|
-
import type { IFileInfo } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders.js";
|
|
31
|
-
import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
32
|
-
import * as Microsoft_Extensions_Options_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
|
|
33
|
-
import type {
|
|
34
|
-
import type { IChangeToken } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives.js";
|
|
21
|
+
import type { IEnumerable_1, IList_1, IReadOnlyDictionary_2, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
22
|
+
import type { Stream, TextReader, TextWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
23
|
+
import type { ParameterInfo, PropertyInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
24
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
25
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
26
|
+
import type { Encoding } from "@tsonic/dotnet/System.Text/internal/index.js";
|
|
27
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
28
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
29
|
+
import type { Attribute, Boolean as ClrBoolean, DateTimeOffset, Func_3, Int32, Int64, InvalidOperationException, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueTuple_3, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
30
|
+
import type { IFileInfo } from "@tsonic/microsoft-extensions/Microsoft.Extensions.FileProviders/internal/index.js";
|
|
31
|
+
import type { ILogger, ILogger_1, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
32
|
+
import * as Microsoft_Extensions_Options_Internal from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
|
|
33
|
+
import type { IOptions_1, IPostConfigureOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
|
|
34
|
+
import type { IChangeToken } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Primitives/internal/index.js";
|
|
35
35
|
|
|
36
36
|
export interface IActionContextAccessor$instance {
|
|
37
37
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionContextAccessor: never;
|
|
@@ -92,8 +92,8 @@ export type IActionResultTypeMapper = IActionResultTypeMapper$instance;
|
|
|
92
92
|
export interface IActionSelector$instance {
|
|
93
93
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionSelector: never;
|
|
94
94
|
|
|
95
|
-
SelectBestCandidate(context: RouteContext, candidates:
|
|
96
|
-
SelectCandidates(context: RouteContext):
|
|
95
|
+
SelectBestCandidate(context: RouteContext, candidates: IReadOnlyList_1<ActionDescriptor>): ActionDescriptor | undefined;
|
|
96
|
+
SelectCandidates(context: RouteContext): IReadOnlyList_1<ActionDescriptor> | undefined;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
|
|
@@ -112,7 +112,7 @@ export type IApiBehaviorMetadata = IApiBehaviorMetadata$instance;
|
|
|
112
112
|
export interface IClientErrorActionResult$instance extends IStatusCodeActionResult, IActionResult {
|
|
113
113
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorActionResult: never;
|
|
114
114
|
|
|
115
|
-
readonly StatusCode:
|
|
115
|
+
readonly StatusCode: Nullable_1<System_Internal.Int32>;
|
|
116
116
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
117
117
|
}
|
|
118
118
|
|
|
@@ -187,7 +187,7 @@ export type IPropertyInfoParameterDescriptor = IPropertyInfoParameterDescriptor$
|
|
|
187
187
|
export interface IStatusCodeActionResult$instance extends IActionResult {
|
|
188
188
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IStatusCodeActionResult: never;
|
|
189
189
|
|
|
190
|
-
readonly StatusCode:
|
|
190
|
+
readonly StatusCode: Nullable_1<System_Internal.Int32>;
|
|
191
191
|
ExecuteResultAsync(context: ActionContext): Task;
|
|
192
192
|
}
|
|
193
193
|
|
|
@@ -196,7 +196,9 @@ export interface IStatusCodeActionResult$instance extends Microsoft_AspNetCore_M
|
|
|
196
196
|
|
|
197
197
|
export type IStatusCodeActionResult = IStatusCodeActionResult$instance;
|
|
198
198
|
|
|
199
|
-
export interface ActionContextAccessor$instance {
|
|
199
|
+
export interface ActionContextAccessor$instance extends IActionContextAccessor$instance {
|
|
200
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ActionContextAccessor: never;
|
|
201
|
+
|
|
200
202
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionContextAccessor: never;
|
|
201
203
|
|
|
202
204
|
get ActionContext(): ActionContext | undefined;
|
|
@@ -213,25 +215,27 @@ export interface __ActionContextAccessor$views {
|
|
|
213
215
|
As_IActionContextAccessor(): IActionContextAccessor$instance;
|
|
214
216
|
}
|
|
215
217
|
|
|
216
|
-
export interface ActionContextAccessor$instance extends IActionContextAccessor$instance {}
|
|
217
|
-
|
|
218
218
|
export type ActionContextAccessor = ActionContextAccessor$instance & __ActionContextAccessor$views;
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
export interface ActionDescriptorCollection$instance {
|
|
222
|
-
readonly
|
|
222
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ActionDescriptorCollection: never;
|
|
223
|
+
|
|
224
|
+
readonly Items: IReadOnlyList_1<ActionDescriptor>;
|
|
223
225
|
readonly Version: int;
|
|
224
226
|
}
|
|
225
227
|
|
|
226
228
|
|
|
227
229
|
export const ActionDescriptorCollection: {
|
|
228
|
-
new(items:
|
|
230
|
+
new(items: IReadOnlyList_1<ActionDescriptor>, version: int): ActionDescriptorCollection;
|
|
229
231
|
};
|
|
230
232
|
|
|
231
233
|
|
|
232
234
|
export type ActionDescriptorCollection = ActionDescriptorCollection$instance;
|
|
233
235
|
|
|
234
|
-
export interface ActionDescriptorCollectionProvider$instance {
|
|
236
|
+
export interface ActionDescriptorCollectionProvider$instance extends IActionDescriptorCollectionProvider$instance {
|
|
237
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ActionDescriptorCollectionProvider: never;
|
|
238
|
+
|
|
235
239
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionDescriptorCollectionProvider: never;
|
|
236
240
|
|
|
237
241
|
readonly ActionDescriptors: ActionDescriptorCollection;
|
|
@@ -247,12 +251,12 @@ export interface __ActionDescriptorCollectionProvider$views {
|
|
|
247
251
|
As_IActionDescriptorCollectionProvider(): IActionDescriptorCollectionProvider$instance;
|
|
248
252
|
}
|
|
249
253
|
|
|
250
|
-
export interface ActionDescriptorCollectionProvider$instance extends IActionDescriptorCollectionProvider$instance {}
|
|
251
|
-
|
|
252
254
|
export type ActionDescriptorCollectionProvider = ActionDescriptorCollectionProvider$instance & __ActionDescriptorCollectionProvider$views;
|
|
253
255
|
|
|
254
256
|
|
|
255
257
|
export interface ActionResultObjectValueAttribute$instance extends Attribute {
|
|
258
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ActionResultObjectValueAttribute: never;
|
|
259
|
+
|
|
256
260
|
}
|
|
257
261
|
|
|
258
262
|
|
|
@@ -264,6 +268,8 @@ export const ActionResultObjectValueAttribute: {
|
|
|
264
268
|
export type ActionResultObjectValueAttribute = ActionResultObjectValueAttribute$instance;
|
|
265
269
|
|
|
266
270
|
export interface ActionResultStatusCodeAttribute$instance extends Attribute {
|
|
271
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ActionResultStatusCodeAttribute: never;
|
|
272
|
+
|
|
267
273
|
}
|
|
268
274
|
|
|
269
275
|
|
|
@@ -275,6 +281,8 @@ export const ActionResultStatusCodeAttribute: {
|
|
|
275
281
|
export type ActionResultStatusCodeAttribute = ActionResultStatusCodeAttribute$instance;
|
|
276
282
|
|
|
277
283
|
export interface AmbiguousActionException$instance extends InvalidOperationException {
|
|
284
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_AmbiguousActionException: never;
|
|
285
|
+
|
|
278
286
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
279
287
|
|
|
280
288
|
}
|
|
@@ -288,6 +296,8 @@ export const AmbiguousActionException: {
|
|
|
288
296
|
export type AmbiguousActionException = AmbiguousActionException$instance;
|
|
289
297
|
|
|
290
298
|
export interface CompatibilitySwitch_1$instance<TValue extends unknown> {
|
|
299
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_CompatibilitySwitch_1: never;
|
|
300
|
+
|
|
291
301
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_ICompatibilitySwitch: never;
|
|
292
302
|
|
|
293
303
|
IsValueSet: boolean;
|
|
@@ -309,21 +319,25 @@ export interface __CompatibilitySwitch_1$views<TValue extends unknown> {
|
|
|
309
319
|
export type CompatibilitySwitch_1<TValue> = CompatibilitySwitch_1$instance<TValue> & __CompatibilitySwitch_1$views<TValue>;
|
|
310
320
|
|
|
311
321
|
|
|
312
|
-
export interface ConfigureCompatibilityOptions_1$instance<TOptions extends
|
|
322
|
+
export interface ConfigureCompatibilityOptions_1$instance<TOptions extends IEnumerable_1<ICompatibilitySwitch>> {
|
|
323
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ConfigureCompatibilityOptions_1: never;
|
|
324
|
+
|
|
313
325
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IPostConfigureOptions_1: never;
|
|
314
326
|
|
|
315
|
-
readonly DefaultValues:
|
|
327
|
+
readonly DefaultValues: IReadOnlyDictionary_2<System_Internal.String, unknown>;
|
|
316
328
|
PostConfigure(name: string, options: TOptions): void;
|
|
317
329
|
}
|
|
318
330
|
|
|
319
331
|
|
|
320
|
-
export const ConfigureCompatibilityOptions_1: (abstract new<TOptions extends
|
|
332
|
+
export const ConfigureCompatibilityOptions_1: (abstract new<TOptions extends IEnumerable_1<ICompatibilitySwitch>>(loggerFactory: ILoggerFactory, compatibilityOptions: IOptions_1<MvcCompatibilityOptions>) => ConfigureCompatibilityOptions_1<TOptions>) & {
|
|
321
333
|
};
|
|
322
334
|
|
|
323
335
|
|
|
324
|
-
export type ConfigureCompatibilityOptions_1<TOptions extends
|
|
336
|
+
export type ConfigureCompatibilityOptions_1<TOptions extends IEnumerable_1<ICompatibilitySwitch>> = ConfigureCompatibilityOptions_1$instance<TOptions>;
|
|
337
|
+
|
|
338
|
+
export interface ContentResultExecutor$instance extends IActionResultExecutor_1$instance<ContentResult> {
|
|
339
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ContentResultExecutor: never;
|
|
325
340
|
|
|
326
|
-
export interface ContentResultExecutor$instance {
|
|
327
341
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
328
342
|
|
|
329
343
|
ExecuteAsync(context: ActionContext, result: ContentResult): Task;
|
|
@@ -331,7 +345,7 @@ export interface ContentResultExecutor$instance {
|
|
|
331
345
|
|
|
332
346
|
|
|
333
347
|
export const ContentResultExecutor: {
|
|
334
|
-
new(logger:
|
|
348
|
+
new(logger: ILogger_1<ContentResultExecutor>, httpResponseStreamWriterFactory: IHttpResponseStreamWriterFactory): ContentResultExecutor;
|
|
335
349
|
};
|
|
336
350
|
|
|
337
351
|
|
|
@@ -339,37 +353,41 @@ export interface __ContentResultExecutor$views {
|
|
|
339
353
|
As_IActionResultExecutor_1(): IActionResultExecutor_1$instance<ContentResult>;
|
|
340
354
|
}
|
|
341
355
|
|
|
342
|
-
export interface ContentResultExecutor$instance extends IActionResultExecutor_1$instance<ContentResult> {}
|
|
343
|
-
|
|
344
356
|
export type ContentResultExecutor = ContentResultExecutor$instance & __ContentResultExecutor$views;
|
|
345
357
|
|
|
346
358
|
|
|
347
359
|
export interface DefaultOutputFormatterSelector$instance extends OutputFormatterSelector {
|
|
348
|
-
|
|
360
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_DefaultOutputFormatterSelector: never;
|
|
361
|
+
|
|
362
|
+
SelectFormatter(context: OutputFormatterCanWriteContext, formatters: IList_1<IOutputFormatter>, contentTypes: MediaTypeCollection): IOutputFormatter | undefined;
|
|
349
363
|
}
|
|
350
364
|
|
|
351
365
|
|
|
352
366
|
export const DefaultOutputFormatterSelector: {
|
|
353
|
-
new(options:
|
|
367
|
+
new(options: IOptions_1<MvcOptions>, loggerFactory: ILoggerFactory): DefaultOutputFormatterSelector;
|
|
354
368
|
};
|
|
355
369
|
|
|
356
370
|
|
|
357
371
|
export type DefaultOutputFormatterSelector = DefaultOutputFormatterSelector$instance;
|
|
358
372
|
|
|
359
373
|
export interface DefaultProblemDetailsFactory$instance extends ProblemDetailsFactory {
|
|
360
|
-
|
|
361
|
-
|
|
374
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_DefaultProblemDetailsFactory: never;
|
|
375
|
+
|
|
376
|
+
CreateProblemDetails(httpContext: HttpContext, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, detail?: string, instance?: string): ProblemDetails;
|
|
377
|
+
CreateValidationProblemDetails(httpContext: HttpContext, modelStateDictionary: ModelStateDictionary, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, detail?: string, instance?: string): ValidationProblemDetails;
|
|
362
378
|
}
|
|
363
379
|
|
|
364
380
|
|
|
365
381
|
export const DefaultProblemDetailsFactory: {
|
|
366
|
-
new(options:
|
|
382
|
+
new(options: IOptions_1<ApiBehaviorOptions>, problemDetailsOptions: IOptions_1<ProblemDetailsOptions>): DefaultProblemDetailsFactory;
|
|
367
383
|
};
|
|
368
384
|
|
|
369
385
|
|
|
370
386
|
export type DefaultProblemDetailsFactory = DefaultProblemDetailsFactory$instance;
|
|
371
387
|
|
|
372
388
|
export interface DefaultStatusCodeAttribute$instance extends Attribute {
|
|
389
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_DefaultStatusCodeAttribute: never;
|
|
390
|
+
|
|
373
391
|
readonly StatusCode: int;
|
|
374
392
|
}
|
|
375
393
|
|
|
@@ -381,7 +399,9 @@ export const DefaultStatusCodeAttribute: {
|
|
|
381
399
|
|
|
382
400
|
export type DefaultStatusCodeAttribute = DefaultStatusCodeAttribute$instance;
|
|
383
401
|
|
|
384
|
-
export interface FileContentResultExecutor$instance extends FileResultExecutorBase {
|
|
402
|
+
export interface FileContentResultExecutor$instance extends FileResultExecutorBase, IActionResultExecutor_1$instance<FileContentResult> {
|
|
403
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_FileContentResultExecutor: never;
|
|
404
|
+
|
|
385
405
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
386
406
|
|
|
387
407
|
ExecuteAsync(context: ActionContext, result: FileContentResult): Task;
|
|
@@ -398,13 +418,13 @@ export interface __FileContentResultExecutor$views {
|
|
|
398
418
|
As_IActionResultExecutor_1(): IActionResultExecutor_1$instance<FileContentResult>;
|
|
399
419
|
}
|
|
400
420
|
|
|
401
|
-
export interface FileContentResultExecutor$instance extends IActionResultExecutor_1$instance<FileContentResult> {}
|
|
402
|
-
|
|
403
421
|
export type FileContentResultExecutor = FileContentResultExecutor$instance & __FileContentResultExecutor$views;
|
|
404
422
|
|
|
405
423
|
|
|
406
424
|
export interface FileResultExecutorBase$instance {
|
|
407
|
-
|
|
425
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_FileResultExecutorBase: never;
|
|
426
|
+
|
|
427
|
+
SetHeadersAndLog(context: ActionContext, result: FileResult, fileLength: Nullable_1<System_Internal.Int64>, enableRangeProcessing: boolean, lastModified?: Nullable_1<DateTimeOffset>, etag?: EntityTagHeaderValue): ValueTuple_3<RangeItemHeaderValue, System_Internal.Int64, System_Internal.Boolean>;
|
|
408
428
|
}
|
|
409
429
|
|
|
410
430
|
|
|
@@ -418,7 +438,9 @@ export const FileResultExecutorBase: {
|
|
|
418
438
|
|
|
419
439
|
export type FileResultExecutorBase = FileResultExecutorBase$instance;
|
|
420
440
|
|
|
421
|
-
export interface FileStreamResultExecutor$instance extends FileResultExecutorBase {
|
|
441
|
+
export interface FileStreamResultExecutor$instance extends FileResultExecutorBase, IActionResultExecutor_1$instance<FileStreamResult> {
|
|
442
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_FileStreamResultExecutor: never;
|
|
443
|
+
|
|
422
444
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
423
445
|
|
|
424
446
|
ExecuteAsync(context: ActionContext, result: FileStreamResult): Task;
|
|
@@ -435,12 +457,12 @@ export interface __FileStreamResultExecutor$views {
|
|
|
435
457
|
As_IActionResultExecutor_1(): IActionResultExecutor_1$instance<FileStreamResult>;
|
|
436
458
|
}
|
|
437
459
|
|
|
438
|
-
export interface FileStreamResultExecutor$instance extends IActionResultExecutor_1$instance<FileStreamResult> {}
|
|
439
|
-
|
|
440
460
|
export type FileStreamResultExecutor = FileStreamResultExecutor$instance & __FileStreamResultExecutor$views;
|
|
441
461
|
|
|
442
462
|
|
|
443
|
-
export interface LocalRedirectResultExecutor$instance {
|
|
463
|
+
export interface LocalRedirectResultExecutor$instance extends IActionResultExecutor_1$instance<LocalRedirectResult> {
|
|
464
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_LocalRedirectResultExecutor: never;
|
|
465
|
+
|
|
444
466
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
445
467
|
|
|
446
468
|
ExecuteAsync(context: ActionContext, result: LocalRedirectResult): Task;
|
|
@@ -456,12 +478,12 @@ export interface __LocalRedirectResultExecutor$views {
|
|
|
456
478
|
As_IActionResultExecutor_1(): IActionResultExecutor_1$instance<LocalRedirectResult>;
|
|
457
479
|
}
|
|
458
480
|
|
|
459
|
-
export interface LocalRedirectResultExecutor$instance extends IActionResultExecutor_1$instance<LocalRedirectResult> {}
|
|
460
|
-
|
|
461
481
|
export type LocalRedirectResultExecutor = LocalRedirectResultExecutor$instance & __LocalRedirectResultExecutor$views;
|
|
462
482
|
|
|
463
483
|
|
|
464
|
-
export interface ModelStateInvalidFilter$instance extends IFilterMetadata {
|
|
484
|
+
export interface ModelStateInvalidFilter$instance extends IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IActionFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance {
|
|
485
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ModelStateInvalidFilter: never;
|
|
486
|
+
|
|
465
487
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IActionFilter: never;
|
|
466
488
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
467
489
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IOrderedFilter: never;
|
|
@@ -483,12 +505,12 @@ export interface __ModelStateInvalidFilter$views {
|
|
|
483
505
|
As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
|
|
484
506
|
}
|
|
485
507
|
|
|
486
|
-
export interface ModelStateInvalidFilter$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IActionFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance {}
|
|
487
|
-
|
|
488
508
|
export type ModelStateInvalidFilter = ModelStateInvalidFilter$instance & __ModelStateInvalidFilter$views;
|
|
489
509
|
|
|
490
510
|
|
|
491
511
|
export interface MvcCompatibilityOptions$instance {
|
|
512
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_MvcCompatibilityOptions: never;
|
|
513
|
+
|
|
492
514
|
CompatibilityVersion: CompatibilityVersion;
|
|
493
515
|
}
|
|
494
516
|
|
|
@@ -500,7 +522,9 @@ export const MvcCompatibilityOptions: {
|
|
|
500
522
|
|
|
501
523
|
export type MvcCompatibilityOptions = MvcCompatibilityOptions$instance;
|
|
502
524
|
|
|
503
|
-
export interface ObjectResultExecutor$instance {
|
|
525
|
+
export interface ObjectResultExecutor$instance extends IActionResultExecutor_1$instance<ObjectResult> {
|
|
526
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ObjectResultExecutor: never;
|
|
527
|
+
|
|
504
528
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
505
529
|
|
|
506
530
|
ExecuteAsync(context: ActionContext, result: ObjectResult): Task;
|
|
@@ -508,7 +532,7 @@ export interface ObjectResultExecutor$instance {
|
|
|
508
532
|
|
|
509
533
|
|
|
510
534
|
export const ObjectResultExecutor: {
|
|
511
|
-
new(formatterSelector: OutputFormatterSelector, writerFactory: IHttpResponseStreamWriterFactory, loggerFactory: ILoggerFactory, mvcOptions:
|
|
535
|
+
new(formatterSelector: OutputFormatterSelector, writerFactory: IHttpResponseStreamWriterFactory, loggerFactory: ILoggerFactory, mvcOptions: IOptions_1<MvcOptions>): ObjectResultExecutor;
|
|
512
536
|
};
|
|
513
537
|
|
|
514
538
|
|
|
@@ -516,13 +540,13 @@ export interface __ObjectResultExecutor$views {
|
|
|
516
540
|
As_IActionResultExecutor_1(): IActionResultExecutor_1$instance<ObjectResult>;
|
|
517
541
|
}
|
|
518
542
|
|
|
519
|
-
export interface ObjectResultExecutor$instance extends IActionResultExecutor_1$instance<ObjectResult> {}
|
|
520
|
-
|
|
521
543
|
export type ObjectResultExecutor = ObjectResultExecutor$instance & __ObjectResultExecutor$views;
|
|
522
544
|
|
|
523
545
|
|
|
524
546
|
export interface OutputFormatterSelector$instance {
|
|
525
|
-
|
|
547
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_OutputFormatterSelector: never;
|
|
548
|
+
|
|
549
|
+
SelectFormatter(context: OutputFormatterCanWriteContext, formatters: IList_1<IOutputFormatter>, mediaTypes: MediaTypeCollection): IOutputFormatter | undefined;
|
|
526
550
|
}
|
|
527
551
|
|
|
528
552
|
|
|
@@ -532,7 +556,9 @@ export const OutputFormatterSelector: (abstract new() => OutputFormatterSelector
|
|
|
532
556
|
|
|
533
557
|
export type OutputFormatterSelector = OutputFormatterSelector$instance;
|
|
534
558
|
|
|
535
|
-
export interface PhysicalFileResultExecutor$instance extends FileResultExecutorBase {
|
|
559
|
+
export interface PhysicalFileResultExecutor$instance extends FileResultExecutorBase, IActionResultExecutor_1$instance<PhysicalFileResult> {
|
|
560
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_PhysicalFileResultExecutor: never;
|
|
561
|
+
|
|
536
562
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
537
563
|
|
|
538
564
|
ExecuteAsync(context: ActionContext, result: PhysicalFileResult): Task;
|
|
@@ -551,14 +577,14 @@ export interface __PhysicalFileResultExecutor$views {
|
|
|
551
577
|
As_IActionResultExecutor_1(): IActionResultExecutor_1$instance<PhysicalFileResult>;
|
|
552
578
|
}
|
|
553
579
|
|
|
554
|
-
export interface PhysicalFileResultExecutor$instance extends IActionResultExecutor_1$instance<PhysicalFileResult> {}
|
|
555
|
-
|
|
556
580
|
export type PhysicalFileResultExecutor = PhysicalFileResultExecutor$instance & __PhysicalFileResultExecutor$views;
|
|
557
581
|
|
|
558
582
|
|
|
559
583
|
export interface ProblemDetailsFactory$instance {
|
|
560
|
-
|
|
561
|
-
|
|
584
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ProblemDetailsFactory: never;
|
|
585
|
+
|
|
586
|
+
CreateProblemDetails(httpContext: HttpContext, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, detail?: string, instance?: string): ProblemDetails;
|
|
587
|
+
CreateValidationProblemDetails(httpContext: HttpContext, modelStateDictionary: ModelStateDictionary, statusCode?: Nullable_1<System_Internal.Int32>, title?: string, type?: string, detail?: string, instance?: string): ValidationProblemDetails;
|
|
562
588
|
}
|
|
563
589
|
|
|
564
590
|
|
|
@@ -568,7 +594,9 @@ export const ProblemDetailsFactory: (abstract new() => ProblemDetailsFactory) &
|
|
|
568
594
|
|
|
569
595
|
export type ProblemDetailsFactory = ProblemDetailsFactory$instance;
|
|
570
596
|
|
|
571
|
-
export interface RedirectResultExecutor$instance {
|
|
597
|
+
export interface RedirectResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectResult> {
|
|
598
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_RedirectResultExecutor: never;
|
|
599
|
+
|
|
572
600
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
573
601
|
|
|
574
602
|
ExecuteAsync(context: ActionContext, result: RedirectResult): Task;
|
|
@@ -584,12 +612,12 @@ export interface __RedirectResultExecutor$views {
|
|
|
584
612
|
As_IActionResultExecutor_1(): IActionResultExecutor_1$instance<RedirectResult>;
|
|
585
613
|
}
|
|
586
614
|
|
|
587
|
-
export interface RedirectResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectResult> {}
|
|
588
|
-
|
|
589
615
|
export type RedirectResultExecutor = RedirectResultExecutor$instance & __RedirectResultExecutor$views;
|
|
590
616
|
|
|
591
617
|
|
|
592
|
-
export interface RedirectToActionResultExecutor$instance {
|
|
618
|
+
export interface RedirectToActionResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectToActionResult> {
|
|
619
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_RedirectToActionResultExecutor: never;
|
|
620
|
+
|
|
593
621
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
594
622
|
|
|
595
623
|
ExecuteAsync(context: ActionContext, result: RedirectToActionResult): Task;
|
|
@@ -605,12 +633,12 @@ export interface __RedirectToActionResultExecutor$views {
|
|
|
605
633
|
As_IActionResultExecutor_1(): IActionResultExecutor_1$instance<RedirectToActionResult>;
|
|
606
634
|
}
|
|
607
635
|
|
|
608
|
-
export interface RedirectToActionResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectToActionResult> {}
|
|
609
|
-
|
|
610
636
|
export type RedirectToActionResultExecutor = RedirectToActionResultExecutor$instance & __RedirectToActionResultExecutor$views;
|
|
611
637
|
|
|
612
638
|
|
|
613
|
-
export interface RedirectToPageResultExecutor$instance {
|
|
639
|
+
export interface RedirectToPageResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectToPageResult> {
|
|
640
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_RedirectToPageResultExecutor: never;
|
|
641
|
+
|
|
614
642
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
615
643
|
|
|
616
644
|
ExecuteAsync(context: ActionContext, result: RedirectToPageResult): Task;
|
|
@@ -626,12 +654,12 @@ export interface __RedirectToPageResultExecutor$views {
|
|
|
626
654
|
As_IActionResultExecutor_1(): IActionResultExecutor_1$instance<RedirectToPageResult>;
|
|
627
655
|
}
|
|
628
656
|
|
|
629
|
-
export interface RedirectToPageResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectToPageResult> {}
|
|
630
|
-
|
|
631
657
|
export type RedirectToPageResultExecutor = RedirectToPageResultExecutor$instance & __RedirectToPageResultExecutor$views;
|
|
632
658
|
|
|
633
659
|
|
|
634
|
-
export interface RedirectToRouteResultExecutor$instance {
|
|
660
|
+
export interface RedirectToRouteResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectToRouteResult> {
|
|
661
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_RedirectToRouteResultExecutor: never;
|
|
662
|
+
|
|
635
663
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
636
664
|
|
|
637
665
|
ExecuteAsync(context: ActionContext, result: RedirectToRouteResult): Task;
|
|
@@ -647,12 +675,12 @@ export interface __RedirectToRouteResultExecutor$views {
|
|
|
647
675
|
As_IActionResultExecutor_1(): IActionResultExecutor_1$instance<RedirectToRouteResult>;
|
|
648
676
|
}
|
|
649
677
|
|
|
650
|
-
export interface RedirectToRouteResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectToRouteResult> {}
|
|
651
|
-
|
|
652
678
|
export type RedirectToRouteResultExecutor = RedirectToRouteResultExecutor$instance & __RedirectToRouteResultExecutor$views;
|
|
653
679
|
|
|
654
680
|
|
|
655
|
-
export interface VirtualFileResultExecutor$instance extends FileResultExecutorBase {
|
|
681
|
+
export interface VirtualFileResultExecutor$instance extends FileResultExecutorBase, IActionResultExecutor_1$instance<VirtualFileResult> {
|
|
682
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_VirtualFileResultExecutor: never;
|
|
683
|
+
|
|
656
684
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
657
685
|
|
|
658
686
|
ExecuteAsync(context: ActionContext, result: VirtualFileResult): Task;
|
|
@@ -670,8 +698,6 @@ export interface __VirtualFileResultExecutor$views {
|
|
|
670
698
|
As_IActionResultExecutor_1(): IActionResultExecutor_1$instance<VirtualFileResult>;
|
|
671
699
|
}
|
|
672
700
|
|
|
673
|
-
export interface VirtualFileResultExecutor$instance extends IActionResultExecutor_1$instance<VirtualFileResult> {}
|
|
674
|
-
|
|
675
701
|
export type VirtualFileResultExecutor = VirtualFileResultExecutor$instance & __VirtualFileResultExecutor$views;
|
|
676
702
|
|
|
677
703
|
|
|
@@ -12,19 +12,19 @@ import type { IHtmlContent } from "../../Microsoft.AspNetCore.Html/internal/inde
|
|
|
12
12
|
import type { ViewContext } from "../../Microsoft.AspNetCore.Mvc.Rendering/internal/index.js";
|
|
13
13
|
import * as Microsoft_AspNetCore_Mvc_ViewFeatures_Internal from "../../Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js";
|
|
14
14
|
import type { IViewContextAware } from "../../Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.js";
|
|
15
|
-
import type {
|
|
16
|
-
import type { TextWriter } from "@tsonic/dotnet/System.IO.js";
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import type {
|
|
20
|
-
import type { IStringLocalizer, IStringLocalizerFactory, LocalizedString } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Localization.js";
|
|
15
|
+
import type { IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
16
|
+
import type { TextWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
17
|
+
import type { HtmlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web/internal/index.js";
|
|
18
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
19
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
20
|
+
import type { IStringLocalizer, IStringLocalizerFactory, LocalizedString } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Localization/internal/index.js";
|
|
21
21
|
|
|
22
22
|
export interface IHtmlLocalizer$instance {
|
|
23
23
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizer: never;
|
|
24
24
|
|
|
25
25
|
get_Item2(name: string, ...arguments: unknown[]): LocalizedHtmlString;
|
|
26
26
|
get_Item2(name: string): LocalizedHtmlString;
|
|
27
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
27
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
28
28
|
GetString(name: string, ...arguments: unknown[]): LocalizedString;
|
|
29
29
|
GetString(name: string): LocalizedString;
|
|
30
30
|
}
|
|
@@ -37,7 +37,7 @@ export interface IHtmlLocalizer_1$instance<TResource> extends IHtmlLocalizer {
|
|
|
37
37
|
|
|
38
38
|
get_Item2(name: string, ...arguments: unknown[]): LocalizedHtmlString;
|
|
39
39
|
get_Item2(name: string): LocalizedHtmlString;
|
|
40
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
40
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
41
41
|
GetString(name: string, ...arguments: unknown[]): LocalizedString;
|
|
42
42
|
GetString(name: string): LocalizedString;
|
|
43
43
|
get_Item(name: string): LocalizedHtmlString;
|
|
@@ -63,7 +63,7 @@ export interface IViewLocalizer$instance extends IHtmlLocalizer {
|
|
|
63
63
|
|
|
64
64
|
get_Item2(name: string, ...arguments: unknown[]): LocalizedHtmlString;
|
|
65
65
|
get_Item2(name: string): LocalizedHtmlString;
|
|
66
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
66
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
67
67
|
GetString(name: string, ...arguments: unknown[]): LocalizedString;
|
|
68
68
|
GetString(name: string): LocalizedString;
|
|
69
69
|
get_Item(name: string): LocalizedHtmlString;
|
|
@@ -74,12 +74,14 @@ export interface IViewLocalizer$instance extends IHtmlLocalizer$instance {}
|
|
|
74
74
|
|
|
75
75
|
export type IViewLocalizer = IViewLocalizer$instance;
|
|
76
76
|
|
|
77
|
-
export interface HtmlLocalizer$instance {
|
|
77
|
+
export interface HtmlLocalizer$instance extends IHtmlLocalizer$instance {
|
|
78
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Localization_HtmlLocalizer: never;
|
|
79
|
+
|
|
78
80
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizer: never;
|
|
79
81
|
|
|
80
82
|
get_Item(name: string): LocalizedHtmlString;
|
|
81
83
|
get_Item(name: string, ...arguments: unknown[]): LocalizedHtmlString;
|
|
82
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
84
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
83
85
|
GetString(name: string): LocalizedString;
|
|
84
86
|
GetString(name: string, ...arguments: unknown[]): LocalizedString;
|
|
85
87
|
ToHtmlString(result: LocalizedString): LocalizedHtmlString;
|
|
@@ -96,18 +98,18 @@ export interface __HtmlLocalizer$views {
|
|
|
96
98
|
As_IHtmlLocalizer(): IHtmlLocalizer$instance;
|
|
97
99
|
}
|
|
98
100
|
|
|
99
|
-
export interface HtmlLocalizer$instance extends IHtmlLocalizer$instance {}
|
|
100
|
-
|
|
101
101
|
export type HtmlLocalizer = HtmlLocalizer$instance & __HtmlLocalizer$views;
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
export interface HtmlLocalizer_1$instance<TResource> extends IHtmlLocalizer_1<TResource> {
|
|
105
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Localization_HtmlLocalizer_1: never;
|
|
106
|
+
|
|
105
107
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizer: never;
|
|
106
108
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizer_1: never;
|
|
107
109
|
|
|
108
110
|
get_Item(name: string): LocalizedHtmlString;
|
|
109
111
|
get_Item(name: string, ...arguments: unknown[]): LocalizedHtmlString;
|
|
110
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
112
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
111
113
|
GetString(name: string): LocalizedString;
|
|
112
114
|
GetString(name: string, ...arguments: unknown[]): LocalizedString;
|
|
113
115
|
}
|
|
@@ -125,7 +127,9 @@ export interface __HtmlLocalizer_1$views<TResource> {
|
|
|
125
127
|
export type HtmlLocalizer_1<TResource> = HtmlLocalizer_1$instance<TResource> & __HtmlLocalizer_1$views<TResource>;
|
|
126
128
|
|
|
127
129
|
|
|
128
|
-
export interface HtmlLocalizerFactory$instance {
|
|
130
|
+
export interface HtmlLocalizerFactory$instance extends IHtmlLocalizerFactory$instance {
|
|
131
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Localization_HtmlLocalizerFactory: never;
|
|
132
|
+
|
|
129
133
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizerFactory: never;
|
|
130
134
|
|
|
131
135
|
Create(resourceSource: Type): IHtmlLocalizer;
|
|
@@ -142,12 +146,12 @@ export interface __HtmlLocalizerFactory$views {
|
|
|
142
146
|
As_IHtmlLocalizerFactory(): IHtmlLocalizerFactory$instance;
|
|
143
147
|
}
|
|
144
148
|
|
|
145
|
-
export interface HtmlLocalizerFactory$instance extends IHtmlLocalizerFactory$instance {}
|
|
146
|
-
|
|
147
149
|
export type HtmlLocalizerFactory = HtmlLocalizerFactory$instance & __HtmlLocalizerFactory$views;
|
|
148
150
|
|
|
149
151
|
|
|
150
|
-
export interface LocalizedHtmlString$instance {
|
|
152
|
+
export interface LocalizedHtmlString$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {
|
|
153
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Localization_LocalizedHtmlString: never;
|
|
154
|
+
|
|
151
155
|
readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContent: never;
|
|
152
156
|
|
|
153
157
|
readonly IsResourceNotFound: boolean;
|
|
@@ -168,12 +172,12 @@ export interface __LocalizedHtmlString$views {
|
|
|
168
172
|
As_IHtmlContent(): Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance;
|
|
169
173
|
}
|
|
170
174
|
|
|
171
|
-
export interface LocalizedHtmlString$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {}
|
|
172
|
-
|
|
173
175
|
export type LocalizedHtmlString = LocalizedHtmlString$instance & __LocalizedHtmlString$views;
|
|
174
176
|
|
|
175
177
|
|
|
176
|
-
export interface ViewLocalizer$instance extends IViewLocalizer {
|
|
178
|
+
export interface ViewLocalizer$instance extends IViewLocalizer, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IViewContextAware$instance {
|
|
179
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Localization_ViewLocalizer: never;
|
|
180
|
+
|
|
177
181
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizer: never;
|
|
178
182
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Localization_IViewLocalizer: never;
|
|
179
183
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewFeatures_IViewContextAware: never;
|
|
@@ -181,7 +185,7 @@ export interface ViewLocalizer$instance extends IViewLocalizer {
|
|
|
181
185
|
Contextualize(viewContext: ViewContext): void;
|
|
182
186
|
get_Item(key: string): LocalizedHtmlString;
|
|
183
187
|
get_Item(key: string, ...arguments: unknown[]): LocalizedHtmlString;
|
|
184
|
-
GetAllStrings(includeParentCultures: boolean):
|
|
188
|
+
GetAllStrings(includeParentCultures: boolean): IEnumerable_1<LocalizedString>;
|
|
185
189
|
GetString(name: string): LocalizedString;
|
|
186
190
|
GetString(name: string, ...values: unknown[]): LocalizedString;
|
|
187
191
|
}
|
|
@@ -197,13 +201,11 @@ export interface __ViewLocalizer$views {
|
|
|
197
201
|
As_IViewContextAware(): Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IViewContextAware$instance;
|
|
198
202
|
}
|
|
199
203
|
|
|
200
|
-
export interface ViewLocalizer$instance extends Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IViewContextAware$instance {}
|
|
201
|
-
|
|
202
204
|
export type ViewLocalizer = ViewLocalizer$instance & __ViewLocalizer$views;
|
|
203
205
|
|
|
204
206
|
|
|
205
207
|
export abstract class HtmlLocalizerExtensions$instance {
|
|
206
|
-
static GetAllStrings(htmlLocalizer: IHtmlLocalizer):
|
|
208
|
+
static GetAllStrings(htmlLocalizer: IHtmlLocalizer): IEnumerable_1<LocalizedString>;
|
|
207
209
|
static GetHtml(htmlLocalizer: IHtmlLocalizer, name: string, ...arguments: unknown[]): LocalizedHtmlString;
|
|
208
210
|
static GetHtml(htmlLocalizer: IHtmlLocalizer, name: string): LocalizedHtmlString;
|
|
209
211
|
}
|