@tsonic/aspnetcore 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +218 -214
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.d.ts +7 -2
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +44 -43
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
- package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +110 -129
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +240 -242
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +98 -100
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
- package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.d.ts +11 -7
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.d.ts +5 -1
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +19 -27
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +14 -11
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +494 -494
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +336 -338
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +53 -55
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +39 -38
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +117 -116
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +11 -7
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +453 -452
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.d.ts +44 -40
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +21 -20
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Localization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +447 -446
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +119 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +57 -56
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +38 -37
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +58 -39
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +272 -274
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +54 -53
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +11 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +51 -50
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +135 -134
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +61 -60
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +47 -46
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +22 -24
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +78 -80
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +137 -139
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +49 -48
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +12 -14
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +29 -28
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +6 -2
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +201 -201
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +168 -170
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +20 -16
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +5 -1
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +62 -61
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +102 -77
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +16 -17
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +65 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +31 -33
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +410 -431
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -297
- package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
- package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -68
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -995,6 +995,26 @@
|
|
|
995
995
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
996
996
|
"isExtensionMethod": false
|
|
997
997
|
},
|
|
998
|
+
{
|
|
999
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IRoleStore\u00601::CreateAsync(TRole,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Identity.IdentityResult,Microsoft.Extensions.Identity.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1000
|
+
"clrName": "CreateAsync",
|
|
1001
|
+
"metadataToken": 100663507,
|
|
1002
|
+
"canonicalSignature": "(TRole,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Identity.IdentityResult,Microsoft.Extensions.Identity.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
1003
|
+
"normalizedSignature": "CreateAsync|(TRole,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Identity.IdentityResult,Microsoft.Extensions.Identity.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
1004
|
+
"emitScope": "ClassSurface",
|
|
1005
|
+
"provenance": "Original",
|
|
1006
|
+
"arity": 0,
|
|
1007
|
+
"parameterCount": 2,
|
|
1008
|
+
"isStatic": false,
|
|
1009
|
+
"isAbstract": true,
|
|
1010
|
+
"isVirtual": true,
|
|
1011
|
+
"isOverride": false,
|
|
1012
|
+
"isSealed": false,
|
|
1013
|
+
"visibility": "Public",
|
|
1014
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IRoleStore\u00601",
|
|
1015
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
1016
|
+
"isExtensionMethod": false
|
|
1017
|
+
},
|
|
998
1018
|
{
|
|
999
1019
|
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IRoleStore\u00601::SetRoleNameAsync(TRole,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1000
1020
|
"clrName": "SetRoleNameAsync",
|
|
@@ -1473,6 +1493,46 @@
|
|
|
1473
1493
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
1474
1494
|
"isExtensionMethod": false
|
|
1475
1495
|
},
|
|
1496
|
+
{
|
|
1497
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1498
|
+
"clrName": "GetUserIdAsync",
|
|
1499
|
+
"metadataToken": 100663567,
|
|
1500
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1501
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1502
|
+
"emitScope": "ClassSurface",
|
|
1503
|
+
"provenance": "Original",
|
|
1504
|
+
"arity": 0,
|
|
1505
|
+
"parameterCount": 2,
|
|
1506
|
+
"isStatic": false,
|
|
1507
|
+
"isAbstract": true,
|
|
1508
|
+
"isVirtual": true,
|
|
1509
|
+
"isOverride": false,
|
|
1510
|
+
"isSealed": false,
|
|
1511
|
+
"visibility": "Public",
|
|
1512
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
1513
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
1514
|
+
"isExtensionMethod": false
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1518
|
+
"clrName": "SetUserNameAsync",
|
|
1519
|
+
"metadataToken": 100663569,
|
|
1520
|
+
"canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1521
|
+
"normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1522
|
+
"emitScope": "ClassSurface",
|
|
1523
|
+
"provenance": "Original",
|
|
1524
|
+
"arity": 0,
|
|
1525
|
+
"parameterCount": 3,
|
|
1526
|
+
"isStatic": false,
|
|
1527
|
+
"isAbstract": true,
|
|
1528
|
+
"isVirtual": true,
|
|
1529
|
+
"isOverride": false,
|
|
1530
|
+
"isSealed": false,
|
|
1531
|
+
"visibility": "Public",
|
|
1532
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
1533
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
1534
|
+
"isExtensionMethod": false
|
|
1535
|
+
},
|
|
1476
1536
|
{
|
|
1477
1537
|
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::FindByIdAsync(System.String,System.Threading.CancellationToken):Task_1",
|
|
1478
1538
|
"clrName": "FindByIdAsync",
|
|
@@ -1648,6 +1708,26 @@
|
|
|
1648
1708
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
1649
1709
|
"isExtensionMethod": false
|
|
1650
1710
|
},
|
|
1711
|
+
{
|
|
1712
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1713
|
+
"clrName": "GetUserIdAsync",
|
|
1714
|
+
"metadataToken": 100663567,
|
|
1715
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1716
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1717
|
+
"emitScope": "ClassSurface",
|
|
1718
|
+
"provenance": "Original",
|
|
1719
|
+
"arity": 0,
|
|
1720
|
+
"parameterCount": 2,
|
|
1721
|
+
"isStatic": false,
|
|
1722
|
+
"isAbstract": true,
|
|
1723
|
+
"isVirtual": true,
|
|
1724
|
+
"isOverride": false,
|
|
1725
|
+
"isSealed": false,
|
|
1726
|
+
"visibility": "Public",
|
|
1727
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
1728
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
1729
|
+
"isExtensionMethod": false
|
|
1730
|
+
},
|
|
1651
1731
|
{
|
|
1652
1732
|
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1653
1733
|
"clrName": "SetUserNameAsync",
|
|
@@ -1842,6 +1922,46 @@
|
|
|
1842
1922
|
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserEmailStore\u00601",
|
|
1843
1923
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
1844
1924
|
"isExtensionMethod": false
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1928
|
+
"clrName": "GetUserIdAsync",
|
|
1929
|
+
"metadataToken": 100663567,
|
|
1930
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1931
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
1932
|
+
"emitScope": "ClassSurface",
|
|
1933
|
+
"provenance": "Original",
|
|
1934
|
+
"arity": 0,
|
|
1935
|
+
"parameterCount": 2,
|
|
1936
|
+
"isStatic": false,
|
|
1937
|
+
"isAbstract": true,
|
|
1938
|
+
"isVirtual": true,
|
|
1939
|
+
"isOverride": false,
|
|
1940
|
+
"isSealed": false,
|
|
1941
|
+
"visibility": "Public",
|
|
1942
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
1943
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
1944
|
+
"isExtensionMethod": false
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1948
|
+
"clrName": "SetUserNameAsync",
|
|
1949
|
+
"metadataToken": 100663569,
|
|
1950
|
+
"canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1951
|
+
"normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1952
|
+
"emitScope": "ClassSurface",
|
|
1953
|
+
"provenance": "Original",
|
|
1954
|
+
"arity": 0,
|
|
1955
|
+
"parameterCount": 3,
|
|
1956
|
+
"isStatic": false,
|
|
1957
|
+
"isAbstract": true,
|
|
1958
|
+
"isVirtual": true,
|
|
1959
|
+
"isOverride": false,
|
|
1960
|
+
"isSealed": false,
|
|
1961
|
+
"visibility": "Public",
|
|
1962
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
1963
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
1964
|
+
"isExtensionMethod": false
|
|
1845
1965
|
}
|
|
1846
1966
|
],
|
|
1847
1967
|
"properties": [],
|
|
@@ -1957,6 +2077,26 @@
|
|
|
1957
2077
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
1958
2078
|
"isExtensionMethod": false
|
|
1959
2079
|
},
|
|
2080
|
+
{
|
|
2081
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2082
|
+
"clrName": "GetUserIdAsync",
|
|
2083
|
+
"metadataToken": 100663567,
|
|
2084
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2085
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2086
|
+
"emitScope": "ClassSurface",
|
|
2087
|
+
"provenance": "Original",
|
|
2088
|
+
"arity": 0,
|
|
2089
|
+
"parameterCount": 2,
|
|
2090
|
+
"isStatic": false,
|
|
2091
|
+
"isAbstract": true,
|
|
2092
|
+
"isVirtual": true,
|
|
2093
|
+
"isOverride": false,
|
|
2094
|
+
"isSealed": false,
|
|
2095
|
+
"visibility": "Public",
|
|
2096
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
2097
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2098
|
+
"isExtensionMethod": false
|
|
2099
|
+
},
|
|
1960
2100
|
{
|
|
1961
2101
|
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1962
2102
|
"clrName": "SetUserNameAsync",
|
|
@@ -2111,6 +2251,26 @@
|
|
|
2111
2251
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2112
2252
|
"isExtensionMethod": false
|
|
2113
2253
|
},
|
|
2254
|
+
{
|
|
2255
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2256
|
+
"clrName": "GetUserIdAsync",
|
|
2257
|
+
"metadataToken": 100663567,
|
|
2258
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2259
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2260
|
+
"emitScope": "ClassSurface",
|
|
2261
|
+
"provenance": "Original",
|
|
2262
|
+
"arity": 0,
|
|
2263
|
+
"parameterCount": 2,
|
|
2264
|
+
"isStatic": false,
|
|
2265
|
+
"isAbstract": true,
|
|
2266
|
+
"isVirtual": true,
|
|
2267
|
+
"isOverride": false,
|
|
2268
|
+
"isSealed": false,
|
|
2269
|
+
"visibility": "Public",
|
|
2270
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
2271
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2272
|
+
"isExtensionMethod": false
|
|
2273
|
+
},
|
|
2114
2274
|
{
|
|
2115
2275
|
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
2116
2276
|
"clrName": "SetUserNameAsync",
|
|
@@ -2285,6 +2445,26 @@
|
|
|
2285
2445
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2286
2446
|
"isExtensionMethod": false
|
|
2287
2447
|
},
|
|
2448
|
+
{
|
|
2449
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2450
|
+
"clrName": "GetUserIdAsync",
|
|
2451
|
+
"metadataToken": 100663567,
|
|
2452
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2453
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2454
|
+
"emitScope": "ClassSurface",
|
|
2455
|
+
"provenance": "Original",
|
|
2456
|
+
"arity": 0,
|
|
2457
|
+
"parameterCount": 2,
|
|
2458
|
+
"isStatic": false,
|
|
2459
|
+
"isAbstract": true,
|
|
2460
|
+
"isVirtual": true,
|
|
2461
|
+
"isOverride": false,
|
|
2462
|
+
"isSealed": false,
|
|
2463
|
+
"visibility": "Public",
|
|
2464
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
2465
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2466
|
+
"isExtensionMethod": false
|
|
2467
|
+
},
|
|
2288
2468
|
{
|
|
2289
2469
|
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
2290
2470
|
"clrName": "SetUserNameAsync",
|
|
@@ -2399,6 +2579,46 @@
|
|
|
2399
2579
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2400
2580
|
"isExtensionMethod": false
|
|
2401
2581
|
},
|
|
2582
|
+
{
|
|
2583
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2584
|
+
"clrName": "GetUserIdAsync",
|
|
2585
|
+
"metadataToken": 100663567,
|
|
2586
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2587
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2588
|
+
"emitScope": "ClassSurface",
|
|
2589
|
+
"provenance": "Original",
|
|
2590
|
+
"arity": 0,
|
|
2591
|
+
"parameterCount": 2,
|
|
2592
|
+
"isStatic": false,
|
|
2593
|
+
"isAbstract": true,
|
|
2594
|
+
"isVirtual": true,
|
|
2595
|
+
"isOverride": false,
|
|
2596
|
+
"isSealed": false,
|
|
2597
|
+
"visibility": "Public",
|
|
2598
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
2599
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2600
|
+
"isExtensionMethod": false
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
2604
|
+
"clrName": "SetUserNameAsync",
|
|
2605
|
+
"metadataToken": 100663569,
|
|
2606
|
+
"canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
2607
|
+
"normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
2608
|
+
"emitScope": "ClassSurface",
|
|
2609
|
+
"provenance": "Original",
|
|
2610
|
+
"arity": 0,
|
|
2611
|
+
"parameterCount": 3,
|
|
2612
|
+
"isStatic": false,
|
|
2613
|
+
"isAbstract": true,
|
|
2614
|
+
"isVirtual": true,
|
|
2615
|
+
"isOverride": false,
|
|
2616
|
+
"isSealed": false,
|
|
2617
|
+
"visibility": "Public",
|
|
2618
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
2619
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2620
|
+
"isExtensionMethod": false
|
|
2621
|
+
},
|
|
2402
2622
|
{
|
|
2403
2623
|
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::FindByIdAsync(System.String,System.Threading.CancellationToken):Task_1",
|
|
2404
2624
|
"clrName": "FindByIdAsync",
|
|
@@ -2513,6 +2733,46 @@
|
|
|
2513
2733
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2514
2734
|
"isExtensionMethod": false
|
|
2515
2735
|
},
|
|
2736
|
+
{
|
|
2737
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2738
|
+
"clrName": "GetUserIdAsync",
|
|
2739
|
+
"metadataToken": 100663567,
|
|
2740
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2741
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2742
|
+
"emitScope": "ClassSurface",
|
|
2743
|
+
"provenance": "Original",
|
|
2744
|
+
"arity": 0,
|
|
2745
|
+
"parameterCount": 2,
|
|
2746
|
+
"isStatic": false,
|
|
2747
|
+
"isAbstract": true,
|
|
2748
|
+
"isVirtual": true,
|
|
2749
|
+
"isOverride": false,
|
|
2750
|
+
"isSealed": false,
|
|
2751
|
+
"visibility": "Public",
|
|
2752
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
2753
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2754
|
+
"isExtensionMethod": false
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
2758
|
+
"clrName": "SetUserNameAsync",
|
|
2759
|
+
"metadataToken": 100663569,
|
|
2760
|
+
"canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
2761
|
+
"normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
2762
|
+
"emitScope": "ClassSurface",
|
|
2763
|
+
"provenance": "Original",
|
|
2764
|
+
"arity": 0,
|
|
2765
|
+
"parameterCount": 3,
|
|
2766
|
+
"isStatic": false,
|
|
2767
|
+
"isAbstract": true,
|
|
2768
|
+
"isVirtual": true,
|
|
2769
|
+
"isOverride": false,
|
|
2770
|
+
"isSealed": false,
|
|
2771
|
+
"visibility": "Public",
|
|
2772
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
2773
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2774
|
+
"isExtensionMethod": false
|
|
2775
|
+
},
|
|
2516
2776
|
{
|
|
2517
2777
|
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::FindByIdAsync(System.String,System.Threading.CancellationToken):Task_1",
|
|
2518
2778
|
"clrName": "FindByIdAsync",
|
|
@@ -2646,6 +2906,46 @@
|
|
|
2646
2906
|
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserRoleStore\u00601",
|
|
2647
2907
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2648
2908
|
"isExtensionMethod": false
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2912
|
+
"clrName": "GetUserIdAsync",
|
|
2913
|
+
"metadataToken": 100663567,
|
|
2914
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2915
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
2916
|
+
"emitScope": "ClassSurface",
|
|
2917
|
+
"provenance": "Original",
|
|
2918
|
+
"arity": 0,
|
|
2919
|
+
"parameterCount": 2,
|
|
2920
|
+
"isStatic": false,
|
|
2921
|
+
"isAbstract": true,
|
|
2922
|
+
"isVirtual": true,
|
|
2923
|
+
"isOverride": false,
|
|
2924
|
+
"isSealed": false,
|
|
2925
|
+
"visibility": "Public",
|
|
2926
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
2927
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2928
|
+
"isExtensionMethod": false
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
2932
|
+
"clrName": "SetUserNameAsync",
|
|
2933
|
+
"metadataToken": 100663569,
|
|
2934
|
+
"canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
2935
|
+
"normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
2936
|
+
"emitScope": "ClassSurface",
|
|
2937
|
+
"provenance": "Original",
|
|
2938
|
+
"arity": 0,
|
|
2939
|
+
"parameterCount": 3,
|
|
2940
|
+
"isStatic": false,
|
|
2941
|
+
"isAbstract": true,
|
|
2942
|
+
"isVirtual": true,
|
|
2943
|
+
"isOverride": false,
|
|
2944
|
+
"isSealed": false,
|
|
2945
|
+
"visibility": "Public",
|
|
2946
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
2947
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2948
|
+
"isExtensionMethod": false
|
|
2649
2949
|
}
|
|
2650
2950
|
],
|
|
2651
2951
|
"properties": [],
|
|
@@ -2721,6 +3021,46 @@
|
|
|
2721
3021
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2722
3022
|
"isExtensionMethod": false
|
|
2723
3023
|
},
|
|
3024
|
+
{
|
|
3025
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3026
|
+
"clrName": "GetUserIdAsync",
|
|
3027
|
+
"metadataToken": 100663567,
|
|
3028
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3029
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
3030
|
+
"emitScope": "ClassSurface",
|
|
3031
|
+
"provenance": "Original",
|
|
3032
|
+
"arity": 0,
|
|
3033
|
+
"parameterCount": 2,
|
|
3034
|
+
"isStatic": false,
|
|
3035
|
+
"isAbstract": true,
|
|
3036
|
+
"isVirtual": true,
|
|
3037
|
+
"isOverride": false,
|
|
3038
|
+
"isSealed": false,
|
|
3039
|
+
"visibility": "Public",
|
|
3040
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
3041
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
3042
|
+
"isExtensionMethod": false
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3046
|
+
"clrName": "SetUserNameAsync",
|
|
3047
|
+
"metadataToken": 100663569,
|
|
3048
|
+
"canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3049
|
+
"normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
3050
|
+
"emitScope": "ClassSurface",
|
|
3051
|
+
"provenance": "Original",
|
|
3052
|
+
"arity": 0,
|
|
3053
|
+
"parameterCount": 3,
|
|
3054
|
+
"isStatic": false,
|
|
3055
|
+
"isAbstract": true,
|
|
3056
|
+
"isVirtual": true,
|
|
3057
|
+
"isOverride": false,
|
|
3058
|
+
"isSealed": false,
|
|
3059
|
+
"visibility": "Public",
|
|
3060
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
3061
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
3062
|
+
"isExtensionMethod": false
|
|
3063
|
+
},
|
|
2724
3064
|
{
|
|
2725
3065
|
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::FindByIdAsync(System.String,System.Threading.CancellationToken):Task_1",
|
|
2726
3066
|
"clrName": "FindByIdAsync",
|
|
@@ -2922,6 +3262,26 @@
|
|
|
2922
3262
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
2923
3263
|
"isExtensionMethod": false
|
|
2924
3264
|
},
|
|
3265
|
+
{
|
|
3266
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3267
|
+
"clrName": "GetUserIdAsync",
|
|
3268
|
+
"metadataToken": 100663567,
|
|
3269
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3270
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
3271
|
+
"emitScope": "ClassSurface",
|
|
3272
|
+
"provenance": "Original",
|
|
3273
|
+
"arity": 0,
|
|
3274
|
+
"parameterCount": 2,
|
|
3275
|
+
"isStatic": false,
|
|
3276
|
+
"isAbstract": true,
|
|
3277
|
+
"isVirtual": true,
|
|
3278
|
+
"isOverride": false,
|
|
3279
|
+
"isSealed": false,
|
|
3280
|
+
"visibility": "Public",
|
|
3281
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
3282
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
3283
|
+
"isExtensionMethod": false
|
|
3284
|
+
},
|
|
2925
3285
|
{
|
|
2926
3286
|
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
2927
3287
|
"clrName": "SetUserNameAsync",
|
|
@@ -3036,6 +3396,26 @@
|
|
|
3036
3396
|
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
3037
3397
|
"isExtensionMethod": false
|
|
3038
3398
|
},
|
|
3399
|
+
{
|
|
3400
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3401
|
+
"clrName": "GetUserIdAsync",
|
|
3402
|
+
"metadataToken": 100663567,
|
|
3403
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
3404
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
3405
|
+
"emitScope": "ClassSurface",
|
|
3406
|
+
"provenance": "Original",
|
|
3407
|
+
"arity": 0,
|
|
3408
|
+
"parameterCount": 2,
|
|
3409
|
+
"isStatic": false,
|
|
3410
|
+
"isAbstract": true,
|
|
3411
|
+
"isVirtual": true,
|
|
3412
|
+
"isOverride": false,
|
|
3413
|
+
"isSealed": false,
|
|
3414
|
+
"visibility": "Public",
|
|
3415
|
+
"declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
|
|
3416
|
+
"declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
|
|
3417
|
+
"isExtensionMethod": false
|
|
3418
|
+
},
|
|
3039
3419
|
{
|
|
3040
3420
|
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
3041
3421
|
"clrName": "SetUserNameAsync",
|
|
@@ -17930,15 +18310,15 @@
|
|
|
17930
18310
|
"sourceInterface": "Microsoft.AspNetCore.Identity.IUserLoginStore\u00601"
|
|
17931
18311
|
},
|
|
17932
18312
|
{
|
|
17933
|
-
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::
|
|
17934
|
-
"clrName": "
|
|
17935
|
-
"metadataToken":
|
|
17936
|
-
"canonicalSignature": "(TUser,System.
|
|
17937
|
-
"normalizedSignature": "
|
|
18313
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
18314
|
+
"clrName": "GetUserIdAsync",
|
|
18315
|
+
"metadataToken": 100663567,
|
|
18316
|
+
"canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
18317
|
+
"normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
17938
18318
|
"emitScope": "ViewOnly",
|
|
17939
18319
|
"provenance": "ExplicitView",
|
|
17940
18320
|
"arity": 0,
|
|
17941
|
-
"parameterCount":
|
|
18321
|
+
"parameterCount": 2,
|
|
17942
18322
|
"isStatic": false,
|
|
17943
18323
|
"isAbstract": false,
|
|
17944
18324
|
"isVirtual": true,
|
|
@@ -17951,15 +18331,15 @@
|
|
|
17951
18331
|
"sourceInterface": "Microsoft.AspNetCore.Identity.IUserStore\u00601"
|
|
17952
18332
|
},
|
|
17953
18333
|
{
|
|
17954
|
-
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::
|
|
17955
|
-
"clrName": "
|
|
17956
|
-
"metadataToken":
|
|
17957
|
-
"canonicalSignature": "(System.String,System.Threading.CancellationToken):
|
|
17958
|
-
"normalizedSignature": "
|
|
18334
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
18335
|
+
"clrName": "SetUserNameAsync",
|
|
18336
|
+
"metadataToken": 100663569,
|
|
18337
|
+
"canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
18338
|
+
"normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
17959
18339
|
"emitScope": "ViewOnly",
|
|
17960
18340
|
"provenance": "ExplicitView",
|
|
17961
18341
|
"arity": 0,
|
|
17962
|
-
"parameterCount":
|
|
18342
|
+
"parameterCount": 3,
|
|
17963
18343
|
"isStatic": false,
|
|
17964
18344
|
"isAbstract": false,
|
|
17965
18345
|
"isVirtual": true,
|
|
@@ -17972,11 +18352,11 @@
|
|
|
17972
18352
|
"sourceInterface": "Microsoft.AspNetCore.Identity.IUserStore\u00601"
|
|
17973
18353
|
},
|
|
17974
18354
|
{
|
|
17975
|
-
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::
|
|
17976
|
-
"clrName": "
|
|
17977
|
-
"metadataToken":
|
|
17978
|
-
"canonicalSignature": "(
|
|
17979
|
-
"normalizedSignature": "
|
|
18355
|
+
"stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::FindByIdAsync(System.String,System.Threading.CancellationToken):Task_1",
|
|
18356
|
+
"clrName": "FindByIdAsync",
|
|
18357
|
+
"metadataToken": 100663575,
|
|
18358
|
+
"canonicalSignature": "(System.String,System.Threading.CancellationToken):Task_1",
|
|
18359
|
+
"normalizedSignature": "FindByIdAsync|(System.String,System.Threading.CancellationToken):Task_1|static=false",
|
|
17980
18360
|
"emitScope": "ViewOnly",
|
|
17981
18361
|
"provenance": "ExplicitView",
|
|
17982
18362
|
"arity": 0,
|