-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Description
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