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