@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
|
@@ -6,11 +6,13 @@
|
|
|
6
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';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
+
import type { IAuthorizeData } from "../../Microsoft.AspNetCore.Authorization/internal/index.js";
|
|
10
|
+
import type { RenderTreeBuilder } from "../../Microsoft.AspNetCore.Components.Rendering/internal/index.js";
|
|
9
11
|
import * as Microsoft_AspNetCore_Components_Internal from "../../Microsoft.AspNetCore.Components/internal/index.js";
|
|
10
|
-
import type { ComponentBase, EventCallbackWorkItem, IComponent, IHandleAfterRender, IHandleEvent, ParameterView, RenderFragment, RenderFragment_1, RenderHandle, RouteData, RouteView } from "../../Microsoft.AspNetCore.Components/internal/index.js";
|
|
12
|
+
import type { ComponentBase, EventCallbackWorkItem, IComponent, IComponentRenderMode, IHandleAfterRender, IHandleEvent, ParameterView, RendererInfo, RenderFragment, RenderFragment_1, RenderHandle, ResourceAssetCollection, RouteData, RouteView } from "../../Microsoft.AspNetCore.Components/internal/index.js";
|
|
11
13
|
import type { IList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
12
14
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
13
|
-
import type { AsyncCallback, IAsyncResult, ICloneable, IDisposable, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
15
|
+
import type { Action, AsyncCallback, Boolean as ClrBoolean, Exception, Func, IAsyncResult, ICloneable, IDisposable, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
14
16
|
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
15
17
|
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
16
18
|
import type { Claim, ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims.js";
|
|
@@ -71,7 +73,7 @@ export interface AuthenticationStateProvider$instance {
|
|
|
71
73
|
}
|
|
72
74
|
|
|
73
75
|
|
|
74
|
-
export const AuthenticationStateProvider: {
|
|
76
|
+
export const AuthenticationStateProvider: (abstract new() => AuthenticationStateProvider) & {
|
|
75
77
|
};
|
|
76
78
|
|
|
77
79
|
|
|
@@ -79,12 +81,13 @@ export type AuthenticationStateProvider = AuthenticationStateProvider$instance;
|
|
|
79
81
|
|
|
80
82
|
export interface AuthorizeRouteView$instance extends RouteView {
|
|
81
83
|
get Authorizing(): RenderFragment | undefined;
|
|
82
|
-
set Authorizing(value: RenderFragment);
|
|
84
|
+
set Authorizing(value: RenderFragment | undefined);
|
|
83
85
|
get NotAuthorized(): RenderFragment_1<AuthenticationState> | undefined;
|
|
84
|
-
set NotAuthorized(value: RenderFragment_1<AuthenticationState>);
|
|
86
|
+
set NotAuthorized(value: RenderFragment_1<AuthenticationState> | undefined);
|
|
85
87
|
get Resource(): unknown | undefined;
|
|
86
|
-
set Resource(value: unknown);
|
|
88
|
+
set Resource(value: unknown | undefined);
|
|
87
89
|
Attach(renderHandle: RenderHandle): void;
|
|
90
|
+
Render(builder: RenderTreeBuilder): void;
|
|
88
91
|
SetParametersAsync(parameters: ParameterView): Task;
|
|
89
92
|
}
|
|
90
93
|
|
|
@@ -102,11 +105,15 @@ export type AuthorizeRouteView = AuthorizeRouteView$instance & __AuthorizeRouteV
|
|
|
102
105
|
|
|
103
106
|
|
|
104
107
|
export interface AuthorizeView$instance extends AuthorizeViewCore$instance {
|
|
105
|
-
Policy: string;
|
|
106
|
-
|
|
108
|
+
get Policy(): string | undefined;
|
|
109
|
+
set Policy(value: string | undefined);
|
|
110
|
+
get Roles(): string | undefined;
|
|
111
|
+
set Roles(value: string | undefined);
|
|
107
112
|
Attach(renderHandle: RenderHandle): void;
|
|
113
|
+
GetAuthorizeData(): IAuthorizeData[];
|
|
108
114
|
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
109
115
|
OnAfterRenderAsync(): Task;
|
|
116
|
+
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
110
117
|
SetParametersAsync(parameters: ParameterView): Task;
|
|
111
118
|
}
|
|
112
119
|
|
|
@@ -127,22 +134,27 @@ export type AuthorizeView = AuthorizeView$instance & __AuthorizeView$views;
|
|
|
127
134
|
|
|
128
135
|
export interface AuthorizeViewCore$instance extends ComponentBase {
|
|
129
136
|
get Authorized(): RenderFragment_1<AuthenticationState> | undefined;
|
|
130
|
-
set Authorized(value: RenderFragment_1<AuthenticationState>);
|
|
137
|
+
set Authorized(value: RenderFragment_1<AuthenticationState> | undefined);
|
|
131
138
|
get Authorizing(): RenderFragment | undefined;
|
|
132
|
-
set Authorizing(value: RenderFragment);
|
|
133
|
-
ChildContent: RenderFragment_1<AuthenticationState
|
|
139
|
+
set Authorizing(value: RenderFragment | undefined);
|
|
140
|
+
get ChildContent(): RenderFragment_1<AuthenticationState> | undefined;
|
|
141
|
+
set ChildContent(value: RenderFragment_1<AuthenticationState> | undefined);
|
|
134
142
|
get NotAuthorized(): RenderFragment_1<AuthenticationState> | undefined;
|
|
135
|
-
set NotAuthorized(value: RenderFragment_1<AuthenticationState>);
|
|
143
|
+
set NotAuthorized(value: RenderFragment_1<AuthenticationState> | undefined);
|
|
136
144
|
get Resource(): unknown | undefined;
|
|
137
|
-
set Resource(value: unknown);
|
|
145
|
+
set Resource(value: unknown | undefined);
|
|
138
146
|
Attach(renderHandle: RenderHandle): void;
|
|
147
|
+
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
148
|
+
GetAuthorizeData(): IAuthorizeData[] | undefined;
|
|
139
149
|
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
150
|
+
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
140
151
|
OnAfterRenderAsync(): Task;
|
|
152
|
+
OnParametersSetAsync(): Task;
|
|
141
153
|
SetParametersAsync(parameters: ParameterView): Task;
|
|
142
154
|
}
|
|
143
155
|
|
|
144
156
|
|
|
145
|
-
export const AuthorizeViewCore: {
|
|
157
|
+
export const AuthorizeViewCore: (abstract new() => AuthorizeViewCore) & {
|
|
146
158
|
};
|
|
147
159
|
|
|
148
160
|
|
|
@@ -152,16 +164,20 @@ export interface __AuthorizeViewCore$views {
|
|
|
152
164
|
As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
|
|
153
165
|
}
|
|
154
166
|
|
|
155
|
-
export interface AuthorizeViewCore$instance extends Microsoft_AspNetCore_Components_Internal.
|
|
167
|
+
export interface AuthorizeViewCore$instance extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
|
|
156
168
|
|
|
157
169
|
export type AuthorizeViewCore = AuthorizeViewCore$instance & __AuthorizeViewCore$views;
|
|
158
170
|
|
|
159
171
|
|
|
160
172
|
export interface CascadingAuthenticationState$instance extends ComponentBase {
|
|
161
|
-
ChildContent: RenderFragment;
|
|
173
|
+
get ChildContent(): RenderFragment | undefined;
|
|
174
|
+
set ChildContent(value: RenderFragment | undefined);
|
|
162
175
|
Attach(renderHandle: RenderHandle): void;
|
|
176
|
+
BuildRenderTree(__builder: RenderTreeBuilder): void;
|
|
163
177
|
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
178
|
+
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
164
179
|
OnAfterRenderAsync(): Task;
|
|
180
|
+
OnInitialized(): void;
|
|
165
181
|
SetParametersAsync(parameters: ParameterView): Task;
|
|
166
182
|
}
|
|
167
183
|
|
|
@@ -177,7 +193,7 @@ export interface __CascadingAuthenticationState$views {
|
|
|
177
193
|
As_IHandleEvent(): Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance;
|
|
178
194
|
}
|
|
179
195
|
|
|
180
|
-
export interface CascadingAuthenticationState$instance extends Microsoft_AspNetCore_Components_Internal.
|
|
196
|
+
export interface CascadingAuthenticationState$instance extends Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {}
|
|
181
197
|
|
|
182
198
|
export type CascadingAuthenticationState = CascadingAuthenticationState$instance & __CascadingAuthenticationState$views;
|
|
183
199
|
|
|
@@ -6,9 +6,11 @@
|
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Components.Authorization/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
import type {
|
|
9
|
+
import type { IAuthorizeData } from './Microsoft.AspNetCore.Authorization/internal/index.js';
|
|
10
|
+
import type { RenderTreeBuilder } from './Microsoft.AspNetCore.Components.Rendering/internal/index.js';
|
|
11
|
+
import type { ComponentBase, EventCallbackWorkItem, IComponent, IComponentRenderMode, IHandleAfterRender, IHandleEvent, ParameterView, RendererInfo, RenderFragment, RenderFragment_1, RenderHandle, ResourceAssetCollection, RouteData, RouteView } from './Microsoft.AspNetCore.Components/internal/index.js';
|
|
10
12
|
import type { IList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
11
|
-
import type { AsyncCallback, IAsyncResult, ICloneable, IDisposable, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, Type, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
13
|
+
import type { Action, AsyncCallback, Boolean as ClrBoolean, Exception, Func, IAsyncResult, ICloneable, IDisposable, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, Type, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
12
14
|
import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
13
15
|
import type { Claim, ClaimsPrincipal } from '@tsonic/dotnet/System.Security.Claims.js';
|
|
14
16
|
import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": true,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers::TypeCheck(T):T",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": false,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
36
41
|
"isExtensionMethod": false
|
|
@@ -50,6 +55,7 @@
|
|
|
50
55
|
"isVirtual": false,
|
|
51
56
|
"isOverride": false,
|
|
52
57
|
"isSealed": false,
|
|
58
|
+
"visibility": "Public",
|
|
53
59
|
"declaringClrType": "Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers",
|
|
54
60
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
55
61
|
"isExtensionMethod": false
|
|
@@ -69,6 +75,7 @@
|
|
|
69
75
|
"isVirtual": false,
|
|
70
76
|
"isOverride": false,
|
|
71
77
|
"isSealed": false,
|
|
78
|
+
"visibility": "Public",
|
|
72
79
|
"declaringClrType": "Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers",
|
|
73
80
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
74
81
|
"isExtensionMethod": false
|
|
@@ -88,6 +95,7 @@
|
|
|
88
95
|
"isVirtual": false,
|
|
89
96
|
"isOverride": false,
|
|
90
97
|
"isSealed": false,
|
|
98
|
+
"visibility": "Public",
|
|
91
99
|
"declaringClrType": "Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers",
|
|
92
100
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
93
101
|
"isExtensionMethod": false
|
|
@@ -107,6 +115,7 @@
|
|
|
107
115
|
"isVirtual": false,
|
|
108
116
|
"isOverride": false,
|
|
109
117
|
"isSealed": false,
|
|
118
|
+
"visibility": "Public",
|
|
110
119
|
"declaringClrType": "Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers",
|
|
111
120
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
112
121
|
"isExtensionMethod": false
|
|
@@ -126,6 +135,7 @@
|
|
|
126
135
|
"isVirtual": false,
|
|
127
136
|
"isOverride": false,
|
|
128
137
|
"isSealed": false,
|
|
138
|
+
"visibility": "Public",
|
|
129
139
|
"declaringClrType": "Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers",
|
|
130
140
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
131
141
|
"isExtensionMethod": false
|
|
@@ -145,6 +155,7 @@
|
|
|
145
155
|
"isVirtual": false,
|
|
146
156
|
"isOverride": false,
|
|
147
157
|
"isSealed": false,
|
|
158
|
+
"visibility": "Public",
|
|
148
159
|
"declaringClrType": "Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers",
|
|
149
160
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
150
161
|
"isExtensionMethod": false
|
|
@@ -164,6 +175,7 @@
|
|
|
164
175
|
"isVirtual": false,
|
|
165
176
|
"isOverride": false,
|
|
166
177
|
"isSealed": false,
|
|
178
|
+
"visibility": "Public",
|
|
167
179
|
"declaringClrType": "Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers",
|
|
168
180
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
169
181
|
"isExtensionMethod": false
|
|
@@ -183,6 +195,7 @@
|
|
|
183
195
|
"isVirtual": false,
|
|
184
196
|
"isOverride": false,
|
|
185
197
|
"isSealed": false,
|
|
198
|
+
"visibility": "Public",
|
|
186
199
|
"declaringClrType": "Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers",
|
|
187
200
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
188
201
|
"isExtensionMethod": false
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"isVirtual": true,
|
|
32
32
|
"isOverride": false,
|
|
33
33
|
"isSealed": false,
|
|
34
|
+
"visibility": "Public",
|
|
34
35
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.IComponentPrerenderer",
|
|
35
36
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints",
|
|
36
37
|
"isExtensionMethod": false
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
"isVirtual": true,
|
|
51
52
|
"isOverride": false,
|
|
52
53
|
"isSealed": false,
|
|
54
|
+
"visibility": "Public",
|
|
53
55
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.IComponentPrerenderer",
|
|
54
56
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints",
|
|
55
57
|
"isExtensionMethod": false
|
|
@@ -71,6 +73,7 @@
|
|
|
71
73
|
"isAbstract": true,
|
|
72
74
|
"isVirtual": true,
|
|
73
75
|
"isOverride": false,
|
|
76
|
+
"visibility": "Public",
|
|
74
77
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.IComponentPrerenderer",
|
|
75
78
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
76
79
|
}
|
|
@@ -106,6 +109,7 @@
|
|
|
106
109
|
"isVirtual": true,
|
|
107
110
|
"isOverride": false,
|
|
108
111
|
"isSealed": false,
|
|
112
|
+
"visibility": "Public",
|
|
109
113
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.IRazorComponentEndpointInvoker",
|
|
110
114
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints",
|
|
111
115
|
"isExtensionMethod": false
|
|
@@ -127,6 +131,10 @@
|
|
|
127
131
|
"isSealed": true,
|
|
128
132
|
"isStatic": false,
|
|
129
133
|
"arity": 0,
|
|
134
|
+
"baseType": {
|
|
135
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
136
|
+
"clrName": "System.Object"
|
|
137
|
+
},
|
|
130
138
|
"methods": [],
|
|
131
139
|
"properties": [
|
|
132
140
|
{
|
|
@@ -144,6 +152,7 @@
|
|
|
144
152
|
"isAbstract": false,
|
|
145
153
|
"isVirtual": false,
|
|
146
154
|
"isOverride": false,
|
|
155
|
+
"visibility": "Public",
|
|
147
156
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.ComponentTypeMetadata",
|
|
148
157
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
149
158
|
}
|
|
@@ -158,6 +167,7 @@
|
|
|
158
167
|
"normalizedSignature": "constructor|(System.Type):void|static=false",
|
|
159
168
|
"isStatic": false,
|
|
160
169
|
"parameterCount": 1,
|
|
170
|
+
"visibility": "Public",
|
|
161
171
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.ComponentTypeMetadata",
|
|
162
172
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
163
173
|
}
|
|
@@ -174,6 +184,10 @@
|
|
|
174
184
|
"isSealed": true,
|
|
175
185
|
"isStatic": false,
|
|
176
186
|
"arity": 0,
|
|
187
|
+
"baseType": {
|
|
188
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
189
|
+
"clrName": "System.Object"
|
|
190
|
+
},
|
|
177
191
|
"methods": [],
|
|
178
192
|
"properties": [
|
|
179
193
|
{
|
|
@@ -191,6 +205,7 @@
|
|
|
191
205
|
"isAbstract": false,
|
|
192
206
|
"isVirtual": false,
|
|
193
207
|
"isOverride": false,
|
|
208
|
+
"visibility": "Public",
|
|
194
209
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.RazorComponentsServiceOptions",
|
|
195
210
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
196
211
|
},
|
|
@@ -209,6 +224,7 @@
|
|
|
209
224
|
"isAbstract": false,
|
|
210
225
|
"isVirtual": false,
|
|
211
226
|
"isOverride": false,
|
|
227
|
+
"visibility": "Public",
|
|
212
228
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.RazorComponentsServiceOptions",
|
|
213
229
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
214
230
|
},
|
|
@@ -227,6 +243,7 @@
|
|
|
227
243
|
"isAbstract": false,
|
|
228
244
|
"isVirtual": false,
|
|
229
245
|
"isOverride": false,
|
|
246
|
+
"visibility": "Public",
|
|
230
247
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.RazorComponentsServiceOptions",
|
|
231
248
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
232
249
|
},
|
|
@@ -245,6 +262,7 @@
|
|
|
245
262
|
"isAbstract": false,
|
|
246
263
|
"isVirtual": false,
|
|
247
264
|
"isOverride": false,
|
|
265
|
+
"visibility": "Public",
|
|
248
266
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.RazorComponentsServiceOptions",
|
|
249
267
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
250
268
|
},
|
|
@@ -263,6 +281,7 @@
|
|
|
263
281
|
"isAbstract": false,
|
|
264
282
|
"isVirtual": false,
|
|
265
283
|
"isOverride": false,
|
|
284
|
+
"visibility": "Public",
|
|
266
285
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.RazorComponentsServiceOptions",
|
|
267
286
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
268
287
|
},
|
|
@@ -281,6 +300,7 @@
|
|
|
281
300
|
"isAbstract": false,
|
|
282
301
|
"isVirtual": false,
|
|
283
302
|
"isOverride": false,
|
|
303
|
+
"visibility": "Public",
|
|
284
304
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.RazorComponentsServiceOptions",
|
|
285
305
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
286
306
|
}
|
|
@@ -295,6 +315,7 @@
|
|
|
295
315
|
"normalizedSignature": "constructor|():void|static=false",
|
|
296
316
|
"isStatic": false,
|
|
297
317
|
"parameterCount": 0,
|
|
318
|
+
"visibility": "Public",
|
|
298
319
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.RazorComponentsServiceOptions",
|
|
299
320
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
300
321
|
}
|
|
@@ -311,6 +332,10 @@
|
|
|
311
332
|
"isSealed": true,
|
|
312
333
|
"isStatic": false,
|
|
313
334
|
"arity": 0,
|
|
335
|
+
"baseType": {
|
|
336
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
337
|
+
"clrName": "System.Object"
|
|
338
|
+
},
|
|
314
339
|
"methods": [],
|
|
315
340
|
"properties": [
|
|
316
341
|
{
|
|
@@ -328,6 +353,7 @@
|
|
|
328
353
|
"isAbstract": false,
|
|
329
354
|
"isVirtual": false,
|
|
330
355
|
"isOverride": false,
|
|
356
|
+
"visibility": "Public",
|
|
331
357
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.RootComponentMetadata",
|
|
332
358
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
333
359
|
}
|
|
@@ -342,6 +368,7 @@
|
|
|
342
368
|
"normalizedSignature": "constructor|(System.Type):void|static=false",
|
|
343
369
|
"isStatic": false,
|
|
344
370
|
"parameterCount": 1,
|
|
371
|
+
"visibility": "Public",
|
|
345
372
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.RootComponentMetadata",
|
|
346
373
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
347
374
|
}
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints.Infrastructure.RenderModeEndpointProvider::Supports(Microsoft.AspNetCore.Components.IComponentRenderMode):System.Boolean",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": true,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.Infrastructure.RenderModeEndpointProvider",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints",
|
|
36
41
|
"isExtensionMethod": false
|
|
@@ -50,6 +55,7 @@
|
|
|
50
55
|
"isVirtual": true,
|
|
51
56
|
"isOverride": false,
|
|
52
57
|
"isSealed": false,
|
|
58
|
+
"visibility": "Public",
|
|
53
59
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.Infrastructure.RenderModeEndpointProvider",
|
|
54
60
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints",
|
|
55
61
|
"isExtensionMethod": false
|
|
@@ -58,7 +64,19 @@
|
|
|
58
64
|
"properties": [],
|
|
59
65
|
"fields": [],
|
|
60
66
|
"events": [],
|
|
61
|
-
"constructors": [
|
|
67
|
+
"constructors": [
|
|
68
|
+
{
|
|
69
|
+
"stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints.Infrastructure.RenderModeEndpointProvider::.ctor():void",
|
|
70
|
+
"metadataToken": 100664273,
|
|
71
|
+
"canonicalSignature": "():void",
|
|
72
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
73
|
+
"isStatic": false,
|
|
74
|
+
"parameterCount": 0,
|
|
75
|
+
"visibility": "Protected",
|
|
76
|
+
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.Infrastructure.RenderModeEndpointProvider",
|
|
77
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
62
80
|
},
|
|
63
81
|
{
|
|
64
82
|
"stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints.Infrastructure.ComponentEndpointConventionBuilderHelper",
|
|
@@ -71,6 +89,10 @@
|
|
|
71
89
|
"isSealed": true,
|
|
72
90
|
"isStatic": true,
|
|
73
91
|
"arity": 0,
|
|
92
|
+
"baseType": {
|
|
93
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
94
|
+
"clrName": "System.Object"
|
|
95
|
+
},
|
|
74
96
|
"methods": [
|
|
75
97
|
{
|
|
76
98
|
"stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints.Infrastructure.ComponentEndpointConventionBuilderHelper::AddRenderMode(Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder,Microsoft.AspNetCore.Components.IComponentRenderMode):System.Void",
|
|
@@ -87,6 +109,7 @@
|
|
|
87
109
|
"isVirtual": false,
|
|
88
110
|
"isOverride": false,
|
|
89
111
|
"isSealed": false,
|
|
112
|
+
"visibility": "Public",
|
|
90
113
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.Infrastructure.ComponentEndpointConventionBuilderHelper",
|
|
91
114
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints",
|
|
92
115
|
"isExtensionMethod": false
|
|
@@ -106,6 +129,7 @@
|
|
|
106
129
|
"isVirtual": false,
|
|
107
130
|
"isOverride": false,
|
|
108
131
|
"isSealed": false,
|
|
132
|
+
"visibility": "Public",
|
|
109
133
|
"declaringClrType": "Microsoft.AspNetCore.Components.Endpoints.Infrastructure.ComponentEndpointConventionBuilderHelper",
|
|
110
134
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints",
|
|
111
135
|
"isExtensionMethod": false
|