caffreysbb

Results 3 comments of 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. ![изображение](https://user-images.githubusercontent.com/59992069/184391831-692f0b87-f71d-4402-9d7f-63cdc25ac13b.png) ![изображение](https://user-images.githubusercontent.com/59992069/184391119-72c0c644-5c1a-455e-8f64-ae7dae4b55c0.png)

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...