Hot Reload Error "The using directive for 'System' appeared previously as global using"
I’m experiencing an issue with Hot Reload in a WPF application using BlazorWebView. When attempting to use Hot Reload, I get the following errors:
The using directive for 'System' appeared previously as global using
The using directive for 'System' appeared previously as global using
These are auto-generated files from .xaml files. Deleting bin/obj and restarting Visual Studio does not resolve the problem. The issue occurs on all developer machines.