Skip to content

SetPasskeyAsync Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserOnlyStore`7' from assembly 'Microsoft.AspNetCore.Identity.EntityFrameworkCore #63552

@ONYXDave

Description

@ONYXDave

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

When updating from 10.0.0-preview.6.25358.103 to 10.0.0-preview.7.25380.108
I get error message in
builder.Services.AddIdentity<ApplicationUser, IdentityRole>(options =>
{
options.SignIn.RequireConfirmedAccount = true;
}
)

Expected Behavior

No response

Steps To Reproduce

Update from 10.0.0-preview.6.25358.103 to 10.0.0-preview.7.25380.108

Exceptions (if any)

System.TypeLoadException
HResult=0x80131522
Message=Method 'SetPasskeyAsync' in type 'Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserOnlyStore`7' from assembly 'Microsoft.AspNetCore.Identity.EntityFrameworkCore, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' does not have an implementation.
Source=Microsoft.AspNetCore.Identity.EntityFrameworkCore
StackTrace:
at Microsoft.Extensions.DependencyInjection.IdentityEntityFrameworkBuilderExtensions.AddStores(IServiceCollection services, Type userType, Type roleType, Type contextType)
at Microsoft.Extensions.DependencyInjection.IdentityEntityFrameworkBuilderExtensions.AddStores(IServiceCollection services, Type userType, Type roleType, Type contextType)
at Microsoft.Extensions.DependencyInjection.IdentityEntityFrameworkBuilderExtensions.AddEntityFrameworkStores[TContext](IdentityBuilder builder)

.NET Version

10.0.0-preview.7.25380.108

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs: Author FeedbackThe author of this issue needs to respond in order for us to continue investigating this issue.area-identityIncludes: Identity and providers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions