2 writes to Representation
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
386
Representation
= project,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
242
Representation
= ProjectRepresentation.FromProjectOrEntryPointFilePath(projectLaunchInfo.ProjectPath),
15 references to Representation
dotnet-watch (7)
Program.cs (5)
259
if (mainProjectOptions.
Representation
.EntryPointFilePath != null)
281
else if (mainProjectOptions.
Representation
.EntryPointFilePath != null)
320
RootProjects = [mainProjectOptions.
Representation
],
348
Debug.Assert(mainProjectOptions.
Representation
.PhysicalPath != null);
353
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\CompilationHandler.cs (3)
516
projectsToUpdate.Select(e => e.Value.First().Options.
Representation
).Concat(
517
staticAssetUpdates.Select(e => e.Key.Options.
Representation
)));
883
_context.Logger.Log(MessageDescriptor.RestartingProjectsNotification, projectsToRestart.Select(p => p.Options.
Representation
));
HotReload\HotReloadDotNetWatcher.cs (1)
1005
if (mainProjectOptions?.
Representation
.EntryPointFilePath is { } sourcePath)
Process\ProjectLauncher.cs (1)
39
var projectNode = projectGraph.TryGetProjectNode(projectOptions.
Representation
.ProjectGraphPath, projectOptions.TargetFramework);