2 implementations of Report
dotnet-watch.Tests (1)
TestUtilities\TestReporter.cs (1)
54
public void
Report
(EventId id, Emoji emoji, MessageSeverity severity, string message)
Microsoft.DotNet.HotReload.Watch (1)
UI\ConsoleReporter.cs (1)
53
public void
Report
(EventId id, Emoji emoji, MessageSeverity severity, string message)
1 reference to Report
Microsoft.DotNet.HotReload.Watch (1)
UI\IReporter.cs (1)
123
reporter.
Report
(eventId, emoji, severity, prefix + formatter(state, exception));