8 references to Warning
Microsoft.DotNet.HotReload.WebAssembly.Browser (8)
HotReloadAgent.cs (2)
182
Reporter.Report($"Failed to load type 0x{updatedType:X8}: {e.Message}", AgentMessageSeverity.
Warning
);
205
Reporter.Report(ex.ToString(), AgentMessageSeverity.
Warning
);
MetadataUpdateHandlerInvoker.cs (6)
125
reporter.Report(e.ToString(), AgentMessageSeverity.
Warning
);
142
reporter.Report(e.ToString(), AgentMessageSeverity.
Warning
);
170
reporter.Report($"'{attr}' found with invalid arguments.", AgentMessageSeverity.
Warning
);
217
AgentMessageSeverity.
Warning
);
256
=> reporter.Report($"Exception from '{GetHandlerDisplayString(method)}': {e}", AgentMessageSeverity.
Warning
);
288
reporter.Report($"Type '{handlerType}' has method '{method}' that does not match the required signature.", AgentMessageSeverity.
Warning
);