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