You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a direct project reference between the frontend and backend projects and this causes a problem in VS Code when you try to launch both debuggers at the same time as it becomes a race condition on who is writing the DLLs first, causing one of the debugger commands to fail.
Given #170 is underway, is it worth moving away from having two separate projects and using a single project based on the new Blazor app type that is coming in .NET 8?
The text was updated successfully, but these errors were encountered:
There's a direct project reference between the frontend and backend projects and this causes a problem in VS Code when you try to launch both debuggers at the same time as it becomes a race condition on who is writing the DLLs first, causing one of the debugger commands to fail.
Given #170 is underway, is it worth moving away from having two separate projects and using a single project based on the new Blazor app type that is coming in .NET 8?
The text was updated successfully, but these errors were encountered: