@tsonic/aspnetcore 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +218 -214
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.d.ts +7 -2
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +44 -43
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
- package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +110 -129
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +240 -242
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +98 -100
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
- package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.d.ts +11 -7
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.d.ts +5 -1
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +19 -27
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +14 -11
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +494 -494
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +336 -338
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +53 -55
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +39 -38
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +117 -116
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +11 -7
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +453 -452
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.d.ts +44 -40
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Localization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +447 -446
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +119 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +57 -56
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +38 -37
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +58 -39
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +272 -274
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +11 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +51 -50
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +135 -134
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +61 -60
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +47 -46
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +22 -24
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +78 -80
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +137 -139
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +49 -48
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +12 -14
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +6 -2
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +201 -201
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +168 -170
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +20 -16
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +5 -1
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +62 -61
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +102 -77
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +16 -17
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +65 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +31 -33
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +410 -431
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -297
- package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
- package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -68
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Diagnostics
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Core, Microsoft.AspNetCore.Mvc.Razor, Microsoft.AspNetCore.Mvc.RazorPages, Microsoft.AspNetCore.Mvc.ViewFeatures
|
|
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 { HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
@@ -24,27 +25,6 @@ import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections
|
|
|
24
25
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
25
26
|
import type { Boolean as ClrBoolean, IDisposable, Int32, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
26
27
|
|
|
27
|
-
export interface EventData_Enumerator$instance {
|
|
28
|
-
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Diagnostics_EventData_Enumerator: never;
|
|
29
|
-
|
|
30
|
-
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
31
|
-
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
32
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
33
|
-
|
|
34
|
-
Current: KeyValuePair_2<System_Internal.String, unknown>;
|
|
35
|
-
Dispose(): void;
|
|
36
|
-
MoveNext(): boolean;
|
|
37
|
-
Reset(): void;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export const EventData_Enumerator: {
|
|
42
|
-
new(): EventData_Enumerator;
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export type EventData_Enumerator = EventData_Enumerator$instance;
|
|
47
|
-
|
|
48
28
|
export interface AfterActionEventData$instance extends EventData {
|
|
49
29
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Diagnostics_AfterActionEventData: never;
|
|
50
30
|
|
|
@@ -238,16 +218,16 @@ export interface AfterHandlerMethodEventData$instance extends EventData {
|
|
|
238
218
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
239
219
|
|
|
240
220
|
readonly ActionContext: ActionContext;
|
|
241
|
-
readonly Arguments: IReadOnlyDictionary_2<System_Internal.String, unknown |
|
|
221
|
+
readonly Arguments: IReadOnlyDictionary_2<System_Internal.String, unknown | null>;
|
|
242
222
|
readonly Count: int;
|
|
243
223
|
readonly HandlerMethodDescriptor: HandlerMethodDescriptor;
|
|
244
224
|
readonly Instance: unknown;
|
|
245
|
-
readonly Result: IActionResult |
|
|
225
|
+
readonly Result: IActionResult | null;
|
|
246
226
|
}
|
|
247
227
|
|
|
248
228
|
|
|
249
229
|
export const AfterHandlerMethodEventData: {
|
|
250
|
-
new(actionContext: ActionContext, arguments: IReadOnlyDictionary_2<System_Internal.String, unknown>, handlerMethodDescriptor: HandlerMethodDescriptor, instance: unknown, result: IActionResult): AfterHandlerMethodEventData;
|
|
230
|
+
new(actionContext: ActionContext, arguments: IReadOnlyDictionary_2<System_Internal.String, unknown | null>, handlerMethodDescriptor: HandlerMethodDescriptor, instance: unknown, result: IActionResult | null): AfterHandlerMethodEventData;
|
|
251
231
|
readonly EventName: string;
|
|
252
232
|
};
|
|
253
233
|
|
|
@@ -769,7 +749,7 @@ export interface BeforeHandlerMethodEventData$instance extends EventData {
|
|
|
769
749
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
770
750
|
|
|
771
751
|
readonly ActionContext: ActionContext;
|
|
772
|
-
readonly Arguments: IReadOnlyDictionary_2<System_Internal.String, unknown |
|
|
752
|
+
readonly Arguments: IReadOnlyDictionary_2<System_Internal.String, unknown | null>;
|
|
773
753
|
readonly Count: int;
|
|
774
754
|
readonly HandlerMethodDescriptor: HandlerMethodDescriptor;
|
|
775
755
|
readonly Instance: unknown;
|
|
@@ -777,7 +757,7 @@ export interface BeforeHandlerMethodEventData$instance extends EventData {
|
|
|
777
757
|
|
|
778
758
|
|
|
779
759
|
export const BeforeHandlerMethodEventData: {
|
|
780
|
-
new(actionContext: ActionContext, arguments: IReadOnlyDictionary_2<System_Internal.String, unknown>, handlerMethodDescriptor: HandlerMethodDescriptor, instance: unknown): BeforeHandlerMethodEventData;
|
|
760
|
+
new(actionContext: ActionContext, arguments: IReadOnlyDictionary_2<System_Internal.String, unknown | null>, handlerMethodDescriptor: HandlerMethodDescriptor, instance: unknown): BeforeHandlerMethodEventData;
|
|
781
761
|
readonly EventName: string;
|
|
782
762
|
};
|
|
783
763
|
|
|
@@ -1125,6 +1105,27 @@ export const EventData: (abstract new() => EventData) & {
|
|
|
1125
1105
|
|
|
1126
1106
|
export type EventData = EventData$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
|
|
1127
1107
|
|
|
1108
|
+
export interface EventData_Enumerator$instance {
|
|
1109
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Diagnostics_EventData_Enumerator: never;
|
|
1110
|
+
|
|
1111
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1112
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1113
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1114
|
+
|
|
1115
|
+
Current: KeyValuePair_2<System_Internal.String, unknown>;
|
|
1116
|
+
Dispose(): void;
|
|
1117
|
+
MoveNext(): boolean;
|
|
1118
|
+
Reset(): void;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
export const EventData_Enumerator: {
|
|
1123
|
+
new(): EventData_Enumerator;
|
|
1124
|
+
};
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
export type EventData_Enumerator = EventData_Enumerator$instance;
|
|
1128
|
+
|
|
1128
1129
|
export interface ViewComponentAfterViewExecuteEventData$instance extends EventData {
|
|
1129
1130
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Diagnostics_ViewComponentAfterViewExecuteEventData: never;
|
|
1130
1131
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { HttpContext } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
10
14
|
import type { ActionDescriptor } from './Microsoft.AspNetCore.Mvc.Abstractions/internal/index.js';
|
|
@@ -23,6 +27,7 @@ import type { Boolean as ClrBoolean, IDisposable, Int32, Object as ClrObject, St
|
|
|
23
27
|
|
|
24
28
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
25
29
|
export { EventData as EventData } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
30
|
+
export { EventData_Enumerator as EventData_Enumerator } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
26
31
|
export { BeforeActionEventData as BeforeActionEventData } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
27
32
|
export { AfterActionEventData as AfterActionEventData } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
28
33
|
export { BeforeAuthorizationFilterOnAuthorizationEventData as BeforeAuthorizationFilterOnAuthorizationEventData } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
@@ -51,7 +56,6 @@ export { BeforeResultFilterOnResultExecutedEventData as BeforeResultFilterOnResu
|
|
|
51
56
|
export { AfterResultFilterOnResultExecutedEventData as AfterResultFilterOnResultExecutedEventData } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
52
57
|
export { BeforeActionResultEventData as BeforeActionResultEventData } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
53
58
|
export { AfterActionResultEventData as AfterActionResultEventData } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
54
|
-
export { EventData_Enumerator as EventData_Enumerator } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
55
59
|
export { BeforeViewPageEventData as BeforeViewPageEventData } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
56
60
|
export { AfterViewPageEventData as AfterViewPageEventData } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
57
61
|
export { BeforeHandlerMethodEventData as BeforeHandlerMethodEventData } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Filters
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Abstractions, Microsoft.AspNetCore.Mvc.Core, Microsoft.AspNetCore.Mvc.RazorPages
|
|
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 { HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
@@ -255,13 +256,13 @@ export interface ActionExecutedContext$instance extends FilterContext {
|
|
|
255
256
|
|
|
256
257
|
Canceled: boolean;
|
|
257
258
|
readonly Controller: unknown;
|
|
258
|
-
get Exception(): Exception |
|
|
259
|
-
set Exception(value: Exception |
|
|
260
|
-
get ExceptionDispatchInfo(): ExceptionDispatchInfo |
|
|
261
|
-
set ExceptionDispatchInfo(value: ExceptionDispatchInfo |
|
|
259
|
+
get Exception(): Exception | null;
|
|
260
|
+
set Exception(value: Exception | null);
|
|
261
|
+
get ExceptionDispatchInfo(): ExceptionDispatchInfo | null;
|
|
262
|
+
set ExceptionDispatchInfo(value: ExceptionDispatchInfo | null);
|
|
262
263
|
ExceptionHandled: boolean;
|
|
263
|
-
get Result(): IActionResult |
|
|
264
|
-
set Result(value: IActionResult |
|
|
264
|
+
get Result(): IActionResult | null;
|
|
265
|
+
set Result(value: IActionResult | null);
|
|
265
266
|
}
|
|
266
267
|
|
|
267
268
|
|
|
@@ -275,21 +276,21 @@ export type ActionExecutedContext = ActionExecutedContext$instance;
|
|
|
275
276
|
export interface ActionExecutingContext$instance extends FilterContext {
|
|
276
277
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ActionExecutingContext: never;
|
|
277
278
|
|
|
278
|
-
readonly ActionArguments: IDictionary_2<System_Internal.String, unknown |
|
|
279
|
+
readonly ActionArguments: IDictionary_2<System_Internal.String, unknown | null>;
|
|
279
280
|
readonly Controller: unknown;
|
|
280
|
-
get Result(): IActionResult |
|
|
281
|
-
set Result(value: IActionResult |
|
|
281
|
+
get Result(): IActionResult | null;
|
|
282
|
+
set Result(value: IActionResult | null);
|
|
282
283
|
}
|
|
283
284
|
|
|
284
285
|
|
|
285
286
|
export const ActionExecutingContext: {
|
|
286
|
-
new(actionContext: ActionContext, filters: IList_1<IFilterMetadata>, actionArguments: IDictionary_2<System_Internal.String, unknown>, controller: unknown): ActionExecutingContext;
|
|
287
|
+
new(actionContext: ActionContext, filters: IList_1<IFilterMetadata>, actionArguments: IDictionary_2<System_Internal.String, unknown | null>, controller: unknown): ActionExecutingContext;
|
|
287
288
|
};
|
|
288
289
|
|
|
289
290
|
|
|
290
291
|
export type ActionExecutingContext = ActionExecutingContext$instance;
|
|
291
292
|
|
|
292
|
-
export interface ActionFilterAttribute$instance extends Attribute,
|
|
293
|
+
export interface ActionFilterAttribute$instance extends Attribute, IActionFilter$instance, IAsyncActionFilter$instance, IAsyncResultFilter$instance, IResultFilter$instance {
|
|
293
294
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ActionFilterAttribute: never;
|
|
294
295
|
|
|
295
296
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IActionFilter: never;
|
|
@@ -327,8 +328,8 @@ export type ActionFilterAttribute = ActionFilterAttribute$instance & __ActionFil
|
|
|
327
328
|
export interface AuthorizationFilterContext$instance extends FilterContext {
|
|
328
329
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_AuthorizationFilterContext: never;
|
|
329
330
|
|
|
330
|
-
get Result(): IActionResult |
|
|
331
|
-
set Result(value: IActionResult |
|
|
331
|
+
get Result(): IActionResult | null;
|
|
332
|
+
set Result(value: IActionResult | null);
|
|
332
333
|
}
|
|
333
334
|
|
|
334
335
|
|
|
@@ -343,11 +344,11 @@ export interface ExceptionContext$instance extends FilterContext {
|
|
|
343
344
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ExceptionContext: never;
|
|
344
345
|
|
|
345
346
|
Exception: Exception;
|
|
346
|
-
get ExceptionDispatchInfo(): ExceptionDispatchInfo |
|
|
347
|
-
set ExceptionDispatchInfo(value: ExceptionDispatchInfo |
|
|
347
|
+
get ExceptionDispatchInfo(): ExceptionDispatchInfo | null;
|
|
348
|
+
set ExceptionDispatchInfo(value: ExceptionDispatchInfo | null);
|
|
348
349
|
ExceptionHandled: boolean;
|
|
349
|
-
get Result(): IActionResult |
|
|
350
|
-
set Result(value: IActionResult |
|
|
350
|
+
get Result(): IActionResult | null;
|
|
351
|
+
set Result(value: IActionResult | null);
|
|
351
352
|
}
|
|
352
353
|
|
|
353
354
|
|
|
@@ -358,7 +359,7 @@ export const ExceptionContext: {
|
|
|
358
359
|
|
|
359
360
|
export type ExceptionContext = ExceptionContext$instance;
|
|
360
361
|
|
|
361
|
-
export interface ExceptionFilterAttribute$instance extends Attribute,
|
|
362
|
+
export interface ExceptionFilterAttribute$instance extends Attribute, IAsyncExceptionFilter$instance, IExceptionFilter$instance {
|
|
362
363
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ExceptionFilterAttribute: never;
|
|
363
364
|
|
|
364
365
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAsyncExceptionFilter: never;
|
|
@@ -397,13 +398,13 @@ export interface FilterCollection$instance extends Collection_1<IFilterMetadata>
|
|
|
397
398
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
398
399
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
399
400
|
|
|
400
|
-
Add<TFilterType extends IFilterMetadata>(): IFilterMetadata;
|
|
401
|
+
Add<TFilterType extends unknown & IFilterMetadata>(): IFilterMetadata;
|
|
401
402
|
Add(filterType: Type): IFilterMetadata;
|
|
402
|
-
Add<TFilterType extends IFilterMetadata>(order: int): IFilterMetadata;
|
|
403
|
+
Add<TFilterType extends unknown & IFilterMetadata>(order: int): IFilterMetadata;
|
|
403
404
|
Add(filterType: Type, order: int): IFilterMetadata;
|
|
404
|
-
AddService<TFilterType extends IFilterMetadata>(): IFilterMetadata;
|
|
405
|
+
AddService<TFilterType extends unknown & IFilterMetadata>(): IFilterMetadata;
|
|
405
406
|
AddService(filterType: Type): IFilterMetadata;
|
|
406
|
-
AddService<TFilterType extends IFilterMetadata>(order: int): IFilterMetadata;
|
|
407
|
+
AddService<TFilterType extends unknown & IFilterMetadata>(order: int): IFilterMetadata;
|
|
407
408
|
AddService(filterType: Type, order: int): IFilterMetadata;
|
|
408
409
|
}
|
|
409
410
|
|
|
@@ -419,8 +420,8 @@ export interface FilterContext$instance extends ActionContext {
|
|
|
419
420
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_FilterContext: never;
|
|
420
421
|
|
|
421
422
|
readonly Filters: IList_1<IFilterMetadata>;
|
|
422
|
-
FindEffectivePolicy<TMetadata extends IFilterMetadata>(): TMetadata;
|
|
423
|
-
IsEffectivePolicy<TMetadata extends IFilterMetadata>(policy: TMetadata): boolean;
|
|
423
|
+
FindEffectivePolicy<TMetadata extends unknown & IFilterMetadata>(): TMetadata;
|
|
424
|
+
IsEffectivePolicy<TMetadata extends unknown & IFilterMetadata>(policy: TMetadata): boolean;
|
|
424
425
|
}
|
|
425
426
|
|
|
426
427
|
|
|
@@ -450,8 +451,8 @@ export interface FilterItem$instance {
|
|
|
450
451
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_FilterItem: never;
|
|
451
452
|
|
|
452
453
|
readonly Descriptor: FilterDescriptor;
|
|
453
|
-
get Filter(): IFilterMetadata |
|
|
454
|
-
set Filter(value: IFilterMetadata |
|
|
454
|
+
get Filter(): IFilterMetadata | null;
|
|
455
|
+
set Filter(value: IFilterMetadata | null);
|
|
455
456
|
IsReusable: boolean;
|
|
456
457
|
}
|
|
457
458
|
|
|
@@ -484,20 +485,20 @@ export interface PageHandlerExecutedContext$instance extends FilterContext {
|
|
|
484
485
|
|
|
485
486
|
readonly ActionDescriptor: ActionDescriptor | CompiledPageActionDescriptor;
|
|
486
487
|
Canceled: boolean;
|
|
487
|
-
get Exception(): Exception |
|
|
488
|
-
set Exception(value: Exception |
|
|
489
|
-
get ExceptionDispatchInfo(): ExceptionDispatchInfo |
|
|
490
|
-
set ExceptionDispatchInfo(value: ExceptionDispatchInfo |
|
|
488
|
+
get Exception(): Exception | null;
|
|
489
|
+
set Exception(value: Exception | null);
|
|
490
|
+
get ExceptionDispatchInfo(): ExceptionDispatchInfo | null;
|
|
491
|
+
set ExceptionDispatchInfo(value: ExceptionDispatchInfo | null);
|
|
491
492
|
ExceptionHandled: boolean;
|
|
492
493
|
readonly HandlerInstance: unknown;
|
|
493
|
-
readonly HandlerMethod: HandlerMethodDescriptor |
|
|
494
|
-
get Result(): IActionResult |
|
|
495
|
-
set Result(value: IActionResult |
|
|
494
|
+
readonly HandlerMethod: HandlerMethodDescriptor | null;
|
|
495
|
+
get Result(): IActionResult | null;
|
|
496
|
+
set Result(value: IActionResult | null);
|
|
496
497
|
}
|
|
497
498
|
|
|
498
499
|
|
|
499
500
|
export const PageHandlerExecutedContext: {
|
|
500
|
-
new(pageContext: PageContext, filters: IList_1<IFilterMetadata>, handlerMethod: HandlerMethodDescriptor, handlerInstance: unknown): PageHandlerExecutedContext;
|
|
501
|
+
new(pageContext: PageContext, filters: IList_1<IFilterMetadata>, handlerMethod: HandlerMethodDescriptor | null, handlerInstance: unknown): PageHandlerExecutedContext;
|
|
501
502
|
};
|
|
502
503
|
|
|
503
504
|
|
|
@@ -507,16 +508,16 @@ export interface PageHandlerExecutingContext$instance extends FilterContext {
|
|
|
507
508
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_PageHandlerExecutingContext: never;
|
|
508
509
|
|
|
509
510
|
readonly ActionDescriptor: ActionDescriptor | CompiledPageActionDescriptor;
|
|
510
|
-
readonly HandlerArguments: IDictionary_2<System_Internal.String, unknown |
|
|
511
|
+
readonly HandlerArguments: IDictionary_2<System_Internal.String, unknown | null>;
|
|
511
512
|
readonly HandlerInstance: unknown;
|
|
512
|
-
readonly HandlerMethod: HandlerMethodDescriptor |
|
|
513
|
-
get Result(): IActionResult |
|
|
514
|
-
set Result(value: IActionResult |
|
|
513
|
+
readonly HandlerMethod: HandlerMethodDescriptor | null;
|
|
514
|
+
get Result(): IActionResult | null;
|
|
515
|
+
set Result(value: IActionResult | null);
|
|
515
516
|
}
|
|
516
517
|
|
|
517
518
|
|
|
518
519
|
export const PageHandlerExecutingContext: {
|
|
519
|
-
new(pageContext: PageContext, filters: IList_1<IFilterMetadata>, handlerMethod: HandlerMethodDescriptor, handlerArguments: IDictionary_2<System_Internal.String, unknown>, handlerInstance: unknown): PageHandlerExecutingContext;
|
|
520
|
+
new(pageContext: PageContext, filters: IList_1<IFilterMetadata>, handlerMethod: HandlerMethodDescriptor | null, handlerArguments: IDictionary_2<System_Internal.String, unknown | null>, handlerInstance: unknown): PageHandlerExecutingContext;
|
|
520
521
|
};
|
|
521
522
|
|
|
522
523
|
|
|
@@ -527,8 +528,8 @@ export interface PageHandlerSelectedContext$instance extends FilterContext {
|
|
|
527
528
|
|
|
528
529
|
readonly ActionDescriptor: ActionDescriptor | CompiledPageActionDescriptor;
|
|
529
530
|
readonly HandlerInstance: unknown;
|
|
530
|
-
get HandlerMethod(): HandlerMethodDescriptor |
|
|
531
|
-
set HandlerMethod(value: HandlerMethodDescriptor |
|
|
531
|
+
get HandlerMethod(): HandlerMethodDescriptor | null;
|
|
532
|
+
set HandlerMethod(value: HandlerMethodDescriptor | null);
|
|
532
533
|
}
|
|
533
534
|
|
|
534
535
|
|
|
@@ -543,13 +544,13 @@ export interface ResourceExecutedContext$instance extends FilterContext {
|
|
|
543
544
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ResourceExecutedContext: never;
|
|
544
545
|
|
|
545
546
|
Canceled: boolean;
|
|
546
|
-
get Exception(): Exception |
|
|
547
|
-
set Exception(value: Exception |
|
|
548
|
-
get ExceptionDispatchInfo(): ExceptionDispatchInfo |
|
|
549
|
-
set ExceptionDispatchInfo(value: ExceptionDispatchInfo |
|
|
547
|
+
get Exception(): Exception | null;
|
|
548
|
+
set Exception(value: Exception | null);
|
|
549
|
+
get ExceptionDispatchInfo(): ExceptionDispatchInfo | null;
|
|
550
|
+
set ExceptionDispatchInfo(value: ExceptionDispatchInfo | null);
|
|
550
551
|
ExceptionHandled: boolean;
|
|
551
|
-
get Result(): IActionResult |
|
|
552
|
-
set Result(value: IActionResult |
|
|
552
|
+
get Result(): IActionResult | null;
|
|
553
|
+
set Result(value: IActionResult | null);
|
|
553
554
|
}
|
|
554
555
|
|
|
555
556
|
|
|
@@ -563,8 +564,8 @@ export type ResourceExecutedContext = ResourceExecutedContext$instance;
|
|
|
563
564
|
export interface ResourceExecutingContext$instance extends FilterContext {
|
|
564
565
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ResourceExecutingContext: never;
|
|
565
566
|
|
|
566
|
-
get Result(): IActionResult |
|
|
567
|
-
set Result(value: IActionResult |
|
|
567
|
+
get Result(): IActionResult | null;
|
|
568
|
+
set Result(value: IActionResult | null);
|
|
568
569
|
readonly ValueProviderFactories: IList_1<IValueProviderFactory>;
|
|
569
570
|
}
|
|
570
571
|
|
|
@@ -581,10 +582,10 @@ export interface ResultExecutedContext$instance extends FilterContext {
|
|
|
581
582
|
|
|
582
583
|
Canceled: boolean;
|
|
583
584
|
readonly Controller: unknown;
|
|
584
|
-
get Exception(): Exception |
|
|
585
|
-
set Exception(value: Exception |
|
|
586
|
-
get ExceptionDispatchInfo(): ExceptionDispatchInfo |
|
|
587
|
-
set ExceptionDispatchInfo(value: ExceptionDispatchInfo |
|
|
585
|
+
get Exception(): Exception | null;
|
|
586
|
+
set Exception(value: Exception | null);
|
|
587
|
+
get ExceptionDispatchInfo(): ExceptionDispatchInfo | null;
|
|
588
|
+
set ExceptionDispatchInfo(value: ExceptionDispatchInfo | null);
|
|
588
589
|
ExceptionHandled: boolean;
|
|
589
590
|
readonly Result: IActionResult;
|
|
590
591
|
}
|
|
@@ -613,7 +614,7 @@ export const ResultExecutingContext: {
|
|
|
613
614
|
|
|
614
615
|
export type ResultExecutingContext = ResultExecutingContext$instance;
|
|
615
616
|
|
|
616
|
-
export interface ResultFilterAttribute$instance extends Attribute,
|
|
617
|
+
export interface ResultFilterAttribute$instance extends Attribute, IAsyncResultFilter$instance, IResultFilter$instance {
|
|
617
618
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Filters_ResultFilterAttribute: never;
|
|
618
619
|
|
|
619
620
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAsyncResultFilter: never;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Mvc.Filters/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { HttpContext } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
10
14
|
import type { ActionDescriptor } from './Microsoft.AspNetCore.Mvc.Abstractions/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.AspNetCore.Mvc.Formatters
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Mvc.Abstractions, Microsoft.AspNetCore.Mvc.Core, Microsoft.AspNetCore.Mvc.Formatters.Xml
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { HttpContext } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
@@ -74,7 +75,7 @@ export interface MediaType$instance {
|
|
|
74
75
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_MediaType: never;
|
|
75
76
|
|
|
76
77
|
readonly Charset: StringSegment;
|
|
77
|
-
readonly Encoding: Encoding |
|
|
78
|
+
readonly Encoding: Encoding | null;
|
|
78
79
|
readonly HasWildcard: boolean;
|
|
79
80
|
readonly MatchesAllSubTypes: boolean;
|
|
80
81
|
readonly MatchesAllSubTypesWithoutSuffix: boolean;
|
|
@@ -94,8 +95,8 @@ export const MediaType: {
|
|
|
94
95
|
new(mediaType: StringSegment): MediaType;
|
|
95
96
|
new(mediaType: string, offset: int, length: Nullable_1<System_Internal.Int32>): MediaType;
|
|
96
97
|
CreateMediaTypeSegmentWithQuality(mediaType: string, start: int): MediaTypeSegmentWithQuality;
|
|
97
|
-
GetEncoding(mediaType: StringSegment): Encoding |
|
|
98
|
-
GetEncoding(mediaType: string): Encoding |
|
|
98
|
+
GetEncoding(mediaType: StringSegment): Encoding | null;
|
|
99
|
+
GetEncoding(mediaType: string): Encoding | null;
|
|
99
100
|
ReplaceEncoding(mediaType: StringSegment, encoding: Encoding): string;
|
|
100
101
|
ReplaceEncoding(mediaType: string, encoding: Encoding): string;
|
|
101
102
|
};
|
|
@@ -119,7 +120,7 @@ export const MediaTypeSegmentWithQuality: {
|
|
|
119
120
|
|
|
120
121
|
export type MediaTypeSegmentWithQuality = MediaTypeSegmentWithQuality$instance;
|
|
121
122
|
|
|
122
|
-
export interface FormatFilter$instance extends
|
|
123
|
+
export interface FormatFilter$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IResourceFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IResultFilter$instance {
|
|
123
124
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_FormatFilter: never;
|
|
124
125
|
|
|
125
126
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
@@ -127,7 +128,7 @@ export interface FormatFilter$instance extends IFilterMetadata, Microsoft_AspNet
|
|
|
127
128
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IResultFilter: never;
|
|
128
129
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Formatters_IFormatFilter: never;
|
|
129
130
|
|
|
130
|
-
GetFormat(context: ActionContext): string |
|
|
131
|
+
GetFormat(context: ActionContext): string | null;
|
|
131
132
|
OnResourceExecuted(context: ResourceExecutedContext): void;
|
|
132
133
|
OnResourceExecuting(context: ResourceExecutingContext): void;
|
|
133
134
|
OnResultExecuted(context: ResultExecutedContext): void;
|
|
@@ -148,7 +149,7 @@ export interface __FormatFilter$views {
|
|
|
148
149
|
export type FormatFilter = FormatFilter$instance & __FormatFilter$views;
|
|
149
150
|
|
|
150
151
|
|
|
151
|
-
export interface FormatterCollection_1$instance<TFormatter> extends Collection_1<TFormatter> {
|
|
152
|
+
export interface FormatterCollection_1$instance<TFormatter extends unknown> extends Collection_1<TFormatter> {
|
|
152
153
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_FormatterCollection_1: never;
|
|
153
154
|
|
|
154
155
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -160,24 +161,24 @@ export interface FormatterCollection_1$instance<TFormatter> extends Collection_1
|
|
|
160
161
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
161
162
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
162
163
|
|
|
163
|
-
RemoveType<T extends TFormatter>(): void;
|
|
164
|
+
RemoveType<T extends unknown & TFormatter>(): void;
|
|
164
165
|
RemoveType(formatterType: Type): void;
|
|
165
166
|
}
|
|
166
167
|
|
|
167
168
|
|
|
168
169
|
export const FormatterCollection_1: {
|
|
169
|
-
new<TFormatter>(): FormatterCollection_1<TFormatter>;
|
|
170
|
-
new<TFormatter>(list: IList_1<TFormatter>): FormatterCollection_1<TFormatter>;
|
|
170
|
+
new<TFormatter extends unknown>(): FormatterCollection_1<TFormatter>;
|
|
171
|
+
new<TFormatter extends unknown>(list: IList_1<TFormatter>): FormatterCollection_1<TFormatter>;
|
|
171
172
|
};
|
|
172
173
|
|
|
173
174
|
|
|
174
|
-
export type FormatterCollection_1<TFormatter> = FormatterCollection_1$instance<TFormatter>;
|
|
175
|
+
export type FormatterCollection_1<TFormatter extends unknown> = FormatterCollection_1$instance<TFormatter>;
|
|
175
176
|
|
|
176
177
|
export interface FormatterMappings$instance {
|
|
177
178
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_FormatterMappings: never;
|
|
178
179
|
|
|
179
180
|
ClearMediaTypeMappingForFormat(format: string): boolean;
|
|
180
|
-
GetMediaTypeMappingForFormat(format: string): string |
|
|
181
|
+
GetMediaTypeMappingForFormat(format: string): string | null;
|
|
181
182
|
SetMediaTypeMappingForFormat(format: string, contentType: string): void;
|
|
182
183
|
SetMediaTypeMappingForFormat(format: string, contentType: MediaTypeHeaderValue): void;
|
|
183
184
|
}
|
|
@@ -222,8 +223,8 @@ export interface InputFormatter$instance extends Microsoft_AspNetCore_Mvc_ApiExp
|
|
|
222
223
|
readonly SupportedMediaTypes: MediaTypeCollection;
|
|
223
224
|
CanRead(context: InputFormatterContext): boolean;
|
|
224
225
|
CanReadType(type: Type): boolean;
|
|
225
|
-
GetDefaultValueForType(modelType: Type): unknown |
|
|
226
|
-
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> |
|
|
226
|
+
GetDefaultValueForType(modelType: Type): unknown | null;
|
|
227
|
+
GetSupportedContentTypes(contentType: string | null, objectType: Type): IReadOnlyList_1<System_Internal.String> | null;
|
|
227
228
|
ReadAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
228
229
|
ReadRequestBodyAsync(context: InputFormatterContext): Task_1<InputFormatterResult>;
|
|
229
230
|
}
|
|
@@ -284,7 +285,7 @@ export interface InputFormatterResult$instance {
|
|
|
284
285
|
|
|
285
286
|
readonly HasError: boolean;
|
|
286
287
|
readonly IsModelSet: boolean;
|
|
287
|
-
readonly Model: unknown |
|
|
288
|
+
readonly Model: unknown | null;
|
|
288
289
|
}
|
|
289
290
|
|
|
290
291
|
|
|
@@ -293,8 +294,8 @@ export const InputFormatterResult: {
|
|
|
293
294
|
FailureAsync(): Task_1<InputFormatterResult>;
|
|
294
295
|
NoValue(): InputFormatterResult;
|
|
295
296
|
NoValueAsync(): Task_1<InputFormatterResult>;
|
|
296
|
-
Success(model: unknown): InputFormatterResult;
|
|
297
|
-
SuccessAsync(model: unknown): Task_1<InputFormatterResult>;
|
|
297
|
+
Success(model: unknown | null): InputFormatterResult;
|
|
298
|
+
SuccessAsync(model: unknown | null): Task_1<InputFormatterResult>;
|
|
298
299
|
};
|
|
299
300
|
|
|
300
301
|
|
|
@@ -333,8 +334,8 @@ export interface OutputFormatter$instance extends Microsoft_AspNetCore_Mvc_ApiEx
|
|
|
333
334
|
|
|
334
335
|
readonly SupportedMediaTypes: MediaTypeCollection;
|
|
335
336
|
CanWriteResult(context: OutputFormatterCanWriteContext): boolean;
|
|
336
|
-
CanWriteType(type: Type): boolean;
|
|
337
|
-
GetSupportedContentTypes(contentType: string, objectType: Type): IReadOnlyList_1<System_Internal.String> |
|
|
337
|
+
CanWriteType(type: Type | null): boolean;
|
|
338
|
+
GetSupportedContentTypes(contentType: string | null, objectType: Type): IReadOnlyList_1<System_Internal.String> | null;
|
|
338
339
|
WriteAsync(context: OutputFormatterWriteContext): Task;
|
|
339
340
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
|
|
340
341
|
WriteResponseHeaders(context: OutputFormatterWriteContext): void;
|
|
@@ -359,10 +360,10 @@ export interface OutputFormatterCanWriteContext$instance {
|
|
|
359
360
|
ContentType: StringSegment;
|
|
360
361
|
ContentTypeIsServerDefined: boolean;
|
|
361
362
|
HttpContext: HttpContext;
|
|
362
|
-
get Object(): unknown |
|
|
363
|
-
set Object(value: unknown |
|
|
364
|
-
get ObjectType(): Type |
|
|
365
|
-
set ObjectType(value: Type |
|
|
363
|
+
get Object(): unknown | null;
|
|
364
|
+
set Object(value: unknown | null);
|
|
365
|
+
get ObjectType(): Type | null;
|
|
366
|
+
set ObjectType(value: Type | null);
|
|
366
367
|
}
|
|
367
368
|
|
|
368
369
|
|
|
@@ -380,7 +381,7 @@ export interface OutputFormatterWriteContext$instance extends OutputFormatterCan
|
|
|
380
381
|
|
|
381
382
|
|
|
382
383
|
export const OutputFormatterWriteContext: {
|
|
383
|
-
new(httpContext: HttpContext, writerFactory: Func_3<Stream, Encoding, TextWriter>, objectType: Type, object: unknown): OutputFormatterWriteContext;
|
|
384
|
+
new(httpContext: HttpContext, writerFactory: Func_3<Stream, Encoding, TextWriter>, objectType: Type | null, object: unknown | null): OutputFormatterWriteContext;
|
|
384
385
|
};
|
|
385
386
|
|
|
386
387
|
|
|
@@ -408,7 +409,7 @@ export interface __StreamOutputFormatter$views {
|
|
|
408
409
|
export type StreamOutputFormatter = StreamOutputFormatter$instance & __StreamOutputFormatter$views;
|
|
409
410
|
|
|
410
411
|
|
|
411
|
-
export interface StringOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
412
|
+
export interface StringOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {
|
|
412
413
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_StringOutputFormatter: never;
|
|
413
414
|
|
|
414
415
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -460,7 +461,7 @@ export interface __SystemTextJsonInputFormatter$views {
|
|
|
460
461
|
export type SystemTextJsonInputFormatter = SystemTextJsonInputFormatter$instance & __SystemTextJsonInputFormatter$views;
|
|
461
462
|
|
|
462
463
|
|
|
463
|
-
export interface SystemTextJsonOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
464
|
+
export interface SystemTextJsonOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {
|
|
464
465
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_SystemTextJsonOutputFormatter: never;
|
|
465
466
|
|
|
466
467
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -511,7 +512,7 @@ export interface __TextInputFormatter$views {
|
|
|
511
512
|
export type TextInputFormatter = TextInputFormatter$instance & __TextInputFormatter$views;
|
|
512
513
|
|
|
513
514
|
|
|
514
|
-
export interface TextOutputFormatter$instance extends OutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
515
|
+
export interface TextOutputFormatter$instance extends OutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {
|
|
515
516
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_TextOutputFormatter: never;
|
|
516
517
|
|
|
517
518
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -550,7 +551,7 @@ export interface XmlDataContractSerializerInputFormatter$instance extends TextIn
|
|
|
550
551
|
readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
|
|
551
552
|
readonly XmlDictionaryReaderQuotas: XmlDictionaryReaderQuotas;
|
|
552
553
|
CanReadType(type: Type): boolean;
|
|
553
|
-
CreateSerializer(type: Type): DataContractSerializer |
|
|
554
|
+
CreateSerializer(type: Type): DataContractSerializer | null;
|
|
554
555
|
CreateXmlReader(readStream: Stream, encoding: Encoding): XmlReader;
|
|
555
556
|
GetCachedSerializer(type: Type): DataContractSerializer;
|
|
556
557
|
GetSerializableType(declaredType: Type): Type;
|
|
@@ -573,7 +574,7 @@ export interface __XmlDataContractSerializerInputFormatter$views {
|
|
|
573
574
|
export type XmlDataContractSerializerInputFormatter = XmlDataContractSerializerInputFormatter$instance & __XmlDataContractSerializerInputFormatter$views;
|
|
574
575
|
|
|
575
576
|
|
|
576
|
-
export interface XmlDataContractSerializerOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
577
|
+
export interface XmlDataContractSerializerOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {
|
|
577
578
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlDataContractSerializerOutputFormatter: never;
|
|
578
579
|
|
|
579
580
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -582,8 +583,8 @@ export interface XmlDataContractSerializerOutputFormatter$instance extends TextO
|
|
|
582
583
|
SerializerSettings: DataContractSerializerSettings;
|
|
583
584
|
readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
|
|
584
585
|
readonly WriterSettings: XmlWriterSettings;
|
|
585
|
-
CanWriteType(type: Type): boolean;
|
|
586
|
-
CreateSerializer(type: Type): DataContractSerializer |
|
|
586
|
+
CanWriteType(type: Type | null): boolean;
|
|
587
|
+
CreateSerializer(type: Type): DataContractSerializer | null;
|
|
587
588
|
CreateXmlWriter(writer: TextWriter, xmlWriterSettings: XmlWriterSettings): XmlWriter;
|
|
588
589
|
CreateXmlWriter(context: OutputFormatterWriteContext, writer: TextWriter, xmlWriterSettings: XmlWriterSettings): XmlWriter;
|
|
589
590
|
GetCachedSerializer(type: Type): DataContractSerializer;
|
|
@@ -621,7 +622,7 @@ export interface XmlSerializerInputFormatter$instance extends TextInputFormatter
|
|
|
621
622
|
readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
|
|
622
623
|
readonly XmlDictionaryReaderQuotas: XmlDictionaryReaderQuotas;
|
|
623
624
|
CanReadType(type: Type): boolean;
|
|
624
|
-
CreateSerializer(type: Type): XmlSerializer |
|
|
625
|
+
CreateSerializer(type: Type): XmlSerializer | null;
|
|
625
626
|
CreateXmlReader(readStream: Stream, encoding: Encoding, type: Type): XmlReader;
|
|
626
627
|
CreateXmlReader(readStream: Stream, encoding: Encoding): XmlReader;
|
|
627
628
|
GetCachedSerializer(type: Type): XmlSerializer;
|
|
@@ -645,7 +646,7 @@ export interface __XmlSerializerInputFormatter$views {
|
|
|
645
646
|
export type XmlSerializerInputFormatter = XmlSerializerInputFormatter$instance & __XmlSerializerInputFormatter$views;
|
|
646
647
|
|
|
647
648
|
|
|
648
|
-
export interface XmlSerializerOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance {
|
|
649
|
+
export interface XmlSerializerOutputFormatter$instance extends TextOutputFormatter$instance, Microsoft_AspNetCore_Mvc_ApiExplorer_Internal.IApiResponseTypeMetadataProvider$instance, IOutputFormatter$instance {
|
|
649
650
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Formatters_XmlSerializerOutputFormatter: never;
|
|
650
651
|
|
|
651
652
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApiExplorer_IApiResponseTypeMetadataProvider: never;
|
|
@@ -653,13 +654,13 @@ export interface XmlSerializerOutputFormatter$instance extends TextOutputFormatt
|
|
|
653
654
|
|
|
654
655
|
readonly WrapperProviderFactories: IList_1<IWrapperProviderFactory>;
|
|
655
656
|
readonly WriterSettings: XmlWriterSettings;
|
|
656
|
-
CanWriteType(type: Type): boolean;
|
|
657
|
-
CreateSerializer(type: Type): XmlSerializer |
|
|
657
|
+
CanWriteType(type: Type | null): boolean;
|
|
658
|
+
CreateSerializer(type: Type): XmlSerializer | null;
|
|
658
659
|
CreateXmlWriter(writer: TextWriter, xmlWriterSettings: XmlWriterSettings): XmlWriter;
|
|
659
660
|
CreateXmlWriter(context: OutputFormatterWriteContext, writer: TextWriter, xmlWriterSettings: XmlWriterSettings): XmlWriter;
|
|
660
661
|
GetCachedSerializer(type: Type): XmlSerializer;
|
|
661
662
|
GetSerializableType(type: Type): Type;
|
|
662
|
-
Serialize(xmlSerializer: XmlSerializer, xmlWriter: XmlWriter, value: unknown): void;
|
|
663
|
+
Serialize(xmlSerializer: XmlSerializer, xmlWriter: XmlWriter, value: unknown | null): void;
|
|
663
664
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext, selectedEncoding: Encoding): Task;
|
|
664
665
|
WriteResponseBodyAsync(context: OutputFormatterWriteContext): Task;
|
|
665
666
|
}
|