6 references to ProjectOrEntryPointFilePath
Microsoft.DotNet.HotReload.Watch (6)
Aspire\AspireServiceFactory.cs (2)
126_logger.LogDebug("[#{SessionId}] Starting: '{Path}'", sessionId, projectOptions.Representation.ProjectOrEntryPointFilePath); 160throw new ApplicationException($"Failed to launch '{projectOptions.Representation.ProjectOrEntryPointFilePath}'.");
Build\ProjectRepresentation.cs (1)
31=> Path.GetDirectoryName(ProjectOrEntryPointFilePath)!;
HotReload\HotReloadDotNetWatcher.cs (2)
759fileWatcher.WatchContainingDirectories(_context.RootProjects.Select(p => p.ProjectOrEntryPointFilePath), includeSubdirectories: true); 1110return await BuildFileOrProjectOrSolutionAsync(singleProject.ProjectOrEntryPointFilePath, targetFramework, device, action, cancellationToken);
Process\LaunchSettingsProfile.cs (1)
28var launchSettingsPath = LaunchSettings.TryFindLaunchSettingsFile(project.ProjectOrEntryPointFilePath, launchProfileName, (message, isError) =>