@tsonic/aspnetcore 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +218 -214
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.d.ts +7 -2
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +44 -43
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
- package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +110 -129
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +240 -242
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +98 -100
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
- package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.d.ts +11 -7
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.d.ts +5 -1
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +19 -27
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +14 -11
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +494 -494
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +336 -338
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +53 -55
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +39 -38
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +117 -116
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +11 -7
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +453 -452
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.d.ts +44 -40
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Localization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +447 -446
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +119 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +57 -56
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +38 -37
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +58 -39
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +272 -274
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +11 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +51 -50
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +135 -134
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +61 -60
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +47 -46
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +22 -24
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +78 -80
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +137 -139
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +49 -48
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +12 -14
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +6 -2
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +201 -201
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +168 -170
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +20 -16
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +5 -1
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +62 -61
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +102 -77
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +16 -17
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +65 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +31 -33
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +410 -431
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -297
- package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
- package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -68
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Components.Web.HtmlRendering/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 { TextWriter } from '@tsonic/dotnet/System.IO.js';
|
|
10
14
|
import type { String as ClrString, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Web.Infrastructure
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Web
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { JSComponentConfigurationStore } from "../../Microsoft.AspNetCore.Components.Web/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Components.Web.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 { JSComponentConfigurationStore } from './Microsoft.AspNetCore.Components.Web/internal/index.js';
|
|
10
14
|
import type { Int32, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Web.Internal
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Web
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
@@ -18,7 +16,7 @@ export interface IInternalWebJSInProcessRuntime$instance {
|
|
|
18
16
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_Web_Internal_IInternalWebJSInProcessRuntime: never;
|
|
19
17
|
|
|
20
18
|
InvokeJS(invocationInfo: JSInvocationInfo): string;
|
|
21
|
-
InvokeJS(identifier: string, argsJson: string, resultType: JSCallResultType, targetInstanceId: long): string;
|
|
19
|
+
InvokeJS(identifier: string, argsJson: string | null, resultType: JSCallResultType, targetInstanceId: long): string;
|
|
22
20
|
}
|
|
23
21
|
|
|
24
22
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Components.Web.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 { JSInvocationInfo } from './Microsoft.JSInterop.Infrastructure/internal/index.js';
|
|
10
14
|
import type { JSCallResultType } from './Microsoft.JSInterop/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Components.Web.Virtualization
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Components.Web
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { RenderTreeBuilder } from "../../Microsoft.AspNetCore.Components.Rendering/internal/index.js";
|
|
@@ -17,7 +18,7 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal
|
|
|
17
18
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
18
19
|
import type { Action, AsyncCallback, Boolean as ClrBoolean, Exception, Func_1, IAsyncDisposable, IAsyncResult, ICloneable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, Single, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
19
20
|
|
|
20
|
-
export type ItemsProviderDelegate_1<TItem> = (request: ItemsProviderRequest) => ValueTask_1<ItemsProviderResult_1<TItem>>;
|
|
21
|
+
export type ItemsProviderDelegate_1<TItem extends unknown> = (request: ItemsProviderRequest) => ValueTask_1<ItemsProviderResult_1<TItem>>;
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
export interface ItemsProviderRequest$instance {
|
|
@@ -36,7 +37,7 @@ export const ItemsProviderRequest: {
|
|
|
36
37
|
|
|
37
38
|
export type ItemsProviderRequest = ItemsProviderRequest$instance;
|
|
38
39
|
|
|
39
|
-
export interface ItemsProviderResult_1$instance<TItem> {
|
|
40
|
+
export interface ItemsProviderResult_1$instance<TItem extends unknown> {
|
|
40
41
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Web_Virtualization_ItemsProviderResult_1: never;
|
|
41
42
|
|
|
42
43
|
readonly Items: IEnumerable_1<TItem>;
|
|
@@ -45,11 +46,11 @@ export interface ItemsProviderResult_1$instance<TItem> {
|
|
|
45
46
|
|
|
46
47
|
|
|
47
48
|
export const ItemsProviderResult_1: {
|
|
48
|
-
new<TItem>(items: IEnumerable_1<TItem>, totalItemCount: int): ItemsProviderResult_1<TItem>;
|
|
49
|
+
new<TItem extends unknown>(items: IEnumerable_1<TItem>, totalItemCount: int): ItemsProviderResult_1<TItem>;
|
|
49
50
|
};
|
|
50
51
|
|
|
51
52
|
|
|
52
|
-
export type ItemsProviderResult_1<TItem> = ItemsProviderResult_1$instance<TItem>;
|
|
53
|
+
export type ItemsProviderResult_1<TItem extends unknown> = ItemsProviderResult_1$instance<TItem>;
|
|
53
54
|
|
|
54
55
|
export interface PlaceholderContext$instance {
|
|
55
56
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Web_Virtualization_PlaceholderContext: never;
|
|
@@ -66,7 +67,7 @@ export const PlaceholderContext: {
|
|
|
66
67
|
|
|
67
68
|
export type PlaceholderContext = PlaceholderContext$instance;
|
|
68
69
|
|
|
69
|
-
export interface Virtualize_1$instance<TItem> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IAsyncDisposable {
|
|
70
|
+
export interface Virtualize_1$instance<TItem extends unknown> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IAsyncDisposable {
|
|
70
71
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Web_Virtualization_Virtualize_1: never;
|
|
71
72
|
|
|
72
73
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -75,21 +76,21 @@ export interface Virtualize_1$instance<TItem> extends ComponentBase, Microsoft_A
|
|
|
75
76
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_Web_Virtualization_IVirtualizeJsCallbacks: never;
|
|
76
77
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
77
78
|
|
|
78
|
-
get ChildContent(): RenderFragment_1<TItem> |
|
|
79
|
-
set ChildContent(value: RenderFragment_1<TItem> |
|
|
80
|
-
get EmptyContent(): RenderFragment |
|
|
81
|
-
set EmptyContent(value: RenderFragment |
|
|
82
|
-
get ItemContent(): RenderFragment_1<TItem> |
|
|
83
|
-
set ItemContent(value: RenderFragment_1<TItem> |
|
|
84
|
-
get Items(): ICollection_1<TItem> |
|
|
85
|
-
set Items(value: ICollection_1<TItem> |
|
|
79
|
+
get ChildContent(): RenderFragment_1<TItem> | null;
|
|
80
|
+
set ChildContent(value: RenderFragment_1<TItem> | null);
|
|
81
|
+
get EmptyContent(): RenderFragment | null;
|
|
82
|
+
set EmptyContent(value: RenderFragment | null);
|
|
83
|
+
get ItemContent(): RenderFragment_1<TItem> | null;
|
|
84
|
+
set ItemContent(value: RenderFragment_1<TItem> | null);
|
|
85
|
+
get Items(): ICollection_1<TItem> | null;
|
|
86
|
+
set Items(value: ICollection_1<TItem> | null);
|
|
86
87
|
ItemSize: float;
|
|
87
|
-
get ItemsProvider(): ItemsProviderDelegate_1<TItem> |
|
|
88
|
-
set ItemsProvider(value: ItemsProviderDelegate_1<TItem> |
|
|
88
|
+
get ItemsProvider(): ItemsProviderDelegate_1<TItem> | null;
|
|
89
|
+
set ItemsProvider(value: ItemsProviderDelegate_1<TItem> | null);
|
|
89
90
|
MaxItemCount: int;
|
|
90
91
|
OverscanCount: int;
|
|
91
|
-
get Placeholder(): RenderFragment_1<PlaceholderContext> |
|
|
92
|
-
set Placeholder(value: RenderFragment_1<PlaceholderContext> |
|
|
92
|
+
get Placeholder(): RenderFragment_1<PlaceholderContext> | null;
|
|
93
|
+
set Placeholder(value: RenderFragment_1<PlaceholderContext> | null);
|
|
93
94
|
SpacerElement: string;
|
|
94
95
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
95
96
|
DisposeAsync(): ValueTask;
|
|
@@ -100,16 +101,16 @@ export interface Virtualize_1$instance<TItem> extends ComponentBase, Microsoft_A
|
|
|
100
101
|
|
|
101
102
|
|
|
102
103
|
export const Virtualize_1: {
|
|
103
|
-
new<TItem>(): Virtualize_1<TItem>;
|
|
104
|
+
new<TItem extends unknown>(): Virtualize_1<TItem>;
|
|
104
105
|
};
|
|
105
106
|
|
|
106
107
|
|
|
107
|
-
export interface __Virtualize_1$views<TItem> {
|
|
108
|
+
export interface __Virtualize_1$views<TItem extends unknown> {
|
|
108
109
|
As_IComponent(): Microsoft_AspNetCore_Components_Internal.IComponent$instance;
|
|
109
110
|
As_IHandleAfterRender(): Microsoft_AspNetCore_Components_Internal.IHandleAfterRender$instance;
|
|
110
111
|
As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
|
|
111
112
|
}
|
|
112
113
|
|
|
113
|
-
export type Virtualize_1<TItem> = Virtualize_1$instance<TItem> & __Virtualize_1$views<TItem>;
|
|
114
|
+
export type Virtualize_1<TItem extends unknown> = Virtualize_1$instance<TItem> & __Virtualize_1$views<TItem>;
|
|
114
115
|
|
|
115
116
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Components.Web.Virtualization/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 { RenderTreeBuilder } from './Microsoft.AspNetCore.Components.Rendering/internal/index.js';
|
|
10
14
|
import type { ComponentBase, EventCallbackWorkItem, IComponent, IComponentRenderMode, IHandleAfterRender, IHandleEvent, ParameterView, RendererInfo, RenderFragment, RenderFragment_1, RenderHandle, ResourceAssetCollection } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
@@ -15,7 +19,7 @@ import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
|
15
19
|
import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
16
20
|
|
|
17
21
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
18
|
-
export type ItemsProviderDelegate<TItem> = Internal.ItemsProviderDelegate_1<TItem>;
|
|
22
|
+
export type ItemsProviderDelegate<TItem extends unknown> = Internal.ItemsProviderDelegate_1<TItem>;
|
|
19
23
|
export { ItemsProviderRequest as ItemsProviderRequest } from './Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.js';
|
|
20
24
|
export { ItemsProviderResult_1 as ItemsProviderResult } from './Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.js';
|
|
21
25
|
export { PlaceholderContext as PlaceholderContext } from './Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Components.Web/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 { RenderTreeBuilder } from './Microsoft.AspNetCore.Components.Rendering/internal/index.js';
|
|
10
14
|
import type { HtmlRootComponent } from './Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Components/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 { RenderTreeBuilder } from './Microsoft.AspNetCore.Components.Rendering/internal/index.js';
|
|
10
14
|
import type { LocationChangedEventArgs, LocationChangingContext, NotFoundEventArgs } from './Microsoft.AspNetCore.Components.Routing/internal/index.js';
|
|
@@ -60,6 +64,7 @@ export { NavigationOptions as NavigationOptions } from './Microsoft.AspNetCore.C
|
|
|
60
64
|
export { ParameterAttribute as ParameterAttribute } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
61
65
|
export { ParameterValue as ParameterValue } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
62
66
|
export { ParameterView as ParameterView } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
67
|
+
export { ParameterView_Enumerator as ParameterView_Enumerator } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
63
68
|
export { PersistentComponentState as PersistentComponentState } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
64
69
|
export { PersistentComponentStateSerializer_1 as PersistentComponentStateSerializer } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
65
70
|
export { PersistingComponentStateSubscription as PersistingComponentStateSubscription } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
@@ -81,7 +86,6 @@ export { RouteData as RouteData } from './Microsoft.AspNetCore.Components/intern
|
|
|
81
86
|
export { StreamRenderingAttribute as StreamRenderingAttribute } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
82
87
|
export { SupplyParameterFromQueryAttribute as SupplyParameterFromQueryAttribute } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
83
88
|
export { SupplyParameterFromQueryProviderServiceCollectionExtensions$instance as SupplyParameterFromQueryProviderServiceCollectionExtensions } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
84
|
-
export { ParameterView_Enumerator as ParameterView_Enumerator } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
85
89
|
export { ImportMap as ImportMap } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
86
90
|
export { ImportMapDefinition as ImportMapDefinition } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
87
91
|
export { ResourcePreloader as ResourcePreloader } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
@@ -100,22 +104,22 @@ declare const __unspecified: unique symbol;
|
|
|
100
104
|
export type __ = typeof __unspecified;
|
|
101
105
|
|
|
102
106
|
export type EventCallback<
|
|
103
|
-
T1 = __,
|
|
107
|
+
T1 extends unknown | __ = __,
|
|
104
108
|
> =
|
|
105
109
|
[T1] extends [__] ? Internal.EventCallback :
|
|
106
|
-
Internal.EventCallback_1<T1
|
|
110
|
+
[T1] extends [unknown] ? Internal.EventCallback_1<T1> : never;
|
|
107
111
|
|
|
108
112
|
export type OwningComponentBase<
|
|
109
|
-
T1 = __,
|
|
113
|
+
T1 extends unknown | __ = __,
|
|
110
114
|
> =
|
|
111
115
|
[T1] extends [__] ? Internal.OwningComponentBase :
|
|
112
|
-
Internal.OwningComponentBase_1<T1
|
|
116
|
+
[T1] extends [unknown] ? Internal.OwningComponentBase_1<T1> : never;
|
|
113
117
|
|
|
114
118
|
export type RenderFragment<
|
|
115
|
-
T1 = __,
|
|
119
|
+
T1 extends unknown | __ = __,
|
|
116
120
|
> =
|
|
117
121
|
[T1] extends [__] ? ((() => void) | Internal.RenderFragment) :
|
|
118
|
-
(((arg1: T1) => void) | Internal.RenderFragment_1<T1>);
|
|
122
|
+
[T1] extends [unknown] ? (((arg1: T1) => void) | Internal.RenderFragment_1<T1>) : never;
|
|
119
123
|
|
|
120
124
|
// Extension methods (C# using semantics)
|
|
121
125
|
export type { ExtensionMethods_Microsoft_AspNetCore_Components as ExtensionMethods } from './__internal/extensions/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Connections
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Connections.Abstractions
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as Microsoft_AspNetCore_Connections_Features_Internal from "../../Microsoft.AspNetCore.Connections.Features/internal/index.js";
|
|
@@ -98,14 +99,14 @@ export interface IConnectionListenerFactorySelector$instance {
|
|
|
98
99
|
|
|
99
100
|
export type IConnectionListenerFactorySelector = IConnectionListenerFactorySelector$instance;
|
|
100
101
|
|
|
101
|
-
export interface IMemoryPoolFactory_1$instance<T> {
|
|
102
|
+
export interface IMemoryPoolFactory_1$instance<T extends unknown> {
|
|
102
103
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMemoryPoolFactory_1: never;
|
|
103
104
|
|
|
104
|
-
Create(options?: MemoryPoolOptions): MemoryPool_1<T>;
|
|
105
|
+
Create(options?: MemoryPoolOptions | null): MemoryPool_1<T>;
|
|
105
106
|
}
|
|
106
107
|
|
|
107
108
|
|
|
108
|
-
export type IMemoryPoolFactory_1<T> = IMemoryPoolFactory_1$instance<T>;
|
|
109
|
+
export type IMemoryPoolFactory_1<T extends unknown> = IMemoryPoolFactory_1$instance<T>;
|
|
109
110
|
|
|
110
111
|
export interface IMultiplexedConnectionBuilder$instance {
|
|
111
112
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionBuilder: never;
|
|
@@ -121,7 +122,7 @@ export type IMultiplexedConnectionBuilder = IMultiplexedConnectionBuilder$instan
|
|
|
121
122
|
export interface IMultiplexedConnectionFactory$instance {
|
|
122
123
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionFactory: never;
|
|
123
124
|
|
|
124
|
-
ConnectAsync(endpoint: EndPoint, features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask_1<MultiplexedConnectionContext>;
|
|
125
|
+
ConnectAsync(endpoint: EndPoint, features?: IFeatureCollection | null, cancellationToken?: CancellationToken): ValueTask_1<MultiplexedConnectionContext>;
|
|
125
126
|
}
|
|
126
127
|
|
|
127
128
|
|
|
@@ -131,7 +132,7 @@ export interface IMultiplexedConnectionListener$instance extends IAsyncDisposabl
|
|
|
131
132
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionListener: never;
|
|
132
133
|
|
|
133
134
|
readonly EndPoint: EndPoint;
|
|
134
|
-
AcceptAsync(features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask_1<MultiplexedConnectionContext>;
|
|
135
|
+
AcceptAsync(features?: IFeatureCollection | null, cancellationToken?: CancellationToken): ValueTask_1<MultiplexedConnectionContext>;
|
|
135
136
|
UnbindAsync(cancellationToken?: CancellationToken): ValueTask;
|
|
136
137
|
}
|
|
137
138
|
|
|
@@ -143,7 +144,7 @@ export type IMultiplexedConnectionListener = IMultiplexedConnectionListener$inst
|
|
|
143
144
|
export interface IMultiplexedConnectionListenerFactory$instance {
|
|
144
145
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_IMultiplexedConnectionListenerFactory: never;
|
|
145
146
|
|
|
146
|
-
BindAsync(endpoint: EndPoint, features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask_1<IMultiplexedConnectionListener>;
|
|
147
|
+
BindAsync(endpoint: EndPoint, features?: IFeatureCollection | null, cancellationToken?: CancellationToken): ValueTask_1<IMultiplexedConnectionListener>;
|
|
147
148
|
}
|
|
148
149
|
|
|
149
150
|
|
|
@@ -173,11 +174,11 @@ export interface BaseConnectionContext$instance {
|
|
|
173
174
|
ConnectionClosed: CancellationToken;
|
|
174
175
|
ConnectionId: string;
|
|
175
176
|
readonly Features: IFeatureCollection;
|
|
176
|
-
Items: IDictionary_2<unknown, unknown |
|
|
177
|
-
get LocalEndPoint(): EndPoint |
|
|
178
|
-
set LocalEndPoint(value: EndPoint |
|
|
179
|
-
get RemoteEndPoint(): EndPoint |
|
|
180
|
-
set RemoteEndPoint(value: EndPoint |
|
|
177
|
+
Items: IDictionary_2<unknown, unknown | null>;
|
|
178
|
+
get LocalEndPoint(): EndPoint | null;
|
|
179
|
+
set LocalEndPoint(value: EndPoint | null);
|
|
180
|
+
get RemoteEndPoint(): EndPoint | null;
|
|
181
|
+
set RemoteEndPoint(value: EndPoint | null);
|
|
181
182
|
Abort(): void;
|
|
182
183
|
Abort(abortReason: ConnectionAbortedException): void;
|
|
183
184
|
DisposeAsync(): ValueTask;
|
|
@@ -268,13 +269,13 @@ export interface ConnectionItems$instance {
|
|
|
268
269
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
269
270
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
270
271
|
|
|
271
|
-
readonly Items: IDictionary_2<unknown, unknown |
|
|
272
|
+
readonly Items: IDictionary_2<unknown, unknown | null>;
|
|
272
273
|
}
|
|
273
274
|
|
|
274
275
|
|
|
275
276
|
export const ConnectionItems: {
|
|
276
277
|
new(): ConnectionItems;
|
|
277
|
-
new(items: IDictionary_2<unknown, unknown>): ConnectionItems;
|
|
278
|
+
new(items: IDictionary_2<unknown, unknown | null>): ConnectionItems;
|
|
278
279
|
};
|
|
279
280
|
|
|
280
281
|
|
|
@@ -307,19 +308,19 @@ export interface DefaultConnectionContext$instance extends ConnectionContext, Mi
|
|
|
307
308
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionUserFeature: never;
|
|
308
309
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
309
310
|
|
|
310
|
-
get Application(): IDuplexPipe |
|
|
311
|
-
set Application(value: IDuplexPipe |
|
|
311
|
+
get Application(): IDuplexPipe | null;
|
|
312
|
+
set Application(value: IDuplexPipe | null);
|
|
312
313
|
ConnectionClosed: CancellationToken;
|
|
313
314
|
ConnectionId: string;
|
|
314
315
|
readonly Features: IFeatureCollection;
|
|
315
|
-
Items: IDictionary_2<unknown, unknown |
|
|
316
|
-
get LocalEndPoint(): EndPoint |
|
|
317
|
-
set LocalEndPoint(value: EndPoint |
|
|
318
|
-
get RemoteEndPoint(): EndPoint |
|
|
319
|
-
set RemoteEndPoint(value: EndPoint |
|
|
316
|
+
Items: IDictionary_2<unknown, unknown | null>;
|
|
317
|
+
get LocalEndPoint(): EndPoint | null;
|
|
318
|
+
set LocalEndPoint(value: EndPoint | null);
|
|
319
|
+
get RemoteEndPoint(): EndPoint | null;
|
|
320
|
+
set RemoteEndPoint(value: EndPoint | null);
|
|
320
321
|
Transport: IDuplexPipe;
|
|
321
|
-
get User(): ClaimsPrincipal |
|
|
322
|
-
set User(value: ClaimsPrincipal |
|
|
322
|
+
get User(): ClaimsPrincipal | null;
|
|
323
|
+
set User(value: ClaimsPrincipal | null);
|
|
323
324
|
Abort(abortReason: ConnectionAbortedException): void;
|
|
324
325
|
Abort(): void;
|
|
325
326
|
DisposeAsync(): ValueTask;
|
|
@@ -363,8 +364,8 @@ export type FileHandleEndPoint = FileHandleEndPoint$instance;
|
|
|
363
364
|
export interface MemoryPoolOptions$instance {
|
|
364
365
|
readonly __tsonic_type_Microsoft_AspNetCore_Connections_MemoryPoolOptions: never;
|
|
365
366
|
|
|
366
|
-
get Owner(): string |
|
|
367
|
-
set Owner(value: string |
|
|
367
|
+
get Owner(): string | null;
|
|
368
|
+
set Owner(value: string | null);
|
|
368
369
|
}
|
|
369
370
|
|
|
370
371
|
|
|
@@ -404,7 +405,7 @@ export interface MultiplexedConnectionContext$instance extends BaseConnectionCon
|
|
|
404
405
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
405
406
|
|
|
406
407
|
AcceptAsync(cancellationToken?: CancellationToken): ValueTask_1<ConnectionContext>;
|
|
407
|
-
ConnectAsync(features?: IFeatureCollection, cancellationToken?: CancellationToken): ValueTask_1<ConnectionContext>;
|
|
408
|
+
ConnectAsync(features?: IFeatureCollection | null, cancellationToken?: CancellationToken): ValueTask_1<ConnectionContext>;
|
|
408
409
|
}
|
|
409
410
|
|
|
410
411
|
|
|
@@ -419,7 +420,7 @@ export interface NamedPipeEndPoint$instance extends EndPoint {
|
|
|
419
420
|
|
|
420
421
|
readonly PipeName: string;
|
|
421
422
|
readonly ServerName: string;
|
|
422
|
-
Equals(obj: unknown): boolean;
|
|
423
|
+
Equals(obj: unknown | null): boolean;
|
|
423
424
|
GetHashCode(): int;
|
|
424
425
|
ToString(): string;
|
|
425
426
|
}
|
|
@@ -438,8 +439,8 @@ export interface TlsConnectionCallbackContext$instance {
|
|
|
438
439
|
|
|
439
440
|
ClientHelloInfo: SslClientHelloInfo;
|
|
440
441
|
Connection: BaseConnectionContext;
|
|
441
|
-
get State(): unknown |
|
|
442
|
-
set State(value: unknown |
|
|
442
|
+
get State(): unknown | null;
|
|
443
|
+
set State(value: unknown | null);
|
|
443
444
|
}
|
|
444
445
|
|
|
445
446
|
|
|
@@ -455,8 +456,8 @@ export interface TlsConnectionCallbackOptions$instance {
|
|
|
455
456
|
|
|
456
457
|
ApplicationProtocols: List_1<SslApplicationProtocol>;
|
|
457
458
|
OnConnection: Func_3<TlsConnectionCallbackContext, CancellationToken, ValueTask_1<SslServerAuthenticationOptions>>;
|
|
458
|
-
get OnConnectionState(): unknown |
|
|
459
|
-
set OnConnectionState(value: unknown |
|
|
459
|
+
get OnConnectionState(): unknown | null;
|
|
460
|
+
set OnConnectionState(value: unknown | null);
|
|
460
461
|
}
|
|
461
462
|
|
|
462
463
|
|
|
@@ -486,7 +487,7 @@ export abstract class ConnectionBuilderExtensions$instance {
|
|
|
486
487
|
static Run(connectionBuilder: IConnectionBuilder, middleware: Func_2<ConnectionContext, Task>): IConnectionBuilder;
|
|
487
488
|
static Use(connectionBuilder: IConnectionBuilder, middleware: Func_3<ConnectionContext, ConnectionDelegate, Task>): IConnectionBuilder;
|
|
488
489
|
static Use(connectionBuilder: IConnectionBuilder, middleware: Func_3<ConnectionContext, Func_1<Task>, Task>): IConnectionBuilder;
|
|
489
|
-
static UseConnectionHandler<TConnectionHandler extends ConnectionHandler>(connectionBuilder: IConnectionBuilder): IConnectionBuilder;
|
|
490
|
+
static UseConnectionHandler<TConnectionHandler extends unknown & ConnectionHandler>(connectionBuilder: IConnectionBuilder): IConnectionBuilder;
|
|
490
491
|
}
|
|
491
492
|
|
|
492
493
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Connections.Abstractions
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Connections.Abstractions
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Connections.Abstractions/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 { PipeWriter } from '@tsonic/dotnet/System.IO.Pipelines.js';
|
|
10
14
|
import type { Func, Void } from '@tsonic/dotnet/System.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Connections.Features
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Connections.Abstractions
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
@@ -33,10 +34,10 @@ export type IConnectionCompleteFeature = IConnectionCompleteFeature$instance;
|
|
|
33
34
|
export interface IConnectionEndPointFeature$instance {
|
|
34
35
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionEndPointFeature: never;
|
|
35
36
|
|
|
36
|
-
get LocalEndPoint(): EndPoint |
|
|
37
|
-
set LocalEndPoint(value: EndPoint |
|
|
38
|
-
get RemoteEndPoint(): EndPoint |
|
|
39
|
-
set RemoteEndPoint(value: EndPoint |
|
|
37
|
+
get LocalEndPoint(): EndPoint | null;
|
|
38
|
+
set LocalEndPoint(value: EndPoint | null);
|
|
39
|
+
get RemoteEndPoint(): EndPoint | null;
|
|
40
|
+
set RemoteEndPoint(value: EndPoint | null);
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
|
|
@@ -72,7 +73,7 @@ export type IConnectionInherentKeepAliveFeature = IConnectionInherentKeepAliveFe
|
|
|
72
73
|
export interface IConnectionItemsFeature$instance {
|
|
73
74
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionItemsFeature: never;
|
|
74
75
|
|
|
75
|
-
Items: IDictionary_2<unknown, unknown |
|
|
76
|
+
Items: IDictionary_2<unknown, unknown | null>;
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
|
|
@@ -137,8 +138,8 @@ export type IConnectionTransportFeature = IConnectionTransportFeature$instance;
|
|
|
137
138
|
export interface IConnectionUserFeature$instance {
|
|
138
139
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IConnectionUserFeature: never;
|
|
139
140
|
|
|
140
|
-
get User(): ClaimsPrincipal |
|
|
141
|
-
set User(value: ClaimsPrincipal |
|
|
141
|
+
get User(): ClaimsPrincipal | null;
|
|
142
|
+
set User(value: ClaimsPrincipal | null);
|
|
142
143
|
}
|
|
143
144
|
|
|
144
145
|
|
|
@@ -156,7 +157,7 @@ export type IMemoryPoolFeature = IMemoryPoolFeature$instance;
|
|
|
156
157
|
export interface IPersistentStateFeature$instance {
|
|
157
158
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IPersistentStateFeature: never;
|
|
158
159
|
|
|
159
|
-
readonly State: IDictionary_2<unknown, unknown |
|
|
160
|
+
readonly State: IDictionary_2<unknown, unknown | null>;
|
|
160
161
|
}
|
|
161
162
|
|
|
162
163
|
|
|
@@ -183,7 +184,7 @@ export type IStreamAbortFeature = IStreamAbortFeature$instance;
|
|
|
183
184
|
export interface IStreamClosedFeature$instance {
|
|
184
185
|
readonly __tsonic_iface_Microsoft_AspNetCore_Connections_Features_IStreamClosedFeature: never;
|
|
185
186
|
|
|
186
|
-
OnClosed(callback: Action_1<unknown>, state: unknown): void;
|
|
187
|
+
OnClosed(callback: Action_1<unknown | null>, state: unknown | null): void;
|
|
187
188
|
}
|
|
188
189
|
|
|
189
190
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Connections.Features/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 { ConnectionAbortedException, TransferFormat } from './Microsoft.AspNetCore.Connections/internal/index.js';
|
|
10
14
|
import type { MemoryPool } from '@tsonic/dotnet/System.Buffers.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Connections/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 { IConnectionEndPointFeature, IConnectionIdFeature, IConnectionItemsFeature, IConnectionLifetimeFeature, IConnectionTransportFeature, IConnectionUserFeature } from './Microsoft.AspNetCore.Connections.Features/internal/index.js';
|
|
10
14
|
import type { IFeatureCollection } from './Microsoft.AspNetCore.Http.Features/internal/index.js';
|
|
@@ -40,7 +44,7 @@ export type IConnectionFactory = Internal.IConnectionFactory;
|
|
|
40
44
|
export type IConnectionListener = Internal.IConnectionListener;
|
|
41
45
|
export type IConnectionListenerFactory = Internal.IConnectionListenerFactory;
|
|
42
46
|
export type IConnectionListenerFactorySelector = Internal.IConnectionListenerFactorySelector;
|
|
43
|
-
export type IMemoryPoolFactory<T> = Internal.IMemoryPoolFactory_1<T>;
|
|
47
|
+
export type IMemoryPoolFactory<T extends unknown> = Internal.IMemoryPoolFactory_1<T>;
|
|
44
48
|
export type IMultiplexedConnectionListener = Internal.IMultiplexedConnectionListener;
|
|
45
49
|
export type IMultiplexedConnectionBuilder = Internal.IMultiplexedConnectionBuilder;
|
|
46
50
|
export type IMultiplexedConnectionFactory = Internal.IMultiplexedConnectionFactory;
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.CookiePolicy
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.CookiePolicy
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { CookiePolicyOptions } from "../../Microsoft.AspNetCore.Builder/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.CookiePolicy/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 { CookiePolicyOptions } from './Microsoft.AspNetCore.Builder/internal/index.js';
|
|
10
14
|
import type { CookieOptions, HttpContext, RequestDelegate } from './Microsoft.AspNetCore.Http/internal/index.js';
|