A Blazor WebAssembly app crashes at runtime due to a missing DLL for the Shared project. This happens after I makes any change to the app, e.g. in Index.razor in the Client project. The Shared project remains unchanged.
The exact exception is:
FileNotFoundException: Could not load file or assembly [AppName].Shared.dll
If I clean and rebuild the solution, it runs again, until I make another change.
If I uninstall the Telerik Blazor Visual Studio extension, the error goes away. Alternatively, another possible workaround is to reduce the number of parallel builds in Visual Studio to 1.