@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.Http.Abstractions, Microsoft.AspNetCore.Identity, Microsoft.AspNetCore.Mvc.Core, Microsoft.AspNetCore.Routing, Microsoft.AspNetCore.Routing.Abstractions
|
|
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
|
|
@@ -36,7 +36,7 @@ export enum RouteDirection {
|
|
|
36
36
|
export interface IDataTokensMetadata$instance {
|
|
37
37
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IDataTokensMetadata: never;
|
|
38
38
|
|
|
39
|
-
readonly DataTokens: IReadOnlyDictionary_2<System_Internal.String,
|
|
39
|
+
readonly DataTokens: IReadOnlyDictionary_2<System_Internal.String, unknown | null>;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
|
|
@@ -51,14 +51,14 @@ export interface IDynamicEndpointMetadata$instance {
|
|
|
51
51
|
|
|
52
52
|
export type IDynamicEndpointMetadata = IDynamicEndpointMetadata$instance;
|
|
53
53
|
|
|
54
|
-
export interface IEndpointAddressScheme_1$instance<TAddress> {
|
|
54
|
+
export interface IEndpointAddressScheme_1$instance<TAddress extends unknown> {
|
|
55
55
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IEndpointAddressScheme_1: never;
|
|
56
56
|
|
|
57
57
|
FindEndpoints(address: TAddress): IEnumerable_1<Endpoint>;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
export type IEndpointAddressScheme_1<TAddress> = IEndpointAddressScheme_1$instance<TAddress>;
|
|
61
|
+
export type IEndpointAddressScheme_1<TAddress extends unknown> = IEndpointAddressScheme_1$instance<TAddress>;
|
|
62
62
|
|
|
63
63
|
export interface IEndpointGroupNameMetadata$instance {
|
|
64
64
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IEndpointGroupNameMetadata: never;
|
|
@@ -142,7 +142,7 @@ export type INamedRouter = INamedRouter$instance;
|
|
|
142
142
|
export interface IOutboundParameterTransformer$instance extends IParameterPolicy {
|
|
143
143
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IOutboundParameterTransformer: never;
|
|
144
144
|
|
|
145
|
-
TransformOutbound(value:
|
|
145
|
+
TransformOutbound(value: unknown | null): string | null;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
|
|
@@ -294,13 +294,13 @@ export interface DataTokensMetadata$instance extends IDataTokensMetadata$instanc
|
|
|
294
294
|
|
|
295
295
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IDataTokensMetadata: never;
|
|
296
296
|
|
|
297
|
-
readonly DataTokens: IReadOnlyDictionary_2<System_Internal.String,
|
|
297
|
+
readonly DataTokens: IReadOnlyDictionary_2<System_Internal.String, unknown | null>;
|
|
298
298
|
ToString(): string;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
|
|
302
302
|
export const DataTokensMetadata: {
|
|
303
|
-
new(dataTokens: IReadOnlyDictionary_2<System_Internal.String,
|
|
303
|
+
new(dataTokens: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): DataTokensMetadata;
|
|
304
304
|
};
|
|
305
305
|
|
|
306
306
|
|
|
@@ -499,10 +499,10 @@ export type HttpMethodMetadata = HttpMethodMetadata$instance & __HttpMethodMetad
|
|
|
499
499
|
export interface LinkGenerator$instance {
|
|
500
500
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_LinkGenerator: never;
|
|
501
501
|
|
|
502
|
-
GetPathByAddress<TAddress>(httpContext: HttpContext, address: TAddress, values: RouteValueDictionary, ambientValues?: RouteValueDictionary | null, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
503
|
-
GetPathByAddress<TAddress>(address: TAddress, values: RouteValueDictionary, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
504
|
-
GetUriByAddress<TAddress>(httpContext: HttpContext, address: TAddress, values: RouteValueDictionary, ambientValues?: RouteValueDictionary | null, scheme?: string | null, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
505
|
-
GetUriByAddress<TAddress>(address: TAddress, values: RouteValueDictionary, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
502
|
+
GetPathByAddress<TAddress extends unknown>(httpContext: HttpContext, address: TAddress, values: RouteValueDictionary, ambientValues?: RouteValueDictionary | null, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
503
|
+
GetPathByAddress<TAddress extends unknown>(address: TAddress, values: RouteValueDictionary, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
504
|
+
GetUriByAddress<TAddress extends unknown>(httpContext: HttpContext, address: TAddress, values: RouteValueDictionary, ambientValues?: RouteValueDictionary | null, scheme?: string | null, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
505
|
+
GetUriByAddress<TAddress extends unknown>(address: TAddress, values: RouteValueDictionary, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
506
506
|
}
|
|
507
507
|
|
|
508
508
|
|
|
@@ -534,7 +534,7 @@ export type LinkOptions = LinkOptions$instance;
|
|
|
534
534
|
export interface LinkParser$instance {
|
|
535
535
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_LinkParser: never;
|
|
536
536
|
|
|
537
|
-
ParsePathByAddress<TAddress>(address: TAddress, path: PathString): RouteValueDictionary | null;
|
|
537
|
+
ParsePathByAddress<TAddress extends unknown>(address: TAddress, path: PathString): RouteValueDictionary | null;
|
|
538
538
|
}
|
|
539
539
|
|
|
540
540
|
|
|
@@ -587,8 +587,8 @@ export interface Route$instance extends RouteBase$instance {
|
|
|
587
587
|
|
|
588
588
|
export const Route: {
|
|
589
589
|
new(target: IRouter, routeTemplate: string, inlineConstraintResolver: IInlineConstraintResolver): Route;
|
|
590
|
-
new(target: IRouter, routeTemplate: string, defaults: RouteValueDictionary | null, constraints: IDictionary_2<System_Internal.String,
|
|
591
|
-
new(target: IRouter, routeName: string | null, routeTemplate: string | null, defaults: RouteValueDictionary | null, constraints: IDictionary_2<System_Internal.String,
|
|
590
|
+
new(target: IRouter, routeTemplate: string, defaults: RouteValueDictionary | null, constraints: IDictionary_2<System_Internal.String, unknown> | null, dataTokens: RouteValueDictionary | null, inlineConstraintResolver: IInlineConstraintResolver): Route;
|
|
591
|
+
new(target: IRouter, routeName: string | null, routeTemplate: string | null, defaults: RouteValueDictionary | null, constraints: IDictionary_2<System_Internal.String, unknown> | null, dataTokens: RouteValueDictionary | null, inlineConstraintResolver: IInlineConstraintResolver): Route;
|
|
592
592
|
};
|
|
593
593
|
|
|
594
594
|
|
|
@@ -621,8 +621,8 @@ export interface RouteBase$instance {
|
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
|
|
624
|
-
export const RouteBase: (abstract new(template: string | null, name: string | null, constraintResolver: IInlineConstraintResolver, defaults: RouteValueDictionary | null, constraints: IDictionary_2<System_Internal.String,
|
|
625
|
-
GetConstraints(inlineConstraintResolver: IInlineConstraintResolver, parsedTemplate: RouteTemplate, constraints: IDictionary_2<System_Internal.String,
|
|
624
|
+
export const RouteBase: (abstract new(template: string | null, name: string | null, constraintResolver: IInlineConstraintResolver, defaults: RouteValueDictionary | null, constraints: IDictionary_2<System_Internal.String, unknown> | null, dataTokens: RouteValueDictionary | null) => RouteBase) & {
|
|
625
|
+
GetConstraints(inlineConstraintResolver: IInlineConstraintResolver, parsedTemplate: RouteTemplate, constraints: IDictionary_2<System_Internal.String, unknown> | null): IDictionary_2<System_Internal.String, IRouteConstraint>;
|
|
626
626
|
GetDefaults(parsedTemplate: RouteTemplate, defaults: RouteValueDictionary | null): RouteValueDictionary;
|
|
627
627
|
};
|
|
628
628
|
|
|
@@ -662,7 +662,7 @@ export interface __RouteBuilder$views {
|
|
|
662
662
|
export type RouteBuilder = RouteBuilder$instance & __RouteBuilder$views;
|
|
663
663
|
|
|
664
664
|
|
|
665
|
-
export interface RouteCollection$instance {
|
|
665
|
+
export interface RouteCollection$instance extends IRouteCollection$instance {
|
|
666
666
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteCollection: never;
|
|
667
667
|
|
|
668
668
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouteCollection: never;
|
|
@@ -691,7 +691,7 @@ export type RouteCollection = RouteCollection$instance & __RouteCollection$views
|
|
|
691
691
|
export interface RouteConstraintBuilder$instance {
|
|
692
692
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteConstraintBuilder: never;
|
|
693
693
|
|
|
694
|
-
AddConstraint(key: string, value:
|
|
694
|
+
AddConstraint(key: string, value: unknown): void;
|
|
695
695
|
AddResolvedConstraint(key: string, constraintText: string): void;
|
|
696
696
|
Build(): IDictionary_2<System_Internal.String, IRouteConstraint>;
|
|
697
697
|
SetOptional(key: string): void;
|
|
@@ -909,7 +909,7 @@ export interface RouteOptions$instance {
|
|
|
909
909
|
LowercaseQueryStrings: boolean;
|
|
910
910
|
LowercaseUrls: boolean;
|
|
911
911
|
SuppressCheckForUnhandledSecurityMetadata: boolean;
|
|
912
|
-
SetParameterPolicy<T extends IParameterPolicy>(token: string): void;
|
|
912
|
+
SetParameterPolicy<T extends unknown & IParameterPolicy>(token: string): void;
|
|
913
913
|
SetParameterPolicy(token: string, type: Type): void;
|
|
914
914
|
}
|
|
915
915
|
|
|
@@ -934,29 +934,29 @@ export interface RouteValueDictionary$instance {
|
|
|
934
934
|
readonly Comparer: IEqualityComparer_1<System_Internal.String>;
|
|
935
935
|
readonly Count: int;
|
|
936
936
|
readonly Keys: ICollection_1<System_Internal.String>;
|
|
937
|
-
readonly Values: ICollection_1<
|
|
938
|
-
Add(key: string, value:
|
|
937
|
+
readonly Values: ICollection_1<unknown | null>;
|
|
938
|
+
Add(key: string, value: unknown | null): void;
|
|
939
939
|
Clear(): void;
|
|
940
940
|
ContainsKey(key: string): boolean;
|
|
941
941
|
GetEnumerator(): RouteValueDictionary_Enumerator;
|
|
942
942
|
Remove(key: string): boolean;
|
|
943
|
-
Remove(key: string, value:
|
|
944
|
-
TryAdd(key: string, value:
|
|
945
|
-
TryGetValue(key: string, value:
|
|
943
|
+
Remove(key: string, value: unknown | null): boolean;
|
|
944
|
+
TryAdd(key: string, value: unknown | null): boolean;
|
|
945
|
+
TryGetValue(key: string, value: unknown | null): boolean;
|
|
946
946
|
}
|
|
947
947
|
|
|
948
948
|
|
|
949
949
|
export const RouteValueDictionary: {
|
|
950
950
|
new(): RouteValueDictionary;
|
|
951
|
-
new(values:
|
|
952
|
-
new(values: IEnumerable_1<KeyValuePair_2<System_Internal.String,
|
|
951
|
+
new(values: unknown | null): RouteValueDictionary;
|
|
952
|
+
new(values: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null): RouteValueDictionary;
|
|
953
953
|
new(values: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>> | null): RouteValueDictionary;
|
|
954
954
|
new(dictionary: RouteValueDictionary | null): RouteValueDictionary;
|
|
955
|
-
FromArray(items: KeyValuePair_2<System_Internal.String,
|
|
955
|
+
FromArray(items: KeyValuePair_2<System_Internal.String, unknown>[]): RouteValueDictionary;
|
|
956
956
|
};
|
|
957
957
|
|
|
958
958
|
|
|
959
|
-
export type RouteValueDictionary = RouteValueDictionary$instance & { [key: string]:
|
|
959
|
+
export type RouteValueDictionary = RouteValueDictionary$instance & { [key: string]: unknown | null; };
|
|
960
960
|
|
|
961
961
|
export interface RouteValueDictionary_Enumerator$instance {
|
|
962
962
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteValueDictionary_Enumerator: never;
|
|
@@ -965,7 +965,7 @@ export interface RouteValueDictionary_Enumerator$instance {
|
|
|
965
965
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
966
966
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
967
967
|
|
|
968
|
-
Current: KeyValuePair_2<System_Internal.String,
|
|
968
|
+
Current: KeyValuePair_2<System_Internal.String, unknown>;
|
|
969
969
|
Dispose(): void;
|
|
970
970
|
MoveNext(): boolean;
|
|
971
971
|
Reset(): void;
|
|
@@ -984,8 +984,8 @@ export interface RouteValueEqualityComparer$instance {
|
|
|
984
984
|
|
|
985
985
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
986
986
|
|
|
987
|
-
Equals(x:
|
|
988
|
-
GetHashCode(obj:
|
|
987
|
+
Equals(x: unknown | null, y: unknown | null): boolean;
|
|
988
|
+
GetHashCode(obj: unknown): int;
|
|
989
989
|
}
|
|
990
990
|
|
|
991
991
|
|
|
@@ -1118,17 +1118,17 @@ export const VirtualPathData: {
|
|
|
1118
1118
|
export type VirtualPathData = VirtualPathData$instance;
|
|
1119
1119
|
|
|
1120
1120
|
export abstract class ControllerLinkGeneratorExtensions$instance {
|
|
1121
|
-
static GetPathByAction(generator: LinkGenerator, httpContext: HttpContext, action?: string | null, controller?: string | null, values?:
|
|
1122
|
-
static GetPathByAction(generator: LinkGenerator, action: string, controller: string, values?:
|
|
1123
|
-
static GetUriByAction(generator: LinkGenerator, httpContext: HttpContext, action?: string | null, controller?: string | null, values?:
|
|
1124
|
-
static GetUriByAction(generator: LinkGenerator, action: string, controller: string, values:
|
|
1121
|
+
static GetPathByAction(generator: LinkGenerator, httpContext: HttpContext, action?: string | null, controller?: string | null, values?: unknown | null, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1122
|
+
static GetPathByAction(generator: LinkGenerator, action: string, controller: string, values?: unknown | null, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1123
|
+
static GetUriByAction(generator: LinkGenerator, httpContext: HttpContext, action?: string | null, controller?: string | null, values?: unknown | null, scheme?: string | null, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1124
|
+
static GetUriByAction(generator: LinkGenerator, action: string, controller: string, values: unknown | null, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
1127
|
|
|
1128
1128
|
export type ControllerLinkGeneratorExtensions = ControllerLinkGeneratorExtensions$instance;
|
|
1129
1129
|
|
|
1130
1130
|
export abstract class IdentityApiEndpointRouteBuilderExtensions$instance {
|
|
1131
|
-
static MapIdentityApi<TUser>(endpoints: IEndpointRouteBuilder): IEndpointConventionBuilder;
|
|
1131
|
+
static MapIdentityApi<TUser extends (object | null)>(endpoints: IEndpointRouteBuilder): IEndpointConventionBuilder;
|
|
1132
1132
|
}
|
|
1133
1133
|
|
|
1134
1134
|
|
|
@@ -1143,13 +1143,13 @@ export type InlineRouteParameterParser = InlineRouteParameterParser$instance;
|
|
|
1143
1143
|
|
|
1144
1144
|
export abstract class LinkGeneratorEndpointNameAddressExtensions$instance {
|
|
1145
1145
|
static GetPathByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values?: RouteValueDictionary | null, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1146
|
-
static GetPathByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values:
|
|
1146
|
+
static GetPathByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values: unknown | null, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1147
1147
|
static GetPathByName(generator: LinkGenerator, endpointName: string, values?: RouteValueDictionary | null, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1148
|
-
static GetPathByName(generator: LinkGenerator, endpointName: string, values:
|
|
1148
|
+
static GetPathByName(generator: LinkGenerator, endpointName: string, values: unknown | null, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1149
1149
|
static GetUriByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values?: RouteValueDictionary | null, scheme?: string | null, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1150
|
-
static GetUriByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values:
|
|
1150
|
+
static GetUriByName(generator: LinkGenerator, httpContext: HttpContext, endpointName: string, values: unknown | null, scheme?: string | null, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1151
1151
|
static GetUriByName(generator: LinkGenerator, endpointName: string, values: RouteValueDictionary, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1152
|
-
static GetUriByName(generator: LinkGenerator, endpointName: string, values:
|
|
1152
|
+
static GetUriByName(generator: LinkGenerator, endpointName: string, values: unknown | null, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
1155
|
|
|
@@ -1157,13 +1157,13 @@ export type LinkGeneratorEndpointNameAddressExtensions = LinkGeneratorEndpointNa
|
|
|
1157
1157
|
|
|
1158
1158
|
export abstract class LinkGeneratorRouteValuesAddressExtensions$instance {
|
|
1159
1159
|
static GetPathByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string | null, values?: RouteValueDictionary | null, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1160
|
-
static GetPathByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string | null, values:
|
|
1160
|
+
static GetPathByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string | null, values: unknown | null, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1161
1161
|
static GetPathByRouteValues(generator: LinkGenerator, routeName: string | null, values?: RouteValueDictionary | null, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1162
|
-
static GetPathByRouteValues(generator: LinkGenerator, routeName: string | null, values:
|
|
1162
|
+
static GetPathByRouteValues(generator: LinkGenerator, routeName: string | null, values: unknown | null, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1163
1163
|
static GetUriByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string | null, values?: RouteValueDictionary | null, scheme?: string | null, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1164
|
-
static GetUriByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string | null, values:
|
|
1164
|
+
static GetUriByRouteValues(generator: LinkGenerator, httpContext: HttpContext, routeName: string | null, values: unknown | null, scheme?: string | null, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1165
1165
|
static GetUriByRouteValues(generator: LinkGenerator, routeName: string | null, values: RouteValueDictionary, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1166
|
-
static GetUriByRouteValues(generator: LinkGenerator, routeName: string | null, values:
|
|
1166
|
+
static GetUriByRouteValues(generator: LinkGenerator, routeName: string | null, values: unknown | null, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1167
1167
|
}
|
|
1168
1168
|
|
|
1169
1169
|
|
|
@@ -1177,10 +1177,10 @@ export abstract class LinkParserEndpointNameAddressExtensions$instance {
|
|
|
1177
1177
|
export type LinkParserEndpointNameAddressExtensions = LinkParserEndpointNameAddressExtensions$instance;
|
|
1178
1178
|
|
|
1179
1179
|
export abstract class PageLinkGeneratorExtensions$instance {
|
|
1180
|
-
static GetPathByPage(generator: LinkGenerator, httpContext: HttpContext, page?: string | null, handler?: string | null, values?:
|
|
1181
|
-
static GetPathByPage(generator: LinkGenerator, page: string, handler?: string | null, values?:
|
|
1182
|
-
static GetUriByPage(generator: LinkGenerator, httpContext: HttpContext, page?: string | null, handler?: string | null, values?:
|
|
1183
|
-
static GetUriByPage(generator: LinkGenerator, page: string, handler: string | null, values:
|
|
1180
|
+
static GetPathByPage(generator: LinkGenerator, httpContext: HttpContext, page?: string | null, handler?: string | null, values?: unknown | null, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1181
|
+
static GetPathByPage(generator: LinkGenerator, page: string, handler?: string | null, values?: unknown | null, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1182
|
+
static GetUriByPage(generator: LinkGenerator, httpContext: HttpContext, page?: string | null, handler?: string | null, values?: unknown | null, scheme?: string | null, host?: Nullable_1<HostString>, pathBase?: Nullable_1<PathString>, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1183
|
+
static GetUriByPage(generator: LinkGenerator, page: string, handler: string | null, values: unknown | null, scheme: string, host: HostString, pathBase?: PathString, fragment?: FragmentString, options?: LinkOptions | null): string | null;
|
|
1184
1184
|
}
|
|
1185
1185
|
|
|
1186
1186
|
|
|
@@ -1233,7 +1233,7 @@ export type RouteShortCircuitEndpointRouteBuilderExtensions = RouteShortCircuitE
|
|
|
1233
1233
|
|
|
1234
1234
|
export abstract class RoutingHttpContextExtensions$instance {
|
|
1235
1235
|
static GetRouteData(httpContext: HttpContext): RouteData;
|
|
1236
|
-
static GetRouteValue(httpContext: HttpContext, key: string):
|
|
1236
|
+
static GetRouteValue(httpContext: HttpContext, key: string): unknown | null;
|
|
1237
1237
|
}
|
|
1238
1238
|
|
|
1239
1239
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Routing
|
|
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
|
|
@@ -17,7 +17,7 @@ import type { Regex } from "@tsonic/dotnet/System.Text.RegularExpressions/intern
|
|
|
17
17
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
18
18
|
import type { Boolean as ClrBoolean, Int32, Int64, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
19
19
|
|
|
20
|
-
export interface AlphaRouteConstraint$instance extends RegexRouteConstraint$instance,
|
|
20
|
+
export interface AlphaRouteConstraint$instance extends RegexRouteConstraint$instance, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
21
21
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_AlphaRouteConstraint: never;
|
|
22
22
|
|
|
23
23
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -41,7 +41,7 @@ export interface __AlphaRouteConstraint$views {
|
|
|
41
41
|
export type AlphaRouteConstraint = AlphaRouteConstraint$instance & __AlphaRouteConstraint$views;
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
export interface BoolRouteConstraint$instance extends
|
|
44
|
+
export interface BoolRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
45
45
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_BoolRouteConstraint: never;
|
|
46
46
|
|
|
47
47
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -66,7 +66,7 @@ export interface __BoolRouteConstraint$views {
|
|
|
66
66
|
export type BoolRouteConstraint = BoolRouteConstraint$instance & __BoolRouteConstraint$views;
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
export interface CompositeRouteConstraint$instance extends
|
|
69
|
+
export interface CompositeRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
70
70
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_CompositeRouteConstraint: never;
|
|
71
71
|
|
|
72
72
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -91,7 +91,7 @@ export interface __CompositeRouteConstraint$views {
|
|
|
91
91
|
export type CompositeRouteConstraint = CompositeRouteConstraint$instance & __CompositeRouteConstraint$views;
|
|
92
92
|
|
|
93
93
|
|
|
94
|
-
export interface DateTimeRouteConstraint$instance extends
|
|
94
|
+
export interface DateTimeRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
95
95
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_DateTimeRouteConstraint: never;
|
|
96
96
|
|
|
97
97
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -116,7 +116,7 @@ export interface __DateTimeRouteConstraint$views {
|
|
|
116
116
|
export type DateTimeRouteConstraint = DateTimeRouteConstraint$instance & __DateTimeRouteConstraint$views;
|
|
117
117
|
|
|
118
118
|
|
|
119
|
-
export interface DecimalRouteConstraint$instance extends
|
|
119
|
+
export interface DecimalRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
120
120
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_DecimalRouteConstraint: never;
|
|
121
121
|
|
|
122
122
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -141,7 +141,7 @@ export interface __DecimalRouteConstraint$views {
|
|
|
141
141
|
export type DecimalRouteConstraint = DecimalRouteConstraint$instance & __DecimalRouteConstraint$views;
|
|
142
142
|
|
|
143
143
|
|
|
144
|
-
export interface DoubleRouteConstraint$instance extends
|
|
144
|
+
export interface DoubleRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
145
145
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_DoubleRouteConstraint: never;
|
|
146
146
|
|
|
147
147
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -166,7 +166,7 @@ export interface __DoubleRouteConstraint$views {
|
|
|
166
166
|
export type DoubleRouteConstraint = DoubleRouteConstraint$instance & __DoubleRouteConstraint$views;
|
|
167
167
|
|
|
168
168
|
|
|
169
|
-
export interface FileNameRouteConstraint$instance extends
|
|
169
|
+
export interface FileNameRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
170
170
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_FileNameRouteConstraint: never;
|
|
171
171
|
|
|
172
172
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -191,7 +191,7 @@ export interface __FileNameRouteConstraint$views {
|
|
|
191
191
|
export type FileNameRouteConstraint = FileNameRouteConstraint$instance & __FileNameRouteConstraint$views;
|
|
192
192
|
|
|
193
193
|
|
|
194
|
-
export interface FloatRouteConstraint$instance extends
|
|
194
|
+
export interface FloatRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
195
195
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_FloatRouteConstraint: never;
|
|
196
196
|
|
|
197
197
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -216,7 +216,7 @@ export interface __FloatRouteConstraint$views {
|
|
|
216
216
|
export type FloatRouteConstraint = FloatRouteConstraint$instance & __FloatRouteConstraint$views;
|
|
217
217
|
|
|
218
218
|
|
|
219
|
-
export interface GuidRouteConstraint$instance extends
|
|
219
|
+
export interface GuidRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
220
220
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_GuidRouteConstraint: never;
|
|
221
221
|
|
|
222
222
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -241,7 +241,7 @@ export interface __GuidRouteConstraint$views {
|
|
|
241
241
|
export type GuidRouteConstraint = GuidRouteConstraint$instance & __GuidRouteConstraint$views;
|
|
242
242
|
|
|
243
243
|
|
|
244
|
-
export interface HttpMethodRouteConstraint$instance extends
|
|
244
|
+
export interface HttpMethodRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance {
|
|
245
245
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_HttpMethodRouteConstraint: never;
|
|
246
246
|
|
|
247
247
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -264,7 +264,7 @@ export interface __HttpMethodRouteConstraint$views {
|
|
|
264
264
|
export type HttpMethodRouteConstraint = HttpMethodRouteConstraint$instance & __HttpMethodRouteConstraint$views;
|
|
265
265
|
|
|
266
266
|
|
|
267
|
-
export interface IntRouteConstraint$instance extends
|
|
267
|
+
export interface IntRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
268
268
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_IntRouteConstraint: never;
|
|
269
269
|
|
|
270
270
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -289,7 +289,7 @@ export interface __IntRouteConstraint$views {
|
|
|
289
289
|
export type IntRouteConstraint = IntRouteConstraint$instance & __IntRouteConstraint$views;
|
|
290
290
|
|
|
291
291
|
|
|
292
|
-
export interface LengthRouteConstraint$instance extends
|
|
292
|
+
export interface LengthRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
293
293
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_LengthRouteConstraint: never;
|
|
294
294
|
|
|
295
295
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -317,7 +317,7 @@ export interface __LengthRouteConstraint$views {
|
|
|
317
317
|
export type LengthRouteConstraint = LengthRouteConstraint$instance & __LengthRouteConstraint$views;
|
|
318
318
|
|
|
319
319
|
|
|
320
|
-
export interface LongRouteConstraint$instance extends
|
|
320
|
+
export interface LongRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
321
321
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_LongRouteConstraint: never;
|
|
322
322
|
|
|
323
323
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -342,7 +342,7 @@ export interface __LongRouteConstraint$views {
|
|
|
342
342
|
export type LongRouteConstraint = LongRouteConstraint$instance & __LongRouteConstraint$views;
|
|
343
343
|
|
|
344
344
|
|
|
345
|
-
export interface MaxLengthRouteConstraint$instance extends
|
|
345
|
+
export interface MaxLengthRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
346
346
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_MaxLengthRouteConstraint: never;
|
|
347
347
|
|
|
348
348
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -368,7 +368,7 @@ export interface __MaxLengthRouteConstraint$views {
|
|
|
368
368
|
export type MaxLengthRouteConstraint = MaxLengthRouteConstraint$instance & __MaxLengthRouteConstraint$views;
|
|
369
369
|
|
|
370
370
|
|
|
371
|
-
export interface MaxRouteConstraint$instance extends
|
|
371
|
+
export interface MaxRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
372
372
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_MaxRouteConstraint: never;
|
|
373
373
|
|
|
374
374
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -394,7 +394,7 @@ export interface __MaxRouteConstraint$views {
|
|
|
394
394
|
export type MaxRouteConstraint = MaxRouteConstraint$instance & __MaxRouteConstraint$views;
|
|
395
395
|
|
|
396
396
|
|
|
397
|
-
export interface MinLengthRouteConstraint$instance extends
|
|
397
|
+
export interface MinLengthRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
398
398
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_MinLengthRouteConstraint: never;
|
|
399
399
|
|
|
400
400
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -420,7 +420,7 @@ export interface __MinLengthRouteConstraint$views {
|
|
|
420
420
|
export type MinLengthRouteConstraint = MinLengthRouteConstraint$instance & __MinLengthRouteConstraint$views;
|
|
421
421
|
|
|
422
422
|
|
|
423
|
-
export interface MinRouteConstraint$instance extends
|
|
423
|
+
export interface MinRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
424
424
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_MinRouteConstraint: never;
|
|
425
425
|
|
|
426
426
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -446,7 +446,7 @@ export interface __MinRouteConstraint$views {
|
|
|
446
446
|
export type MinRouteConstraint = MinRouteConstraint$instance & __MinRouteConstraint$views;
|
|
447
447
|
|
|
448
448
|
|
|
449
|
-
export interface NonFileNameRouteConstraint$instance extends
|
|
449
|
+
export interface NonFileNameRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
450
450
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_NonFileNameRouteConstraint: never;
|
|
451
451
|
|
|
452
452
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -471,7 +471,7 @@ export interface __NonFileNameRouteConstraint$views {
|
|
|
471
471
|
export type NonFileNameRouteConstraint = NonFileNameRouteConstraint$instance & __NonFileNameRouteConstraint$views;
|
|
472
472
|
|
|
473
473
|
|
|
474
|
-
export interface OptionalRouteConstraint$instance extends
|
|
474
|
+
export interface OptionalRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance {
|
|
475
475
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_OptionalRouteConstraint: never;
|
|
476
476
|
|
|
477
477
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -494,7 +494,7 @@ export interface __OptionalRouteConstraint$views {
|
|
|
494
494
|
export type OptionalRouteConstraint = OptionalRouteConstraint$instance & __OptionalRouteConstraint$views;
|
|
495
495
|
|
|
496
496
|
|
|
497
|
-
export interface RangeRouteConstraint$instance extends
|
|
497
|
+
export interface RangeRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
498
498
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_RangeRouteConstraint: never;
|
|
499
499
|
|
|
500
500
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -521,7 +521,7 @@ export interface __RangeRouteConstraint$views {
|
|
|
521
521
|
export type RangeRouteConstraint = RangeRouteConstraint$instance & __RangeRouteConstraint$views;
|
|
522
522
|
|
|
523
523
|
|
|
524
|
-
export interface RegexInlineRouteConstraint$instance extends RegexRouteConstraint$instance,
|
|
524
|
+
export interface RegexInlineRouteConstraint$instance extends RegexRouteConstraint$instance, Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
525
525
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_RegexInlineRouteConstraint: never;
|
|
526
526
|
|
|
527
527
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -545,7 +545,7 @@ export interface __RegexInlineRouteConstraint$views {
|
|
|
545
545
|
export type RegexInlineRouteConstraint = RegexInlineRouteConstraint$instance & __RegexInlineRouteConstraint$views;
|
|
546
546
|
|
|
547
547
|
|
|
548
|
-
export interface RegexRouteConstraint$instance extends
|
|
548
|
+
export interface RegexRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
549
549
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_RegexRouteConstraint: never;
|
|
550
550
|
|
|
551
551
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -571,7 +571,7 @@ export interface __RegexRouteConstraint$views {
|
|
|
571
571
|
export type RegexRouteConstraint = RegexRouteConstraint$instance & __RegexRouteConstraint$views;
|
|
572
572
|
|
|
573
573
|
|
|
574
|
-
export interface RequiredRouteConstraint$instance extends
|
|
574
|
+
export interface RequiredRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance {
|
|
575
575
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_RequiredRouteConstraint: never;
|
|
576
576
|
|
|
577
577
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -593,7 +593,7 @@ export interface __RequiredRouteConstraint$views {
|
|
|
593
593
|
export type RequiredRouteConstraint = RequiredRouteConstraint$instance & __RequiredRouteConstraint$views;
|
|
594
594
|
|
|
595
595
|
|
|
596
|
-
export interface StringRouteConstraint$instance extends
|
|
596
|
+
export interface StringRouteConstraint$instance extends Microsoft_AspNetCore_Routing_Internal.IRouteConstraint$instance, Microsoft_AspNetCore_Routing_Matching_Internal.IParameterLiteralNodeMatchingPolicy$instance {
|
|
597
597
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Constraints_StringRouteConstraint: never;
|
|
598
598
|
|
|
599
599
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IParameterPolicy: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Routing.Constraints/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 { IParameterLiteralNodeMatchingPolicy } from './Microsoft.AspNetCore.Routing.Matching/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Routing
|
|
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
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Routing.Internal/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 { EndpointDataSource } from './Microsoft.AspNetCore.Routing/internal/index.js';
|
|
10
14
|
import type { TextWriter } from '@tsonic/dotnet/System.IO.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Routing
|
|
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
|
|
@@ -79,12 +79,12 @@ export interface PolicyJumpTableEdge$instance {
|
|
|
79
79
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_PolicyJumpTableEdge: never;
|
|
80
80
|
|
|
81
81
|
readonly Destination: int;
|
|
82
|
-
readonly State:
|
|
82
|
+
readonly State: unknown;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
export const PolicyJumpTableEdge: {
|
|
87
|
-
new(state:
|
|
87
|
+
new(state: unknown, destination: int): PolicyJumpTableEdge;
|
|
88
88
|
};
|
|
89
89
|
|
|
90
90
|
|
|
@@ -94,12 +94,12 @@ export interface PolicyNodeEdge$instance {
|
|
|
94
94
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_PolicyNodeEdge: never;
|
|
95
95
|
|
|
96
96
|
readonly Endpoints: IReadOnlyList_1<Endpoint>;
|
|
97
|
-
readonly State:
|
|
97
|
+
readonly State: unknown;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
export const PolicyNodeEdge: {
|
|
102
|
-
new(state:
|
|
102
|
+
new(state: unknown, endpoints: IReadOnlyList_1<Endpoint>): PolicyNodeEdge;
|
|
103
103
|
};
|
|
104
104
|
|
|
105
105
|
|
|
@@ -137,7 +137,7 @@ export const EndpointMetadataComparer: {
|
|
|
137
137
|
|
|
138
138
|
export type EndpointMetadataComparer = EndpointMetadataComparer$instance;
|
|
139
139
|
|
|
140
|
-
export interface EndpointMetadataComparer_1$instance<TMetadata> {
|
|
140
|
+
export interface EndpointMetadataComparer_1$instance<TMetadata extends (object | null)> {
|
|
141
141
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_EndpointMetadataComparer_1: never;
|
|
142
142
|
|
|
143
143
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
@@ -148,12 +148,12 @@ export interface EndpointMetadataComparer_1$instance<TMetadata> {
|
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
export const EndpointMetadataComparer_1: (abstract new<TMetadata>() => EndpointMetadataComparer_1<TMetadata>) & {
|
|
152
|
-
readonly Default: <TMetadata>() => EndpointMetadataComparer_1<TMetadata>;
|
|
151
|
+
export const EndpointMetadataComparer_1: (abstract new<TMetadata extends (object | null)>() => EndpointMetadataComparer_1<TMetadata>) & {
|
|
152
|
+
readonly Default: <TMetadata extends (object | null)>() => EndpointMetadataComparer_1<TMetadata>;
|
|
153
153
|
};
|
|
154
154
|
|
|
155
155
|
|
|
156
|
-
export type EndpointMetadataComparer_1<TMetadata> = EndpointMetadataComparer_1$instance<TMetadata>;
|
|
156
|
+
export type EndpointMetadataComparer_1<TMetadata extends (object | null)> = EndpointMetadataComparer_1$instance<TMetadata>;
|
|
157
157
|
|
|
158
158
|
export interface EndpointSelector$instance {
|
|
159
159
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_EndpointSelector: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Routing.Matching/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 { Endpoint, HttpContext } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
10
14
|
import type { IParameterPolicy, MatcherPolicy, RouteValueDictionary } from './Microsoft.AspNetCore.Routing/internal/index.js';
|
|
@@ -34,8 +38,8 @@ declare const __unspecified: unique symbol;
|
|
|
34
38
|
export type __ = typeof __unspecified;
|
|
35
39
|
|
|
36
40
|
export type EndpointMetadataComparer<
|
|
37
|
-
T1 = __,
|
|
41
|
+
T1 extends (object | null) | __ = __,
|
|
38
42
|
> =
|
|
39
43
|
[T1] extends [__] ? Internal.EndpointMetadataComparer :
|
|
40
|
-
Internal.EndpointMetadataComparer_1<T1
|
|
44
|
+
[T1] extends [(object | null)] ? Internal.EndpointMetadataComparer_1<T1> : never;
|
|
41
45
|
|