1 write to Reporter
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\HotReloadAgent.cs (1)
35Reporter = reporter;
4 references to Reporter
Microsoft.AspNetCore.Components.WebAssembly (4)
HotReload\HotReloadAgent.cs (4)
121Reporter.Report($"Applying delta to module {delta.ModuleId}.", AgentMessageSeverity.Verbose); 165Reporter.Report($"Failed to load type 0x{updatedType:X8}: {e.Message}", AgentMessageSeverity.Warning); 182Reporter.Report("Deltas applied.", AgentMessageSeverity.Verbose); 186Reporter.Report(ex.ToString(), AgentMessageSeverity.Warning);