@tsonic/aspnetcore 10.0.1 → 10.0.2
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/bindings.json +12 -0
- package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +103 -65
- package/Microsoft.AspNetCore.Authentication.BearerToken/bindings.json +40 -0
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +402 -1
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +12 -3
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +365 -1
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +26 -13
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +3 -3
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -2
- package/Microsoft.AspNetCore.Authorization/bindings.json +339 -12
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
- package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +32 -38
- package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +77 -47
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +33 -17
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
- package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
- package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +104 -44
- package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +5 -6
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +13 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +25 -10
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +1 -0
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +26 -15
- package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +8 -5
- package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
- package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +24 -11
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
- package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
- package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
- package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
- package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +16 -14
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +2 -3
- package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
- package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
- package/Microsoft.AspNetCore.Html/bindings.json +110 -0
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +61 -52
- package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +14 -9
- package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +93 -123
- package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
- package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +2 -3
- package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
- package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +111 -69
- package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
- package/Microsoft.AspNetCore.Identity.d.ts +2 -2
- package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
- package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +160 -106
- package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +20 -13
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +31 -18
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
- package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +107 -4
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +36 -24
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +40 -13
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +27 -11
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
- package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +63 -57
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +20 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +43 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +8 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +11 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +36 -25
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +21 -32
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +36 -7
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +11 -12
- package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
- package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
- package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +35 -26
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +8 -6
- package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +2 -8
- package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -10
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
- package/Microsoft.AspNetCore.Session/bindings.json +67 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
- package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +12 -6
- package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
- package/Microsoft.Extensions.Hosting/bindings.json +19 -0
- package/Microsoft.JSInterop/bindings.json +545 -3
- package/Microsoft.JSInterop/internal/index.d.ts +20 -5
- package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +3 -6
- package/Microsoft.JSInterop.Implementation.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
- package/Microsoft.JSInterop.d.ts +4 -2
- package/Microsoft.Net.Http.Headers/bindings.json +441 -6
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +4 -6
- package/System.Formats.Cbor/bindings.json +251 -0
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +1 -1
- package/System.Security.Claims/bindings.json +5 -0
- package/System.Threading.RateLimiting/bindings.json +1001 -10
- package/System.Threading.RateLimiting/internal/index.d.ts +33 -4
- package/package.json +1 -1
|
@@ -22,10 +22,10 @@ import type { IEnumerable as IEnumerable__System_Collections_Generic, IEnumerato
|
|
|
22
22
|
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
23
23
|
import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections.js";
|
|
24
24
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
25
|
-
import type { Boolean as ClrBoolean, IDisposable, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
25
|
+
import type { Boolean as ClrBoolean, IDisposable, Int32, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
26
26
|
|
|
27
27
|
export interface EventData_Enumerator$instance {
|
|
28
|
-
|
|
28
|
+
Current: KeyValuePair<System_Internal.String, unknown>;
|
|
29
29
|
Dispose(): void;
|
|
30
30
|
MoveNext(): boolean;
|
|
31
31
|
Reset(): void;
|
|
@@ -41,7 +41,9 @@ export type EventData_Enumerator = EventData_Enumerator$instance;
|
|
|
41
41
|
|
|
42
42
|
export interface AfterActionEventData$instance extends EventData {
|
|
43
43
|
readonly ActionDescriptor: ActionDescriptor;
|
|
44
|
+
readonly Count: int;
|
|
44
45
|
readonly HttpContext: HttpContext;
|
|
46
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
45
47
|
readonly RouteData: RouteData;
|
|
46
48
|
}
|
|
47
49
|
|
|
@@ -57,7 +59,9 @@ export type AfterActionEventData = AfterActionEventData$instance;
|
|
|
57
59
|
export interface AfterActionFilterOnActionExecutedEventData$instance extends EventData {
|
|
58
60
|
readonly ActionDescriptor: ActionDescriptor;
|
|
59
61
|
readonly ActionExecutedContext: ActionExecutedContext;
|
|
62
|
+
readonly Count: int;
|
|
60
63
|
readonly Filter: IFilterMetadata;
|
|
64
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
61
65
|
}
|
|
62
66
|
|
|
63
67
|
|
|
@@ -72,7 +76,9 @@ export type AfterActionFilterOnActionExecutedEventData = AfterActionFilterOnActi
|
|
|
72
76
|
export interface AfterActionFilterOnActionExecutingEventData$instance extends EventData {
|
|
73
77
|
readonly ActionDescriptor: ActionDescriptor;
|
|
74
78
|
readonly ActionExecutingContext: ActionExecutingContext;
|
|
79
|
+
readonly Count: int;
|
|
75
80
|
readonly Filter: IFilterMetadata;
|
|
81
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
76
82
|
}
|
|
77
83
|
|
|
78
84
|
|
|
@@ -87,7 +93,9 @@ export type AfterActionFilterOnActionExecutingEventData = AfterActionFilterOnAct
|
|
|
87
93
|
export interface AfterActionFilterOnActionExecutionEventData$instance extends EventData {
|
|
88
94
|
readonly ActionDescriptor: ActionDescriptor;
|
|
89
95
|
readonly ActionExecutedContext: ActionExecutedContext;
|
|
96
|
+
readonly Count: int;
|
|
90
97
|
readonly Filter: IFilterMetadata;
|
|
98
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
91
99
|
}
|
|
92
100
|
|
|
93
101
|
|
|
@@ -101,6 +109,8 @@ export type AfterActionFilterOnActionExecutionEventData = AfterActionFilterOnAct
|
|
|
101
109
|
|
|
102
110
|
export interface AfterActionResultEventData$instance extends EventData {
|
|
103
111
|
readonly ActionContext: ActionContext;
|
|
112
|
+
readonly Count: int;
|
|
113
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
104
114
|
readonly Result: IActionResult;
|
|
105
115
|
}
|
|
106
116
|
|
|
@@ -116,7 +126,9 @@ export type AfterActionResultEventData = AfterActionResultEventData$instance;
|
|
|
116
126
|
export interface AfterAuthorizationFilterOnAuthorizationEventData$instance extends EventData {
|
|
117
127
|
readonly ActionDescriptor: ActionDescriptor;
|
|
118
128
|
readonly AuthorizationContext: AuthorizationFilterContext;
|
|
129
|
+
readonly Count: int;
|
|
119
130
|
readonly Filter: IFilterMetadata;
|
|
131
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
120
132
|
}
|
|
121
133
|
|
|
122
134
|
|
|
@@ -132,6 +144,8 @@ export interface AfterControllerActionMethodEventData$instance extends EventData
|
|
|
132
144
|
readonly ActionContext: ActionContext;
|
|
133
145
|
readonly Arguments: IReadOnlyDictionary<System_Internal.String, unknown>;
|
|
134
146
|
readonly Controller: unknown;
|
|
147
|
+
readonly Count: int;
|
|
148
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
135
149
|
readonly Result: IActionResult;
|
|
136
150
|
}
|
|
137
151
|
|
|
@@ -146,8 +160,10 @@ export type AfterControllerActionMethodEventData = AfterControllerActionMethodEv
|
|
|
146
160
|
|
|
147
161
|
export interface AfterExceptionFilterOnExceptionEventData$instance extends EventData {
|
|
148
162
|
readonly ActionDescriptor: ActionDescriptor;
|
|
163
|
+
readonly Count: int;
|
|
149
164
|
readonly ExceptionContext: ExceptionContext;
|
|
150
165
|
readonly Filter: IFilterMetadata;
|
|
166
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
151
167
|
}
|
|
152
168
|
|
|
153
169
|
|
|
@@ -162,9 +178,11 @@ export type AfterExceptionFilterOnExceptionEventData = AfterExceptionFilterOnExc
|
|
|
162
178
|
export interface AfterHandlerMethodEventData$instance extends EventData {
|
|
163
179
|
readonly ActionContext: ActionContext;
|
|
164
180
|
readonly Arguments: IReadOnlyDictionary<System_Internal.String, unknown | undefined>;
|
|
181
|
+
readonly Count: int;
|
|
165
182
|
readonly HandlerMethodDescriptor: HandlerMethodDescriptor;
|
|
166
183
|
readonly Instance: unknown;
|
|
167
|
-
readonly
|
|
184
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
185
|
+
readonly Result: IActionResult | undefined;
|
|
168
186
|
}
|
|
169
187
|
|
|
170
188
|
|
|
@@ -178,8 +196,10 @@ export type AfterHandlerMethodEventData = AfterHandlerMethodEventData$instance;
|
|
|
178
196
|
|
|
179
197
|
export interface AfterPageFilterOnPageHandlerExecutedEventData$instance extends EventData {
|
|
180
198
|
readonly ActionDescriptor: CompiledPageActionDescriptor;
|
|
199
|
+
readonly Count: int;
|
|
181
200
|
readonly Filter: IPageFilter;
|
|
182
201
|
readonly HandlerExecutedContext: PageHandlerExecutedContext;
|
|
202
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
183
203
|
}
|
|
184
204
|
|
|
185
205
|
|
|
@@ -193,8 +213,10 @@ export type AfterPageFilterOnPageHandlerExecutedEventData = AfterPageFilterOnPag
|
|
|
193
213
|
|
|
194
214
|
export interface AfterPageFilterOnPageHandlerExecutingEventData$instance extends EventData {
|
|
195
215
|
readonly ActionDescriptor: CompiledPageActionDescriptor;
|
|
216
|
+
readonly Count: int;
|
|
196
217
|
readonly Filter: IPageFilter;
|
|
197
218
|
readonly HandlerExecutingContext: PageHandlerExecutingContext;
|
|
219
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
198
220
|
}
|
|
199
221
|
|
|
200
222
|
|
|
@@ -208,8 +230,10 @@ export type AfterPageFilterOnPageHandlerExecutingEventData = AfterPageFilterOnPa
|
|
|
208
230
|
|
|
209
231
|
export interface AfterPageFilterOnPageHandlerExecutionEventData$instance extends EventData {
|
|
210
232
|
readonly ActionDescriptor: CompiledPageActionDescriptor;
|
|
233
|
+
readonly Count: int;
|
|
211
234
|
readonly Filter: IAsyncPageFilter;
|
|
212
235
|
readonly HandlerExecutedContext: PageHandlerExecutedContext;
|
|
236
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
213
237
|
}
|
|
214
238
|
|
|
215
239
|
|
|
@@ -223,8 +247,10 @@ export type AfterPageFilterOnPageHandlerExecutionEventData = AfterPageFilterOnPa
|
|
|
223
247
|
|
|
224
248
|
export interface AfterPageFilterOnPageHandlerSelectedEventData$instance extends EventData {
|
|
225
249
|
readonly ActionDescriptor: CompiledPageActionDescriptor;
|
|
250
|
+
readonly Count: int;
|
|
226
251
|
readonly Filter: IPageFilter;
|
|
227
252
|
readonly HandlerSelectedContext: PageHandlerSelectedContext;
|
|
253
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
228
254
|
}
|
|
229
255
|
|
|
230
256
|
|
|
@@ -238,8 +264,10 @@ export type AfterPageFilterOnPageHandlerSelectedEventData = AfterPageFilterOnPag
|
|
|
238
264
|
|
|
239
265
|
export interface AfterPageFilterOnPageHandlerSelectionEventData$instance extends EventData {
|
|
240
266
|
readonly ActionDescriptor: CompiledPageActionDescriptor;
|
|
267
|
+
readonly Count: int;
|
|
241
268
|
readonly Filter: IAsyncPageFilter;
|
|
242
269
|
readonly HandlerSelectedContext: PageHandlerSelectedContext;
|
|
270
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
243
271
|
}
|
|
244
272
|
|
|
245
273
|
|
|
@@ -253,7 +281,9 @@ export type AfterPageFilterOnPageHandlerSelectionEventData = AfterPageFilterOnPa
|
|
|
253
281
|
|
|
254
282
|
export interface AfterResourceFilterOnResourceExecutedEventData$instance extends EventData {
|
|
255
283
|
readonly ActionDescriptor: ActionDescriptor;
|
|
284
|
+
readonly Count: int;
|
|
256
285
|
readonly Filter: IFilterMetadata;
|
|
286
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
257
287
|
readonly ResourceExecutedContext: ResourceExecutedContext;
|
|
258
288
|
}
|
|
259
289
|
|
|
@@ -268,7 +298,9 @@ export type AfterResourceFilterOnResourceExecutedEventData = AfterResourceFilter
|
|
|
268
298
|
|
|
269
299
|
export interface AfterResourceFilterOnResourceExecutingEventData$instance extends EventData {
|
|
270
300
|
readonly ActionDescriptor: ActionDescriptor;
|
|
301
|
+
readonly Count: int;
|
|
271
302
|
readonly Filter: IFilterMetadata;
|
|
303
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
272
304
|
readonly ResourceExecutingContext: ResourceExecutingContext;
|
|
273
305
|
}
|
|
274
306
|
|
|
@@ -283,7 +315,9 @@ export type AfterResourceFilterOnResourceExecutingEventData = AfterResourceFilte
|
|
|
283
315
|
|
|
284
316
|
export interface AfterResourceFilterOnResourceExecutionEventData$instance extends EventData {
|
|
285
317
|
readonly ActionDescriptor: ActionDescriptor;
|
|
318
|
+
readonly Count: int;
|
|
286
319
|
readonly Filter: IFilterMetadata;
|
|
320
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
287
321
|
readonly ResourceExecutedContext: ResourceExecutedContext;
|
|
288
322
|
}
|
|
289
323
|
|
|
@@ -298,7 +332,9 @@ export type AfterResourceFilterOnResourceExecutionEventData = AfterResourceFilte
|
|
|
298
332
|
|
|
299
333
|
export interface AfterResultFilterOnResultExecutedEventData$instance extends EventData {
|
|
300
334
|
readonly ActionDescriptor: ActionDescriptor;
|
|
335
|
+
readonly Count: int;
|
|
301
336
|
readonly Filter: IFilterMetadata;
|
|
337
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
302
338
|
readonly ResultExecutedContext: ResultExecutedContext;
|
|
303
339
|
}
|
|
304
340
|
|
|
@@ -313,7 +349,9 @@ export type AfterResultFilterOnResultExecutedEventData = AfterResultFilterOnResu
|
|
|
313
349
|
|
|
314
350
|
export interface AfterResultFilterOnResultExecutingEventData$instance extends EventData {
|
|
315
351
|
readonly ActionDescriptor: ActionDescriptor;
|
|
352
|
+
readonly Count: int;
|
|
316
353
|
readonly Filter: IFilterMetadata;
|
|
354
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
317
355
|
readonly ResultExecutingContext: ResultExecutingContext;
|
|
318
356
|
}
|
|
319
357
|
|
|
@@ -328,7 +366,9 @@ export type AfterResultFilterOnResultExecutingEventData = AfterResultFilterOnRes
|
|
|
328
366
|
|
|
329
367
|
export interface AfterResultFilterOnResultExecutionEventData$instance extends EventData {
|
|
330
368
|
readonly ActionDescriptor: ActionDescriptor;
|
|
369
|
+
readonly Count: int;
|
|
331
370
|
readonly Filter: IFilterMetadata;
|
|
371
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
332
372
|
readonly ResultExecutedContext: ResultExecutedContext;
|
|
333
373
|
}
|
|
334
374
|
|
|
@@ -343,6 +383,8 @@ export type AfterResultFilterOnResultExecutionEventData = AfterResultFilterOnRes
|
|
|
343
383
|
|
|
344
384
|
export interface AfterViewComponentEventData$instance extends EventData {
|
|
345
385
|
readonly ActionDescriptor: ActionDescriptor;
|
|
386
|
+
readonly Count: int;
|
|
387
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
346
388
|
readonly ViewComponent: unknown;
|
|
347
389
|
readonly ViewComponentContext: ViewComponentContext;
|
|
348
390
|
readonly ViewComponentResult: IViewComponentResult;
|
|
@@ -358,6 +400,8 @@ export const AfterViewComponentEventData: {
|
|
|
358
400
|
export type AfterViewComponentEventData = AfterViewComponentEventData$instance;
|
|
359
401
|
|
|
360
402
|
export interface AfterViewEventData$instance extends EventData {
|
|
403
|
+
readonly Count: int;
|
|
404
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
361
405
|
readonly View: IView;
|
|
362
406
|
readonly ViewContext: ViewContext;
|
|
363
407
|
}
|
|
@@ -373,7 +417,9 @@ export type AfterViewEventData = AfterViewEventData$instance;
|
|
|
373
417
|
|
|
374
418
|
export interface AfterViewPageEventData$instance extends EventData {
|
|
375
419
|
readonly ActionDescriptor: ActionDescriptor;
|
|
420
|
+
readonly Count: int;
|
|
376
421
|
readonly HttpContext: HttpContext;
|
|
422
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
377
423
|
readonly Page: IRazorPage;
|
|
378
424
|
readonly ViewContext: ViewContext;
|
|
379
425
|
}
|
|
@@ -389,7 +435,9 @@ export type AfterViewPageEventData = AfterViewPageEventData$instance;
|
|
|
389
435
|
|
|
390
436
|
export interface BeforeActionEventData$instance extends EventData {
|
|
391
437
|
readonly ActionDescriptor: ActionDescriptor;
|
|
438
|
+
readonly Count: int;
|
|
392
439
|
readonly HttpContext: HttpContext;
|
|
440
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
393
441
|
readonly RouteData: RouteData;
|
|
394
442
|
}
|
|
395
443
|
|
|
@@ -405,7 +453,9 @@ export type BeforeActionEventData = BeforeActionEventData$instance;
|
|
|
405
453
|
export interface BeforeActionFilterOnActionExecutedEventData$instance extends EventData {
|
|
406
454
|
readonly ActionDescriptor: ActionDescriptor;
|
|
407
455
|
readonly ActionExecutedContext: ActionExecutedContext;
|
|
456
|
+
readonly Count: int;
|
|
408
457
|
readonly Filter: IFilterMetadata;
|
|
458
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
409
459
|
}
|
|
410
460
|
|
|
411
461
|
|
|
@@ -420,7 +470,9 @@ export type BeforeActionFilterOnActionExecutedEventData = BeforeActionFilterOnAc
|
|
|
420
470
|
export interface BeforeActionFilterOnActionExecutingEventData$instance extends EventData {
|
|
421
471
|
readonly ActionDescriptor: ActionDescriptor;
|
|
422
472
|
readonly ActionExecutingContext: ActionExecutingContext;
|
|
473
|
+
readonly Count: int;
|
|
423
474
|
readonly Filter: IFilterMetadata;
|
|
475
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
424
476
|
}
|
|
425
477
|
|
|
426
478
|
|
|
@@ -435,7 +487,9 @@ export type BeforeActionFilterOnActionExecutingEventData = BeforeActionFilterOnA
|
|
|
435
487
|
export interface BeforeActionFilterOnActionExecutionEventData$instance extends EventData {
|
|
436
488
|
readonly ActionDescriptor: ActionDescriptor;
|
|
437
489
|
readonly ActionExecutingContext: ActionExecutingContext;
|
|
490
|
+
readonly Count: int;
|
|
438
491
|
readonly Filter: IFilterMetadata;
|
|
492
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
439
493
|
}
|
|
440
494
|
|
|
441
495
|
|
|
@@ -449,6 +503,8 @@ export type BeforeActionFilterOnActionExecutionEventData = BeforeActionFilterOnA
|
|
|
449
503
|
|
|
450
504
|
export interface BeforeActionResultEventData$instance extends EventData {
|
|
451
505
|
readonly ActionContext: ActionContext;
|
|
506
|
+
readonly Count: int;
|
|
507
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
452
508
|
readonly Result: IActionResult;
|
|
453
509
|
}
|
|
454
510
|
|
|
@@ -464,7 +520,9 @@ export type BeforeActionResultEventData = BeforeActionResultEventData$instance;
|
|
|
464
520
|
export interface BeforeAuthorizationFilterOnAuthorizationEventData$instance extends EventData {
|
|
465
521
|
readonly ActionDescriptor: ActionDescriptor;
|
|
466
522
|
readonly AuthorizationContext: AuthorizationFilterContext;
|
|
523
|
+
readonly Count: int;
|
|
467
524
|
readonly Filter: IFilterMetadata;
|
|
525
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
468
526
|
}
|
|
469
527
|
|
|
470
528
|
|
|
@@ -480,6 +538,8 @@ export interface BeforeControllerActionMethodEventData$instance extends EventDat
|
|
|
480
538
|
readonly ActionArguments: IReadOnlyDictionary<System_Internal.String, unknown>;
|
|
481
539
|
readonly ActionContext: ActionContext;
|
|
482
540
|
readonly Controller: unknown;
|
|
541
|
+
readonly Count: int;
|
|
542
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
483
543
|
}
|
|
484
544
|
|
|
485
545
|
|
|
@@ -493,8 +553,10 @@ export type BeforeControllerActionMethodEventData = BeforeControllerActionMethod
|
|
|
493
553
|
|
|
494
554
|
export interface BeforeExceptionFilterOnException$instance extends EventData {
|
|
495
555
|
readonly ActionDescriptor: ActionDescriptor;
|
|
556
|
+
readonly Count: int;
|
|
496
557
|
readonly ExceptionContext: ExceptionContext;
|
|
497
558
|
readonly Filter: IFilterMetadata;
|
|
559
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
498
560
|
}
|
|
499
561
|
|
|
500
562
|
|
|
@@ -509,8 +571,10 @@ export type BeforeExceptionFilterOnException = BeforeExceptionFilterOnException$
|
|
|
509
571
|
export interface BeforeHandlerMethodEventData$instance extends EventData {
|
|
510
572
|
readonly ActionContext: ActionContext;
|
|
511
573
|
readonly Arguments: IReadOnlyDictionary<System_Internal.String, unknown | undefined>;
|
|
574
|
+
readonly Count: int;
|
|
512
575
|
readonly HandlerMethodDescriptor: HandlerMethodDescriptor;
|
|
513
576
|
readonly Instance: unknown;
|
|
577
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
514
578
|
}
|
|
515
579
|
|
|
516
580
|
|
|
@@ -524,8 +588,10 @@ export type BeforeHandlerMethodEventData = BeforeHandlerMethodEventData$instance
|
|
|
524
588
|
|
|
525
589
|
export interface BeforePageFilterOnPageHandlerExecutedEventData$instance extends EventData {
|
|
526
590
|
readonly ActionDescriptor: CompiledPageActionDescriptor;
|
|
591
|
+
readonly Count: int;
|
|
527
592
|
readonly Filter: IPageFilter;
|
|
528
593
|
readonly HandlerExecutedContext: PageHandlerExecutedContext;
|
|
594
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
529
595
|
}
|
|
530
596
|
|
|
531
597
|
|
|
@@ -539,8 +605,10 @@ export type BeforePageFilterOnPageHandlerExecutedEventData = BeforePageFilterOnP
|
|
|
539
605
|
|
|
540
606
|
export interface BeforePageFilterOnPageHandlerExecutingEventData$instance extends EventData {
|
|
541
607
|
readonly ActionDescriptor: CompiledPageActionDescriptor;
|
|
608
|
+
readonly Count: int;
|
|
542
609
|
readonly Filter: IPageFilter;
|
|
543
610
|
readonly HandlerExecutingContext: PageHandlerExecutingContext;
|
|
611
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
544
612
|
}
|
|
545
613
|
|
|
546
614
|
|
|
@@ -554,8 +622,10 @@ export type BeforePageFilterOnPageHandlerExecutingEventData = BeforePageFilterOn
|
|
|
554
622
|
|
|
555
623
|
export interface BeforePageFilterOnPageHandlerExecutionEventData$instance extends EventData {
|
|
556
624
|
readonly ActionDescriptor: CompiledPageActionDescriptor;
|
|
625
|
+
readonly Count: int;
|
|
557
626
|
readonly Filter: IAsyncPageFilter;
|
|
558
627
|
readonly HandlerExecutionContext: PageHandlerExecutingContext;
|
|
628
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
559
629
|
}
|
|
560
630
|
|
|
561
631
|
|
|
@@ -569,8 +639,10 @@ export type BeforePageFilterOnPageHandlerExecutionEventData = BeforePageFilterOn
|
|
|
569
639
|
|
|
570
640
|
export interface BeforePageFilterOnPageHandlerSelectedEventData$instance extends EventData {
|
|
571
641
|
readonly ActionDescriptor: CompiledPageActionDescriptor;
|
|
642
|
+
readonly Count: int;
|
|
572
643
|
readonly Filter: IPageFilter;
|
|
573
644
|
readonly HandlerSelectedContext: PageHandlerSelectedContext;
|
|
645
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
574
646
|
}
|
|
575
647
|
|
|
576
648
|
|
|
@@ -584,8 +656,10 @@ export type BeforePageFilterOnPageHandlerSelectedEventData = BeforePageFilterOnP
|
|
|
584
656
|
|
|
585
657
|
export interface BeforePageFilterOnPageHandlerSelectionEventData$instance extends EventData {
|
|
586
658
|
readonly ActionDescriptor: CompiledPageActionDescriptor;
|
|
659
|
+
readonly Count: int;
|
|
587
660
|
readonly Filter: IAsyncPageFilter;
|
|
588
661
|
readonly HandlerSelectedContext: PageHandlerSelectedContext;
|
|
662
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
589
663
|
}
|
|
590
664
|
|
|
591
665
|
|
|
@@ -599,7 +673,9 @@ export type BeforePageFilterOnPageHandlerSelectionEventData = BeforePageFilterOn
|
|
|
599
673
|
|
|
600
674
|
export interface BeforeResourceFilterOnResourceExecutedEventData$instance extends EventData {
|
|
601
675
|
readonly ActionDescriptor: ActionDescriptor;
|
|
676
|
+
readonly Count: int;
|
|
602
677
|
readonly Filter: IFilterMetadata;
|
|
678
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
603
679
|
readonly ResourceExecutedContext: ResourceExecutedContext;
|
|
604
680
|
}
|
|
605
681
|
|
|
@@ -614,7 +690,9 @@ export type BeforeResourceFilterOnResourceExecutedEventData = BeforeResourceFilt
|
|
|
614
690
|
|
|
615
691
|
export interface BeforeResourceFilterOnResourceExecutingEventData$instance extends EventData {
|
|
616
692
|
readonly ActionDescriptor: ActionDescriptor;
|
|
693
|
+
readonly Count: int;
|
|
617
694
|
readonly Filter: IFilterMetadata;
|
|
695
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
618
696
|
readonly ResourceExecutingContext: ResourceExecutingContext;
|
|
619
697
|
}
|
|
620
698
|
|
|
@@ -629,7 +707,9 @@ export type BeforeResourceFilterOnResourceExecutingEventData = BeforeResourceFil
|
|
|
629
707
|
|
|
630
708
|
export interface BeforeResourceFilterOnResourceExecutionEventData$instance extends EventData {
|
|
631
709
|
readonly ActionDescriptor: ActionDescriptor;
|
|
710
|
+
readonly Count: int;
|
|
632
711
|
readonly Filter: IFilterMetadata;
|
|
712
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
633
713
|
readonly ResourceExecutingContext: ResourceExecutingContext;
|
|
634
714
|
}
|
|
635
715
|
|
|
@@ -644,7 +724,9 @@ export type BeforeResourceFilterOnResourceExecutionEventData = BeforeResourceFil
|
|
|
644
724
|
|
|
645
725
|
export interface BeforeResultFilterOnResultExecutedEventData$instance extends EventData {
|
|
646
726
|
readonly ActionDescriptor: ActionDescriptor;
|
|
727
|
+
readonly Count: int;
|
|
647
728
|
readonly Filter: IFilterMetadata;
|
|
729
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
648
730
|
readonly ResultExecutedContext: ResultExecutedContext;
|
|
649
731
|
}
|
|
650
732
|
|
|
@@ -659,7 +741,9 @@ export type BeforeResultFilterOnResultExecutedEventData = BeforeResultFilterOnRe
|
|
|
659
741
|
|
|
660
742
|
export interface BeforeResultFilterOnResultExecutingEventData$instance extends EventData {
|
|
661
743
|
readonly ActionDescriptor: ActionDescriptor;
|
|
744
|
+
readonly Count: int;
|
|
662
745
|
readonly Filter: IFilterMetadata;
|
|
746
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
663
747
|
readonly ResultExecutingContext: ResultExecutingContext;
|
|
664
748
|
}
|
|
665
749
|
|
|
@@ -674,7 +758,9 @@ export type BeforeResultFilterOnResultExecutingEventData = BeforeResultFilterOnR
|
|
|
674
758
|
|
|
675
759
|
export interface BeforeResultFilterOnResultExecutionEventData$instance extends EventData {
|
|
676
760
|
readonly ActionDescriptor: ActionDescriptor;
|
|
761
|
+
readonly Count: int;
|
|
677
762
|
readonly Filter: IFilterMetadata;
|
|
763
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
678
764
|
readonly ResultExecutingContext: ResultExecutingContext;
|
|
679
765
|
}
|
|
680
766
|
|
|
@@ -689,6 +775,8 @@ export type BeforeResultFilterOnResultExecutionEventData = BeforeResultFilterOnR
|
|
|
689
775
|
|
|
690
776
|
export interface BeforeViewComponentEventData$instance extends EventData {
|
|
691
777
|
readonly ActionDescriptor: ActionDescriptor;
|
|
778
|
+
readonly Count: int;
|
|
779
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
692
780
|
readonly ViewComponent: unknown;
|
|
693
781
|
readonly ViewComponentContext: ViewComponentContext;
|
|
694
782
|
}
|
|
@@ -703,6 +791,8 @@ export const BeforeViewComponentEventData: {
|
|
|
703
791
|
export type BeforeViewComponentEventData = BeforeViewComponentEventData$instance;
|
|
704
792
|
|
|
705
793
|
export interface BeforeViewEventData$instance extends EventData {
|
|
794
|
+
readonly Count: int;
|
|
795
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
706
796
|
readonly View: IView;
|
|
707
797
|
readonly ViewContext: ViewContext;
|
|
708
798
|
}
|
|
@@ -718,7 +808,9 @@ export type BeforeViewEventData = BeforeViewEventData$instance;
|
|
|
718
808
|
|
|
719
809
|
export interface BeforeViewPageEventData$instance extends EventData {
|
|
720
810
|
readonly ActionDescriptor: ActionDescriptor;
|
|
811
|
+
readonly Count: int;
|
|
721
812
|
readonly HttpContext: HttpContext;
|
|
813
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
722
814
|
readonly Page: IRazorPage;
|
|
723
815
|
readonly ViewContext: ViewContext;
|
|
724
816
|
}
|
|
@@ -733,10 +825,13 @@ export const BeforeViewPageEventData: {
|
|
|
733
825
|
export type BeforeViewPageEventData = BeforeViewPageEventData$instance;
|
|
734
826
|
|
|
735
827
|
export interface EventData$instance {
|
|
828
|
+
readonly Count: int;
|
|
829
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
736
830
|
}
|
|
737
831
|
|
|
738
832
|
|
|
739
|
-
export const EventData: {
|
|
833
|
+
export const EventData: (abstract new() => EventData) & {
|
|
834
|
+
readonly EventNamespace: string;
|
|
740
835
|
};
|
|
741
836
|
|
|
742
837
|
|
|
@@ -744,6 +839,8 @@ export type EventData = EventData$instance;
|
|
|
744
839
|
|
|
745
840
|
export interface ViewComponentAfterViewExecuteEventData$instance extends EventData {
|
|
746
841
|
readonly ActionDescriptor: ActionDescriptor;
|
|
842
|
+
readonly Count: int;
|
|
843
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
747
844
|
readonly View: IView;
|
|
748
845
|
readonly ViewComponentContext: ViewComponentContext;
|
|
749
846
|
}
|
|
@@ -759,6 +856,8 @@ export type ViewComponentAfterViewExecuteEventData = ViewComponentAfterViewExecu
|
|
|
759
856
|
|
|
760
857
|
export interface ViewComponentBeforeViewExecuteEventData$instance extends EventData {
|
|
761
858
|
readonly ActionDescriptor: ActionDescriptor;
|
|
859
|
+
readonly Count: int;
|
|
860
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
762
861
|
readonly View: IView;
|
|
763
862
|
readonly ViewComponentContext: ViewComponentContext;
|
|
764
863
|
}
|
|
@@ -774,7 +873,9 @@ export type ViewComponentBeforeViewExecuteEventData = ViewComponentBeforeViewExe
|
|
|
774
873
|
|
|
775
874
|
export interface ViewFoundEventData$instance extends EventData {
|
|
776
875
|
readonly ActionContext: ActionContext;
|
|
876
|
+
readonly Count: int;
|
|
777
877
|
readonly IsMainPage: boolean;
|
|
878
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
778
879
|
readonly Result: ActionResult;
|
|
779
880
|
readonly View: IView;
|
|
780
881
|
readonly ViewName: string;
|
|
@@ -791,7 +892,9 @@ export type ViewFoundEventData = ViewFoundEventData$instance;
|
|
|
791
892
|
|
|
792
893
|
export interface ViewNotFoundEventData$instance extends EventData {
|
|
793
894
|
readonly ActionContext: ActionContext;
|
|
895
|
+
readonly Count: int;
|
|
794
896
|
readonly IsMainPage: boolean;
|
|
897
|
+
readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
|
|
795
898
|
readonly Result: ActionResult;
|
|
796
899
|
readonly SearchedLocations: IEnumerable__System_Collections_Generic<System_Internal.String>;
|
|
797
900
|
readonly ViewName: string;
|
|
@@ -19,7 +19,7 @@ import type { ActionContext, ActionResult, IActionResult, IViewComponentResult }
|
|
|
19
19
|
import type { RouteData } from './Microsoft.AspNetCore.Routing/internal/index.js';
|
|
20
20
|
import type { IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator as IEnumerator__System_Collections_Generic, IReadOnlyCollection, IReadOnlyDictionary, IReadOnlyList, KeyValuePair } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
21
21
|
import type { IEnumerable, IEnumerator } from '@tsonic/dotnet/System.Collections.js';
|
|
22
|
-
import type { Boolean as ClrBoolean, IDisposable, Object as ClrObject, String as ClrString, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
22
|
+
import type { Boolean as ClrBoolean, IDisposable, Int32, Object as ClrObject, String as ClrString, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
23
23
|
|
|
24
24
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
25
25
|
export { EventData as EventData } from './Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.js';
|