martasp / BlazorLiveReload

BlazorLiveReload
143 stars 14 forks source link

Object reference not set to an instance of an object #6

Open partyelite opened 4 years ago

partyelite commented 4 years ago

I get Object reference not set to an instance of an object on app.UseRazorComponentsRuntimeCompilation();

using VS2019 server side blazor

dharmaturtle commented 4 years ago

It's open-source - clone the repo and find the null error for your specific project. I did that for my project because it was throwing an error because I had multiple _Imports.razor due to scaffolding out a custom login screen. I haven't bothered to PR a fix yet though >_>