1 instantiation of Program
dotnet-watch (1)
Program.cs (1)
103
return new
Program
(console, loggerFactory, logger, processOutputReporter, rootProjectOptions, options, environmentOptions);
9 references to Program
dotnet-watch (5)
Program.cs (4)
21
public const string LogComponentName = nameof(
Program
);
45
var
program = TryCreate(
67
private static
Program
? TryCreate(IReadOnlyList<string> args, IConsole console, EnvironmentOptions environmentOptions, bool verbose, out int errorCode)
83
internal static
Program
? TryCreate(CommandLineOptions options, IConsole console, EnvironmentOptions environmentOptions, LoggerFactory loggerFactory, IProcessOutputReporter processOutputReporter, out int errorCode)
UI\IReporter.cs (1)
172
.Add(
Program
.LogComponentName, Emoji.Watch)
dotnet-watch.Tests (4)
CommandLine\ProgramTests.cs (2)
23
var
program =
Program
.TryCreate(
HotReload\RuntimeProcessLauncherTests.cs (2)
102
var
program =
Program
.TryCreate(