4 references to ProjectsToRedeploy
Microsoft.DotNet.HotReload.Watch (4)
HotReload\CompilationHandler.cs (1)
396
builder.
ProjectsToRedeploy
.AddRange(updates.ProjectsToRedeploy.Select(id => currentSolution.GetProject(id)!.FilePath!));
HotReload\HotReloadDotNetWatcher.cs (3)
310
if (updates.
ProjectsToRedeploy
is not [])
312
await DeployProjectDependenciesAsync(evaluationResult, updates.
ProjectsToRedeploy
, iterationCancellationToken);
313
_context.Logger.Log(MessageDescriptor.ProjectDependenciesDeployed, updates.
ProjectsToRedeploy
.Count);