28 references to Watch
dotnet-watch (26)
UI\IReporter.cs (26)
49
Emoji.
Watch
=> "⌚",
120
_ => Emoji.
Watch
172
.Add(Program.LogComponentName, Emoji.
Watch
)
173
.Add(DotNetWatchContext.DefaultLogComponentName, Emoji.
Watch
)
188
public static readonly MessageDescriptor FixBuildError = Create("Fix the error to continue or press Ctrl+C to exit.", Emoji.
Watch
, MessageSeverity.Warning);
189
public static readonly MessageDescriptor WaitingForChanges = Create("Waiting for changes", Emoji.
Watch
, MessageSeverity.Verbose);
196
public static readonly MessageDescriptor WatchingWithHotReload = Create("Watching with Hot Reload.", Emoji.
Watch
, MessageSeverity.Verbose);
204
public static readonly MessageDescriptor ApplyUpdate_FileContentDoesNotMatchBuiltSource = Create("{0} Expected if a source file is updated that is linked to project whose build is not up-to-date.", Emoji.
Watch
, MessageSeverity.Verbose);
205
public static readonly MessageDescriptor ConfiguredToLaunchBrowser = Create("dotnet-watch is configured to launch a browser on ASP.NET Core application startup.", Emoji.
Watch
, MessageSeverity.Verbose);
207
public static readonly MessageDescriptor SkippingConfiguringBrowserRefresh_SuppressedViaEnvironmentVariable = Create("Skipping configuring browser-refresh middleware since its refresh server suppressed via environment variable {0}.", Emoji.
Watch
, MessageSeverity.Verbose);
208
public static readonly MessageDescriptor SkippingConfiguringBrowserRefresh_TargetFrameworkNotSupported = Create("Skipping configuring browser-refresh middleware since the target framework version is not supported. For more information see 'https://aka.ms/dotnet/watch/unsupported-tfm'.", Emoji.
Watch
, MessageSeverity.Warning);
215
public static readonly MessageDescriptor IgnoringChangeInHiddenDirectory = Create("Ignoring change in hidden directory '{0}': {1} '{2}'", Emoji.
Watch
, MessageSeverity.Verbose);
216
public static readonly MessageDescriptor IgnoringChangeInOutputDirectory = Create("Ignoring change in output directory: {0} '{1}'", Emoji.
Watch
, MessageSeverity.Verbose);
217
public static readonly MessageDescriptor IgnoringChangeInExcludedFile = Create("Ignoring change in excluded file '{0}': {1}. Path matches {2} glob '{3}' set in '{4}'.", Emoji.
Watch
, MessageSeverity.Verbose);
218
public static readonly MessageDescriptor FileAdditionTriggeredReEvaluation = Create("File addition triggered re-evaluation.", Emoji.
Watch
, MessageSeverity.Verbose);
219
public static readonly MessageDescriptor ReEvaluationCompleted = Create("Re-evaluation completed.", Emoji.
Watch
, MessageSeverity.Verbose);
220
public static readonly MessageDescriptor ProjectChangeTriggeredReEvaluation = Create("Project change triggered re-evaluation.", Emoji.
Watch
, MessageSeverity.Verbose);
221
public static readonly MessageDescriptor NoCSharpChangesToApply = Create("No C# changes to apply.", Emoji.
Watch
, MessageSeverity.Output);
222
public static readonly MessageDescriptor Exited = Create("Exited", Emoji.
Watch
, MessageSeverity.Output);
227
public static readonly MessageDescriptor ProcessRunAndExited = Create("Process id {0} ran for {1}ms and exited with exit code {2}.", Emoji.
Watch
, MessageSeverity.Verbose);
228
public static readonly MessageDescriptor WaitingForProcessToExitWithin = Create("Waiting for process {0} to exit within {1}s.", Emoji.
Watch
, MessageSeverity.Verbose);
229
public static readonly MessageDescriptor WaitingForProcessToExit = Create("Waiting for process {0} to exit ({1}).", Emoji.
Watch
, MessageSeverity.Verbose);
231
public static readonly MessageDescriptor TerminatingProcess = Create("Terminating process {0} ({1}).", Emoji.
Watch
, MessageSeverity.Verbose);
233
public static readonly MessageDescriptor ErrorReadingProcessOutput = Create("Error reading {0} of process {1}: {2}", Emoji.
Watch
, MessageSeverity.Verbose);
250
public static readonly MessageDescriptor WatchingFilesForChanges = Create("Watching {0} file(s) for changes", Emoji.
Watch
, MessageSeverity.Verbose);
251
public static readonly MessageDescriptor WatchingFilesForChanges_FilePath = Create("> {0}", Emoji.
Watch
, MessageSeverity.Verbose);
dotnet-watch.Tests (2)
ConsoleReporterTests.cs (2)
20
reporter.Report(id: default, Emoji.
Watch
, MessageSeverity.Verbose, "verbose {0}");
24
reporter.Report(id: default, Emoji.
Watch
, MessageSeverity.Output, "out");