3 references to ResolveRepoLocalManagedPath
aspire (1)
Profiling\ProfileCaptureService.cs (1)
74
managedPath ??=
ResolveRepoLocalManagedPath
(configuration[BundleDiscovery.RepoRootEnvVar]);
Aspire.Cli.Tests (2)
ProfileCaptureOptionsTests.cs (2)
122
var resolvedPath = ProfileCaptureService.
ResolveRepoLocalManagedPath
(repoRoot: null);
143
var resolvedPath = ProfileCaptureService.
ResolveRepoLocalManagedPath
(workspace.WorkspaceRoot.FullName);