BlazorLiveReload icon indicating copy to clipboard operation
BlazorLiveReload copied to clipboard

Fixing #6 UseRazorComponentsRuntimeCompilation ReadAllFiles NRE

Open michal-ciechan opened this issue 4 years ago • 0 comments

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

michal-ciechan avatar Oct 02 '20 01:10 michal-ciechan