@tsonic/aspnetcore 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +218 -214
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.d.ts +7 -2
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +44 -43
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
- package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +110 -129
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +240 -242
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +98 -100
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
- package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.d.ts +11 -7
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.d.ts +5 -1
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +19 -27
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +14 -11
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +494 -494
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +336 -338
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +53 -55
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +39 -38
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +117 -116
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +11 -7
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +453 -452
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.d.ts +44 -40
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Localization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +447 -446
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +119 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +57 -56
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +38 -37
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +58 -39
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +272 -274
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +11 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +51 -50
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +135 -134
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +61 -60
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +47 -46
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +22 -24
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +78 -80
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +137 -139
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +49 -48
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +12 -14
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +6 -2
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +201 -201
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +168 -170
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +20 -16
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +5 -1
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +62 -61
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +102 -77
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +16 -17
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +65 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +31 -33
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +410 -431
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -297
- package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
- package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -68
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Formatters.Xml
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Formatters.Xml
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as Microsoft_AspNetCore_Mvc_Infrastructure_Internal from "../../Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.js";
|
|
@@ -33,7 +34,7 @@ export interface IWrapperProvider$instance {
|
|
|
33
34
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_Xml_IWrapperProvider: never;
|
|
34
35
|
|
|
35
36
|
readonly WrappingType: Type;
|
|
36
|
-
Wrap(original: unknown): unknown |
|
|
37
|
+
Wrap(original: unknown | null): unknown | null;
|
|
37
38
|
}
|
|
38
39
|
|
|
39
40
|
|
|
@@ -42,13 +43,13 @@ export type IWrapperProvider = IWrapperProvider$instance;
|
|
|
42
43
|
export interface IWrapperProviderFactory$instance {
|
|
43
44
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_Xml_IWrapperProviderFactory: never;
|
|
44
45
|
|
|
45
|
-
GetProvider(context: WrapperProviderContext): IWrapperProvider |
|
|
46
|
+
GetProvider(context: WrapperProviderContext): IWrapperProvider | null;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
|
|
49
50
|
export type IWrapperProviderFactory = IWrapperProviderFactory$instance;
|
|
50
51
|
|
|
51
|
-
export interface DelegatingEnumerable_2$instance<TWrapped, TDeclared> {
|
|
52
|
+
export interface DelegatingEnumerable_2$instance<TWrapped extends unknown, TDeclared extends unknown> {
|
|
52
53
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_Xml_DelegatingEnumerable_2: never;
|
|
53
54
|
|
|
54
55
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -60,14 +61,14 @@ export interface DelegatingEnumerable_2$instance<TWrapped, TDeclared> {
|
|
|
60
61
|
|
|
61
62
|
|
|
62
63
|
export const DelegatingEnumerable_2: {
|
|
63
|
-
new<TWrapped, TDeclared>(): DelegatingEnumerable_2<TWrapped, TDeclared>;
|
|
64
|
-
new<TWrapped, TDeclared>(source: IEnumerable_1<TDeclared>, elementWrapperProvider: IWrapperProvider): DelegatingEnumerable_2<TWrapped, TDeclared>;
|
|
64
|
+
new<TWrapped extends unknown, TDeclared extends unknown>(): DelegatingEnumerable_2<TWrapped, TDeclared>;
|
|
65
|
+
new<TWrapped extends unknown, TDeclared extends unknown>(source: IEnumerable_1<TDeclared>, elementWrapperProvider: IWrapperProvider): DelegatingEnumerable_2<TWrapped, TDeclared>;
|
|
65
66
|
};
|
|
66
67
|
|
|
67
68
|
|
|
68
|
-
export type DelegatingEnumerable_2<TWrapped, TDeclared> = DelegatingEnumerable_2$instance<TWrapped, TDeclared>;
|
|
69
|
+
export type DelegatingEnumerable_2<TWrapped extends unknown, TDeclared extends unknown> = DelegatingEnumerable_2$instance<TWrapped, TDeclared>;
|
|
69
70
|
|
|
70
|
-
export interface DelegatingEnumerator_2$instance<TWrapped, TDeclared> {
|
|
71
|
+
export interface DelegatingEnumerator_2$instance<TWrapped extends unknown, TDeclared extends unknown> {
|
|
71
72
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_Xml_DelegatingEnumerator_2: never;
|
|
72
73
|
|
|
73
74
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -82,11 +83,11 @@ export interface DelegatingEnumerator_2$instance<TWrapped, TDeclared> {
|
|
|
82
83
|
|
|
83
84
|
|
|
84
85
|
export const DelegatingEnumerator_2: {
|
|
85
|
-
new<TWrapped, TDeclared>(inner: IEnumerator_1<TDeclared>, wrapperProvider: IWrapperProvider): DelegatingEnumerator_2<TWrapped, TDeclared>;
|
|
86
|
+
new<TWrapped extends unknown, TDeclared extends unknown>(inner: IEnumerator_1<TDeclared>, wrapperProvider: IWrapperProvider | null): DelegatingEnumerator_2<TWrapped, TDeclared>;
|
|
86
87
|
};
|
|
87
88
|
|
|
88
89
|
|
|
89
|
-
export type DelegatingEnumerator_2<TWrapped, TDeclared> = DelegatingEnumerator_2$instance<TWrapped, TDeclared>;
|
|
90
|
+
export type DelegatingEnumerator_2<TWrapped extends unknown, TDeclared extends unknown> = DelegatingEnumerator_2$instance<TWrapped, TDeclared>;
|
|
90
91
|
|
|
91
92
|
export interface EnumerableWrapperProvider$instance extends IWrapperProvider$instance {
|
|
92
93
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_Xml_EnumerableWrapperProvider: never;
|
|
@@ -94,12 +95,12 @@ export interface EnumerableWrapperProvider$instance extends IWrapperProvider$ins
|
|
|
94
95
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_Xml_IWrapperProvider: never;
|
|
95
96
|
|
|
96
97
|
readonly WrappingType: Type;
|
|
97
|
-
Wrap(original: unknown): unknown |
|
|
98
|
+
Wrap(original: unknown | null): unknown | null;
|
|
98
99
|
}
|
|
99
100
|
|
|
100
101
|
|
|
101
102
|
export const EnumerableWrapperProvider: {
|
|
102
|
-
new(sourceEnumerableOfT: Type, elementWrapperProvider: IWrapperProvider): EnumerableWrapperProvider;
|
|
103
|
+
new(sourceEnumerableOfT: Type, elementWrapperProvider: IWrapperProvider | null): EnumerableWrapperProvider;
|
|
103
104
|
};
|
|
104
105
|
|
|
105
106
|
|
|
@@ -115,7 +116,7 @@ export interface EnumerableWrapperProviderFactory$instance extends IWrapperProvi
|
|
|
115
116
|
|
|
116
117
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_Xml_IWrapperProviderFactory: never;
|
|
117
118
|
|
|
118
|
-
GetProvider(context: WrapperProviderContext): IWrapperProvider |
|
|
119
|
+
GetProvider(context: WrapperProviderContext): IWrapperProvider | null;
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
|
|
@@ -153,7 +154,7 @@ export interface ProblemDetailsWrapper$instance extends IUnwrappable$instance, S
|
|
|
153
154
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_Xml_IUnwrappable: never;
|
|
154
155
|
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
155
156
|
|
|
156
|
-
GetSchema(): XmlSchema |
|
|
157
|
+
GetSchema(): XmlSchema | null;
|
|
157
158
|
ReadValue(reader: XmlReader, name: string): void;
|
|
158
159
|
ReadXml(reader: XmlReader): void;
|
|
159
160
|
WriteXml(writer: XmlWriter): void;
|
|
@@ -181,7 +182,7 @@ export interface SerializableErrorWrapper$instance extends IUnwrappable$instance
|
|
|
181
182
|
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
182
183
|
|
|
183
184
|
readonly SerializableError: SerializableError;
|
|
184
|
-
GetSchema(): XmlSchema |
|
|
185
|
+
GetSchema(): XmlSchema | null;
|
|
185
186
|
ReadXml(reader: XmlReader): void;
|
|
186
187
|
Unwrap(declaredType: Type): unknown;
|
|
187
188
|
WriteXml(writer: XmlWriter): void;
|
|
@@ -207,7 +208,7 @@ export interface SerializableErrorWrapperProvider$instance extends IWrapperProvi
|
|
|
207
208
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_Xml_IWrapperProvider: never;
|
|
208
209
|
|
|
209
210
|
readonly WrappingType: Type;
|
|
210
|
-
Wrap(original: unknown): unknown |
|
|
211
|
+
Wrap(original: unknown | null): unknown | null;
|
|
211
212
|
}
|
|
212
213
|
|
|
213
214
|
|
|
@@ -228,7 +229,7 @@ export interface SerializableErrorWrapperProviderFactory$instance extends IWrapp
|
|
|
228
229
|
|
|
229
230
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_Xml_IWrapperProviderFactory: never;
|
|
230
231
|
|
|
231
|
-
GetProvider(context: WrapperProviderContext): IWrapperProvider |
|
|
232
|
+
GetProvider(context: WrapperProviderContext): IWrapperProvider | null;
|
|
232
233
|
}
|
|
233
234
|
|
|
234
235
|
|
|
@@ -284,7 +285,7 @@ export const WrapperProviderContext: {
|
|
|
284
285
|
export type WrapperProviderContext = WrapperProviderContext$instance;
|
|
285
286
|
|
|
286
287
|
export abstract class WrapperProviderFactoriesExtensions$instance {
|
|
287
|
-
static GetWrapperProvider(wrapperProviderFactories: IEnumerable_1<IWrapperProviderFactory>, wrapperProviderContext: WrapperProviderContext): IWrapperProvider |
|
|
288
|
+
static GetWrapperProvider(wrapperProviderFactories: IEnumerable_1<IWrapperProviderFactory>, wrapperProviderContext: WrapperProviderContext): IWrapperProvider | null;
|
|
288
289
|
}
|
|
289
290
|
|
|
290
291
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ICompatibilitySwitch } from './Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.js';
|
|
10
14
|
import type { ProblemDetails, SerializableError, ValidationProblemDetails } from './Microsoft.AspNetCore.Mvc/internal/index.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Formatters/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { HttpContext } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
10
14
|
import type { IApiRequestFormatMetadataProvider, IApiResponseTypeMetadataProvider } from './Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.js';
|
|
@@ -2676,6 +2676,97 @@
|
|
|
2676
2676
|
}
|
|
2677
2677
|
]
|
|
2678
2678
|
},
|
|
2679
|
+
{
|
|
2680
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata",
|
|
2681
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata",
|
|
2682
|
+
"assemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2683
|
+
"metadataToken": 0,
|
|
2684
|
+
"kind": "Class",
|
|
2685
|
+
"accessibility": "Protected",
|
|
2686
|
+
"isAbstract": false,
|
|
2687
|
+
"isSealed": false,
|
|
2688
|
+
"isStatic": false,
|
|
2689
|
+
"arity": 0,
|
|
2690
|
+
"baseType": {
|
|
2691
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2692
|
+
"clrName": "System.Object"
|
|
2693
|
+
},
|
|
2694
|
+
"methods": [],
|
|
2695
|
+
"properties": [
|
|
2696
|
+
{
|
|
2697
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata::Exists:System.Boolean",
|
|
2698
|
+
"clrName": "Exists",
|
|
2699
|
+
"metadataToken": 385877087,
|
|
2700
|
+
"canonicalSignature": ":System.Boolean",
|
|
2701
|
+
"normalizedSignature": "Exists|:System.Boolean|static=false|accessor=getset",
|
|
2702
|
+
"emitScope": "ClassSurface",
|
|
2703
|
+
"provenance": "Original",
|
|
2704
|
+
"isIndexer": false,
|
|
2705
|
+
"hasGetter": true,
|
|
2706
|
+
"hasSetter": true,
|
|
2707
|
+
"isStatic": false,
|
|
2708
|
+
"isAbstract": false,
|
|
2709
|
+
"isVirtual": false,
|
|
2710
|
+
"isOverride": false,
|
|
2711
|
+
"visibility": "Public",
|
|
2712
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata",
|
|
2713
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2714
|
+
},
|
|
2715
|
+
{
|
|
2716
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata::Length:System.Int64",
|
|
2717
|
+
"clrName": "Length",
|
|
2718
|
+
"metadataToken": 385877088,
|
|
2719
|
+
"canonicalSignature": ":System.Int64",
|
|
2720
|
+
"normalizedSignature": "Length|:System.Int64|static=false|accessor=getset",
|
|
2721
|
+
"emitScope": "ClassSurface",
|
|
2722
|
+
"provenance": "Original",
|
|
2723
|
+
"isIndexer": false,
|
|
2724
|
+
"hasGetter": true,
|
|
2725
|
+
"hasSetter": true,
|
|
2726
|
+
"isStatic": false,
|
|
2727
|
+
"isAbstract": false,
|
|
2728
|
+
"isVirtual": false,
|
|
2729
|
+
"isOverride": false,
|
|
2730
|
+
"visibility": "Public",
|
|
2731
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata",
|
|
2732
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata::LastModified:System.DateTimeOffset",
|
|
2736
|
+
"clrName": "LastModified",
|
|
2737
|
+
"metadataToken": 385877089,
|
|
2738
|
+
"canonicalSignature": ":System.DateTimeOffset",
|
|
2739
|
+
"normalizedSignature": "LastModified|:System.DateTimeOffset|static=false|accessor=getset",
|
|
2740
|
+
"emitScope": "ClassSurface",
|
|
2741
|
+
"provenance": "Original",
|
|
2742
|
+
"isIndexer": false,
|
|
2743
|
+
"hasGetter": true,
|
|
2744
|
+
"hasSetter": true,
|
|
2745
|
+
"isStatic": false,
|
|
2746
|
+
"isAbstract": false,
|
|
2747
|
+
"isVirtual": false,
|
|
2748
|
+
"isOverride": false,
|
|
2749
|
+
"visibility": "Public",
|
|
2750
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata",
|
|
2751
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2752
|
+
}
|
|
2753
|
+
],
|
|
2754
|
+
"fields": [],
|
|
2755
|
+
"events": [],
|
|
2756
|
+
"constructors": [
|
|
2757
|
+
{
|
|
2758
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata::.ctor():void",
|
|
2759
|
+
"metadataToken": 100667544,
|
|
2760
|
+
"canonicalSignature": "():void",
|
|
2761
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
2762
|
+
"isStatic": false,
|
|
2763
|
+
"parameterCount": 0,
|
|
2764
|
+
"visibility": "Public",
|
|
2765
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata",
|
|
2766
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2767
|
+
}
|
|
2768
|
+
]
|
|
2769
|
+
},
|
|
2679
2770
|
{
|
|
2680
2771
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory",
|
|
2681
2772
|
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory",
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Infrastructure
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IWebHostEnvironment } from "../../Microsoft.AspNetCore.Hosting/internal/index.js";
|
|
@@ -36,8 +37,8 @@ import type { IChangeToken } from "@tsonic/microsoft-extensions/Microsoft.Extens
|
|
|
36
37
|
export interface IActionContextAccessor$instance {
|
|
37
38
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionContextAccessor: never;
|
|
38
39
|
|
|
39
|
-
get ActionContext(): ActionContext |
|
|
40
|
-
set ActionContext(value: ActionContext |
|
|
40
|
+
get ActionContext(): ActionContext | null;
|
|
41
|
+
set ActionContext(value: ActionContext | null);
|
|
41
42
|
}
|
|
42
43
|
|
|
43
44
|
|
|
@@ -64,25 +65,25 @@ export type IActionDescriptorCollectionProvider = IActionDescriptorCollectionPro
|
|
|
64
65
|
export interface IActionInvokerFactory$instance {
|
|
65
66
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionInvokerFactory: never;
|
|
66
67
|
|
|
67
|
-
CreateInvoker(actionContext: ActionContext): IActionInvoker |
|
|
68
|
+
CreateInvoker(actionContext: ActionContext): IActionInvoker | null;
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
|
|
71
72
|
export type IActionInvokerFactory = IActionInvokerFactory$instance;
|
|
72
73
|
|
|
73
|
-
export interface IActionResultExecutor_1$instance<TResult extends IActionResult> {
|
|
74
|
+
export interface IActionResultExecutor_1$instance<TResult extends unknown & IActionResult> {
|
|
74
75
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
75
76
|
|
|
76
77
|
ExecuteAsync(context: ActionContext, result: TResult): Task;
|
|
77
78
|
}
|
|
78
79
|
|
|
79
80
|
|
|
80
|
-
export type IActionResultExecutor_1<TResult extends IActionResult> = IActionResultExecutor_1$instance<TResult>;
|
|
81
|
+
export type IActionResultExecutor_1<TResult extends unknown & IActionResult> = IActionResultExecutor_1$instance<TResult>;
|
|
81
82
|
|
|
82
83
|
export interface IActionResultTypeMapper$instance {
|
|
83
84
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultTypeMapper: never;
|
|
84
85
|
|
|
85
|
-
Convert(value: unknown, returnType: Type): IActionResult;
|
|
86
|
+
Convert(value: unknown | null, returnType: Type): IActionResult;
|
|
86
87
|
GetResultDataType(returnType: Type): Type;
|
|
87
88
|
}
|
|
88
89
|
|
|
@@ -92,8 +93,8 @@ export type IActionResultTypeMapper = IActionResultTypeMapper$instance;
|
|
|
92
93
|
export interface IActionSelector$instance {
|
|
93
94
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionSelector: never;
|
|
94
95
|
|
|
95
|
-
SelectBestCandidate(context: RouteContext, candidates: IReadOnlyList_1<ActionDescriptor>): ActionDescriptor |
|
|
96
|
-
SelectCandidates(context: RouteContext): IReadOnlyList_1<ActionDescriptor> |
|
|
96
|
+
SelectBestCandidate(context: RouteContext, candidates: IReadOnlyList_1<ActionDescriptor>): ActionDescriptor | null;
|
|
97
|
+
SelectCandidates(context: RouteContext): IReadOnlyList_1<ActionDescriptor> | null;
|
|
97
98
|
}
|
|
98
99
|
|
|
99
100
|
|
|
@@ -117,12 +118,14 @@ export interface IClientErrorActionResult$instance extends IStatusCodeActionResu
|
|
|
117
118
|
}
|
|
118
119
|
|
|
119
120
|
|
|
121
|
+
export interface IClientErrorActionResult$instance extends IStatusCodeActionResult$instance {}
|
|
122
|
+
|
|
120
123
|
export type IClientErrorActionResult = IClientErrorActionResult$instance;
|
|
121
124
|
|
|
122
125
|
export interface IClientErrorFactory$instance {
|
|
123
126
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IClientErrorFactory: never;
|
|
124
127
|
|
|
125
|
-
GetClientError(actionContext: ActionContext, clientError: IClientErrorActionResult): IActionResult |
|
|
128
|
+
GetClientError(actionContext: ActionContext, clientError: IClientErrorActionResult): IActionResult | null;
|
|
126
129
|
}
|
|
127
130
|
|
|
128
131
|
|
|
@@ -201,8 +204,8 @@ export interface ActionContextAccessor$instance extends IActionContextAccessor$i
|
|
|
201
204
|
|
|
202
205
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionContextAccessor: never;
|
|
203
206
|
|
|
204
|
-
get ActionContext(): ActionContext |
|
|
205
|
-
set ActionContext(value: ActionContext |
|
|
207
|
+
get ActionContext(): ActionContext | null;
|
|
208
|
+
set ActionContext(value: ActionContext | null);
|
|
206
209
|
}
|
|
207
210
|
|
|
208
211
|
|
|
@@ -289,13 +292,13 @@ export interface AmbiguousActionException$instance extends InvalidOperationExcep
|
|
|
289
292
|
|
|
290
293
|
|
|
291
294
|
export const AmbiguousActionException: {
|
|
292
|
-
new(message: string): AmbiguousActionException;
|
|
295
|
+
new(message: string | null): AmbiguousActionException;
|
|
293
296
|
};
|
|
294
297
|
|
|
295
298
|
|
|
296
299
|
export type AmbiguousActionException = AmbiguousActionException$instance;
|
|
297
300
|
|
|
298
|
-
export interface CompatibilitySwitch_1$instance<TValue extends unknown
|
|
301
|
+
export interface CompatibilitySwitch_1$instance<TValue extends NonNullable<unknown>> {
|
|
299
302
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_CompatibilitySwitch_1: never;
|
|
300
303
|
|
|
301
304
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_ICompatibilitySwitch: never;
|
|
@@ -307,33 +310,33 @@ export interface CompatibilitySwitch_1$instance<TValue extends unknown> {
|
|
|
307
310
|
|
|
308
311
|
|
|
309
312
|
export const CompatibilitySwitch_1: {
|
|
310
|
-
new<TValue extends unknown
|
|
311
|
-
new<TValue extends unknown
|
|
313
|
+
new<TValue extends NonNullable<unknown>>(name: string): CompatibilitySwitch_1<TValue>;
|
|
314
|
+
new<TValue extends NonNullable<unknown>>(name: string, initialValue: TValue): CompatibilitySwitch_1<TValue>;
|
|
312
315
|
};
|
|
313
316
|
|
|
314
317
|
|
|
315
|
-
export interface __CompatibilitySwitch_1$views<TValue extends unknown
|
|
318
|
+
export interface __CompatibilitySwitch_1$views<TValue extends NonNullable<unknown>> {
|
|
316
319
|
As_ICompatibilitySwitch(): ICompatibilitySwitch$instance;
|
|
317
320
|
}
|
|
318
321
|
|
|
319
|
-
export type CompatibilitySwitch_1<TValue
|
|
322
|
+
export type CompatibilitySwitch_1<TValue extends NonNullable<unknown>> = CompatibilitySwitch_1$instance<TValue> & __CompatibilitySwitch_1$views<TValue>;
|
|
320
323
|
|
|
321
324
|
|
|
322
|
-
export interface ConfigureCompatibilityOptions_1$instance<TOptions extends IEnumerable_1<ICompatibilitySwitch>> {
|
|
325
|
+
export interface ConfigureCompatibilityOptions_1$instance<TOptions extends (object | null) & IEnumerable_1<ICompatibilitySwitch>> {
|
|
323
326
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ConfigureCompatibilityOptions_1: never;
|
|
324
327
|
|
|
325
328
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IPostConfigureOptions_1: never;
|
|
326
329
|
|
|
327
330
|
readonly DefaultValues: IReadOnlyDictionary_2<System_Internal.String, unknown>;
|
|
328
|
-
PostConfigure(name: string, options: TOptions): void;
|
|
331
|
+
PostConfigure(name: string | null, options: TOptions): void;
|
|
329
332
|
}
|
|
330
333
|
|
|
331
334
|
|
|
332
|
-
export const ConfigureCompatibilityOptions_1: (abstract new<TOptions extends IEnumerable_1<ICompatibilitySwitch>>(loggerFactory: ILoggerFactory, compatibilityOptions: IOptions_1<MvcCompatibilityOptions>) => ConfigureCompatibilityOptions_1<TOptions>) & {
|
|
335
|
+
export const ConfigureCompatibilityOptions_1: (abstract new<TOptions extends (object | null) & IEnumerable_1<ICompatibilitySwitch>>(loggerFactory: ILoggerFactory, compatibilityOptions: IOptions_1<MvcCompatibilityOptions>) => ConfigureCompatibilityOptions_1<TOptions>) & {
|
|
333
336
|
};
|
|
334
337
|
|
|
335
338
|
|
|
336
|
-
export type ConfigureCompatibilityOptions_1<TOptions extends IEnumerable_1<ICompatibilitySwitch>> = ConfigureCompatibilityOptions_1$instance<TOptions>;
|
|
339
|
+
export type ConfigureCompatibilityOptions_1<TOptions extends (object | null) & IEnumerable_1<ICompatibilitySwitch>> = ConfigureCompatibilityOptions_1$instance<TOptions>;
|
|
337
340
|
|
|
338
341
|
export interface ContentResultExecutor$instance extends IActionResultExecutor_1$instance<ContentResult> {
|
|
339
342
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ContentResultExecutor: never;
|
|
@@ -359,7 +362,7 @@ export type ContentResultExecutor = ContentResultExecutor$instance & __ContentRe
|
|
|
359
362
|
export interface DefaultOutputFormatterSelector$instance extends OutputFormatterSelector {
|
|
360
363
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_DefaultOutputFormatterSelector: never;
|
|
361
364
|
|
|
362
|
-
SelectFormatter(context: OutputFormatterCanWriteContext, formatters: IList_1<IOutputFormatter>, contentTypes: MediaTypeCollection): IOutputFormatter |
|
|
365
|
+
SelectFormatter(context: OutputFormatterCanWriteContext, formatters: IList_1<IOutputFormatter>, contentTypes: MediaTypeCollection): IOutputFormatter | null;
|
|
363
366
|
}
|
|
364
367
|
|
|
365
368
|
|
|
@@ -373,13 +376,13 @@ export type DefaultOutputFormatterSelector = DefaultOutputFormatterSelector$inst
|
|
|
373
376
|
export interface DefaultProblemDetailsFactory$instance extends ProblemDetailsFactory {
|
|
374
377
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_DefaultProblemDetailsFactory: never;
|
|
375
378
|
|
|
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;
|
|
379
|
+
CreateProblemDetails(httpContext: HttpContext, statusCode?: Nullable_1<System_Internal.Int32>, title?: string | null, type?: string | null, detail?: string | null, instance?: string | null): ProblemDetails;
|
|
380
|
+
CreateValidationProblemDetails(httpContext: HttpContext, modelStateDictionary: ModelStateDictionary, statusCode?: Nullable_1<System_Internal.Int32>, title?: string | null, type?: string | null, detail?: string | null, instance?: string | null): ValidationProblemDetails;
|
|
378
381
|
}
|
|
379
382
|
|
|
380
383
|
|
|
381
384
|
export const DefaultProblemDetailsFactory: {
|
|
382
|
-
new(options: IOptions_1<ApiBehaviorOptions>, problemDetailsOptions: IOptions_1<ProblemDetailsOptions>): DefaultProblemDetailsFactory;
|
|
385
|
+
new(options: IOptions_1<ApiBehaviorOptions>, problemDetailsOptions: IOptions_1<ProblemDetailsOptions> | null): DefaultProblemDetailsFactory;
|
|
383
386
|
};
|
|
384
387
|
|
|
385
388
|
|
|
@@ -405,7 +408,7 @@ export interface FileContentResultExecutor$instance extends FileResultExecutorBa
|
|
|
405
408
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
406
409
|
|
|
407
410
|
ExecuteAsync(context: ActionContext, result: FileContentResult): Task;
|
|
408
|
-
WriteFileAsync(context: ActionContext, result: FileContentResult, range: RangeItemHeaderValue, rangeLength: long): Task;
|
|
411
|
+
WriteFileAsync(context: ActionContext, result: FileContentResult, range: RangeItemHeaderValue | null, rangeLength: long): Task;
|
|
409
412
|
}
|
|
410
413
|
|
|
411
414
|
|
|
@@ -424,15 +427,15 @@ export type FileContentResultExecutor = FileContentResultExecutor$instance & __F
|
|
|
424
427
|
export interface FileResultExecutorBase$instance {
|
|
425
428
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_FileResultExecutorBase: never;
|
|
426
429
|
|
|
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>;
|
|
430
|
+
SetHeadersAndLog(context: ActionContext, result: FileResult, fileLength: Nullable_1<System_Internal.Int64>, enableRangeProcessing: boolean, lastModified?: Nullable_1<DateTimeOffset>, etag?: EntityTagHeaderValue | null): ValueTuple_3<RangeItemHeaderValue, System_Internal.Int64, System_Internal.Boolean>;
|
|
428
431
|
}
|
|
429
432
|
|
|
430
433
|
|
|
431
434
|
export const FileResultExecutorBase: {
|
|
432
435
|
new(logger: ILogger): FileResultExecutorBase;
|
|
433
436
|
readonly BufferSize: int;
|
|
434
|
-
CreateLogger<T>(factory: ILoggerFactory): ILogger;
|
|
435
|
-
WriteFileAsync(context: HttpContext, fileStream: Stream, range: RangeItemHeaderValue, rangeLength: long): Task;
|
|
437
|
+
CreateLogger<T extends unknown>(factory: ILoggerFactory): ILogger;
|
|
438
|
+
WriteFileAsync(context: HttpContext, fileStream: Stream, range: RangeItemHeaderValue | null, rangeLength: long): Task;
|
|
436
439
|
};
|
|
437
440
|
|
|
438
441
|
|
|
@@ -444,7 +447,7 @@ export interface FileStreamResultExecutor$instance extends FileResultExecutorBas
|
|
|
444
447
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
445
448
|
|
|
446
449
|
ExecuteAsync(context: ActionContext, result: FileStreamResult): Task;
|
|
447
|
-
WriteFileAsync(context: ActionContext, result: FileStreamResult, range: RangeItemHeaderValue, rangeLength: long): Task;
|
|
450
|
+
WriteFileAsync(context: ActionContext, result: FileStreamResult, range: RangeItemHeaderValue | null, rangeLength: long): Task;
|
|
448
451
|
}
|
|
449
452
|
|
|
450
453
|
|
|
@@ -481,7 +484,7 @@ export interface __LocalRedirectResultExecutor$views {
|
|
|
481
484
|
export type LocalRedirectResultExecutor = LocalRedirectResultExecutor$instance & __LocalRedirectResultExecutor$views;
|
|
482
485
|
|
|
483
486
|
|
|
484
|
-
export interface ModelStateInvalidFilter$instance extends
|
|
487
|
+
export interface ModelStateInvalidFilter$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IActionFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance {
|
|
485
488
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ModelStateInvalidFilter: never;
|
|
486
489
|
|
|
487
490
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IActionFilter: never;
|
|
@@ -546,7 +549,7 @@ export type ObjectResultExecutor = ObjectResultExecutor$instance & __ObjectResul
|
|
|
546
549
|
export interface OutputFormatterSelector$instance {
|
|
547
550
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_OutputFormatterSelector: never;
|
|
548
551
|
|
|
549
|
-
SelectFormatter(context: OutputFormatterCanWriteContext, formatters: IList_1<IOutputFormatter>, mediaTypes: MediaTypeCollection): IOutputFormatter |
|
|
552
|
+
SelectFormatter(context: OutputFormatterCanWriteContext, formatters: IList_1<IOutputFormatter>, mediaTypes: MediaTypeCollection): IOutputFormatter | null;
|
|
550
553
|
}
|
|
551
554
|
|
|
552
555
|
|
|
@@ -562,9 +565,9 @@ export interface PhysicalFileResultExecutor$instance extends FileResultExecutorB
|
|
|
562
565
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
563
566
|
|
|
564
567
|
ExecuteAsync(context: ActionContext, result: PhysicalFileResult): Task;
|
|
565
|
-
GetFileInfo(path: string):
|
|
568
|
+
GetFileInfo(path: string): PhysicalFileResultExecutor_FileMetadata;
|
|
566
569
|
GetFileStream(path: string): Stream;
|
|
567
|
-
WriteFileAsync(context: ActionContext, result: PhysicalFileResult, range: RangeItemHeaderValue, rangeLength: long): Task;
|
|
570
|
+
WriteFileAsync(context: ActionContext, result: PhysicalFileResult, range: RangeItemHeaderValue | null, rangeLength: long): Task;
|
|
568
571
|
}
|
|
569
572
|
|
|
570
573
|
|
|
@@ -580,11 +583,27 @@ export interface __PhysicalFileResultExecutor$views {
|
|
|
580
583
|
export type PhysicalFileResultExecutor = PhysicalFileResultExecutor$instance & __PhysicalFileResultExecutor$views;
|
|
581
584
|
|
|
582
585
|
|
|
586
|
+
export interface PhysicalFileResultExecutor_FileMetadata$instance {
|
|
587
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_PhysicalFileResultExecutor_FileMetadata: never;
|
|
588
|
+
|
|
589
|
+
Exists: boolean;
|
|
590
|
+
LastModified: DateTimeOffset;
|
|
591
|
+
Length: long;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
export const PhysicalFileResultExecutor_FileMetadata: {
|
|
596
|
+
new(): PhysicalFileResultExecutor_FileMetadata;
|
|
597
|
+
};
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
export type PhysicalFileResultExecutor_FileMetadata = PhysicalFileResultExecutor_FileMetadata$instance;
|
|
601
|
+
|
|
583
602
|
export interface ProblemDetailsFactory$instance {
|
|
584
603
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ProblemDetailsFactory: never;
|
|
585
604
|
|
|
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;
|
|
605
|
+
CreateProblemDetails(httpContext: HttpContext, statusCode?: Nullable_1<System_Internal.Int32>, title?: string | null, type?: string | null, detail?: string | null, instance?: string | null): ProblemDetails;
|
|
606
|
+
CreateValidationProblemDetails(httpContext: HttpContext, modelStateDictionary: ModelStateDictionary, statusCode?: Nullable_1<System_Internal.Int32>, title?: string | null, type?: string | null, detail?: string | null, instance?: string | null): ValidationProblemDetails;
|
|
588
607
|
}
|
|
589
608
|
|
|
590
609
|
|
|
@@ -685,7 +704,7 @@ export interface VirtualFileResultExecutor$instance extends FileResultExecutorBa
|
|
|
685
704
|
|
|
686
705
|
ExecuteAsync(context: ActionContext, result: VirtualFileResult): Task;
|
|
687
706
|
GetFileStream(fileInfo: IFileInfo): Stream;
|
|
688
|
-
WriteFileAsync(context: ActionContext, result: VirtualFileResult, fileInfo: IFileInfo, range: RangeItemHeaderValue, rangeLength: long): Task;
|
|
707
|
+
WriteFileAsync(context: ActionContext, result: VirtualFileResult, fileInfo: IFileInfo, range: RangeItemHeaderValue | null, rangeLength: long): Task;
|
|
689
708
|
}
|
|
690
709
|
|
|
691
710
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IWebHostEnvironment } from './Microsoft.AspNetCore.Hosting/internal/index.js';
|
|
10
14
|
import type { HttpContext, ProblemDetailsOptions } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
@@ -48,7 +52,7 @@ export type IActionContextAccessor = Internal.IActionContextAccessor;
|
|
|
48
52
|
export type IActionDescriptorChangeProvider = Internal.IActionDescriptorChangeProvider;
|
|
49
53
|
export type IActionDescriptorCollectionProvider = Internal.IActionDescriptorCollectionProvider;
|
|
50
54
|
export type IActionInvokerFactory = Internal.IActionInvokerFactory;
|
|
51
|
-
export type IActionResultExecutor<TResult extends Internal.IActionResult> = Internal.IActionResultExecutor_1<TResult>;
|
|
55
|
+
export type IActionResultExecutor<TResult extends unknown & Internal.IActionResult> = Internal.IActionResultExecutor_1<TResult>;
|
|
52
56
|
export type IActionResultTypeMapper = Internal.IActionResultTypeMapper;
|
|
53
57
|
export type IActionSelector = Internal.IActionSelector;
|
|
54
58
|
export type IApiBehaviorMetadata = Internal.IApiBehaviorMetadata;
|
|
@@ -67,6 +71,7 @@ export { MvcCompatibilityOptions as MvcCompatibilityOptions } from './Microsoft.
|
|
|
67
71
|
export { ObjectResultExecutor as ObjectResultExecutor } from './Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.js';
|
|
68
72
|
export { OutputFormatterSelector as OutputFormatterSelector } from './Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.js';
|
|
69
73
|
export { PhysicalFileResultExecutor as PhysicalFileResultExecutor } from './Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.js';
|
|
74
|
+
export { PhysicalFileResultExecutor_FileMetadata as PhysicalFileResultExecutor_FileMetadata } from './Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.js';
|
|
70
75
|
export { ProblemDetailsFactory as ProblemDetailsFactory } from './Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.js';
|
|
71
76
|
export { RedirectResultExecutor as RedirectResultExecutor } from './Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.js';
|
|
72
77
|
export { RedirectToActionResultExecutor as RedirectToActionResultExecutor } from './Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Localization
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Localization
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IWebHostEnvironment } from "../../Microsoft.AspNetCore.Hosting/internal/index.js";
|
|
@@ -32,7 +33,7 @@ export interface IHtmlLocalizer$instance {
|
|
|
32
33
|
|
|
33
34
|
export type IHtmlLocalizer = IHtmlLocalizer$instance;
|
|
34
35
|
|
|
35
|
-
export interface IHtmlLocalizer_1$instance<TResource> extends IHtmlLocalizer {
|
|
36
|
+
export interface IHtmlLocalizer_1$instance<TResource extends unknown> extends IHtmlLocalizer {
|
|
36
37
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizer_1: never;
|
|
37
38
|
|
|
38
39
|
get_Item2(name: string, ...arguments: unknown[]): LocalizedHtmlString;
|
|
@@ -44,9 +45,9 @@ export interface IHtmlLocalizer_1$instance<TResource> extends IHtmlLocalizer {
|
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
|
|
47
|
-
export interface IHtmlLocalizer_1$instance<TResource> extends IHtmlLocalizer$instance {}
|
|
48
|
+
export interface IHtmlLocalizer_1$instance<TResource extends unknown> extends IHtmlLocalizer$instance {}
|
|
48
49
|
|
|
49
|
-
export type IHtmlLocalizer_1<TResource> = IHtmlLocalizer_1$instance<TResource>;
|
|
50
|
+
export type IHtmlLocalizer_1<TResource extends unknown> = IHtmlLocalizer_1$instance<TResource>;
|
|
50
51
|
|
|
51
52
|
export interface IHtmlLocalizerFactory$instance {
|
|
52
53
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizerFactory: never;
|
|
@@ -101,7 +102,7 @@ export interface __HtmlLocalizer$views {
|
|
|
101
102
|
export type HtmlLocalizer = HtmlLocalizer$instance & __HtmlLocalizer$views;
|
|
102
103
|
|
|
103
104
|
|
|
104
|
-
export interface HtmlLocalizer_1$instance<TResource> extends IHtmlLocalizer_1<TResource> {
|
|
105
|
+
export interface HtmlLocalizer_1$instance<TResource extends unknown> extends IHtmlLocalizer_1<TResource>, IHtmlLocalizer_1$instance<TResource> {
|
|
105
106
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Localization_HtmlLocalizer_1: never;
|
|
106
107
|
|
|
107
108
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizer: never;
|
|
@@ -116,15 +117,15 @@ export interface HtmlLocalizer_1$instance<TResource> extends IHtmlLocalizer_1<TR
|
|
|
116
117
|
|
|
117
118
|
|
|
118
119
|
export const HtmlLocalizer_1: {
|
|
119
|
-
new<TResource>(factory: IHtmlLocalizerFactory): HtmlLocalizer_1<TResource>;
|
|
120
|
+
new<TResource extends unknown>(factory: IHtmlLocalizerFactory): HtmlLocalizer_1<TResource>;
|
|
120
121
|
};
|
|
121
122
|
|
|
122
123
|
|
|
123
|
-
export interface __HtmlLocalizer_1$views<TResource> {
|
|
124
|
+
export interface __HtmlLocalizer_1$views<TResource extends unknown> {
|
|
124
125
|
As_IHtmlLocalizer(): IHtmlLocalizer$instance;
|
|
125
126
|
}
|
|
126
127
|
|
|
127
|
-
export type HtmlLocalizer_1<TResource> = HtmlLocalizer_1$instance<TResource> & __HtmlLocalizer_1$views<TResource>;
|
|
128
|
+
export type HtmlLocalizer_1<TResource extends unknown> = HtmlLocalizer_1$instance<TResource> & __HtmlLocalizer_1$views<TResource>;
|
|
128
129
|
|
|
129
130
|
|
|
130
131
|
export interface HtmlLocalizerFactory$instance extends IHtmlLocalizerFactory$instance {
|
|
@@ -175,7 +176,7 @@ export interface __LocalizedHtmlString$views {
|
|
|
175
176
|
export type LocalizedHtmlString = LocalizedHtmlString$instance & __LocalizedHtmlString$views;
|
|
176
177
|
|
|
177
178
|
|
|
178
|
-
export interface ViewLocalizer$instance extends IViewLocalizer, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IViewContextAware$instance {
|
|
179
|
+
export interface ViewLocalizer$instance extends IViewLocalizer, IViewLocalizer$instance, Microsoft_AspNetCore_Mvc_ViewFeatures_Internal.IViewContextAware$instance {
|
|
179
180
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Localization_ViewLocalizer: never;
|
|
180
181
|
|
|
181
182
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Localization_IHtmlLocalizer: never;
|