blazorbootstrap-starter-templates
blazorbootstrap-starter-templates copied to clipboard
GenerateStaticWebAssetsPropstFile task failed unexpectedly
If you clone the entire project (all solutions) and open one of the solutions in the project in Visual Studio and try to run it, you will get an error GenerateStaticWebAssetsPropstFile task failed unexpectedly.
The problem is that the path is too long. See https://stackoverflow.com/questions/74403186/the-generatestaticwebasssetspropsfile-task-failed-unexpectedly for more info.
The resolve this issue just copy the directory containing the project solution you want to view or play around with to a location with a shorter path and then it works fine!