@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
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"isAbstract": true,
|
|
33
33
|
"isVirtual": true,
|
|
34
34
|
"isOverride": false,
|
|
35
|
+
"visibility": "Public",
|
|
35
36
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionContextAccessor",
|
|
36
37
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
37
38
|
}
|
|
@@ -67,6 +68,7 @@
|
|
|
67
68
|
"isVirtual": true,
|
|
68
69
|
"isOverride": false,
|
|
69
70
|
"isSealed": false,
|
|
71
|
+
"visibility": "Public",
|
|
70
72
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorChangeProvider",
|
|
71
73
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
72
74
|
"isExtensionMethod": false
|
|
@@ -105,6 +107,7 @@
|
|
|
105
107
|
"isAbstract": true,
|
|
106
108
|
"isVirtual": true,
|
|
107
109
|
"isOverride": false,
|
|
110
|
+
"visibility": "Public",
|
|
108
111
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider",
|
|
109
112
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
110
113
|
}
|
|
@@ -140,6 +143,7 @@
|
|
|
140
143
|
"isVirtual": true,
|
|
141
144
|
"isOverride": false,
|
|
142
145
|
"isSealed": false,
|
|
146
|
+
"visibility": "Public",
|
|
143
147
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionInvokerFactory",
|
|
144
148
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
145
149
|
"isExtensionMethod": false
|
|
@@ -161,6 +165,9 @@
|
|
|
161
165
|
"isSealed": false,
|
|
162
166
|
"isStatic": false,
|
|
163
167
|
"arity": 1,
|
|
168
|
+
"typeParameters": [
|
|
169
|
+
"TResult"
|
|
170
|
+
],
|
|
164
171
|
"methods": [
|
|
165
172
|
{
|
|
166
173
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,TResult):System.Threading.Tasks.Task",
|
|
@@ -177,6 +184,7 @@
|
|
|
177
184
|
"isVirtual": true,
|
|
178
185
|
"isOverride": false,
|
|
179
186
|
"isSealed": false,
|
|
187
|
+
"visibility": "Public",
|
|
180
188
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
181
189
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
182
190
|
"isExtensionMethod": false
|
|
@@ -214,6 +222,7 @@
|
|
|
214
222
|
"isVirtual": true,
|
|
215
223
|
"isOverride": false,
|
|
216
224
|
"isSealed": false,
|
|
225
|
+
"visibility": "Public",
|
|
217
226
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultTypeMapper",
|
|
218
227
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
219
228
|
"isExtensionMethod": false
|
|
@@ -233,6 +242,7 @@
|
|
|
233
242
|
"isVirtual": true,
|
|
234
243
|
"isOverride": false,
|
|
235
244
|
"isSealed": false,
|
|
245
|
+
"visibility": "Public",
|
|
236
246
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultTypeMapper",
|
|
237
247
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
238
248
|
"isExtensionMethod": false
|
|
@@ -270,6 +280,7 @@
|
|
|
270
280
|
"isVirtual": true,
|
|
271
281
|
"isOverride": false,
|
|
272
282
|
"isSealed": false,
|
|
283
|
+
"visibility": "Public",
|
|
273
284
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionSelector",
|
|
274
285
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
275
286
|
"isExtensionMethod": false
|
|
@@ -289,6 +300,7 @@
|
|
|
289
300
|
"isVirtual": true,
|
|
290
301
|
"isOverride": false,
|
|
291
302
|
"isSealed": false,
|
|
303
|
+
"visibility": "Public",
|
|
292
304
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionSelector",
|
|
293
305
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
294
306
|
"isExtensionMethod": false
|
|
@@ -310,6 +322,12 @@
|
|
|
310
322
|
"isSealed": false,
|
|
311
323
|
"isStatic": false,
|
|
312
324
|
"arity": 0,
|
|
325
|
+
"interfaces": [
|
|
326
|
+
{
|
|
327
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
|
|
328
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
|
|
329
|
+
}
|
|
330
|
+
],
|
|
313
331
|
"methods": [],
|
|
314
332
|
"properties": [],
|
|
315
333
|
"fields": [],
|
|
@@ -327,6 +345,16 @@
|
|
|
327
345
|
"isSealed": false,
|
|
328
346
|
"isStatic": false,
|
|
329
347
|
"arity": 0,
|
|
348
|
+
"interfaces": [
|
|
349
|
+
{
|
|
350
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult",
|
|
351
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.IActionResult",
|
|
355
|
+
"clrName": "Microsoft.AspNetCore.Mvc.IActionResult"
|
|
356
|
+
}
|
|
357
|
+
],
|
|
330
358
|
"methods": [
|
|
331
359
|
{
|
|
332
360
|
"stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.IActionResult::ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext):System.Threading.Tasks.Task",
|
|
@@ -343,6 +371,7 @@
|
|
|
343
371
|
"isVirtual": true,
|
|
344
372
|
"isOverride": false,
|
|
345
373
|
"isSealed": false,
|
|
374
|
+
"visibility": "Public",
|
|
346
375
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.IActionResult",
|
|
347
376
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
348
377
|
"isExtensionMethod": false
|
|
@@ -364,6 +393,7 @@
|
|
|
364
393
|
"isAbstract": true,
|
|
365
394
|
"isVirtual": true,
|
|
366
395
|
"isOverride": false,
|
|
396
|
+
"visibility": "Public",
|
|
367
397
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult",
|
|
368
398
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
369
399
|
}
|
|
@@ -399,6 +429,7 @@
|
|
|
399
429
|
"isVirtual": true,
|
|
400
430
|
"isOverride": false,
|
|
401
431
|
"isSealed": false,
|
|
432
|
+
"visibility": "Public",
|
|
402
433
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IClientErrorFactory",
|
|
403
434
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
404
435
|
"isExtensionMethod": false
|
|
@@ -437,6 +468,7 @@
|
|
|
437
468
|
"isAbstract": true,
|
|
438
469
|
"isVirtual": true,
|
|
439
470
|
"isOverride": false,
|
|
471
|
+
"visibility": "Public",
|
|
440
472
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch",
|
|
441
473
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
442
474
|
},
|
|
@@ -455,6 +487,7 @@
|
|
|
455
487
|
"isAbstract": true,
|
|
456
488
|
"isVirtual": true,
|
|
457
489
|
"isOverride": false,
|
|
490
|
+
"visibility": "Public",
|
|
458
491
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch",
|
|
459
492
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
460
493
|
},
|
|
@@ -473,6 +506,7 @@
|
|
|
473
506
|
"isAbstract": true,
|
|
474
507
|
"isVirtual": true,
|
|
475
508
|
"isOverride": false,
|
|
509
|
+
"visibility": "Public",
|
|
476
510
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch",
|
|
477
511
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
478
512
|
}
|
|
@@ -508,6 +542,7 @@
|
|
|
508
542
|
"isVirtual": true,
|
|
509
543
|
"isOverride": false,
|
|
510
544
|
"isSealed": false,
|
|
545
|
+
"visibility": "Public",
|
|
511
546
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IConvertToActionResult",
|
|
512
547
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
513
548
|
"isExtensionMethod": false
|
|
@@ -545,6 +580,7 @@
|
|
|
545
580
|
"isVirtual": true,
|
|
546
581
|
"isOverride": false,
|
|
547
582
|
"isSealed": false,
|
|
583
|
+
"visibility": "Public",
|
|
548
584
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IHttpRequestStreamReaderFactory",
|
|
549
585
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
550
586
|
"isExtensionMethod": false
|
|
@@ -582,6 +618,7 @@
|
|
|
582
618
|
"isVirtual": true,
|
|
583
619
|
"isOverride": false,
|
|
584
620
|
"isSealed": false,
|
|
621
|
+
"visibility": "Public",
|
|
585
622
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IHttpResponseStreamWriterFactory",
|
|
586
623
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
587
624
|
"isExtensionMethod": false
|
|
@@ -620,6 +657,7 @@
|
|
|
620
657
|
"isAbstract": true,
|
|
621
658
|
"isVirtual": true,
|
|
622
659
|
"isOverride": false,
|
|
660
|
+
"visibility": "Public",
|
|
623
661
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IParameterInfoParameterDescriptor",
|
|
624
662
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
625
663
|
}
|
|
@@ -656,6 +694,7 @@
|
|
|
656
694
|
"isAbstract": true,
|
|
657
695
|
"isVirtual": true,
|
|
658
696
|
"isOverride": false,
|
|
697
|
+
"visibility": "Public",
|
|
659
698
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IPropertyInfoParameterDescriptor",
|
|
660
699
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
661
700
|
}
|
|
@@ -675,6 +714,12 @@
|
|
|
675
714
|
"isSealed": false,
|
|
676
715
|
"isStatic": false,
|
|
677
716
|
"arity": 0,
|
|
717
|
+
"interfaces": [
|
|
718
|
+
{
|
|
719
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.IActionResult",
|
|
720
|
+
"clrName": "Microsoft.AspNetCore.Mvc.IActionResult"
|
|
721
|
+
}
|
|
722
|
+
],
|
|
678
723
|
"methods": [
|
|
679
724
|
{
|
|
680
725
|
"stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.IActionResult::ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext):System.Threading.Tasks.Task",
|
|
@@ -691,6 +736,7 @@
|
|
|
691
736
|
"isVirtual": true,
|
|
692
737
|
"isOverride": false,
|
|
693
738
|
"isSealed": false,
|
|
739
|
+
"visibility": "Public",
|
|
694
740
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.IActionResult",
|
|
695
741
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
696
742
|
"isExtensionMethod": false
|
|
@@ -712,6 +758,7 @@
|
|
|
712
758
|
"isAbstract": true,
|
|
713
759
|
"isVirtual": true,
|
|
714
760
|
"isOverride": false,
|
|
761
|
+
"visibility": "Public",
|
|
715
762
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult",
|
|
716
763
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
717
764
|
}
|
|
@@ -731,6 +778,16 @@
|
|
|
731
778
|
"isSealed": false,
|
|
732
779
|
"isStatic": false,
|
|
733
780
|
"arity": 0,
|
|
781
|
+
"baseType": {
|
|
782
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
783
|
+
"clrName": "System.Object"
|
|
784
|
+
},
|
|
785
|
+
"interfaces": [
|
|
786
|
+
{
|
|
787
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionContextAccessor",
|
|
788
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionContextAccessor"
|
|
789
|
+
}
|
|
790
|
+
],
|
|
734
791
|
"methods": [],
|
|
735
792
|
"properties": [
|
|
736
793
|
{
|
|
@@ -748,6 +805,7 @@
|
|
|
748
805
|
"isAbstract": false,
|
|
749
806
|
"isVirtual": true,
|
|
750
807
|
"isOverride": false,
|
|
808
|
+
"visibility": "Public",
|
|
751
809
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ActionContextAccessor",
|
|
752
810
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
753
811
|
},
|
|
@@ -766,6 +824,7 @@
|
|
|
766
824
|
"isAbstract": false,
|
|
767
825
|
"isVirtual": true,
|
|
768
826
|
"isOverride": false,
|
|
827
|
+
"visibility": "Public",
|
|
769
828
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionContextAccessor",
|
|
770
829
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionContextAccessor",
|
|
771
830
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
@@ -781,6 +840,7 @@
|
|
|
781
840
|
"normalizedSignature": "constructor|():void|static=false",
|
|
782
841
|
"isStatic": false,
|
|
783
842
|
"parameterCount": 0,
|
|
843
|
+
"visibility": "Public",
|
|
784
844
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ActionContextAccessor",
|
|
785
845
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
786
846
|
}
|
|
@@ -797,6 +857,10 @@
|
|
|
797
857
|
"isSealed": false,
|
|
798
858
|
"isStatic": false,
|
|
799
859
|
"arity": 0,
|
|
860
|
+
"baseType": {
|
|
861
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
862
|
+
"clrName": "System.Object"
|
|
863
|
+
},
|
|
800
864
|
"methods": [],
|
|
801
865
|
"properties": [
|
|
802
866
|
{
|
|
@@ -814,6 +878,7 @@
|
|
|
814
878
|
"isAbstract": false,
|
|
815
879
|
"isVirtual": false,
|
|
816
880
|
"isOverride": false,
|
|
881
|
+
"visibility": "Public",
|
|
817
882
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection",
|
|
818
883
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
819
884
|
},
|
|
@@ -832,6 +897,7 @@
|
|
|
832
897
|
"isAbstract": false,
|
|
833
898
|
"isVirtual": false,
|
|
834
899
|
"isOverride": false,
|
|
900
|
+
"visibility": "Public",
|
|
835
901
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection",
|
|
836
902
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
837
903
|
}
|
|
@@ -846,6 +912,7 @@
|
|
|
846
912
|
"normalizedSignature": "constructor|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Int32):void|static=false",
|
|
847
913
|
"isStatic": false,
|
|
848
914
|
"parameterCount": 2,
|
|
915
|
+
"visibility": "Public",
|
|
849
916
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection",
|
|
850
917
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
851
918
|
}
|
|
@@ -862,6 +929,16 @@
|
|
|
862
929
|
"isSealed": false,
|
|
863
930
|
"isStatic": false,
|
|
864
931
|
"arity": 0,
|
|
932
|
+
"baseType": {
|
|
933
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
934
|
+
"clrName": "System.Object"
|
|
935
|
+
},
|
|
936
|
+
"interfaces": [
|
|
937
|
+
{
|
|
938
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider",
|
|
939
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider"
|
|
940
|
+
}
|
|
941
|
+
],
|
|
865
942
|
"methods": [
|
|
866
943
|
{
|
|
867
944
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollectionProvider::GetChangeToken():Microsoft.Extensions.Primitives.IChangeToken",
|
|
@@ -878,6 +955,7 @@
|
|
|
878
955
|
"isVirtual": true,
|
|
879
956
|
"isOverride": false,
|
|
880
957
|
"isSealed": false,
|
|
958
|
+
"visibility": "Public",
|
|
881
959
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollectionProvider",
|
|
882
960
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
883
961
|
"isExtensionMethod": false
|
|
@@ -899,6 +977,7 @@
|
|
|
899
977
|
"isAbstract": true,
|
|
900
978
|
"isVirtual": true,
|
|
901
979
|
"isOverride": false,
|
|
980
|
+
"visibility": "Public",
|
|
902
981
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollectionProvider",
|
|
903
982
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
904
983
|
},
|
|
@@ -917,6 +996,7 @@
|
|
|
917
996
|
"isAbstract": false,
|
|
918
997
|
"isVirtual": true,
|
|
919
998
|
"isOverride": false,
|
|
999
|
+
"visibility": "Public",
|
|
920
1000
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider",
|
|
921
1001
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider",
|
|
922
1002
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
@@ -924,7 +1004,19 @@
|
|
|
924
1004
|
],
|
|
925
1005
|
"fields": [],
|
|
926
1006
|
"events": [],
|
|
927
|
-
"constructors": [
|
|
1007
|
+
"constructors": [
|
|
1008
|
+
{
|
|
1009
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollectionProvider::.ctor():void",
|
|
1010
|
+
"metadataToken": 100665754,
|
|
1011
|
+
"canonicalSignature": "():void",
|
|
1012
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1013
|
+
"isStatic": false,
|
|
1014
|
+
"parameterCount": 0,
|
|
1015
|
+
"visibility": "Protected",
|
|
1016
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollectionProvider",
|
|
1017
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1018
|
+
}
|
|
1019
|
+
]
|
|
928
1020
|
},
|
|
929
1021
|
{
|
|
930
1022
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ActionResultObjectValueAttribute",
|
|
@@ -937,6 +1029,10 @@
|
|
|
937
1029
|
"isSealed": true,
|
|
938
1030
|
"isStatic": false,
|
|
939
1031
|
"arity": 0,
|
|
1032
|
+
"baseType": {
|
|
1033
|
+
"stableId": "System.Private.CoreLib:System.Attribute",
|
|
1034
|
+
"clrName": "System.Attribute"
|
|
1035
|
+
},
|
|
940
1036
|
"methods": [],
|
|
941
1037
|
"properties": [],
|
|
942
1038
|
"fields": [],
|
|
@@ -949,6 +1045,7 @@
|
|
|
949
1045
|
"normalizedSignature": "constructor|():void|static=false",
|
|
950
1046
|
"isStatic": false,
|
|
951
1047
|
"parameterCount": 0,
|
|
1048
|
+
"visibility": "Public",
|
|
952
1049
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ActionResultObjectValueAttribute",
|
|
953
1050
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
954
1051
|
}
|
|
@@ -965,6 +1062,10 @@
|
|
|
965
1062
|
"isSealed": true,
|
|
966
1063
|
"isStatic": false,
|
|
967
1064
|
"arity": 0,
|
|
1065
|
+
"baseType": {
|
|
1066
|
+
"stableId": "System.Private.CoreLib:System.Attribute",
|
|
1067
|
+
"clrName": "System.Attribute"
|
|
1068
|
+
},
|
|
968
1069
|
"methods": [],
|
|
969
1070
|
"properties": [],
|
|
970
1071
|
"fields": [],
|
|
@@ -977,6 +1078,7 @@
|
|
|
977
1078
|
"normalizedSignature": "constructor|():void|static=false",
|
|
978
1079
|
"isStatic": false,
|
|
979
1080
|
"parameterCount": 0,
|
|
1081
|
+
"visibility": "Public",
|
|
980
1082
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ActionResultStatusCodeAttribute",
|
|
981
1083
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
982
1084
|
}
|
|
@@ -993,6 +1095,16 @@
|
|
|
993
1095
|
"isSealed": false,
|
|
994
1096
|
"isStatic": false,
|
|
995
1097
|
"arity": 0,
|
|
1098
|
+
"baseType": {
|
|
1099
|
+
"stableId": "System.Private.CoreLib:System.InvalidOperationException",
|
|
1100
|
+
"clrName": "System.InvalidOperationException"
|
|
1101
|
+
},
|
|
1102
|
+
"interfaces": [
|
|
1103
|
+
{
|
|
1104
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
1105
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
1106
|
+
}
|
|
1107
|
+
],
|
|
996
1108
|
"methods": [],
|
|
997
1109
|
"properties": [],
|
|
998
1110
|
"fields": [],
|
|
@@ -1005,6 +1117,18 @@
|
|
|
1005
1117
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1006
1118
|
"isStatic": false,
|
|
1007
1119
|
"parameterCount": 1,
|
|
1120
|
+
"visibility": "Public",
|
|
1121
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.AmbiguousActionException",
|
|
1122
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.AmbiguousActionException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
1126
|
+
"metadataToken": 100665788,
|
|
1127
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
1128
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
1129
|
+
"isStatic": false,
|
|
1130
|
+
"parameterCount": 2,
|
|
1131
|
+
"visibility": "Protected",
|
|
1008
1132
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.AmbiguousActionException",
|
|
1009
1133
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1010
1134
|
}
|
|
@@ -1021,6 +1145,19 @@
|
|
|
1021
1145
|
"isSealed": false,
|
|
1022
1146
|
"isStatic": false,
|
|
1023
1147
|
"arity": 1,
|
|
1148
|
+
"baseType": {
|
|
1149
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1150
|
+
"clrName": "System.Object"
|
|
1151
|
+
},
|
|
1152
|
+
"interfaces": [
|
|
1153
|
+
{
|
|
1154
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch",
|
|
1155
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch"
|
|
1156
|
+
}
|
|
1157
|
+
],
|
|
1158
|
+
"typeParameters": [
|
|
1159
|
+
"TValue"
|
|
1160
|
+
],
|
|
1024
1161
|
"methods": [],
|
|
1025
1162
|
"properties": [
|
|
1026
1163
|
{
|
|
@@ -1028,16 +1165,17 @@
|
|
|
1028
1165
|
"clrName": "IsValueSet",
|
|
1029
1166
|
"metadataToken": 385876673,
|
|
1030
1167
|
"canonicalSignature": ":System.Boolean",
|
|
1031
|
-
"normalizedSignature": "IsValueSet|:System.Boolean|static=false|accessor=
|
|
1168
|
+
"normalizedSignature": "IsValueSet|:System.Boolean|static=false|accessor=getset",
|
|
1032
1169
|
"emitScope": "ClassSurface",
|
|
1033
1170
|
"provenance": "Original",
|
|
1034
1171
|
"isIndexer": false,
|
|
1035
1172
|
"hasGetter": true,
|
|
1036
|
-
"hasSetter":
|
|
1173
|
+
"hasSetter": true,
|
|
1037
1174
|
"isStatic": false,
|
|
1038
1175
|
"isAbstract": false,
|
|
1039
1176
|
"isVirtual": true,
|
|
1040
1177
|
"isOverride": false,
|
|
1178
|
+
"visibility": "Public",
|
|
1041
1179
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch\u00601",
|
|
1042
1180
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1043
1181
|
},
|
|
@@ -1056,6 +1194,7 @@
|
|
|
1056
1194
|
"isAbstract": false,
|
|
1057
1195
|
"isVirtual": true,
|
|
1058
1196
|
"isOverride": false,
|
|
1197
|
+
"visibility": "Public",
|
|
1059
1198
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch\u00601",
|
|
1060
1199
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1061
1200
|
},
|
|
@@ -1074,6 +1213,7 @@
|
|
|
1074
1213
|
"isAbstract": false,
|
|
1075
1214
|
"isVirtual": false,
|
|
1076
1215
|
"isOverride": false,
|
|
1216
|
+
"visibility": "Public",
|
|
1077
1217
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch\u00601",
|
|
1078
1218
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1079
1219
|
},
|
|
@@ -1092,6 +1232,7 @@
|
|
|
1092
1232
|
"isAbstract": false,
|
|
1093
1233
|
"isVirtual": true,
|
|
1094
1234
|
"isOverride": false,
|
|
1235
|
+
"visibility": "Public",
|
|
1095
1236
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch",
|
|
1096
1237
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch",
|
|
1097
1238
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
@@ -1111,6 +1252,7 @@
|
|
|
1111
1252
|
"isAbstract": false,
|
|
1112
1253
|
"isVirtual": true,
|
|
1113
1254
|
"isOverride": false,
|
|
1255
|
+
"visibility": "Public",
|
|
1114
1256
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch",
|
|
1115
1257
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch",
|
|
1116
1258
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
@@ -1130,6 +1272,7 @@
|
|
|
1130
1272
|
"isAbstract": false,
|
|
1131
1273
|
"isVirtual": true,
|
|
1132
1274
|
"isOverride": false,
|
|
1275
|
+
"visibility": "Public",
|
|
1133
1276
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch",
|
|
1134
1277
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch",
|
|
1135
1278
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
@@ -1145,6 +1288,7 @@
|
|
|
1145
1288
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1146
1289
|
"isStatic": false,
|
|
1147
1290
|
"parameterCount": 1,
|
|
1291
|
+
"visibility": "Public",
|
|
1148
1292
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch\u00601",
|
|
1149
1293
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1150
1294
|
},
|
|
@@ -1155,6 +1299,7 @@
|
|
|
1155
1299
|
"normalizedSignature": "constructor|(System.String,TValue):void|static=false",
|
|
1156
1300
|
"isStatic": false,
|
|
1157
1301
|
"parameterCount": 2,
|
|
1302
|
+
"visibility": "Public",
|
|
1158
1303
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch\u00601",
|
|
1159
1304
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1160
1305
|
}
|
|
@@ -1171,6 +1316,22 @@
|
|
|
1171
1316
|
"isSealed": false,
|
|
1172
1317
|
"isStatic": false,
|
|
1173
1318
|
"arity": 1,
|
|
1319
|
+
"baseType": {
|
|
1320
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1321
|
+
"clrName": "System.Object"
|
|
1322
|
+
},
|
|
1323
|
+
"interfaces": [
|
|
1324
|
+
{
|
|
1325
|
+
"stableId": "Microsoft.Extensions.Options:Microsoft.Extensions.Options.IPostConfigureOptions\u00601",
|
|
1326
|
+
"clrName": "Microsoft.Extensions.Options.IPostConfigureOptions\u00601",
|
|
1327
|
+
"typeArguments": [
|
|
1328
|
+
"TOptions"
|
|
1329
|
+
]
|
|
1330
|
+
}
|
|
1331
|
+
],
|
|
1332
|
+
"typeParameters": [
|
|
1333
|
+
"TOptions"
|
|
1334
|
+
],
|
|
1174
1335
|
"methods": [
|
|
1175
1336
|
{
|
|
1176
1337
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ConfigureCompatibilityOptions\u00601::PostConfigure(System.String,TOptions):System.Void",
|
|
@@ -1187,15 +1348,67 @@
|
|
|
1187
1348
|
"isVirtual": true,
|
|
1188
1349
|
"isOverride": false,
|
|
1189
1350
|
"isSealed": false,
|
|
1351
|
+
"visibility": "Public",
|
|
1190
1352
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ConfigureCompatibilityOptions\u00601",
|
|
1191
1353
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1192
1354
|
"isExtensionMethod": false
|
|
1193
1355
|
}
|
|
1194
1356
|
],
|
|
1195
|
-
"properties": [
|
|
1357
|
+
"properties": [
|
|
1358
|
+
{
|
|
1359
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ConfigureCompatibilityOptions\u00601::DefaultValues:System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1360
|
+
"clrName": "DefaultValues",
|
|
1361
|
+
"metadataToken": 385876677,
|
|
1362
|
+
"canonicalSignature": ":System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1363
|
+
"normalizedSignature": "DefaultValues|:System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
1364
|
+
"emitScope": "ClassSurface",
|
|
1365
|
+
"provenance": "Original",
|
|
1366
|
+
"isIndexer": false,
|
|
1367
|
+
"hasGetter": true,
|
|
1368
|
+
"hasSetter": false,
|
|
1369
|
+
"isStatic": false,
|
|
1370
|
+
"isAbstract": true,
|
|
1371
|
+
"isVirtual": true,
|
|
1372
|
+
"isOverride": false,
|
|
1373
|
+
"visibility": "Protected",
|
|
1374
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ConfigureCompatibilityOptions\u00601",
|
|
1375
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ConfigureCompatibilityOptions\u00601::Version:Microsoft.AspNetCore.Mvc.CompatibilityVersion",
|
|
1379
|
+
"clrName": "Version",
|
|
1380
|
+
"metadataToken": 385876678,
|
|
1381
|
+
"canonicalSignature": ":Microsoft.AspNetCore.Mvc.CompatibilityVersion",
|
|
1382
|
+
"normalizedSignature": "Version|:Microsoft.AspNetCore.Mvc.CompatibilityVersion|static=false|accessor=get",
|
|
1383
|
+
"emitScope": "ClassSurface",
|
|
1384
|
+
"provenance": "Original",
|
|
1385
|
+
"isIndexer": false,
|
|
1386
|
+
"hasGetter": true,
|
|
1387
|
+
"hasSetter": false,
|
|
1388
|
+
"isStatic": false,
|
|
1389
|
+
"isAbstract": false,
|
|
1390
|
+
"isVirtual": false,
|
|
1391
|
+
"isOverride": false,
|
|
1392
|
+
"visibility": "Protected",
|
|
1393
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ConfigureCompatibilityOptions\u00601",
|
|
1394
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1395
|
+
}
|
|
1396
|
+
],
|
|
1196
1397
|
"fields": [],
|
|
1197
1398
|
"events": [],
|
|
1198
|
-
"constructors": [
|
|
1399
|
+
"constructors": [
|
|
1400
|
+
{
|
|
1401
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ConfigureCompatibilityOptions\u00601::.ctor(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.Mvc.Infrastructure.MvcCompatibilityOptions,Microsoft.AspNetCore.Mvc.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
1402
|
+
"metadataToken": 100665809,
|
|
1403
|
+
"canonicalSignature": "(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.Mvc.Infrastructure.MvcCompatibilityOptions,Microsoft.AspNetCore.Mvc.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void",
|
|
1404
|
+
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.Mvc.Infrastructure.MvcCompatibilityOptions,Microsoft.AspNetCore.Mvc.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
1405
|
+
"isStatic": false,
|
|
1406
|
+
"parameterCount": 2,
|
|
1407
|
+
"visibility": "Protected",
|
|
1408
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ConfigureCompatibilityOptions\u00601",
|
|
1409
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1410
|
+
}
|
|
1411
|
+
]
|
|
1199
1412
|
},
|
|
1200
1413
|
{
|
|
1201
1414
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor",
|
|
@@ -1208,6 +1421,19 @@
|
|
|
1208
1421
|
"isSealed": false,
|
|
1209
1422
|
"isStatic": false,
|
|
1210
1423
|
"arity": 0,
|
|
1424
|
+
"baseType": {
|
|
1425
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1426
|
+
"clrName": "System.Object"
|
|
1427
|
+
},
|
|
1428
|
+
"interfaces": [
|
|
1429
|
+
{
|
|
1430
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
1431
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
1432
|
+
"typeArguments": [
|
|
1433
|
+
"ContentResult"
|
|
1434
|
+
]
|
|
1435
|
+
}
|
|
1436
|
+
],
|
|
1211
1437
|
"methods": [
|
|
1212
1438
|
{
|
|
1213
1439
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.ContentResult):System.Threading.Tasks.Task",
|
|
@@ -1224,6 +1450,7 @@
|
|
|
1224
1450
|
"isVirtual": true,
|
|
1225
1451
|
"isOverride": false,
|
|
1226
1452
|
"isSealed": false,
|
|
1453
|
+
"visibility": "Public",
|
|
1227
1454
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor",
|
|
1228
1455
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1229
1456
|
"isExtensionMethod": false
|
|
@@ -1243,6 +1470,7 @@
|
|
|
1243
1470
|
"isVirtual": true,
|
|
1244
1471
|
"isOverride": false,
|
|
1245
1472
|
"isSealed": false,
|
|
1473
|
+
"visibility": "Public",
|
|
1246
1474
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
1247
1475
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1248
1476
|
"isExtensionMethod": false,
|
|
@@ -1260,6 +1488,7 @@
|
|
|
1260
1488
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILogger_1[[Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor,Microsoft.AspNetCore.Mvc.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Mvc.Infrastructure.IHttpResponseStreamWriterFactory):void|static=false",
|
|
1261
1489
|
"isStatic": false,
|
|
1262
1490
|
"parameterCount": 2,
|
|
1491
|
+
"visibility": "Public",
|
|
1263
1492
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ContentResultExecutor",
|
|
1264
1493
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1265
1494
|
}
|
|
@@ -1276,6 +1505,10 @@
|
|
|
1276
1505
|
"isSealed": false,
|
|
1277
1506
|
"isStatic": false,
|
|
1278
1507
|
"arity": 0,
|
|
1508
|
+
"baseType": {
|
|
1509
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector",
|
|
1510
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector"
|
|
1511
|
+
},
|
|
1279
1512
|
"methods": [
|
|
1280
1513
|
{
|
|
1281
1514
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector::SelectFormatter(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext,System.Collections.Generic.IList_1[[Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection):Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
|
|
@@ -1292,6 +1525,7 @@
|
|
|
1292
1525
|
"isVirtual": true,
|
|
1293
1526
|
"isOverride": true,
|
|
1294
1527
|
"isSealed": false,
|
|
1528
|
+
"visibility": "Public",
|
|
1295
1529
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector",
|
|
1296
1530
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1297
1531
|
"isExtensionMethod": false
|
|
@@ -1311,6 +1545,7 @@
|
|
|
1311
1545
|
"isVirtual": true,
|
|
1312
1546
|
"isOverride": false,
|
|
1313
1547
|
"isSealed": false,
|
|
1548
|
+
"visibility": "Public",
|
|
1314
1549
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector",
|
|
1315
1550
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1316
1551
|
"isExtensionMethod": false
|
|
@@ -1327,6 +1562,7 @@
|
|
|
1327
1562
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.Mvc.MvcOptions,Microsoft.AspNetCore.Mvc.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
|
|
1328
1563
|
"isStatic": false,
|
|
1329
1564
|
"parameterCount": 2,
|
|
1565
|
+
"visibility": "Public",
|
|
1330
1566
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector",
|
|
1331
1567
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1332
1568
|
}
|
|
@@ -1343,6 +1579,10 @@
|
|
|
1343
1579
|
"isSealed": true,
|
|
1344
1580
|
"isStatic": false,
|
|
1345
1581
|
"arity": 0,
|
|
1582
|
+
"baseType": {
|
|
1583
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory",
|
|
1584
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory"
|
|
1585
|
+
},
|
|
1346
1586
|
"methods": [
|
|
1347
1587
|
{
|
|
1348
1588
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.DefaultProblemDetailsFactory::CreateProblemDetails(Microsoft.AspNetCore.Http.HttpContext,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.String,System.String,System.String):Microsoft.AspNetCore.Mvc.ProblemDetails",
|
|
@@ -1359,6 +1599,7 @@
|
|
|
1359
1599
|
"isVirtual": true,
|
|
1360
1600
|
"isOverride": true,
|
|
1361
1601
|
"isSealed": false,
|
|
1602
|
+
"visibility": "Public",
|
|
1362
1603
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultProblemDetailsFactory",
|
|
1363
1604
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1364
1605
|
"isExtensionMethod": false
|
|
@@ -1378,6 +1619,7 @@
|
|
|
1378
1619
|
"isVirtual": true,
|
|
1379
1620
|
"isOverride": true,
|
|
1380
1621
|
"isSealed": false,
|
|
1622
|
+
"visibility": "Public",
|
|
1381
1623
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultProblemDetailsFactory",
|
|
1382
1624
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1383
1625
|
"isExtensionMethod": false
|
|
@@ -1397,6 +1639,7 @@
|
|
|
1397
1639
|
"isVirtual": true,
|
|
1398
1640
|
"isOverride": false,
|
|
1399
1641
|
"isSealed": false,
|
|
1642
|
+
"visibility": "Public",
|
|
1400
1643
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultProblemDetailsFactory",
|
|
1401
1644
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1402
1645
|
"isExtensionMethod": false
|
|
@@ -1416,6 +1659,7 @@
|
|
|
1416
1659
|
"isVirtual": true,
|
|
1417
1660
|
"isOverride": false,
|
|
1418
1661
|
"isSealed": false,
|
|
1662
|
+
"visibility": "Public",
|
|
1419
1663
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultProblemDetailsFactory",
|
|
1420
1664
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1421
1665
|
"isExtensionMethod": false
|
|
@@ -1432,6 +1676,7 @@
|
|
|
1432
1676
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.Mvc.ApiBehaviorOptions,Microsoft.AspNetCore.Mvc.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.Http.ProblemDetailsOptions,Microsoft.AspNetCore.Http.Extensions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
1433
1677
|
"isStatic": false,
|
|
1434
1678
|
"parameterCount": 2,
|
|
1679
|
+
"visibility": "Public",
|
|
1435
1680
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultProblemDetailsFactory",
|
|
1436
1681
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1437
1682
|
}
|
|
@@ -1448,6 +1693,10 @@
|
|
|
1448
1693
|
"isSealed": true,
|
|
1449
1694
|
"isStatic": false,
|
|
1450
1695
|
"arity": 0,
|
|
1696
|
+
"baseType": {
|
|
1697
|
+
"stableId": "System.Private.CoreLib:System.Attribute",
|
|
1698
|
+
"clrName": "System.Attribute"
|
|
1699
|
+
},
|
|
1451
1700
|
"methods": [],
|
|
1452
1701
|
"properties": [
|
|
1453
1702
|
{
|
|
@@ -1465,6 +1714,7 @@
|
|
|
1465
1714
|
"isAbstract": false,
|
|
1466
1715
|
"isVirtual": false,
|
|
1467
1716
|
"isOverride": false,
|
|
1717
|
+
"visibility": "Public",
|
|
1468
1718
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultStatusCodeAttribute",
|
|
1469
1719
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1470
1720
|
}
|
|
@@ -1479,6 +1729,7 @@
|
|
|
1479
1729
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
1480
1730
|
"isStatic": false,
|
|
1481
1731
|
"parameterCount": 1,
|
|
1732
|
+
"visibility": "Public",
|
|
1482
1733
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.DefaultStatusCodeAttribute",
|
|
1483
1734
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1484
1735
|
}
|
|
@@ -1495,6 +1746,19 @@
|
|
|
1495
1746
|
"isSealed": false,
|
|
1496
1747
|
"isStatic": false,
|
|
1497
1748
|
"arity": 0,
|
|
1749
|
+
"baseType": {
|
|
1750
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase",
|
|
1751
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase"
|
|
1752
|
+
},
|
|
1753
|
+
"interfaces": [
|
|
1754
|
+
{
|
|
1755
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
1756
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
1757
|
+
"typeArguments": [
|
|
1758
|
+
"FileContentResult"
|
|
1759
|
+
]
|
|
1760
|
+
}
|
|
1761
|
+
],
|
|
1498
1762
|
"methods": [
|
|
1499
1763
|
{
|
|
1500
1764
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.FileContentResult):System.Threading.Tasks.Task",
|
|
@@ -1511,6 +1775,27 @@
|
|
|
1511
1775
|
"isVirtual": true,
|
|
1512
1776
|
"isOverride": false,
|
|
1513
1777
|
"isSealed": false,
|
|
1778
|
+
"visibility": "Public",
|
|
1779
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor",
|
|
1780
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1781
|
+
"isExtensionMethod": false
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor::WriteFileAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.FileContentResult,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task",
|
|
1785
|
+
"clrName": "WriteFileAsync",
|
|
1786
|
+
"metadataToken": 100665901,
|
|
1787
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.FileContentResult,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task",
|
|
1788
|
+
"normalizedSignature": "WriteFileAsync|(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.FileContentResult,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task|static=false",
|
|
1789
|
+
"emitScope": "ClassSurface",
|
|
1790
|
+
"provenance": "Original",
|
|
1791
|
+
"arity": 0,
|
|
1792
|
+
"parameterCount": 4,
|
|
1793
|
+
"isStatic": false,
|
|
1794
|
+
"isAbstract": false,
|
|
1795
|
+
"isVirtual": true,
|
|
1796
|
+
"isOverride": false,
|
|
1797
|
+
"isSealed": false,
|
|
1798
|
+
"visibility": "Protected",
|
|
1514
1799
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor",
|
|
1515
1800
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1516
1801
|
"isExtensionMethod": false
|
|
@@ -1530,6 +1815,7 @@
|
|
|
1530
1815
|
"isVirtual": true,
|
|
1531
1816
|
"isOverride": false,
|
|
1532
1817
|
"isSealed": false,
|
|
1818
|
+
"visibility": "Public",
|
|
1533
1819
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
1534
1820
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1535
1821
|
"isExtensionMethod": false,
|
|
@@ -1547,6 +1833,7 @@
|
|
|
1547
1833
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
|
|
1548
1834
|
"isStatic": false,
|
|
1549
1835
|
"parameterCount": 1,
|
|
1836
|
+
"visibility": "Public",
|
|
1550
1837
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileContentResultExecutor",
|
|
1551
1838
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1552
1839
|
}
|
|
@@ -1563,9 +1850,107 @@
|
|
|
1563
1850
|
"isSealed": false,
|
|
1564
1851
|
"isStatic": false,
|
|
1565
1852
|
"arity": 0,
|
|
1566
|
-
"
|
|
1567
|
-
|
|
1568
|
-
|
|
1853
|
+
"baseType": {
|
|
1854
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1855
|
+
"clrName": "System.Object"
|
|
1856
|
+
},
|
|
1857
|
+
"methods": [
|
|
1858
|
+
{
|
|
1859
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase::SetHeadersAndLog(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.FileResult,System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Net.Http.Headers.EntityTagHeaderValue):System.ValueTuple_3[[Microsoft.Net.Http.Headers.RangeItemHeaderValue,Microsoft.Net.Http.Headers,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1860
|
+
"clrName": "SetHeadersAndLog",
|
|
1861
|
+
"metadataToken": 100665904,
|
|
1862
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.FileResult,System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Net.Http.Headers.EntityTagHeaderValue):System.ValueTuple_3[[Microsoft.Net.Http.Headers.RangeItemHeaderValue,Microsoft.Net.Http.Headers,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1863
|
+
"normalizedSignature": "SetHeadersAndLog|(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.FileResult,System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Net.Http.Headers.EntityTagHeaderValue):System.ValueTuple_3[[Microsoft.Net.Http.Headers.RangeItemHeaderValue,Microsoft.Net.Http.Headers,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1864
|
+
"emitScope": "ClassSurface",
|
|
1865
|
+
"provenance": "Original",
|
|
1866
|
+
"arity": 0,
|
|
1867
|
+
"parameterCount": 6,
|
|
1868
|
+
"isStatic": false,
|
|
1869
|
+
"isAbstract": false,
|
|
1870
|
+
"isVirtual": true,
|
|
1871
|
+
"isOverride": false,
|
|
1872
|
+
"isSealed": false,
|
|
1873
|
+
"visibility": "Protected",
|
|
1874
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase",
|
|
1875
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1876
|
+
"isExtensionMethod": false
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase::CreateLogger(Microsoft.Extensions.Logging.ILoggerFactory):Microsoft.Extensions.Logging.ILogger",
|
|
1880
|
+
"clrName": "CreateLogger",
|
|
1881
|
+
"metadataToken": 100665905,
|
|
1882
|
+
"canonicalSignature": "(Microsoft.Extensions.Logging.ILoggerFactory):Microsoft.Extensions.Logging.ILogger",
|
|
1883
|
+
"normalizedSignature": "CreateLogger|(Microsoft.Extensions.Logging.ILoggerFactory):Microsoft.Extensions.Logging.ILogger|static=true",
|
|
1884
|
+
"emitScope": "ClassSurface",
|
|
1885
|
+
"provenance": "Original",
|
|
1886
|
+
"arity": 1,
|
|
1887
|
+
"parameterCount": 1,
|
|
1888
|
+
"isStatic": true,
|
|
1889
|
+
"isAbstract": false,
|
|
1890
|
+
"isVirtual": false,
|
|
1891
|
+
"isOverride": false,
|
|
1892
|
+
"isSealed": false,
|
|
1893
|
+
"visibility": "Protected",
|
|
1894
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase",
|
|
1895
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1896
|
+
"isExtensionMethod": false
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase::WriteFileAsync(Microsoft.AspNetCore.Http.HttpContext,System.IO.Stream,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task",
|
|
1900
|
+
"clrName": "WriteFileAsync",
|
|
1901
|
+
"metadataToken": 100665906,
|
|
1902
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Http.HttpContext,System.IO.Stream,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task",
|
|
1903
|
+
"normalizedSignature": "WriteFileAsync|(Microsoft.AspNetCore.Http.HttpContext,System.IO.Stream,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task|static=true",
|
|
1904
|
+
"emitScope": "ClassSurface",
|
|
1905
|
+
"provenance": "Original",
|
|
1906
|
+
"arity": 0,
|
|
1907
|
+
"parameterCount": 4,
|
|
1908
|
+
"isStatic": true,
|
|
1909
|
+
"isAbstract": false,
|
|
1910
|
+
"isVirtual": false,
|
|
1911
|
+
"isOverride": false,
|
|
1912
|
+
"isSealed": false,
|
|
1913
|
+
"visibility": "Protected",
|
|
1914
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase",
|
|
1915
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1916
|
+
"isExtensionMethod": false
|
|
1917
|
+
}
|
|
1918
|
+
],
|
|
1919
|
+
"properties": [
|
|
1920
|
+
{
|
|
1921
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase::Logger:Microsoft.Extensions.Logging.ILogger",
|
|
1922
|
+
"clrName": "Logger",
|
|
1923
|
+
"metadataToken": 385876702,
|
|
1924
|
+
"canonicalSignature": ":Microsoft.Extensions.Logging.ILogger",
|
|
1925
|
+
"normalizedSignature": "Logger|:Microsoft.Extensions.Logging.ILogger|static=false|accessor=get",
|
|
1926
|
+
"emitScope": "ClassSurface",
|
|
1927
|
+
"provenance": "Original",
|
|
1928
|
+
"isIndexer": false,
|
|
1929
|
+
"hasGetter": true,
|
|
1930
|
+
"hasSetter": false,
|
|
1931
|
+
"isStatic": false,
|
|
1932
|
+
"isAbstract": false,
|
|
1933
|
+
"isVirtual": false,
|
|
1934
|
+
"isOverride": false,
|
|
1935
|
+
"visibility": "Protected",
|
|
1936
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase",
|
|
1937
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1938
|
+
}
|
|
1939
|
+
],
|
|
1940
|
+
"fields": [
|
|
1941
|
+
{
|
|
1942
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase::BufferSizeSystem.Int32",
|
|
1943
|
+
"clrName": "BufferSize",
|
|
1944
|
+
"metadataToken": 67109701,
|
|
1945
|
+
"normalizedSignature": "BufferSize|System.Int32|static=true|const=true",
|
|
1946
|
+
"isStatic": true,
|
|
1947
|
+
"isReadOnly": false,
|
|
1948
|
+
"isLiteral": true,
|
|
1949
|
+
"visibility": "Protected",
|
|
1950
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase",
|
|
1951
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1952
|
+
}
|
|
1953
|
+
],
|
|
1569
1954
|
"events": [],
|
|
1570
1955
|
"constructors": [
|
|
1571
1956
|
{
|
|
@@ -1575,6 +1960,7 @@
|
|
|
1575
1960
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILogger):void|static=false",
|
|
1576
1961
|
"isStatic": false,
|
|
1577
1962
|
"parameterCount": 1,
|
|
1963
|
+
"visibility": "Public",
|
|
1578
1964
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase",
|
|
1579
1965
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1580
1966
|
}
|
|
@@ -1591,6 +1977,19 @@
|
|
|
1591
1977
|
"isSealed": false,
|
|
1592
1978
|
"isStatic": false,
|
|
1593
1979
|
"arity": 0,
|
|
1980
|
+
"baseType": {
|
|
1981
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase",
|
|
1982
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase"
|
|
1983
|
+
},
|
|
1984
|
+
"interfaces": [
|
|
1985
|
+
{
|
|
1986
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
1987
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
1988
|
+
"typeArguments": [
|
|
1989
|
+
"FileStreamResult"
|
|
1990
|
+
]
|
|
1991
|
+
}
|
|
1992
|
+
],
|
|
1594
1993
|
"methods": [
|
|
1595
1994
|
{
|
|
1596
1995
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.FileStreamResult):System.Threading.Tasks.Task",
|
|
@@ -1607,6 +2006,27 @@
|
|
|
1607
2006
|
"isVirtual": true,
|
|
1608
2007
|
"isOverride": false,
|
|
1609
2008
|
"isSealed": false,
|
|
2009
|
+
"visibility": "Public",
|
|
2010
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor",
|
|
2011
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2012
|
+
"isExtensionMethod": false
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor::WriteFileAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.FileStreamResult,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task",
|
|
2016
|
+
"clrName": "WriteFileAsync",
|
|
2017
|
+
"metadataToken": 100665909,
|
|
2018
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.FileStreamResult,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task",
|
|
2019
|
+
"normalizedSignature": "WriteFileAsync|(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.FileStreamResult,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task|static=false",
|
|
2020
|
+
"emitScope": "ClassSurface",
|
|
2021
|
+
"provenance": "Original",
|
|
2022
|
+
"arity": 0,
|
|
2023
|
+
"parameterCount": 4,
|
|
2024
|
+
"isStatic": false,
|
|
2025
|
+
"isAbstract": false,
|
|
2026
|
+
"isVirtual": true,
|
|
2027
|
+
"isOverride": false,
|
|
2028
|
+
"isSealed": false,
|
|
2029
|
+
"visibility": "Protected",
|
|
1610
2030
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor",
|
|
1611
2031
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1612
2032
|
"isExtensionMethod": false
|
|
@@ -1626,6 +2046,7 @@
|
|
|
1626
2046
|
"isVirtual": true,
|
|
1627
2047
|
"isOverride": false,
|
|
1628
2048
|
"isSealed": false,
|
|
2049
|
+
"visibility": "Public",
|
|
1629
2050
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
1630
2051
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1631
2052
|
"isExtensionMethod": false,
|
|
@@ -1643,6 +2064,7 @@
|
|
|
1643
2064
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
|
|
1644
2065
|
"isStatic": false,
|
|
1645
2066
|
"parameterCount": 1,
|
|
2067
|
+
"visibility": "Public",
|
|
1646
2068
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor",
|
|
1647
2069
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1648
2070
|
}
|
|
@@ -1659,6 +2081,19 @@
|
|
|
1659
2081
|
"isSealed": false,
|
|
1660
2082
|
"isStatic": false,
|
|
1661
2083
|
"arity": 0,
|
|
2084
|
+
"baseType": {
|
|
2085
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2086
|
+
"clrName": "System.Object"
|
|
2087
|
+
},
|
|
2088
|
+
"interfaces": [
|
|
2089
|
+
{
|
|
2090
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2091
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2092
|
+
"typeArguments": [
|
|
2093
|
+
"LocalRedirectResult"
|
|
2094
|
+
]
|
|
2095
|
+
}
|
|
2096
|
+
],
|
|
1662
2097
|
"methods": [
|
|
1663
2098
|
{
|
|
1664
2099
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.LocalRedirectResultExecutor::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.LocalRedirectResult):System.Threading.Tasks.Task",
|
|
@@ -1675,6 +2110,7 @@
|
|
|
1675
2110
|
"isVirtual": true,
|
|
1676
2111
|
"isOverride": false,
|
|
1677
2112
|
"isSealed": false,
|
|
2113
|
+
"visibility": "Public",
|
|
1678
2114
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.LocalRedirectResultExecutor",
|
|
1679
2115
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1680
2116
|
"isExtensionMethod": false
|
|
@@ -1694,6 +2130,7 @@
|
|
|
1694
2130
|
"isVirtual": true,
|
|
1695
2131
|
"isOverride": false,
|
|
1696
2132
|
"isSealed": false,
|
|
2133
|
+
"visibility": "Public",
|
|
1697
2134
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
1698
2135
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1699
2136
|
"isExtensionMethod": false,
|
|
@@ -1711,6 +2148,7 @@
|
|
|
1711
2148
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.Mvc.Routing.IUrlHelperFactory):void|static=false",
|
|
1712
2149
|
"isStatic": false,
|
|
1713
2150
|
"parameterCount": 2,
|
|
2151
|
+
"visibility": "Public",
|
|
1714
2152
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.LocalRedirectResultExecutor",
|
|
1715
2153
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1716
2154
|
}
|
|
@@ -1727,6 +2165,24 @@
|
|
|
1727
2165
|
"isSealed": false,
|
|
1728
2166
|
"isStatic": false,
|
|
1729
2167
|
"arity": 0,
|
|
2168
|
+
"baseType": {
|
|
2169
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2170
|
+
"clrName": "System.Object"
|
|
2171
|
+
},
|
|
2172
|
+
"interfaces": [
|
|
2173
|
+
{
|
|
2174
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Filters.IActionFilter",
|
|
2175
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Filters.IActionFilter"
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
|
|
2179
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter",
|
|
2183
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter"
|
|
2184
|
+
}
|
|
2185
|
+
],
|
|
1730
2186
|
"methods": [
|
|
1731
2187
|
{
|
|
1732
2188
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter::OnActionExecuted(Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext):System.Void",
|
|
@@ -1743,6 +2199,7 @@
|
|
|
1743
2199
|
"isVirtual": true,
|
|
1744
2200
|
"isOverride": false,
|
|
1745
2201
|
"isSealed": true,
|
|
2202
|
+
"visibility": "Public",
|
|
1746
2203
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter",
|
|
1747
2204
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1748
2205
|
"isExtensionMethod": false
|
|
@@ -1762,6 +2219,7 @@
|
|
|
1762
2219
|
"isVirtual": true,
|
|
1763
2220
|
"isOverride": false,
|
|
1764
2221
|
"isSealed": true,
|
|
2222
|
+
"visibility": "Public",
|
|
1765
2223
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter",
|
|
1766
2224
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1767
2225
|
"isExtensionMethod": false
|
|
@@ -1781,6 +2239,7 @@
|
|
|
1781
2239
|
"isVirtual": true,
|
|
1782
2240
|
"isOverride": false,
|
|
1783
2241
|
"isSealed": false,
|
|
2242
|
+
"visibility": "Public",
|
|
1784
2243
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Filters.IActionFilter",
|
|
1785
2244
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
1786
2245
|
"isExtensionMethod": false,
|
|
@@ -1801,6 +2260,7 @@
|
|
|
1801
2260
|
"isVirtual": true,
|
|
1802
2261
|
"isOverride": false,
|
|
1803
2262
|
"isSealed": false,
|
|
2263
|
+
"visibility": "Public",
|
|
1804
2264
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Filters.IActionFilter",
|
|
1805
2265
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
|
|
1806
2266
|
"isExtensionMethod": false,
|
|
@@ -1823,6 +2283,7 @@
|
|
|
1823
2283
|
"isAbstract": false,
|
|
1824
2284
|
"isVirtual": true,
|
|
1825
2285
|
"isOverride": false,
|
|
2286
|
+
"visibility": "Public",
|
|
1826
2287
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter",
|
|
1827
2288
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1828
2289
|
},
|
|
@@ -1841,6 +2302,7 @@
|
|
|
1841
2302
|
"isAbstract": false,
|
|
1842
2303
|
"isVirtual": false,
|
|
1843
2304
|
"isOverride": false,
|
|
2305
|
+
"visibility": "Public",
|
|
1844
2306
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter",
|
|
1845
2307
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1846
2308
|
},
|
|
@@ -1859,6 +2321,7 @@
|
|
|
1859
2321
|
"isAbstract": false,
|
|
1860
2322
|
"isVirtual": true,
|
|
1861
2323
|
"isOverride": false,
|
|
2324
|
+
"visibility": "Public",
|
|
1862
2325
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter",
|
|
1863
2326
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter",
|
|
1864
2327
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
|
|
@@ -1874,6 +2337,7 @@
|
|
|
1874
2337
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ApiBehaviorOptions,Microsoft.Extensions.Logging.ILogger):void|static=false",
|
|
1875
2338
|
"isStatic": false,
|
|
1876
2339
|
"parameterCount": 2,
|
|
2340
|
+
"visibility": "Public",
|
|
1877
2341
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter",
|
|
1878
2342
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1879
2343
|
}
|
|
@@ -1890,6 +2354,10 @@
|
|
|
1890
2354
|
"isSealed": false,
|
|
1891
2355
|
"isStatic": false,
|
|
1892
2356
|
"arity": 0,
|
|
2357
|
+
"baseType": {
|
|
2358
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2359
|
+
"clrName": "System.Object"
|
|
2360
|
+
},
|
|
1893
2361
|
"methods": [],
|
|
1894
2362
|
"properties": [
|
|
1895
2363
|
{
|
|
@@ -1907,6 +2375,7 @@
|
|
|
1907
2375
|
"isAbstract": false,
|
|
1908
2376
|
"isVirtual": false,
|
|
1909
2377
|
"isOverride": false,
|
|
2378
|
+
"visibility": "Public",
|
|
1910
2379
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.MvcCompatibilityOptions",
|
|
1911
2380
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1912
2381
|
}
|
|
@@ -1921,6 +2390,7 @@
|
|
|
1921
2390
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1922
2391
|
"isStatic": false,
|
|
1923
2392
|
"parameterCount": 0,
|
|
2393
|
+
"visibility": "Public",
|
|
1924
2394
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.MvcCompatibilityOptions",
|
|
1925
2395
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1926
2396
|
}
|
|
@@ -1937,6 +2407,19 @@
|
|
|
1937
2407
|
"isSealed": false,
|
|
1938
2408
|
"isStatic": false,
|
|
1939
2409
|
"arity": 0,
|
|
2410
|
+
"baseType": {
|
|
2411
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2412
|
+
"clrName": "System.Object"
|
|
2413
|
+
},
|
|
2414
|
+
"interfaces": [
|
|
2415
|
+
{
|
|
2416
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2417
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2418
|
+
"typeArguments": [
|
|
2419
|
+
"ObjectResult"
|
|
2420
|
+
]
|
|
2421
|
+
}
|
|
2422
|
+
],
|
|
1940
2423
|
"methods": [
|
|
1941
2424
|
{
|
|
1942
2425
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.ObjectResult):System.Threading.Tasks.Task",
|
|
@@ -1953,6 +2436,7 @@
|
|
|
1953
2436
|
"isVirtual": true,
|
|
1954
2437
|
"isOverride": false,
|
|
1955
2438
|
"isSealed": false,
|
|
2439
|
+
"visibility": "Public",
|
|
1956
2440
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor",
|
|
1957
2441
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1958
2442
|
"isExtensionMethod": false
|
|
@@ -1972,13 +2456,72 @@
|
|
|
1972
2456
|
"isVirtual": true,
|
|
1973
2457
|
"isOverride": false,
|
|
1974
2458
|
"isSealed": false,
|
|
2459
|
+
"visibility": "Public",
|
|
1975
2460
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
1976
2461
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
1977
2462
|
"isExtensionMethod": false,
|
|
1978
2463
|
"sourceInterface": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601"
|
|
1979
2464
|
}
|
|
1980
2465
|
],
|
|
1981
|
-
"properties": [
|
|
2466
|
+
"properties": [
|
|
2467
|
+
{
|
|
2468
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor::Logger:Microsoft.Extensions.Logging.ILogger",
|
|
2469
|
+
"clrName": "Logger",
|
|
2470
|
+
"metadataToken": 385876724,
|
|
2471
|
+
"canonicalSignature": ":Microsoft.Extensions.Logging.ILogger",
|
|
2472
|
+
"normalizedSignature": "Logger|:Microsoft.Extensions.Logging.ILogger|static=false|accessor=get",
|
|
2473
|
+
"emitScope": "ClassSurface",
|
|
2474
|
+
"provenance": "Original",
|
|
2475
|
+
"isIndexer": false,
|
|
2476
|
+
"hasGetter": true,
|
|
2477
|
+
"hasSetter": false,
|
|
2478
|
+
"isStatic": false,
|
|
2479
|
+
"isAbstract": false,
|
|
2480
|
+
"isVirtual": false,
|
|
2481
|
+
"isOverride": false,
|
|
2482
|
+
"visibility": "Protected",
|
|
2483
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor",
|
|
2484
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor::FormatterSelector:Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector",
|
|
2488
|
+
"clrName": "FormatterSelector",
|
|
2489
|
+
"metadataToken": 385876725,
|
|
2490
|
+
"canonicalSignature": ":Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector",
|
|
2491
|
+
"normalizedSignature": "FormatterSelector|:Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector|static=false|accessor=get",
|
|
2492
|
+
"emitScope": "ClassSurface",
|
|
2493
|
+
"provenance": "Original",
|
|
2494
|
+
"isIndexer": false,
|
|
2495
|
+
"hasGetter": true,
|
|
2496
|
+
"hasSetter": false,
|
|
2497
|
+
"isStatic": false,
|
|
2498
|
+
"isAbstract": false,
|
|
2499
|
+
"isVirtual": false,
|
|
2500
|
+
"isOverride": false,
|
|
2501
|
+
"visibility": "Protected",
|
|
2502
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor",
|
|
2503
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor::WriterFactory:System.Func_3[[System.IO.Stream,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Text.Encoding,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.IO.TextWriter,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2507
|
+
"clrName": "WriterFactory",
|
|
2508
|
+
"metadataToken": 385876726,
|
|
2509
|
+
"canonicalSignature": ":System.Func_3[[System.IO.Stream,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Text.Encoding,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.IO.TextWriter,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2510
|
+
"normalizedSignature": "WriterFactory|:System.Func_3[[System.IO.Stream,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Text.Encoding,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.IO.TextWriter,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
2511
|
+
"emitScope": "ClassSurface",
|
|
2512
|
+
"provenance": "Original",
|
|
2513
|
+
"isIndexer": false,
|
|
2514
|
+
"hasGetter": true,
|
|
2515
|
+
"hasSetter": false,
|
|
2516
|
+
"isStatic": false,
|
|
2517
|
+
"isAbstract": false,
|
|
2518
|
+
"isVirtual": false,
|
|
2519
|
+
"isOverride": false,
|
|
2520
|
+
"visibility": "Protected",
|
|
2521
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor",
|
|
2522
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2523
|
+
}
|
|
2524
|
+
],
|
|
1982
2525
|
"fields": [],
|
|
1983
2526
|
"events": [],
|
|
1984
2527
|
"constructors": [
|
|
@@ -1989,6 +2532,7 @@
|
|
|
1989
2532
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector,Microsoft.AspNetCore.Mvc.Infrastructure.IHttpResponseStreamWriterFactory,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.Mvc.MvcOptions,Microsoft.AspNetCore.Mvc.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
1990
2533
|
"isStatic": false,
|
|
1991
2534
|
"parameterCount": 4,
|
|
2535
|
+
"visibility": "Public",
|
|
1992
2536
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor",
|
|
1993
2537
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
1994
2538
|
}
|
|
@@ -2005,6 +2549,10 @@
|
|
|
2005
2549
|
"isSealed": false,
|
|
2006
2550
|
"isStatic": false,
|
|
2007
2551
|
"arity": 0,
|
|
2552
|
+
"baseType": {
|
|
2553
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2554
|
+
"clrName": "System.Object"
|
|
2555
|
+
},
|
|
2008
2556
|
"methods": [
|
|
2009
2557
|
{
|
|
2010
2558
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector::SelectFormatter(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext,System.Collections.Generic.IList_1[[Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection):Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
|
|
@@ -2021,6 +2569,7 @@
|
|
|
2021
2569
|
"isVirtual": true,
|
|
2022
2570
|
"isOverride": false,
|
|
2023
2571
|
"isSealed": false,
|
|
2572
|
+
"visibility": "Public",
|
|
2024
2573
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector",
|
|
2025
2574
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2026
2575
|
"isExtensionMethod": false
|
|
@@ -2029,7 +2578,19 @@
|
|
|
2029
2578
|
"properties": [],
|
|
2030
2579
|
"fields": [],
|
|
2031
2580
|
"events": [],
|
|
2032
|
-
"constructors": [
|
|
2581
|
+
"constructors": [
|
|
2582
|
+
{
|
|
2583
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector::.ctor():void",
|
|
2584
|
+
"metadataToken": 100665993,
|
|
2585
|
+
"canonicalSignature": "():void",
|
|
2586
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
2587
|
+
"isStatic": false,
|
|
2588
|
+
"parameterCount": 0,
|
|
2589
|
+
"visibility": "Protected",
|
|
2590
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector",
|
|
2591
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2592
|
+
}
|
|
2593
|
+
]
|
|
2033
2594
|
},
|
|
2034
2595
|
{
|
|
2035
2596
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor",
|
|
@@ -2042,6 +2603,19 @@
|
|
|
2042
2603
|
"isSealed": false,
|
|
2043
2604
|
"isStatic": false,
|
|
2044
2605
|
"arity": 0,
|
|
2606
|
+
"baseType": {
|
|
2607
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase",
|
|
2608
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase"
|
|
2609
|
+
},
|
|
2610
|
+
"interfaces": [
|
|
2611
|
+
{
|
|
2612
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2613
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2614
|
+
"typeArguments": [
|
|
2615
|
+
"PhysicalFileResult"
|
|
2616
|
+
]
|
|
2617
|
+
}
|
|
2618
|
+
],
|
|
2045
2619
|
"methods": [
|
|
2046
2620
|
{
|
|
2047
2621
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.PhysicalFileResult):System.Threading.Tasks.Task",
|
|
@@ -2058,6 +2632,67 @@
|
|
|
2058
2632
|
"isVirtual": true,
|
|
2059
2633
|
"isOverride": false,
|
|
2060
2634
|
"isSealed": false,
|
|
2635
|
+
"visibility": "Public",
|
|
2636
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor",
|
|
2637
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2638
|
+
"isExtensionMethod": false
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor::WriteFileAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.PhysicalFileResult,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task",
|
|
2642
|
+
"clrName": "WriteFileAsync",
|
|
2643
|
+
"metadataToken": 100665999,
|
|
2644
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.PhysicalFileResult,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task",
|
|
2645
|
+
"normalizedSignature": "WriteFileAsync|(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.PhysicalFileResult,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task|static=false",
|
|
2646
|
+
"emitScope": "ClassSurface",
|
|
2647
|
+
"provenance": "Original",
|
|
2648
|
+
"arity": 0,
|
|
2649
|
+
"parameterCount": 4,
|
|
2650
|
+
"isStatic": false,
|
|
2651
|
+
"isAbstract": false,
|
|
2652
|
+
"isVirtual": true,
|
|
2653
|
+
"isOverride": false,
|
|
2654
|
+
"isSealed": false,
|
|
2655
|
+
"visibility": "Protected",
|
|
2656
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor",
|
|
2657
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2658
|
+
"isExtensionMethod": false
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor::GetFileStream(System.String):System.IO.Stream",
|
|
2662
|
+
"clrName": "GetFileStream",
|
|
2663
|
+
"metadataToken": 100666001,
|
|
2664
|
+
"canonicalSignature": "(System.String):System.IO.Stream",
|
|
2665
|
+
"normalizedSignature": "GetFileStream|(System.String):System.IO.Stream|static=false",
|
|
2666
|
+
"emitScope": "ClassSurface",
|
|
2667
|
+
"provenance": "Original",
|
|
2668
|
+
"arity": 0,
|
|
2669
|
+
"parameterCount": 1,
|
|
2670
|
+
"isStatic": false,
|
|
2671
|
+
"isAbstract": false,
|
|
2672
|
+
"isVirtual": true,
|
|
2673
|
+
"isOverride": false,
|
|
2674
|
+
"isSealed": false,
|
|
2675
|
+
"visibility": "Protected",
|
|
2676
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor",
|
|
2677
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2678
|
+
"isExtensionMethod": false
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor::GetFileInfo(System.String):Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata",
|
|
2682
|
+
"clrName": "GetFileInfo",
|
|
2683
|
+
"metadataToken": 100666002,
|
|
2684
|
+
"canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata",
|
|
2685
|
+
"normalizedSignature": "GetFileInfo|(System.String):Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor\u002BFileMetadata|static=false",
|
|
2686
|
+
"emitScope": "ClassSurface",
|
|
2687
|
+
"provenance": "Original",
|
|
2688
|
+
"arity": 0,
|
|
2689
|
+
"parameterCount": 1,
|
|
2690
|
+
"isStatic": false,
|
|
2691
|
+
"isAbstract": false,
|
|
2692
|
+
"isVirtual": true,
|
|
2693
|
+
"isOverride": false,
|
|
2694
|
+
"isSealed": false,
|
|
2695
|
+
"visibility": "Protected",
|
|
2061
2696
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor",
|
|
2062
2697
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2063
2698
|
"isExtensionMethod": false
|
|
@@ -2077,6 +2712,7 @@
|
|
|
2077
2712
|
"isVirtual": true,
|
|
2078
2713
|
"isOverride": false,
|
|
2079
2714
|
"isSealed": false,
|
|
2715
|
+
"visibility": "Public",
|
|
2080
2716
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2081
2717
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2082
2718
|
"isExtensionMethod": false,
|
|
@@ -2094,6 +2730,7 @@
|
|
|
2094
2730
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
|
|
2095
2731
|
"isStatic": false,
|
|
2096
2732
|
"parameterCount": 1,
|
|
2733
|
+
"visibility": "Public",
|
|
2097
2734
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor",
|
|
2098
2735
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2099
2736
|
}
|
|
@@ -2110,6 +2747,10 @@
|
|
|
2110
2747
|
"isSealed": false,
|
|
2111
2748
|
"isStatic": false,
|
|
2112
2749
|
"arity": 0,
|
|
2750
|
+
"baseType": {
|
|
2751
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2752
|
+
"clrName": "System.Object"
|
|
2753
|
+
},
|
|
2113
2754
|
"methods": [
|
|
2114
2755
|
{
|
|
2115
2756
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory::CreateProblemDetails(Microsoft.AspNetCore.Http.HttpContext,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.String,System.String,System.String):Microsoft.AspNetCore.Mvc.ProblemDetails",
|
|
@@ -2126,6 +2767,7 @@
|
|
|
2126
2767
|
"isVirtual": true,
|
|
2127
2768
|
"isOverride": false,
|
|
2128
2769
|
"isSealed": false,
|
|
2770
|
+
"visibility": "Public",
|
|
2129
2771
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory",
|
|
2130
2772
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2131
2773
|
"isExtensionMethod": false
|
|
@@ -2145,6 +2787,7 @@
|
|
|
2145
2787
|
"isVirtual": true,
|
|
2146
2788
|
"isOverride": false,
|
|
2147
2789
|
"isSealed": false,
|
|
2790
|
+
"visibility": "Public",
|
|
2148
2791
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory",
|
|
2149
2792
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2150
2793
|
"isExtensionMethod": false
|
|
@@ -2153,7 +2796,19 @@
|
|
|
2153
2796
|
"properties": [],
|
|
2154
2797
|
"fields": [],
|
|
2155
2798
|
"events": [],
|
|
2156
|
-
"constructors": [
|
|
2799
|
+
"constructors": [
|
|
2800
|
+
{
|
|
2801
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory::.ctor():void",
|
|
2802
|
+
"metadataToken": 100666007,
|
|
2803
|
+
"canonicalSignature": "():void",
|
|
2804
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
2805
|
+
"isStatic": false,
|
|
2806
|
+
"parameterCount": 0,
|
|
2807
|
+
"visibility": "Protected",
|
|
2808
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory",
|
|
2809
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2810
|
+
}
|
|
2811
|
+
]
|
|
2157
2812
|
},
|
|
2158
2813
|
{
|
|
2159
2814
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.RedirectResultExecutor",
|
|
@@ -2166,6 +2821,19 @@
|
|
|
2166
2821
|
"isSealed": false,
|
|
2167
2822
|
"isStatic": false,
|
|
2168
2823
|
"arity": 0,
|
|
2824
|
+
"baseType": {
|
|
2825
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2826
|
+
"clrName": "System.Object"
|
|
2827
|
+
},
|
|
2828
|
+
"interfaces": [
|
|
2829
|
+
{
|
|
2830
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2831
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2832
|
+
"typeArguments": [
|
|
2833
|
+
"RedirectResult"
|
|
2834
|
+
]
|
|
2835
|
+
}
|
|
2836
|
+
],
|
|
2169
2837
|
"methods": [
|
|
2170
2838
|
{
|
|
2171
2839
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.RedirectResultExecutor::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.RedirectResult):System.Threading.Tasks.Task",
|
|
@@ -2182,6 +2850,7 @@
|
|
|
2182
2850
|
"isVirtual": true,
|
|
2183
2851
|
"isOverride": false,
|
|
2184
2852
|
"isSealed": false,
|
|
2853
|
+
"visibility": "Public",
|
|
2185
2854
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.RedirectResultExecutor",
|
|
2186
2855
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2187
2856
|
"isExtensionMethod": false
|
|
@@ -2201,6 +2870,7 @@
|
|
|
2201
2870
|
"isVirtual": true,
|
|
2202
2871
|
"isOverride": false,
|
|
2203
2872
|
"isSealed": false,
|
|
2873
|
+
"visibility": "Public",
|
|
2204
2874
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2205
2875
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2206
2876
|
"isExtensionMethod": false,
|
|
@@ -2218,6 +2888,7 @@
|
|
|
2218
2888
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.Mvc.Routing.IUrlHelperFactory):void|static=false",
|
|
2219
2889
|
"isStatic": false,
|
|
2220
2890
|
"parameterCount": 2,
|
|
2891
|
+
"visibility": "Public",
|
|
2221
2892
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.RedirectResultExecutor",
|
|
2222
2893
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2223
2894
|
}
|
|
@@ -2234,6 +2905,19 @@
|
|
|
2234
2905
|
"isSealed": false,
|
|
2235
2906
|
"isStatic": false,
|
|
2236
2907
|
"arity": 0,
|
|
2908
|
+
"baseType": {
|
|
2909
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2910
|
+
"clrName": "System.Object"
|
|
2911
|
+
},
|
|
2912
|
+
"interfaces": [
|
|
2913
|
+
{
|
|
2914
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2915
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2916
|
+
"typeArguments": [
|
|
2917
|
+
"RedirectToActionResult"
|
|
2918
|
+
]
|
|
2919
|
+
}
|
|
2920
|
+
],
|
|
2237
2921
|
"methods": [
|
|
2238
2922
|
{
|
|
2239
2923
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.RedirectToActionResultExecutor::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.RedirectToActionResult):System.Threading.Tasks.Task",
|
|
@@ -2250,6 +2934,7 @@
|
|
|
2250
2934
|
"isVirtual": true,
|
|
2251
2935
|
"isOverride": false,
|
|
2252
2936
|
"isSealed": false,
|
|
2937
|
+
"visibility": "Public",
|
|
2253
2938
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.RedirectToActionResultExecutor",
|
|
2254
2939
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2255
2940
|
"isExtensionMethod": false
|
|
@@ -2269,6 +2954,7 @@
|
|
|
2269
2954
|
"isVirtual": true,
|
|
2270
2955
|
"isOverride": false,
|
|
2271
2956
|
"isSealed": false,
|
|
2957
|
+
"visibility": "Public",
|
|
2272
2958
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2273
2959
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2274
2960
|
"isExtensionMethod": false,
|
|
@@ -2286,6 +2972,7 @@
|
|
|
2286
2972
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.Mvc.Routing.IUrlHelperFactory):void|static=false",
|
|
2287
2973
|
"isStatic": false,
|
|
2288
2974
|
"parameterCount": 2,
|
|
2975
|
+
"visibility": "Public",
|
|
2289
2976
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.RedirectToActionResultExecutor",
|
|
2290
2977
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2291
2978
|
}
|
|
@@ -2302,6 +2989,19 @@
|
|
|
2302
2989
|
"isSealed": false,
|
|
2303
2990
|
"isStatic": false,
|
|
2304
2991
|
"arity": 0,
|
|
2992
|
+
"baseType": {
|
|
2993
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2994
|
+
"clrName": "System.Object"
|
|
2995
|
+
},
|
|
2996
|
+
"interfaces": [
|
|
2997
|
+
{
|
|
2998
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2999
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
3000
|
+
"typeArguments": [
|
|
3001
|
+
"RedirectToPageResult"
|
|
3002
|
+
]
|
|
3003
|
+
}
|
|
3004
|
+
],
|
|
2305
3005
|
"methods": [
|
|
2306
3006
|
{
|
|
2307
3007
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.RedirectToPageResultExecutor::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.RedirectToPageResult):System.Threading.Tasks.Task",
|
|
@@ -2318,6 +3018,7 @@
|
|
|
2318
3018
|
"isVirtual": true,
|
|
2319
3019
|
"isOverride": false,
|
|
2320
3020
|
"isSealed": false,
|
|
3021
|
+
"visibility": "Public",
|
|
2321
3022
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.RedirectToPageResultExecutor",
|
|
2322
3023
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2323
3024
|
"isExtensionMethod": false
|
|
@@ -2337,6 +3038,7 @@
|
|
|
2337
3038
|
"isVirtual": true,
|
|
2338
3039
|
"isOverride": false,
|
|
2339
3040
|
"isSealed": false,
|
|
3041
|
+
"visibility": "Public",
|
|
2340
3042
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2341
3043
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2342
3044
|
"isExtensionMethod": false,
|
|
@@ -2354,6 +3056,7 @@
|
|
|
2354
3056
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.Mvc.Routing.IUrlHelperFactory):void|static=false",
|
|
2355
3057
|
"isStatic": false,
|
|
2356
3058
|
"parameterCount": 2,
|
|
3059
|
+
"visibility": "Public",
|
|
2357
3060
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.RedirectToPageResultExecutor",
|
|
2358
3061
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2359
3062
|
}
|
|
@@ -2370,6 +3073,19 @@
|
|
|
2370
3073
|
"isSealed": false,
|
|
2371
3074
|
"isStatic": false,
|
|
2372
3075
|
"arity": 0,
|
|
3076
|
+
"baseType": {
|
|
3077
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3078
|
+
"clrName": "System.Object"
|
|
3079
|
+
},
|
|
3080
|
+
"interfaces": [
|
|
3081
|
+
{
|
|
3082
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
3083
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
3084
|
+
"typeArguments": [
|
|
3085
|
+
"RedirectToRouteResult"
|
|
3086
|
+
]
|
|
3087
|
+
}
|
|
3088
|
+
],
|
|
2373
3089
|
"methods": [
|
|
2374
3090
|
{
|
|
2375
3091
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.RedirectToRouteResultExecutor::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.RedirectToRouteResult):System.Threading.Tasks.Task",
|
|
@@ -2386,6 +3102,7 @@
|
|
|
2386
3102
|
"isVirtual": true,
|
|
2387
3103
|
"isOverride": false,
|
|
2388
3104
|
"isSealed": false,
|
|
3105
|
+
"visibility": "Public",
|
|
2389
3106
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.RedirectToRouteResultExecutor",
|
|
2390
3107
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2391
3108
|
"isExtensionMethod": false
|
|
@@ -2405,6 +3122,7 @@
|
|
|
2405
3122
|
"isVirtual": true,
|
|
2406
3123
|
"isOverride": false,
|
|
2407
3124
|
"isSealed": false,
|
|
3125
|
+
"visibility": "Public",
|
|
2408
3126
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2409
3127
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2410
3128
|
"isExtensionMethod": false,
|
|
@@ -2422,6 +3140,7 @@
|
|
|
2422
3140
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.Mvc.Routing.IUrlHelperFactory):void|static=false",
|
|
2423
3141
|
"isStatic": false,
|
|
2424
3142
|
"parameterCount": 2,
|
|
3143
|
+
"visibility": "Public",
|
|
2425
3144
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.RedirectToRouteResultExecutor",
|
|
2426
3145
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2427
3146
|
}
|
|
@@ -2438,6 +3157,19 @@
|
|
|
2438
3157
|
"isSealed": false,
|
|
2439
3158
|
"isStatic": false,
|
|
2440
3159
|
"arity": 0,
|
|
3160
|
+
"baseType": {
|
|
3161
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase",
|
|
3162
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase"
|
|
3163
|
+
},
|
|
3164
|
+
"interfaces": [
|
|
3165
|
+
{
|
|
3166
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
3167
|
+
"clrName": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
3168
|
+
"typeArguments": [
|
|
3169
|
+
"VirtualFileResult"
|
|
3170
|
+
]
|
|
3171
|
+
}
|
|
3172
|
+
],
|
|
2441
3173
|
"methods": [
|
|
2442
3174
|
{
|
|
2443
3175
|
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.VirtualFileResultExecutor::ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.VirtualFileResult):System.Threading.Tasks.Task",
|
|
@@ -2454,6 +3186,47 @@
|
|
|
2454
3186
|
"isVirtual": true,
|
|
2455
3187
|
"isOverride": false,
|
|
2456
3188
|
"isSealed": false,
|
|
3189
|
+
"visibility": "Public",
|
|
3190
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.VirtualFileResultExecutor",
|
|
3191
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3192
|
+
"isExtensionMethod": false
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.VirtualFileResultExecutor::WriteFileAsync(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.VirtualFileResult,Microsoft.Extensions.FileProviders.IFileInfo,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task",
|
|
3196
|
+
"clrName": "WriteFileAsync",
|
|
3197
|
+
"metadataToken": 100666062,
|
|
3198
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.VirtualFileResult,Microsoft.Extensions.FileProviders.IFileInfo,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task",
|
|
3199
|
+
"normalizedSignature": "WriteFileAsync|(Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.VirtualFileResult,Microsoft.Extensions.FileProviders.IFileInfo,Microsoft.Net.Http.Headers.RangeItemHeaderValue,System.Int64):System.Threading.Tasks.Task|static=false",
|
|
3200
|
+
"emitScope": "ClassSurface",
|
|
3201
|
+
"provenance": "Original",
|
|
3202
|
+
"arity": 0,
|
|
3203
|
+
"parameterCount": 5,
|
|
3204
|
+
"isStatic": false,
|
|
3205
|
+
"isAbstract": false,
|
|
3206
|
+
"isVirtual": true,
|
|
3207
|
+
"isOverride": false,
|
|
3208
|
+
"isSealed": false,
|
|
3209
|
+
"visibility": "Protected",
|
|
3210
|
+
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.VirtualFileResultExecutor",
|
|
3211
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
3212
|
+
"isExtensionMethod": false
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Infrastructure.VirtualFileResultExecutor::GetFileStream(Microsoft.Extensions.FileProviders.IFileInfo):System.IO.Stream",
|
|
3216
|
+
"clrName": "GetFileStream",
|
|
3217
|
+
"metadataToken": 100666066,
|
|
3218
|
+
"canonicalSignature": "(Microsoft.Extensions.FileProviders.IFileInfo):System.IO.Stream",
|
|
3219
|
+
"normalizedSignature": "GetFileStream|(Microsoft.Extensions.FileProviders.IFileInfo):System.IO.Stream|static=false",
|
|
3220
|
+
"emitScope": "ClassSurface",
|
|
3221
|
+
"provenance": "Original",
|
|
3222
|
+
"arity": 0,
|
|
3223
|
+
"parameterCount": 1,
|
|
3224
|
+
"isStatic": false,
|
|
3225
|
+
"isAbstract": false,
|
|
3226
|
+
"isVirtual": true,
|
|
3227
|
+
"isOverride": false,
|
|
3228
|
+
"isSealed": false,
|
|
3229
|
+
"visibility": "Protected",
|
|
2457
3230
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.VirtualFileResultExecutor",
|
|
2458
3231
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2459
3232
|
"isExtensionMethod": false
|
|
@@ -2473,6 +3246,7 @@
|
|
|
2473
3246
|
"isVirtual": true,
|
|
2474
3247
|
"isOverride": false,
|
|
2475
3248
|
"isSealed": false,
|
|
3249
|
+
"visibility": "Public",
|
|
2476
3250
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor\u00601",
|
|
2477
3251
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
|
|
2478
3252
|
"isExtensionMethod": false,
|
|
@@ -2490,6 +3264,7 @@
|
|
|
2490
3264
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.Hosting.IWebHostEnvironment):void|static=false",
|
|
2491
3265
|
"isStatic": false,
|
|
2492
3266
|
"parameterCount": 2,
|
|
3267
|
+
"visibility": "Public",
|
|
2493
3268
|
"declaringClrType": "Microsoft.AspNetCore.Mvc.Infrastructure.VirtualFileResultExecutor",
|
|
2494
3269
|
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
|
|
2495
3270
|
}
|