1 write to _context
dotnet-watch (1)
Watch\BuildEvaluator.cs (1)
36
_context
= context;
15 references to _context
dotnet-watch (15)
Watch\BuildEvaluator.cs (15)
41
=>
_context
.MainProjectOptions ?? throw new InvalidOperationException();
51
_context
.BuildArguments,
52
_context
.ProcessRunner,
53
_context
.BuildLogger,
54
_context
.Options,
55
_context
.EnvironmentOptions);
61
if (!
_context
.EnvironmentOptions.SuppressMSBuildIncrementalism &&
67
_context
.Logger.LogDebug("Cannot use --no-restore since msbuild project files have changed.");
71
_context
.Logger.LogDebug("Modifying command to use --no-restore");
105
if (
_context
.EnvironmentOptions.SuppressMSBuildIncrementalism)
118
_context
.Logger.LogDebug("Evaluating dotnet-watch file set.");
143
_context
.Logger,
144
_context
.EnvironmentOptions,
145
startedWatching: () =>
_context
.Logger.Log(MessageDescriptor.FixBuildError),
169
_context
.Logger.LogDebug("Re-evaluation needed due to changes in '{Path}'.", file);