aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 869 forks source link

Update IdentityServiceCollectionExtensions.cs #1959

Closed Rick-Anderson closed 5 years ago

Rick-Anderson commented 5 years ago

Fix Copy/paste error from AddIdentity<TUser, TRole>

Eilon commented 5 years ago

@HaoK do we want this in 2.2 and master (3.0)?

HaoK commented 5 years ago

Sure doesn't hurt to fix it in both

HaoK commented 5 years ago

Rick do you want to open a new PR against 2.2 (or rebase this one)?

HaoK commented 5 years ago

Its easiest if the fix is done in 2.2 and merged into 3.0, that way we don't have to backport

Rick-Anderson commented 5 years ago

Created #1962

HaoK commented 5 years ago

Replaced by https://github.com/aspnet/Identity/pull/1962