Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference between frontend and backend causes VSCode build problems #199

Open
aaronpowell opened this issue Oct 17, 2023 · 0 comments
Open

Comments

@aaronpowell
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant