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.97k stars 871 forks source link

Make DbSet's virtual (#1868) #1991

Closed Asesjix closed 5 years ago

Asesjix commented 5 years ago

This PR sets the virtual modifier for the DbSets in IdentityDbContext and IdentityUserContext. Issue reference: #1868

HaoK commented 5 years ago

The code has moved to https://github.com/aspnet/AspNetCore/tree/master/src/Identity this is reasonable change we would take for 3.0 if you were to reopen this PR over there