@tsonic/aspnetcore 10.0.41 → 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 +1 -1
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +62 -61
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -1
- 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 +6 -3
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +3 -3
- 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 +60 -80
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +167 -167
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- 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 +70 -70
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -7
- 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 +1 -1
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +12 -12
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +8 -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 +27 -27
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +9 -9
- 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 +10 -6
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +7 -7
- 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 +1 -1
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +1 -1
- 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 +3 -3
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +1 -1
- 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 +2 -2
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -21
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +1 -1
- 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 +1 -1
- 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 +8 -6
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +141 -138
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- 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 +2 -2
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +29 -29
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +1 -1
- 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 +13 -13
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +61 -61
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +7 -3
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +212 -212
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +1 -1
- 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 +5 -5
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -2
- 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 +220 -220
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +20 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +70 -69
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +26 -26
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +24 -24
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +56 -56
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +33 -33
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +21 -21
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -3
- 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 +93 -93
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +3 -3
- 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 +156 -156
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +23 -23
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +2 -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 +17 -17
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +169 -169
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +49 -49
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -25
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +5 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +1 -1
- 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 +5 -5
- 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 +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +74 -74
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -139
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +19 -15
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +1 -1
- 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 +1 -1
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities.d.ts +4 -0
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +33 -33
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +95 -68
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -14
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +8 -1
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +1 -1
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +24 -24
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +450 -469
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -295
- 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 -69
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Abstractions, Microsoft.AspNetCore.Mvc.Core, Microsoft.AspNetCore.Mvc.RazorPages
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
9
|
// Import types from other namespaces
|
|
@@ -255,7 +255,7 @@ export interface ActionExecutedContext$instance extends FilterContext {
|
|
|
255
255
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ActionExecutedContext: never;
|
|
256
256
|
|
|
257
257
|
Canceled: boolean;
|
|
258
|
-
readonly Controller:
|
|
258
|
+
readonly Controller: unknown;
|
|
259
259
|
get Exception(): Exception | null;
|
|
260
260
|
set Exception(value: Exception | null);
|
|
261
261
|
get ExceptionDispatchInfo(): ExceptionDispatchInfo | null;
|
|
@@ -267,7 +267,7 @@ export interface ActionExecutedContext$instance extends FilterContext {
|
|
|
267
267
|
|
|
268
268
|
|
|
269
269
|
export const ActionExecutedContext: {
|
|
270
|
-
new(actionContext: ActionContext, filters: IList_1<IFilterMetadata>, controller:
|
|
270
|
+
new(actionContext: ActionContext, filters: IList_1<IFilterMetadata>, controller: unknown): ActionExecutedContext;
|
|
271
271
|
};
|
|
272
272
|
|
|
273
273
|
|
|
@@ -276,21 +276,21 @@ export type ActionExecutedContext = ActionExecutedContext$instance;
|
|
|
276
276
|
export interface ActionExecutingContext$instance extends FilterContext {
|
|
277
277
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ActionExecutingContext: never;
|
|
278
278
|
|
|
279
|
-
readonly ActionArguments: IDictionary_2<System_Internal.String,
|
|
280
|
-
readonly Controller:
|
|
279
|
+
readonly ActionArguments: IDictionary_2<System_Internal.String, unknown | null>;
|
|
280
|
+
readonly Controller: unknown;
|
|
281
281
|
get Result(): IActionResult | null;
|
|
282
282
|
set Result(value: IActionResult | null);
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
|
|
286
286
|
export const ActionExecutingContext: {
|
|
287
|
-
new(actionContext: ActionContext, filters: IList_1<IFilterMetadata>, actionArguments: IDictionary_2<System_Internal.String,
|
|
287
|
+
new(actionContext: ActionContext, filters: IList_1<IFilterMetadata>, actionArguments: IDictionary_2<System_Internal.String, unknown | null>, controller: unknown): ActionExecutingContext;
|
|
288
288
|
};
|
|
289
289
|
|
|
290
290
|
|
|
291
291
|
export type ActionExecutingContext = ActionExecutingContext$instance;
|
|
292
292
|
|
|
293
|
-
export interface ActionFilterAttribute$instance extends Attribute,
|
|
293
|
+
export interface ActionFilterAttribute$instance extends Attribute, IActionFilter$instance, IAsyncActionFilter$instance, IAsyncResultFilter$instance, IResultFilter$instance {
|
|
294
294
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ActionFilterAttribute: never;
|
|
295
295
|
|
|
296
296
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IActionFilter: never;
|
|
@@ -359,7 +359,7 @@ export const ExceptionContext: {
|
|
|
359
359
|
|
|
360
360
|
export type ExceptionContext = ExceptionContext$instance;
|
|
361
361
|
|
|
362
|
-
export interface ExceptionFilterAttribute$instance extends Attribute,
|
|
362
|
+
export interface ExceptionFilterAttribute$instance extends Attribute, IAsyncExceptionFilter$instance, IExceptionFilter$instance {
|
|
363
363
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ExceptionFilterAttribute: never;
|
|
364
364
|
|
|
365
365
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAsyncExceptionFilter: never;
|
|
@@ -398,13 +398,13 @@ export interface FilterCollection$instance extends Collection_1<IFilterMetadata>
|
|
|
398
398
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
399
399
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
400
400
|
|
|
401
|
-
Add<TFilterType extends IFilterMetadata>(): IFilterMetadata;
|
|
401
|
+
Add<TFilterType extends unknown & IFilterMetadata>(): IFilterMetadata;
|
|
402
402
|
Add(filterType: Type): IFilterMetadata;
|
|
403
|
-
Add<TFilterType extends IFilterMetadata>(order: int): IFilterMetadata;
|
|
403
|
+
Add<TFilterType extends unknown & IFilterMetadata>(order: int): IFilterMetadata;
|
|
404
404
|
Add(filterType: Type, order: int): IFilterMetadata;
|
|
405
|
-
AddService<TFilterType extends IFilterMetadata>(): IFilterMetadata;
|
|
405
|
+
AddService<TFilterType extends unknown & IFilterMetadata>(): IFilterMetadata;
|
|
406
406
|
AddService(filterType: Type): IFilterMetadata;
|
|
407
|
-
AddService<TFilterType extends IFilterMetadata>(order: int): IFilterMetadata;
|
|
407
|
+
AddService<TFilterType extends unknown & IFilterMetadata>(order: int): IFilterMetadata;
|
|
408
408
|
AddService(filterType: Type, order: int): IFilterMetadata;
|
|
409
409
|
}
|
|
410
410
|
|
|
@@ -420,8 +420,8 @@ export interface FilterContext$instance extends ActionContext {
|
|
|
420
420
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_FilterContext: never;
|
|
421
421
|
|
|
422
422
|
readonly Filters: IList_1<IFilterMetadata>;
|
|
423
|
-
FindEffectivePolicy<TMetadata extends IFilterMetadata>(): TMetadata;
|
|
424
|
-
IsEffectivePolicy<TMetadata extends IFilterMetadata>(policy: TMetadata): boolean;
|
|
423
|
+
FindEffectivePolicy<TMetadata extends unknown & IFilterMetadata>(): TMetadata;
|
|
424
|
+
IsEffectivePolicy<TMetadata extends unknown & IFilterMetadata>(policy: TMetadata): boolean;
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
|
|
@@ -490,7 +490,7 @@ export interface PageHandlerExecutedContext$instance extends FilterContext {
|
|
|
490
490
|
get ExceptionDispatchInfo(): ExceptionDispatchInfo | null;
|
|
491
491
|
set ExceptionDispatchInfo(value: ExceptionDispatchInfo | null);
|
|
492
492
|
ExceptionHandled: boolean;
|
|
493
|
-
readonly HandlerInstance:
|
|
493
|
+
readonly HandlerInstance: unknown;
|
|
494
494
|
readonly HandlerMethod: HandlerMethodDescriptor | null;
|
|
495
495
|
get Result(): IActionResult | null;
|
|
496
496
|
set Result(value: IActionResult | null);
|
|
@@ -498,7 +498,7 @@ export interface PageHandlerExecutedContext$instance extends FilterContext {
|
|
|
498
498
|
|
|
499
499
|
|
|
500
500
|
export const PageHandlerExecutedContext: {
|
|
501
|
-
new(pageContext: PageContext, filters: IList_1<IFilterMetadata>, handlerMethod: HandlerMethodDescriptor | null, handlerInstance:
|
|
501
|
+
new(pageContext: PageContext, filters: IList_1<IFilterMetadata>, handlerMethod: HandlerMethodDescriptor | null, handlerInstance: unknown): PageHandlerExecutedContext;
|
|
502
502
|
};
|
|
503
503
|
|
|
504
504
|
|
|
@@ -508,8 +508,8 @@ export interface PageHandlerExecutingContext$instance extends FilterContext {
|
|
|
508
508
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_PageHandlerExecutingContext: never;
|
|
509
509
|
|
|
510
510
|
readonly ActionDescriptor: ActionDescriptor | CompiledPageActionDescriptor;
|
|
511
|
-
readonly HandlerArguments: IDictionary_2<System_Internal.String,
|
|
512
|
-
readonly HandlerInstance:
|
|
511
|
+
readonly HandlerArguments: IDictionary_2<System_Internal.String, unknown | null>;
|
|
512
|
+
readonly HandlerInstance: unknown;
|
|
513
513
|
readonly HandlerMethod: HandlerMethodDescriptor | null;
|
|
514
514
|
get Result(): IActionResult | null;
|
|
515
515
|
set Result(value: IActionResult | null);
|
|
@@ -517,7 +517,7 @@ export interface PageHandlerExecutingContext$instance extends FilterContext {
|
|
|
517
517
|
|
|
518
518
|
|
|
519
519
|
export const PageHandlerExecutingContext: {
|
|
520
|
-
new(pageContext: PageContext, filters: IList_1<IFilterMetadata>, handlerMethod: HandlerMethodDescriptor | null, handlerArguments: IDictionary_2<System_Internal.String,
|
|
520
|
+
new(pageContext: PageContext, filters: IList_1<IFilterMetadata>, handlerMethod: HandlerMethodDescriptor | null, handlerArguments: IDictionary_2<System_Internal.String, unknown | null>, handlerInstance: unknown): PageHandlerExecutingContext;
|
|
521
521
|
};
|
|
522
522
|
|
|
523
523
|
|
|
@@ -527,14 +527,14 @@ export interface PageHandlerSelectedContext$instance extends FilterContext {
|
|
|
527
527
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_PageHandlerSelectedContext: never;
|
|
528
528
|
|
|
529
529
|
readonly ActionDescriptor: ActionDescriptor | CompiledPageActionDescriptor;
|
|
530
|
-
readonly HandlerInstance:
|
|
530
|
+
readonly HandlerInstance: unknown;
|
|
531
531
|
get HandlerMethod(): HandlerMethodDescriptor | null;
|
|
532
532
|
set HandlerMethod(value: HandlerMethodDescriptor | null);
|
|
533
533
|
}
|
|
534
534
|
|
|
535
535
|
|
|
536
536
|
export const PageHandlerSelectedContext: {
|
|
537
|
-
new(pageContext: PageContext, filters: IList_1<IFilterMetadata>, handlerInstance:
|
|
537
|
+
new(pageContext: PageContext, filters: IList_1<IFilterMetadata>, handlerInstance: unknown): PageHandlerSelectedContext;
|
|
538
538
|
};
|
|
539
539
|
|
|
540
540
|
|
|
@@ -581,7 +581,7 @@ export interface ResultExecutedContext$instance extends FilterContext {
|
|
|
581
581
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ResultExecutedContext: never;
|
|
582
582
|
|
|
583
583
|
Canceled: boolean;
|
|
584
|
-
readonly Controller:
|
|
584
|
+
readonly Controller: unknown;
|
|
585
585
|
get Exception(): Exception | null;
|
|
586
586
|
set Exception(value: Exception | null);
|
|
587
587
|
get ExceptionDispatchInfo(): ExceptionDispatchInfo | null;
|
|
@@ -592,7 +592,7 @@ export interface ResultExecutedContext$instance extends FilterContext {
|
|
|
592
592
|
|
|
593
593
|
|
|
594
594
|
export const ResultExecutedContext: {
|
|
595
|
-
new(actionContext: ActionContext, filters: IList_1<IFilterMetadata>, result: IActionResult, controller:
|
|
595
|
+
new(actionContext: ActionContext, filters: IList_1<IFilterMetadata>, result: IActionResult, controller: unknown): ResultExecutedContext;
|
|
596
596
|
};
|
|
597
597
|
|
|
598
598
|
|
|
@@ -602,19 +602,19 @@ export interface ResultExecutingContext$instance extends FilterContext {
|
|
|
602
602
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ResultExecutingContext: never;
|
|
603
603
|
|
|
604
604
|
Cancel: boolean;
|
|
605
|
-
readonly Controller:
|
|
605
|
+
readonly Controller: unknown;
|
|
606
606
|
Result: IActionResult;
|
|
607
607
|
}
|
|
608
608
|
|
|
609
609
|
|
|
610
610
|
export const ResultExecutingContext: {
|
|
611
|
-
new(actionContext: ActionContext, filters: IList_1<IFilterMetadata>, result: IActionResult, controller:
|
|
611
|
+
new(actionContext: ActionContext, filters: IList_1<IFilterMetadata>, result: IActionResult, controller: unknown): ResultExecutingContext;
|
|
612
612
|
};
|
|
613
613
|
|
|
614
614
|
|
|
615
615
|
export type ResultExecutingContext = ResultExecutingContext$instance;
|
|
616
616
|
|
|
617
|
-
export interface ResultFilterAttribute$instance extends Attribute,
|
|
617
|
+
export interface ResultFilterAttribute$instance extends Attribute, IAsyncResultFilter$instance, IResultFilter$instance {
|
|
618
618
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ResultFilterAttribute: never;
|
|
619
619
|
|
|
620
620
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAsyncResultFilter: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Filters/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 { ActionDescriptor } from './Microsoft.AspNetCore.Mvc.Abstractions/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Abstractions, Microsoft.AspNetCore.Mvc.Core, Microsoft.AspNetCore.Mvc.Formatters.Xml
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
9
|
// Import types from other namespaces
|
|
@@ -120,7 +120,7 @@ export const MediaTypeSegmentWithQuality: {
|
|
|
120
120
|
|
|
121
121
|
export type MediaTypeSegmentWithQuality = MediaTypeSegmentWithQuality$instance;
|
|
122
122
|
|
|
123
|
-
export interface FormatFilter$instance extends
|
|
123
|
+
export interface FormatFilter$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IResourceFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance {
|
|
124
124
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_FormatFilter: never;
|
|
125
125
|
|
|
126
126
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
@@ -149,7 +149,7 @@ export interface __FormatFilter$views {
|
|
|
149
149
|
export type FormatFilter = FormatFilter$instance & __FormatFilter$views;
|
|
150
150
|
|
|
151
151
|
|
|
152
|
-
export interface FormatterCollection_1$instance<TFormatter> extends Collection_1<TFormatter> {
|
|
152
|
+
export interface FormatterCollection_1$instance<TFormatter extends unknown> extends Collection_1<TFormatter> {
|
|
153
153
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_FormatterCollection_1: never;
|
|
154
154
|
|
|
155
155
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -161,18 +161,18 @@ export interface FormatterCollection_1$instance<TFormatter> extends Collection_1
|
|
|
161
161
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
162
162
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
163
163
|
|
|
164
|
-
RemoveType<T extends TFormatter>(): void;
|
|
164
|
+
RemoveType<T extends unknown & TFormatter>(): void;
|
|
165
165
|
RemoveType(formatterType: Type): void;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
|
|
169
169
|
export const FormatterCollection_1: {
|
|
170
|
-
new<TFormatter>(): FormatterCollection_1<TFormatter>;
|
|
171
|
-
new<TFormatter>(list: IList_1<TFormatter>): FormatterCollection_1<TFormatter>;
|
|
170
|
+
new<TFormatter extends unknown>(): FormatterCollection_1<TFormatter>;
|
|
171
|
+
new<TFormatter extends unknown>(list: IList_1<TFormatter>): FormatterCollection_1<TFormatter>;
|
|
172
172
|
};
|
|
173
173
|
|
|
174
174
|
|
|
175
|
-
export type FormatterCollection_1<TFormatter> = FormatterCollection_1$instance<TFormatter>;
|
|
175
|
+
export type FormatterCollection_1<TFormatter extends unknown> = FormatterCollection_1$instance<TFormatter>;
|
|
176
176
|
|
|
177
177
|
export interface FormatterMappings$instance {
|
|
178
178
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_FormatterMappings: never;
|
|
@@ -223,7 +223,7 @@ export interface InputFormatter$instance extends Microsoft_AspNetCore_Mvc_ApiExp
|
|
|
223
223
|
readonly SupportedMediaTypes: MediaTypeCollection;
|
|
224
224
|
CanRead(context: InputFormatterContext): boolean;
|
|
225
225
|
CanReadType(type: Type): boolean;
|
|
226
|
-
GetDefaultValueForType(modelType: Type):
|
|
226
|
+
GetDefaultValueForType(modelType: Type): unknown | null;
|
|
227
227
|
GetSupportedContentTypes(contentType: string | null, objectType: Type): IReadOnlyList_1<System_Internal.String> | null;
|
|
228
228
|
ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
229
229
|
ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
@@ -285,7 +285,7 @@ export interface InputFormatterResult$instance {
|
|
|
285
285
|
|
|
286
286
|
readonly HasError: boolean;
|
|
287
287
|
readonly IsModelSet: boolean;
|
|
288
|
-
readonly Model:
|
|
288
|
+
readonly Model: unknown | null;
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
|
|
@@ -294,8 +294,8 @@ export const InputFormatterResult: {
|
|
|
294
294
|
FailureAsync(): Task_1<InputFormatterResult>;
|
|
295
295
|
NoValue(): InputFormatterResult;
|
|
296
296
|
NoValueAsync(): Task_1<InputFormatterResult>;
|
|
297
|
-
Success(model:
|
|
298
|
-
SuccessAsync(model:
|
|
297
|
+
Success(model: unknown | null): InputFormatterResult;
|
|
298
|
+
SuccessAsync(model: unknown | null): Task_1<InputFormatterResult>;
|
|
299
299
|
};
|
|
300
300
|
|
|
301
301
|
|
|
@@ -360,8 +360,8 @@ export interface OutputFormatterCanWriteContext$instance {
|
|
|
360
360
|
ContentType: StringSegment;
|
|
361
361
|
ContentTypeIsServerDefined: boolean;
|
|
362
362
|
HttpContext: HttpContext;
|
|
363
|
-
get Object():
|
|
364
|
-
set Object(value:
|
|
363
|
+
get Object(): unknown | null;
|
|
364
|
+
set Object(value: unknown | null);
|
|
365
365
|
get ObjectType(): Type | null;
|
|
366
366
|
set ObjectType(value: Type | null);
|
|
367
367
|
}
|
|
@@ -381,7 +381,7 @@ export interface OutputFormatterWriteContext$instance extends OutputFormatterCan
|
|
|
381
381
|
|
|
382
382
|
|
|
383
383
|
export const OutputFormatterWriteContext: {
|
|
384
|
-
new(httpContext: HttpContext, writerFactory: Func_3<Stream, Encoding, TextWriter>, objectType: Type | null, object:
|
|
384
|
+
new(httpContext: HttpContext, writerFactory: Func_3<Stream, Encoding, TextWriter>, objectType: Type | null, object: unknown | null): OutputFormatterWriteContext;
|
|
385
385
|
};
|
|
386
386
|
|
|
387
387
|
|
|
@@ -409,7 +409,7 @@ export interface __StreamOutputFormatter$views {
|
|
|
409
409
|
export type StreamOutputFormatter = StreamOutputFormatter$instance & __StreamOutputFormatter$views;
|
|
410
410
|
|
|
411
411
|
|
|
412
|
-
export interface StringOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
412
|
+
export interface StringOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {
|
|
413
413
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_StringOutputFormatter: never;
|
|
414
414
|
|
|
415
415
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -461,7 +461,7 @@ export interface __SystemTextJsonInputFormatter$views {
|
|
|
461
461
|
export type SystemTextJsonInputFormatter = SystemTextJsonInputFormatter$instance & __SystemTextJsonInputFormatter$views;
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
export interface SystemTextJsonOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
464
|
+
export interface SystemTextJsonOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {
|
|
465
465
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_SystemTextJsonOutputFormatter: never;
|
|
466
466
|
|
|
467
467
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -512,7 +512,7 @@ export interface __TextInputFormatter$views {
|
|
|
512
512
|
export type TextInputFormatter = TextInputFormatter$instance & __TextInputFormatter$views;
|
|
513
513
|
|
|
514
514
|
|
|
515
|
-
export interface TextOutputFormatter$instance extends OutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
515
|
+
export interface TextOutputFormatter$instance extends OutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {
|
|
516
516
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_TextOutputFormatter: never;
|
|
517
517
|
|
|
518
518
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -574,7 +574,7 @@ export interface __XmlDataContractSerializerInputFormatter$views {
|
|
|
574
574
|
export type XmlDataContractSerializerInputFormatter = XmlDataContractSerializerInputFormatter$instance & __XmlDataContractSerializerInputFormatter$views;
|
|
575
575
|
|
|
576
576
|
|
|
577
|
-
export interface XmlDataContractSerializerOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
577
|
+
export interface XmlDataContractSerializerOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {
|
|
578
578
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlDataContractSerializerOutputFormatter: never;
|
|
579
579
|
|
|
580
580
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -646,7 +646,7 @@ export interface __XmlSerializerInputFormatter$views {
|
|
|
646
646
|
export type XmlSerializerInputFormatter = XmlSerializerInputFormatter$instance & __XmlSerializerInputFormatter$views;
|
|
647
647
|
|
|
648
648
|
|
|
649
|
-
export interface XmlSerializerOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
649
|
+
export interface XmlSerializerOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {
|
|
650
650
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlSerializerOutputFormatter: never;
|
|
651
651
|
|
|
652
652
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -660,7 +660,7 @@ export interface XmlSerializerOutputFormatter$instance extends TextOutputFormatt
|
|
|
660
660
|
CreateXmlWriter(context: OutputFormatterWriteContext, writer: TextWriter, xmlWriterSettings: XmlWriterSettings): XmlWriter;
|
|
661
661
|
GetCachedSerializer(type: Type): XmlSerializer;
|
|
662
662
|
GetSerializableType(type: Type): Type;
|
|
663
|
-
Serialize(xmlSerializer: XmlSerializer, xmlWriter: XmlWriter, value:
|
|
663
|
+
Serialize(xmlSerializer: XmlSerializer, xmlWriter: XmlWriter, value: unknown | null): void;
|
|
664
664
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext, selectedEncoding: Encoding): Task;
|
|
665
665
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
|
|
666
666
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Formatters.Xml
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
9
|
// Import types from other namespaces
|
|
@@ -24,7 +24,7 @@ import type { Boolean as ClrBoolean, IDisposable, Object as ClrObject, String as
|
|
|
24
24
|
export interface IUnwrappable$instance {
|
|
25
25
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_Xml_IUnwrappable: never;
|
|
26
26
|
|
|
27
|
-
Unwrap(declaredType: Type):
|
|
27
|
+
Unwrap(declaredType: Type): unknown;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
|
|
@@ -34,7 +34,7 @@ export interface IWrapperProvider$instance {
|
|
|
34
34
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_Xml_IWrapperProvider: never;
|
|
35
35
|
|
|
36
36
|
readonly WrappingType: Type;
|
|
37
|
-
Wrap(original:
|
|
37
|
+
Wrap(original: unknown | null): unknown | null;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
|
|
@@ -49,26 +49,26 @@ export interface IWrapperProviderFactory$instance {
|
|
|
49
49
|
|
|
50
50
|
export type IWrapperProviderFactory = IWrapperProviderFactory$instance;
|
|
51
51
|
|
|
52
|
-
export interface DelegatingEnumerable_2$instance<TWrapped, TDeclared> {
|
|
52
|
+
export interface DelegatingEnumerable_2$instance<TWrapped extends unknown, TDeclared extends unknown> {
|
|
53
53
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_Xml_DelegatingEnumerable_2: never;
|
|
54
54
|
|
|
55
55
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
56
56
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
57
57
|
|
|
58
|
-
Add(item:
|
|
58
|
+
Add(item: unknown): void;
|
|
59
59
|
GetEnumerator(): IEnumerator_1<TWrapped>;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
export const DelegatingEnumerable_2: {
|
|
64
|
-
new<TWrapped, TDeclared>(): DelegatingEnumerable_2<TWrapped, TDeclared>;
|
|
65
|
-
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>;
|
|
66
66
|
};
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
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>;
|
|
70
70
|
|
|
71
|
-
export interface DelegatingEnumerator_2$instance<TWrapped, TDeclared> {
|
|
71
|
+
export interface DelegatingEnumerator_2$instance<TWrapped extends unknown, TDeclared extends unknown> {
|
|
72
72
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_Xml_DelegatingEnumerator_2: never;
|
|
73
73
|
|
|
74
74
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -83,11 +83,11 @@ export interface DelegatingEnumerator_2$instance<TWrapped, TDeclared> {
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
export const DelegatingEnumerator_2: {
|
|
86
|
-
new<TWrapped, TDeclared>(inner: IEnumerator_1<TDeclared>, wrapperProvider: IWrapperProvider | null): DelegatingEnumerator_2<TWrapped, TDeclared>;
|
|
86
|
+
new<TWrapped extends unknown, TDeclared extends unknown>(inner: IEnumerator_1<TDeclared>, wrapperProvider: IWrapperProvider | null): DelegatingEnumerator_2<TWrapped, TDeclared>;
|
|
87
87
|
};
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
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>;
|
|
91
91
|
|
|
92
92
|
export interface EnumerableWrapperProvider$instance extends IWrapperProvider$instance {
|
|
93
93
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_Xml_EnumerableWrapperProvider: never;
|
|
@@ -95,7 +95,7 @@ export interface EnumerableWrapperProvider$instance extends IWrapperProvider$ins
|
|
|
95
95
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_Xml_IWrapperProvider: never;
|
|
96
96
|
|
|
97
97
|
readonly WrappingType: Type;
|
|
98
|
-
Wrap(original:
|
|
98
|
+
Wrap(original: unknown | null): unknown | null;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
|
|
@@ -184,7 +184,7 @@ export interface SerializableErrorWrapper$instance extends IUnwrappable$instance
|
|
|
184
184
|
readonly SerializableError: SerializableError;
|
|
185
185
|
GetSchema(): XmlSchema | null;
|
|
186
186
|
ReadXml(reader: XmlReader): void;
|
|
187
|
-
Unwrap(declaredType: Type):
|
|
187
|
+
Unwrap(declaredType: Type): unknown;
|
|
188
188
|
WriteXml(writer: XmlWriter): void;
|
|
189
189
|
}
|
|
190
190
|
|
|
@@ -208,7 +208,7 @@ export interface SerializableErrorWrapperProvider$instance extends IWrapperProvi
|
|
|
208
208
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_Xml_IWrapperProvider: never;
|
|
209
209
|
|
|
210
210
|
readonly WrappingType: Type;
|
|
211
|
-
Wrap(original:
|
|
211
|
+
Wrap(original: unknown | null): unknown | null;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
|
|
@@ -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';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Core
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
9
|
// Import types from other namespaces
|
|
@@ -71,19 +71,19 @@ export interface IActionInvokerFactory$instance {
|
|
|
71
71
|
|
|
72
72
|
export type IActionInvokerFactory = IActionInvokerFactory$instance;
|
|
73
73
|
|
|
74
|
-
export interface IActionResultExecutor_1$instance<TResult extends IActionResult> {
|
|
74
|
+
export interface IActionResultExecutor_1$instance<TResult extends unknown & IActionResult> {
|
|
75
75
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
76
76
|
|
|
77
77
|
ExecuteAsync(context: ActionContext, result: TResult): Task;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-
export type IActionResultExecutor_1<TResult extends IActionResult> = IActionResultExecutor_1$instance<TResult>;
|
|
81
|
+
export type IActionResultExecutor_1<TResult extends unknown & IActionResult> = IActionResultExecutor_1$instance<TResult>;
|
|
82
82
|
|
|
83
83
|
export interface IActionResultTypeMapper$instance {
|
|
84
84
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultTypeMapper: never;
|
|
85
85
|
|
|
86
|
-
Convert(value:
|
|
86
|
+
Convert(value: unknown | null, returnType: Type): IActionResult;
|
|
87
87
|
GetResultDataType(returnType: Type): Type;
|
|
88
88
|
}
|
|
89
89
|
|
|
@@ -118,6 +118,8 @@ export interface IClientErrorActionResult$instance extends IStatusCodeActionResu
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
|
|
121
|
+
export interface IClientErrorActionResult$instance extends IStatusCodeActionResult$instance {}
|
|
122
|
+
|
|
121
123
|
export type IClientErrorActionResult = IClientErrorActionResult$instance;
|
|
122
124
|
|
|
123
125
|
export interface IClientErrorFactory$instance {
|
|
@@ -134,7 +136,7 @@ export interface ICompatibilitySwitch$instance {
|
|
|
134
136
|
|
|
135
137
|
readonly IsValueSet: boolean;
|
|
136
138
|
readonly Name: string;
|
|
137
|
-
Value:
|
|
139
|
+
Value: unknown;
|
|
138
140
|
}
|
|
139
141
|
|
|
140
142
|
|
|
@@ -296,7 +298,7 @@ export const AmbiguousActionException: {
|
|
|
296
298
|
|
|
297
299
|
export type AmbiguousActionException = AmbiguousActionException$instance;
|
|
298
300
|
|
|
299
|
-
export interface CompatibilitySwitch_1$instance<TValue extends NonNullable<
|
|
301
|
+
export interface CompatibilitySwitch_1$instance<TValue extends NonNullable<unknown>> {
|
|
300
302
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_CompatibilitySwitch_1: never;
|
|
301
303
|
|
|
302
304
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_ICompatibilitySwitch: never;
|
|
@@ -308,33 +310,33 @@ export interface CompatibilitySwitch_1$instance<TValue extends NonNullable<JsVal
|
|
|
308
310
|
|
|
309
311
|
|
|
310
312
|
export const CompatibilitySwitch_1: {
|
|
311
|
-
new<TValue extends NonNullable<
|
|
312
|
-
new<TValue extends NonNullable<
|
|
313
|
+
new<TValue extends NonNullable<unknown>>(name: string): CompatibilitySwitch_1<TValue>;
|
|
314
|
+
new<TValue extends NonNullable<unknown>>(name: string, initialValue: TValue): CompatibilitySwitch_1<TValue>;
|
|
313
315
|
};
|
|
314
316
|
|
|
315
317
|
|
|
316
|
-
export interface __CompatibilitySwitch_1$views<TValue extends NonNullable<
|
|
318
|
+
export interface __CompatibilitySwitch_1$views<TValue extends NonNullable<unknown>> {
|
|
317
319
|
As_ICompatibilitySwitch(): ICompatibilitySwitch$instance;
|
|
318
320
|
}
|
|
319
321
|
|
|
320
|
-
export type CompatibilitySwitch_1<TValue
|
|
322
|
+
export type CompatibilitySwitch_1<TValue extends NonNullable<unknown>> = CompatibilitySwitch_1$instance<TValue> & __CompatibilitySwitch_1$views<TValue>;
|
|
321
323
|
|
|
322
324
|
|
|
323
|
-
export interface ConfigureCompatibilityOptions_1$instance<TOptions extends IEnumerable_1<ICompatibilitySwitch>> {
|
|
325
|
+
export interface ConfigureCompatibilityOptions_1$instance<TOptions extends (object | null) & IEnumerable_1<ICompatibilitySwitch>> {
|
|
324
326
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ConfigureCompatibilityOptions_1: never;
|
|
325
327
|
|
|
326
328
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IPostConfigureOptions_1: never;
|
|
327
329
|
|
|
328
|
-
readonly DefaultValues: IReadOnlyDictionary_2<System_Internal.String,
|
|
330
|
+
readonly DefaultValues: IReadOnlyDictionary_2<System_Internal.String, unknown>;
|
|
329
331
|
PostConfigure(name: string | null, options: TOptions): void;
|
|
330
332
|
}
|
|
331
333
|
|
|
332
334
|
|
|
333
|
-
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>) & {
|
|
334
336
|
};
|
|
335
337
|
|
|
336
338
|
|
|
337
|
-
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>;
|
|
338
340
|
|
|
339
341
|
export interface ContentResultExecutor$instance extends IActionResultExecutor_1$instance<ContentResult> {
|
|
340
342
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ContentResultExecutor: never;
|
|
@@ -432,7 +434,7 @@ export interface FileResultExecutorBase$instance {
|
|
|
432
434
|
export const FileResultExecutorBase: {
|
|
433
435
|
new(logger: ILogger): FileResultExecutorBase;
|
|
434
436
|
readonly BufferSize: int;
|
|
435
|
-
CreateLogger<T>(factory: ILoggerFactory): ILogger;
|
|
437
|
+
CreateLogger<T extends unknown>(factory: ILoggerFactory): ILogger;
|
|
436
438
|
WriteFileAsync(context: HttpContext, fileStream: Stream, range: RangeItemHeaderValue | null, rangeLength: long): Task;
|
|
437
439
|
};
|
|
438
440
|
|
|
@@ -482,7 +484,7 @@ export interface __LocalRedirectResultExecutor$views {
|
|
|
482
484
|
export type LocalRedirectResultExecutor = LocalRedirectResultExecutor$instance & __LocalRedirectResultExecutor$views;
|
|
483
485
|
|
|
484
486
|
|
|
485
|
-
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 {
|
|
486
488
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ModelStateInvalidFilter: never;
|
|
487
489
|
|
|
488
490
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IActionFilter: never;
|
|
@@ -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;
|