2 writes to Representation
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
386
Representation
= project,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
243
Representation
= ProjectRepresentation.FromProjectOrEntryPointFilePath(projectLaunchInfo.ProjectPath),
15 references to Representation
dotnet-watch (7)
Program.cs (5)
260
if (mainProjectOptions.
Representation
.EntryPointFilePath != null)
282
else if (mainProjectOptions.
Representation
.EntryPointFilePath != null)
321
RootProjects = [mainProjectOptions.
Representation
],
349
Debug.Assert(mainProjectOptions.
Representation
.PhysicalPath != null);
354
mainProjectOptions.
Representation
.PhysicalPath,
Watch\BuildEvaluator.cs (2)
46
Debug.Assert(MainProjectOptions.
Representation
.PhysicalPath != null);
49
MainProjectOptions.
Representation
.PhysicalPath,
Microsoft.DotNet.HotReload.Watch (8)
Aspire\AspireServiceFactory.cs (2)
126
_logger.LogDebug("[#{SessionId}] Starting: '{Path}'", sessionId, projectOptions.
Representation
.ProjectOrEntryPointFilePath);
160
throw new ApplicationException($"Failed to launch '{projectOptions.
Representation
.ProjectOrEntryPointFilePath}'.");
Browser\BrowserLauncher.cs (1)
136
? LaunchSettingsProfile.ReadLaunchProfile(projectOptions.
Representation
, projectOptions.LaunchProfileName.Value, logger)
HotReload\HotReloadDotNetWatcher.cs (1)
1020
if (mainProjectOptions?.
Representation
.EntryPointFilePath is { } sourcePath)
HotReload\RunningProjectsManager.cs (3)
353
projectsToUpdate.Select(e => e.Value.First().Options.
Representation
).Concat(
354
builder.StaticAssetUpdates.Select(e => e.Key.Options.
Representation
)).Distinct());
397
logger.Log(MessageDescriptor.RestartingProjectsNotification, projectsToRestart.Select(p => p.Options.
Representation
));
Process\ProjectLauncher.cs (1)
39
var projectNode = projectGraph.TryGetProjectNode(projectOptions.
Representation
.ProjectGraphPath, projectOptions.TargetFramework);