8 references to ReadBool
dotnet-watch (8)
CommandLine\EnvironmentVariables.cs (8)
23
public static bool VerboseCliOutput =>
ReadBool
("DOTNET_CLI_CONTEXT_VERBOSE");
24
public static bool IsPollingEnabled =>
ReadBool
("DOTNET_USE_POLLING_FILE_WATCHER");
25
public static bool SuppressEmojis =>
ReadBool
("DOTNET_WATCH_SUPPRESS_EMOJIS");
26
public static bool RestartOnRudeEdit =>
ReadBool
("DOTNET_WATCH_RESTART_ON_RUDE_EDIT");
36
public static bool SuppressHandlingStaticContentFiles =>
ReadBool
("DOTNET_WATCH_SUPPRESS_STATIC_FILE_HANDLING");
37
public static bool SuppressMSBuildIncrementalism =>
ReadBool
("DOTNET_WATCH_SUPPRESS_MSBUILD_INCREMENTALISM");
38
public static bool SuppressLaunchBrowser =>
ReadBool
("DOTNET_WATCH_SUPPRESS_LAUNCH_BROWSER");
39
public static bool SuppressBrowserRefresh =>
ReadBool
(Names.SuppressBrowserRefresh);