martasp / BlazorLiveReload

BlazorLiveReload
142 stars 14 forks source link

Fixing #6 UseRazorComponentsRuntimeCompilation ReadAllFiles NRE #17

Open michal-ciechan opened 4 years ago

michal-ciechan commented 4 years ago

Fixes NRE when App.Razor file is not found.

Not quiet sure why it is not found or why there is a hard dependency on it in the code.

From the looks of it, it looks like it replaces some test types, so seems to be safe to put behind a null check