linq2db / LinqToDB.Identity

ASP.NET Core Identity provider that uses LinqToDB.
https://linq2db.github.io/
MIT License
46 stars 9 forks source link

Опечатка? #1

Closed m-dorokhin closed 7 years ago

m-dorokhin commented 7 years ago

commit 0d68b8a155909d16fa4fc124fd79f64f30e513be src/LinqToDB.Identity/ IdentityLinqToDbBuilderExtensions.cs стр. 74

builder.Services.TryAdd(GetDefaultServices(builder.UserType, builder.RoleType, typeof(TContext), typeof(TKey)));

Возможно должна быть:

builder.Services.TryAdd(GetDefaultServices(builder.UserType, builder.RoleType, typeof(TContext), typeof(TConnection), typeof(TKey)));
ili commented 7 years ago

Да, явственно косяк, спасибо!