Hi,
I've discovered that all of the getcountasync and getlistasync tests that abp suite generates seem to fail, I'm getting an error related to the foreign key against all of my navigation properties. I updated to the lastest version and reran the abp suite to regenerate all the tests in case there was a bug in v7.0.0 but I'm getting the same result.
ABP Framework version: v7.0.3
UI type: Blazor
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): no
Exception message and stack trace: DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details. SqliteException: SQLite Error 19: 'FOREIGN KEY constraint failed'.
Steps to reproduce the issue:" Create any dataset using abp suite that has a navigation property then the entityframeworkcore.test project
I am experiencing an issue where if I click the login button on the blazor frontend and am redirected to the login page on the host project visual studio stops running and closes the browser window. This only happens if I have breakpoints set in the project, if there are no breakpoints then it runs fine. Obviously this is making debugging my project very frustrating as I have to set all my breakpoints each time I run the project.