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 #1962

Closed Rick-Anderson closed 5 years ago

Rick-Anderson commented 5 years ago

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

Rick-Anderson commented 5 years ago

Is CI failing because VS is showing: XML comment has cref attribute 'AddRoles{TRole}' that could not be resolved

HaoK commented 5 years ago

Yeah its a method on identity builder, this should resolve: <see cref="IdentityBuilder.AddRoles{TRole}"/>

HaoK commented 5 years ago

Looks good do you have permissions to squash/merge this PR Rick? You can do the honors if so

Rick-Anderson commented 5 years ago

@HaoK no I don't and want to keep it that way.

HaoK commented 5 years ago

np, thanks @Rick-Anderson !