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