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