caffreysbb
caffreysbb
> Rider 2022.2.1 Plugin 222.1.0 ``` public class ApplicationDbContext : IdentityDbContext { public ApplicationDbContext(DbContextOptions options) : base(options) { // Database.EnsureDeleted(); // Database.EnsureCreated(); } ```
Magic! =) I create new project and copy paste code.  
if i remove not working project and rename test project whatewer not show context. if in test project disable nullable reference in project settings - not show context or not...