dotnet-presentations / blazor-workshop

Blazor workshop
https://aka.ms/blazorworkshop
MIT License
3.51k stars 1.56k forks source link

Project only runs from VS2019 #309

Closed AmSmart closed 3 years ago

AmSmart commented 3 years ago

Whenever I startup this project from VS2019, it runs smoothly. Running it from the CLI with dotnet run always leads to a runtime exception on start-up. What could be wrong?

dotnetspark commented 3 years ago

I'd very helpful to add some context, like a snapshot of the error. Also details such as VS edition you're using, have you upgraded any package?

AmSmart commented 3 years ago

I didn't upgrade any of the packages. I just downloaded and ran a fresh copy from the repo. Just tried it again this morning and all works perfectly. I guess it has to do with some weird issue. I'm going to close this GitHub issue right now since the problem most likely didn't originate from the repo. Thanks for the swift response.