1186 references to Combine
aspire (40)
Projects\JavaAppHostToolchainResolver.cs (2)
667"-sourcepath", string.Join(Path.PathSeparator, ".", Path.Combine("src", "main", "java")),
699$"{CombineProjectPath(projectPath, Path.Combine("src", "main", "java"))}/**",
Projects\PrebuiltAppHostServer.cs (5)
114_workingDirectory = Path.Combine(integrationCacheDirectory.FullName, "apphosts", pathDir);
116_projectReferencePrepareLockPath = Path.Combine(_workingDirectory, "project-layouts", "prepare.lock");
622var assetsPath = Path.Combine(restoreDir, "obj", ProjectAssetsFileName);
623var stampPath = Path.Combine(restoreDir, "obj", RestoreStampFileName);
836Path.Combine(restoreDir, "obj", ProjectAssetsFileName),
aspire-managed (3)
Aspire.Acquisition.Tests (24)
Aspire.Cli.EndToEnd.Tests (47)
Aspire.Cli.Tests (523)
Acquisition\InstallationDiscoveryDiscoverAllTests.cs (8)
128var binDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "bin");
165var offPathDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "bin");
218var binDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "bin");
249var binDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "bin");
300var binDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "bin");
637var dogfoodRoot = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "dogfood");
762var releaseBinDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "bin");
925var fakeCanonical = Path.Combine(workspace.WorkspaceRoot.FullName, "deliberately-different-canonical-path", "aspire");
Agents\AspireSkillsBundleTests.cs (8)
143var skillDirectory = Path.Combine(bundleDirectory, "skills", CommonAgentApplicators.AspireSkillName);
187var skillDirectory = Path.Combine(bundleDirectory, "skills", CommonAgentApplicators.AspireSkillName);
509Directory.CreateDirectory(Path.Combine(bundleDirectory, "skills", CommonAgentApplicators.AspireSkillName));
555var skillDirectory = Path.Combine(bundleDirectory, "skills", CommonAgentApplicators.AspireSkillName);
636var skillDirectory = Path.Combine(bundleDirectory, "skills", CommonAgentApplicators.AspireifySkillName);
682var skillDirectory = Path.Combine(bundleDirectory, "skills", CommonAgentApplicators.AspireSkillName);
837var skillDirectory = Path.Combine(bundleDirectory, "skills", CommonAgentApplicators.AspireSkillName);
883var skillDirectory = Path.Combine(bundleDirectory, "skills", skillName);
Agents\PlaywrightCliInstallerTests.cs (7)
639File.WriteAllText(Path.Combine(skillDir, "subdir", "extra.md"), "Extra content");
696File.WriteAllText(Path.Combine(targetDir, "stale-dir", "old.md"), "should be removed");
855Assert.False(Directory.Exists(Path.Combine(tempDir, ".claude", "skills")));
887Assert.False(Directory.Exists(Path.Combine(tempDir, ".claude", "skills")));
920Assert.True(Directory.Exists(Path.Combine(tempDir, ".claude", "skills")));
941var skillDir = Path.Combine(tempDir, ".agents", "playwright-cli");
988Assert.False(Directory.Exists(Path.Combine(tempDir, "a", "b")));
Backchannel\AuxiliaryBackchannelMonitorTests.cs (6)
49var outsideAppHost = Path.Combine(tempRoot.FullName, "other", "apphost.cs");
74var worktreeRoot = Directory.CreateDirectory(Path.Combine(primaryRoot, ".worktrees", "feature")).FullName;
99var submoduleRoot = Directory.CreateDirectory(Path.Combine(primaryRoot, "extern", "dep")).FullName;
121var worktreeRoot = Directory.CreateDirectory(Path.Combine(primaryRoot, ".worktrees", "feature")).FullName;
123var submoduleRoot = Directory.CreateDirectory(Path.Combine(worktreeRoot, "extern", "dep")).FullName;
124TestGitWorktree.WriteGitDirFile(submoduleRoot, Path.Combine(adminDirectory, "modules", "dep"));
Caching\AppHostInfoDiskCacheTests.cs (15)
29var globalSettingsFile = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.global.json"));
288var projectDirectory = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, "src", "MyHost"));
352var projectDirectory = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, "repo", "proj"));
358File.WriteAllText(Path.Combine(workspace.WorkspaceRoot.FullName, "repo", "Directory.Build.props"), """
389var projectDirectory = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, "repo", "proj"));
392File.WriteAllText(Path.Combine(workspace.WorkspaceRoot.FullName, "repo", "Directory.Build.props"), """
422var projectDirectory = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, "repo", "proj"));
425File.WriteAllText(Path.Combine(workspace.WorkspaceRoot.FullName, "repo", "Directory.Build.props"), """
447var projectDirectory = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, "repo", "proj"));
453File.WriteAllText(Path.Combine(workspace.WorkspaceRoot.FullName, "repo", "Directory.Build.props"), """
476var projectDirectory = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, "src", "MyHost"));
556var projectDirectory = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, "repo", "proj"));
567File.WriteAllText(Path.Combine(workspace.WorkspaceRoot.FullName, "repo", "Directory.Build.props"), """
592var projectDirectory = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, "src", "MyHost"));
751var projectDir = Directory.CreateDirectory(Path.Combine(repoRoot.FullName, "src", "AppHost"));
Commands\AddCommandTests.cs (6)
2504var hivesDirectory = new DirectoryInfo(Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "hives"));
2714var hivesDir = new DirectoryInfo(Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "hives"));
2786var hivesDir = new DirectoryInfo(Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "hives"));
2846var hivesRoot = new DirectoryInfo(Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "hives"));
2847var localPackagesDir = new DirectoryInfo(Path.Combine(hivesRoot.FullName, PackageChannelNames.Local, "packages"));
2848var prPackagesDir = new DirectoryInfo(Path.Combine(hivesRoot.FullName, "pr-12345", "packages"));
Commands\AgentMcpCommandTests.cs (5)
141AppHostPath = Path.Combine(ctx.Workspace.WorkspaceRoot.FullName, "TestAppHost", "TestAppHost.csproj"),
209AppHostPath = Path.Combine(ctx.Workspace.WorkspaceRoot.FullName, "TestAppHost", "TestAppHost.csproj"),
284AppHostPath = Path.Combine(ctx.Workspace.WorkspaceRoot.FullName, "TestAppHost", "TestAppHost.csproj"),
399AppHostPath = Path.Combine(ctx.Workspace.WorkspaceRoot.FullName, "TestAppHost", "TestAppHost.csproj"),
481AppHostPath = Path.Combine(ctx.Workspace.WorkspaceRoot.FullName, "TestAppHost", "TestAppHost.csproj"),
Commands\ConfigCommandTests.cs (10)
122var settingsPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.json");
182var settingsPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.json");
207var settingsPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.json");
241var settingsPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.json");
361var settingsPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.json");
690var settingsPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.json");
722var settingsPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.json");
753var settingsPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.json");
784var settingsPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.json");
890var legacySettingsPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.json");
Commands\InitCommandTests.cs (5)
476Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "aspire-apphost", "apphost.mts")));
612var agentsDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".agents", "skills");
800var hivesDir = new DirectoryInfo(Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "hives"));
801Directory.CreateDirectory(Path.Combine(hivesDir.FullName, "pr-12345", "packages"));
1552var hivesDir = new DirectoryInfo(Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "hives"));
Commands\LogsCommandTests.cs (5)
728AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "TestAppHost", "TestAppHost.csproj"),
818AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "TestAppHost", "TestAppHost.csproj"),
985AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "TestAppHost", "TestAppHost.csproj"),
1548AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "TestAppHost", "TestAppHost.csproj"),
1626AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "TestAppHost", "TestAppHost.csproj"),
Commands\LsCommandTests.cs (16)
93var appHostPath1 = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj");
94var appHostPath2 = Path.Combine(workspace.WorkspaceRoot.FullName, "App2", "App2.AppHost.csproj");
214var appHostPath1 = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj");
215var appHostPath2 = Path.Combine(workspace.WorkspaceRoot.FullName, "App2", "App2.AppHost.csproj");
289var appHostPath1 = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj");
290var appHostPath2 = Path.Combine(workspace.WorkspaceRoot.FullName, "App2", "App2.AppHost.csproj");
374var appHostPathZ = Path.Combine(workspace.WorkspaceRoot.FullName, "ZApp", "Z.AppHost.csproj");
375var appHostPathA = Path.Combine(workspace.WorkspaceRoot.FullName, "AApp", "A.AppHost.csproj");
376var appHostPathM = Path.Combine(workspace.WorkspaceRoot.FullName, "MApp", "M.AppHost.csproj");
419var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App", "App.AppHost.csproj");
520var appHostPath1 = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj");
521var appHostPath2 = Path.Combine(workspace.WorkspaceRoot.FullName, "App2", "App2.AppHost.csproj");
556var appHostPath1 = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj");
557var appHostPath2 = Path.Combine(workspace.WorkspaceRoot.FullName, "App2", "App2.AppHost.csproj");
609var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App", "App.AppHost.csproj");
762var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App", "App.AppHost.csproj");
Commands\NewCommandTests.cs (19)
983Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "output", "apphost.mts")));
984Assert.False(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "output", "aspire.config.json")));
1235Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "output", "apphost.mts")));
1311var nestedDirectory = Directory.CreateDirectory(Path.Combine(expectedSource, "aspire.projecttemplates", "9.2.0"));
1557Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "output", "AppHost.java")));
1593Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "output", "apphost.py")));
1609Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "output", "apphost.cs")));
1639var appHostCreated = File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "output", "apphost.cs"));
1982var configPath = Path.Combine(workspace.WorkspaceRoot.FullName, "output", "aspire.config.json");
2170var modulesDir = Directory.CreateDirectory(Path.Combine(directory.FullName, ".aspire", "modules"));
2342var agentsDir = Path.Combine(outputDir, ".agents", "skills");
2690var expectedPath = Path.Combine(workspace.WorkspaceRoot.FullName, "source", "MyFirstApp");
2718Path.Combine(workspace.WorkspaceRoot.FullName, "source", "MyFirstApp");
2749var expectedPath = Path.Combine(workspace.WorkspaceRoot.FullName, "source", "MyFirstApp");
2872workspaceRoot => Path.Combine(workspaceRoot, "source", projectName));
2928var expectedPath = Path.Combine(workspace.WorkspaceRoot.FullName, "source", projectName);
3216Assert.False(File.Exists(Path.Combine(selectedOutputPath.FullName, projectName, "apphost.ts")));
3242Path.Combine(workspace.WorkspaceRoot.FullName, "source", projectName);
3267var expectedPath = Path.Combine(workspace.WorkspaceRoot.FullName, "source", projectName);
Commands\PsCommandTests.cs (17)
126AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
142AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App2", "App2.AppHost.csproj"),
194var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj");
233AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
273AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
279AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
317AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
361AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
398var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj");
431var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj");
501AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
540AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
604AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
648AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
688AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
695AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
735AppHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj"),
Commands\RunCommandTests.cs (9)
891var appHostProjectFile = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "AppHost", "AppHost.csproj"));
917var appHostProjectFile = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "AppHost", "AppHost.csproj"));
950var appHostProjectFile = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "AppHost", "AppHost.csproj"));
981var appHostProjectFile = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "AppHost", "AppHost.csproj"));
1010var appHostProjectFile = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "AppHost", "AppHost.csproj"));
2563var appHostDirectoryPath = Path.Combine(workspace.WorkspaceRoot.FullName, "src", "MyApp.AppHost");
3937Path.Combine(workspace.WorkspaceRoot.FullName, "common", ".git"));
4004Path.Combine(workspace.WorkspaceRoot.FullName, "common", ".git"));
4032Path.Combine(workspace.WorkspaceRoot.FullName, "common", ".git"));
Commands\StopCommandTests.cs (11)
87var resolvedProjectFile = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "Resolved.AppHost", "Resolved.AppHost.csproj"));
125var appHostPath1 = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "AppHost.cs");
126var appHostPath2 = Path.Combine(workspace.WorkspaceRoot.FullName, "App2", "AppHost.cs");
216var expectedPath = Path.Combine("App1", "App1.AppHost", "App1.AppHost.csproj");
226var worktreeRoot = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, ".worktrees", "feature")).FullName;
235var primaryAppHost = Path.Combine(workspace.WorkspaceRoot.FullName, "AppHost", "AppHost.csproj");
314var worktreeRoot = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, ".worktrees", "feature")).FullName;
398var appHostPath1 = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj");
399var appHostPath2 = Path.Combine(workspace.WorkspaceRoot.FullName, "App2", "App2.AppHost.csproj");
665var outOfScopeAppHostFile = Path.Combine(workspace.WorkspaceRoot.FullName, "OtherWorkspace", "Other.AppHost.csproj");
1190var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost.csproj");
Configuration\AspireConfigFileTests.cs (15)
199var subDir = Path.Combine(workspace.WorkspaceRoot.FullName, "nested", "dir");
457var settingsPath = Path.Combine(root, ".aspire", "settings.json");
479var settingsPath = Path.Combine(root, ".aspire", "settings.json");
502var settingsPath = Path.Combine(root, ".aspire", "settings.json");
520var settingsPath = Path.Combine(root, ".aspire", "settings.json");
546var absolutePath = Path.Combine(root, "src", "apphost.ts").Replace(Path.DirectorySeparatorChar, '/');
547var settingsPath = Path.Combine(root, ".aspire", "settings.json");
568var settingsPath = Path.Combine(root, ".aspire", "settings.json");
588var settingsPath = Path.Combine(root, ".aspire", "settings.json");
608var settingsPath = Path.Combine(root, ".aspire", "settings.json");
628var settingsPath = Path.Combine(root, ".aspire", "settings.json");
649var settingsPath = Path.Combine(root, ".aspire", "settings.json");
669var settingsPath = Path.Combine(root, ".aspire", "settings.json");
687var settingsPath = Path.Combine(root, ".aspire", "settings.json");
707var settingsPath = Path.Combine(root, ".aspire", "settings.json");
Git\GitWorktreeTests.cs (29)
18var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "AppHost", "AppHost.csproj");
32Path.Combine(fixtureRoot, "primary", ".git"));
33var appHostPath = Path.Combine(worktreeRoot, "AppHost", "AppHost.csproj");
66Path.Combine(worktreeRoot, "primary", ".git"),
86var aliasRoot = Path.Combine(fixtureRoot, "aliases", "feature");
123Path.Combine(fixtureRoot, "primary", ".git"));
143var aliasDirectory = Path.Combine(fixtureRoot, "aliases", "admin");
184Path.Combine(worktreeRoot, "primary", ".git"));
222Path.Combine(worktreeRoot, "primary", ".git"));
244Path.Combine(fixtureRoot, "primary", ".git"));
285Path.Combine(fixtureRoot, "primary", ".git"));
286var submoduleRoot = Directory.CreateDirectory(Path.Combine(worktreeRoot, "extern", "dep")).FullName;
289Path.Combine(adminDirectory, "modules", "dep"));
314var commonGitDirectory = Path.Combine(fixtureRoot, "primary", ".git");
320Path.Combine(commonGitDirectory, "worktrees", "other"));
346var submoduleRoot = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, "extern", "dep")).FullName;
371var worktreeRoot = Directory.CreateDirectory(Path.Combine(primaryRoot, ".worktrees", "feature")).FullName;
388var worktreeRoot = Directory.CreateDirectory(Path.Combine(primaryRoot, ".worktrees", "feature")).FullName;
390var submoduleRoot = Directory.CreateDirectory(Path.Combine(worktreeRoot, "extern", "dep")).FullName;
391TestGitWorktree.WriteGitDirFile(submoduleRoot, Path.Combine(adminDirectory, "modules", "dep"));
405var submoduleRoot = Directory.CreateDirectory(Path.Combine(primaryRoot, "extern", "dep")).FullName;
430var repoBAppHost = Path.Combine(repoBRoot, "App", "App.csproj");
433Assert.False(GitWorktree.IsSameWorktreeScope(Path.Combine(repoARoot, "App", "App.csproj"), repoBRoot));
442var repoBSubmoduleRoot = Directory.CreateDirectory(Path.Combine(repoBRoot, "extern", "dep")).FullName;
457var worktreeRoot = Directory.CreateDirectory(Path.Combine(primaryRoot, ".worktrees", "feature")).FullName;
460Assert.False(GitWorktree.IsSameWorktreeScope(Path.Combine(worktreeRoot, "App", "App.csproj"), primaryRoot));
461Assert.False(GitWorktree.IsSameWorktreeScope(Path.Combine(primaryRoot, "App", "App.csproj"), worktreeRoot));
469var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "other", "App.csproj");
483Assert.False(GitWorktree.IsSameWorktreeScope(Path.Combine(primaryRoot, "App", "App.csproj"), unmanagedDirectory));
Packaging\PackagingServiceTests.cs (69)
27var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
60var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
96var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
200var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
237var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
270var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
304var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
360var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
425var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
457var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
487var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
512var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
540var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
567var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
593var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
613var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
634var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
664var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
696var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
718var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
746var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
771var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
815var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
839var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
882var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
914var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
946var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
977var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1007var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1037var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1067var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1146var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1202var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1242var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1277var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1312var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1393var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1425var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1455var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1486var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1488var localPackagesDir = new DirectoryInfo(Path.Combine(hivesDir.FullName, "local", "packages"));
1524var defaultHivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1556var defaultHivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1557var defaultPackagesDirectory = Directory.CreateDirectory(Path.Combine(defaultHivesDir.FullName, prChannelName, "packages"));
1606hivesDirectory: new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives")),
1639hivesDirectory: new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives")),
1670hivesDirectory: new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives")),
1694hivesDirectory: new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives")),
1726hivesDirectory: new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives")),
1755var processPath = Path.Combine(installPrefix.FullName, "bin", "aspire");
1774var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1776var localPackagesDir = new DirectoryInfo(Path.Combine(hivesDir.FullName, "local", "packages"));
1815var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1867var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1918var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1964var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
1968var localPackagesDir = new DirectoryInfo(Path.Combine(hivesDir.FullName, localHiveName, "packages"));
1998var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
2001var runPackagesDir = new DirectoryInfo(Path.Combine(hivesDir.FullName, runHiveName, "packages"));
2032var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
2035var localPackagesDir = new DirectoryInfo(Path.Combine(hivesDir.FullName, "local", "packages"));
2072var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
2075var localPackagesDir = new DirectoryInfo(Path.Combine(hivesDir.FullName, PackageChannelNames.Local, "packages"));
2112var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
2142var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
2145var localPackagesDir = new DirectoryInfo(Path.Combine(hivesDir.FullName, PackageChannelNames.Local, "packages"));
2165var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
2194var hivesDir = new DirectoryInfo(Path.Combine(tempDir.FullName, ".aspire", "hives"));
2196var staleHiveDir = Directory.CreateDirectory(Path.Combine(hivesDir.FullName, PackageChannelNames.Daily, "packages"));
Projects\DotNetAppHostProjectTests.cs (66)
452Path.Combine(bundleRoot.FullName, BundleDiscovery.ManagedDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)),
458Path.Combine(bundleRoot.FullName, BundleDiscovery.ManagedDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)),
842Path.Combine(bundleRoot.FullName, BundleDiscovery.ManagedDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)),
899Path.Combine(bundleRoot.FullName, BundleDiscovery.ManagedDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)),
986File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), """
1081File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), """
1165File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), """
1251File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), """
1293File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), """
1337File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), $$"""
1384File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), """
1429File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), """
1547var outputDirectory = Directory.CreateDirectory(Path.Combine(_workspace.WorkspaceRoot.FullName, "bin", Guid.NewGuid().ToString("N")));
1633File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), """
1700File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), $$"""
1869File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "My Project", "launchSettings.json"), """
1930File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), """
1995File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), """
2052File.WriteAllText(Path.Combine(appHostFile.DirectoryName!, "Properties", "launchSettings.json"), """
2151Path.Combine(bundleRoot.FullName, BundleDiscovery.ManagedDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)),
2154Path.Combine(bundleRoot.FullName, BundleDiscovery.ManagedDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)),
2562var outputDirectory = Directory.CreateDirectory(Path.Combine(_workspace.WorkspaceRoot.FullName, "bin", Guid.NewGuid().ToString("N")));
2571var outputDirectory = Directory.CreateDirectory(Path.Combine(_workspace.WorkspaceRoot.FullName, "bin", Guid.NewGuid().ToString("N")));
2850var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "MyHost", "MyHost.csproj"), """
2869var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "MyHost", "MyHost.csproj"), """
2941var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "project", "Library.csproj"), """
2953WriteIsLikelyAppHostProject(Path.Combine("outer", "project", "Directory.Build.props"), """
2990var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "MyHost", "MyHost.csproj"), """
3035var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "Library", "Library.csproj"), """
3057var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "Library", "Library.csproj"), """
3115var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "MyHost", "MyHost.csproj"), """
3139var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "Library", "Library.csproj"), """
3166var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "MyHost", "MyHost.csproj"), """
3184var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "MyHost", "MyHost.csproj"), """
3203var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "MyHost", "MyHost.csproj"), """
3309WriteIsLikelyAppHostProject(Path.Combine("repo", "src", "Directory.Build.props"), """
3344WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.props"), """
3376WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.props"), """
3416WriteIsLikelyAppHostProject(Path.Combine("outer", "mid", "Directory.Build.props"), """
3459WriteIsLikelyAppHostProject(Path.Combine("outer", "mid", "Directory.Build.props"), """
3497WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.props"), """
3525WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.props"), """
3549WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.props"), """
3554WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.targets"), """
3580WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.props"), """
3585WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.targets"), """
3604WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.props"), """
3609WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.targets"), """
3642WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.props"), """
3666WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.props"), """
3671WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Shared.props"), "<Project />");
3690WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.props"), """
3697WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.targets"), """
3725var externalAnchor = Path.Combine(_workspace.WorkspaceRoot.FullName, "external", "anchor");
3769var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "MyHost", "MyHost.csproj"), "<Project Sdk=\"Microsoft.NET.Sdk\"");
3787var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "MyHost", "MyHost.csproj"), "<Project Sdk=\"Microsoft.NET.Sdk\"");
3805var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "Library", "Library.csproj"), """
3823var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "Library", "Library.csproj"), """
3841var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "Library", "Library.csproj"), """
3862var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "Library", "Library.csproj"), """
3884var projectFile = WriteIsLikelyAppHostProject(Path.Combine("src", "Library", "Library.csproj"), """
3945WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "Directory.Build.props"), """
3983WriteIsLikelyAppHostProject(Path.Combine("outer", "mid", "Directory.Build.props"), """
4006var projectFile = WriteIsLikelyAppHostProject(Path.Combine("repo", "proj", "OrdinaryLib.csproj"), """
4025var projectFile = WriteIsLikelyAppHostProject(Path.Combine("repo", "proj", "OrdinaryLib.csproj"), """
4068WriteIsLikelyAppHostProject(Path.Combine("outer", "mid", "Directory.Build.props"), """
Projects\GuestAppHostProjectTests.cs (6)
51var outputPath = Path.Combine(_workspace.WorkspaceRoot.FullName, ".aspire", "modules");
53var kept = Path.Combine(outputPath, "aspire", "Kept.java");
54var obsolete = Path.Combine(outputPath, "aspire", "RemovedResource.java");
79var outputPath = Path.Combine(_workspace.WorkspaceRoot.FullName, ".aspire", "modules");
1213Path.Combine(AppContext.BaseDirectory, ".home", ".aspire"),
1635var devCertificateDirectory = Path.Combine(homeDirectory.FullName, ".aspire", "dev-certs");
Projects\GuestRuntimeTests.cs (6)
1059Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "classes", ".aspire-compile-stamp")));
1175var dependencies = Path.Combine(workspace.WorkspaceRoot.FullName, "target", "dependency");
1204var dependencies = Path.Combine(workspace.WorkspaceRoot.FullName, "target", "dependency");
1275var nested = Path.Combine(workspace.WorkspaceRoot.FullName, "config", "Resources.java");
1389Assert.False(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "classes", ".aspire-compile-stamp")));
1453var stamp = Path.Combine(root.FullName, "classes", ".aspire-compile-stamp");
Projects\JavaAppHostToolchainResolverTests.cs (15)
156"-classpath", Path.Combine("target", "aspire-deps", "*"),
157"-sourcepath", $".{Path.PathSeparator}{Path.Combine("src", "main", "java")}",
168["-cp", $"{Path.Combine("target", "classes")}{Path.PathSeparator}{Path.Combine("target", "aspire-deps", "*")}", "AppHost"],
253"-classpath", Path.Combine("build", "aspire-deps", "*"),
254"-sourcepath", $".{Path.PathSeparator}{Path.Combine("src", "main", "java")}",
263["-cp", $"{Path.Combine("build", "classes", "java", "main")}{Path.PathSeparator}{Path.Combine("build", "aspire-deps", "*")}", "AppHost"],
402var scriptPath = Path.Combine(workspace.Path, ".aspire", "aspire-gradle-init.gradle");
424var script = await File.ReadAllTextAsync(Path.Combine(workspace.Path, ".aspire", "aspire-gradle-init.gradle"));
437var dependencyDirectory = Path.Combine(workspace.Path, "target", "aspire-deps");
466var dependencyDirectory = Path.Combine(workspace.Path, "build", "aspire-deps");
536var toProjectRoot = Path.Combine("..", "..", "..");
550"-sourcepath", $".{Path.PathSeparator}{Path.Combine("src", "main", "java")}",
551"-d", Path.Combine(toProjectRoot, "target", "classes"),
559$"{Path.Combine(toProjectRoot, "target", "classes")}{Path.PathSeparator}{Path.Combine(toProjectRoot, "target", "aspire-deps", "*")}",
578var scriptPath = Path.Combine(workspace.Path, ".aspire", "aspire-gradle-init.gradle");
Projects\PrebuiltAppHostServerTests.cs (7)
2399Assert.True(File.Exists(Path.Combine(layoutPath, "libs", "MyIntegration.dll")));
2436Assert.Single(Directory.GetDirectories(Path.Combine(workingDirectory, "project-layouts", "items")));
2610var copiedFilePath = Path.Combine(layoutPath, "libs", "MyIntegration.dll");
2618Assert.Single(Directory.GetDirectories(Path.Combine(workingDirectory, "project-layouts", "items")));
2647var lockedFilePath = Path.Combine(firstLayoutPath, "libs", "MyIntegration.dll");
2659Assert.True(File.Exists(Path.Combine(secondLayoutPath, "libs", "MyIntegration.dll")));
2790Assert.Single(Directory.GetDirectories(Path.Combine(workingDirectory, "project-layouts", "items")));
Projects\ProjectLocatorTests.cs (24)
565var globalSettingsFile = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.global.json"));
1460var globalSettingsFilePath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.global.json");
1495var globalSettingsFilePath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.global.json");
1550var globalSettingsFile = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.global.json"));
1619var globalSettingsFile = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.global.json"));
1674var globalSettingsFile = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.global.json"));
1724var globalSettingsFilePath = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "settings.global.json");
2141? Path.Combine(executionContext.HomeDirectory.FullName, ".aspire", AspireConfigFile.FileName)
2546var directory = new DirectoryInfo(Path.Combine(Path.GetPathRoot(Environment.CurrentDirectory)!, "repo", "Apps"));
2920var normalProject = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "MyApp", "AppHost.csproj"));
2938["NUGET_PACKAGES"] = Path.Combine(workspace.WorkspaceRoot.FullName, ".nuget", "packages")
2988var normalProject = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "MyApp", "AppHost.csproj"));
3028var siblingDir = Path.Combine(workspace.WorkspaceRoot.FullName, "nuget-cache-extra", "MyApp");
3290var realAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "App", "AppHost.csproj"));
3318var realAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "App", "AppHost.csproj"));
3347var realAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "App", "AppHost.csproj"));
3376var buildableAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "Buildable", "AppHost.csproj"));
3380var unbuildableAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "Unbuildable", "AppHost.csproj"));
3415var realAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "App", "AppHost.csproj"));
3490var trackedAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "App", "AppHost.csproj"));
3494var ignoredAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "legacy", "Stale.csproj"));
3525var realAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "App", "AppHost.csproj"));
3562var realAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "App", "AppHost.csproj"));
3567var phantomAppHost = Path.Combine(workspace.WorkspaceRoot.FullName, "Removed", "AppHost.csproj");
Telemetry\InternalMicrosoftDetectorTests.cs (17)
23var cacheFilePath = Path.Combine(workspace.Path, "cache", "detector.json");
62var cacheFilePath = Path.Combine(workspace.Path, "cache", "detector.json");
98Path.Combine(workspace.Path, "cache", "detector.json"),
134Path.Combine(workspace.Path, "cache", "detector.json"),
177Path.Combine(workspace.Path, "cache", "detector.json"),
217Path.Combine(workspace.Path, "cache", "detector.json"),
237Path.Combine(workspace.Path, "cache", "detector.json"),
268Path.Combine(workspace.Path, "cache", "detector.json"),
302Path.Combine(workspace.Path, "cache", "detector.json"),
331Path.Combine(workspace.Path, "cache", "detector.json"),
354Path.Combine(workspace.Path, "cache", "detector.json"),
378Path.Combine(workspace.Path, "cache", "detector.json"),
402Path.Combine(workspace.Path, "cache", "detector.json"),
425Path.Combine(workspace.Path, "cache", "detector.json"),
457Path.Combine(workspace.Path, "cache", "detector.json"),
483Path.Combine(workspace.Path, "cache", "detector.json"),
533Path.Combine(workspace.Path, "cache", "detector.json"),
Utils\FileSystemHelperTests.cs (9)
60Assert.True(File.Exists(Path.Combine(destDir, "subdir1", "level1.txt")));
61Assert.True(Directory.Exists(Path.Combine(destDir, "subdir1", "subdir2")));
65Assert.Equal("level 1 content", File.ReadAllText(Path.Combine(destDir, "subdir1", "level1.txt")));
234Assert.Equal("new assets", File.ReadAllText(Path.Combine(destDir, "obj", "project.assets.json")));
235Assert.Equal("new dgspec", File.ReadAllText(Path.Combine(destDir, "obj", "project.csproj.nuget.dgspec.json")));
314Assert.Equal(Path.Combine("a", "shared", "Project.csproj"), result[paths[0]]);
315Assert.Equal(Path.Combine("b", "shared", "Project.csproj"), result[paths[1]]);
377Assert.Equal(Path.Combine("a", "src", "AppHost.cs"), result[paths[0]]);
378Assert.Equal(Path.Combine("b", "src", "AppHost.cs"), result[paths[1]]);
Aspire.Dashboard.Components.Tests (1)
Aspire.Dashboard.Tests (5)
Aspire.Deployment.EndToEnd.Tests (14)
Aspire.EndToEnd.Tests (2)
Aspire.Hosting (5)
Aspire.Hosting.Azure.Functions (2)
Aspire.Hosting.Azure.Tests (10)
AzureEnvironmentResourceTests.cs (5)
38var envBicepPath = Path.Combine(workspace.FullName, "env", "env.bicep");
171var storageBicep = File.ReadAllText(Path.Combine(workspace.FullName, "storage", "storage.bicep"));
255var includedStorageBicepPath = Path.Combine(workspace.Path, "included-storage", "included-storage.bicep");
259var excludedStorageBicepPath = Path.Combine(workspace.Path, "excluded-storage", "excluded-storage.bicep");
344var resourceBicepPath = Path.Combine(outputDir, "custom-resource", "custom-resource.bicep");
Aspire.Hosting.Blazor (3)
Aspire.Hosting.Blazor.Tests (1)
Aspire.Hosting.Browsers (7)
Aspire.Hosting.Browsers.Tests (8)
Aspire.Hosting.CodeGeneration.Rust.Tests (1)
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
Aspire.Hosting.Containers.Tests (1)
Aspire.Hosting.Docker (1)
Aspire.Hosting.Dotnet (2)
Aspire.Hosting.Dotnet.Tests (13)
DotnetProjectResourceTests.cs (13)
43var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
79var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
103var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
508var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
541var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
597var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
614var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
688var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
714var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
746var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
777var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
807var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
836var projectPath = Path.Combine(builder.AppHostDirectory, "MyService", "MyService.csproj");
Aspire.Hosting.Go.Tests (1)
Aspire.Hosting.Java (2)
Aspire.Hosting.Java.Tests (16)
AddJavaAppPublishTests.cs (7)
48Directory.CreateDirectory(Path.Combine(workspace.Path, "build", "libs"));
887.WithWrapperPath(Path.Combine("..", "sibling", "mvnw"));
1078File.WriteAllText(Path.Combine(source, "target", "worker.jar"), "");
1098File.WriteAllText(Path.Combine(source, "target", "worker.jar"), "");
1114File.WriteAllText(Path.Combine(source, "target", "worker.jar"), "");
1474var expectedDependency = Path.Combine(stagingDirectory, "lib", "dependency.jar");
2137var supportDirectory = Path.Combine(sourceDirectory, gradle ? "gradle" : ".mvn", "wrapper");
AddJavaAppTests.cs (7)
352var module = Directory.CreateDirectory(Path.Combine(repo.Path, "services", "api")).FullName;
372var module = Directory.CreateDirectory(Path.Combine(repo.Path, "services", "api")).FullName;
391var module = Directory.CreateDirectory(Path.Combine(repo.Path, "services", "api")).FullName;
423var wrapperPath = Path.Combine(Path.GetTempPath(), "repo", "mvnw");
779var customWrapper = Path.Combine(tempDir.Path, "tools", "mvnw");
974.WithOtelAgent(Path.Combine("target", "agent", "opentelemetry-javaagent.jar"));
1398Path.Combine(outputDirectory, "quarkus-app", "quarkus-run.jar"),
Aspire.Hosting.JavaScript.Tests (6)
AddViteAppTests.cs (5)
812var appDir = Path.Combine(repoRoot, "packages", "frontend");
888var firstAppDirectory = Path.Combine(repoRoot, "packages", "frontend-a");
889var secondAppDirectory = Path.Combine(repoRoot, "packages", "frontend-b");
951var firstAppDirectory = Path.Combine(repoRoot, "apps", "first");
952var secondAppDirectory = Path.Combine(repoRoot, "apps", "second");
Aspire.Hosting.Kubernetes (1)
Aspire.Hosting.Kubernetes.Tests (10)
KubernetesGatewayTests.cs (6)
34var gatewayDir = Path.Combine(workspace.Path, "templates", "public");
75var gatewayDir = Path.Combine(workspace.Path, "templates", "public");
291var gatewayDir = Path.Combine(workspace.Path, "templates", "public");
322var gatewayDir = Path.Combine(workspace.Path, "templates", "public");
356var gatewayDir = Path.Combine(workspace.Path, "templates", "empty");
434var templatesDir = Path.Combine(workspace.Path, "templates", "myapi");
Aspire.Hosting.Python.Tests (1)
Aspire.Hosting.Radius (2)
Aspire.Hosting.Radius.Tests (1)
Aspire.Hosting.RemoteHost (2)
Aspire.Hosting.RemoteHost.Tests (10)
LayoutCommandTests.cs (6)
50Assert.Equal("fr", await File.ReadAllTextAsync(Path.Combine(outputPath, "fr", "Test.Package.resources.dll")));
76Directory.CreateDirectory(Path.Combine(packageRoot, "lib", "net10.0"));
118Directory.CreateDirectory(Path.Combine(packageRoot, "lib", "net10.0"));
228var objPath = Path.Combine(workspaceRoot, "restore", "obj");
244var manifestPath = Path.Combine(workspaceRoot, "restore", "integration-package-probe-manifest.json");
254Assert.False(Directory.Exists(Path.Combine(workspaceRoot, "restore", "libs")));
Aspire.Hosting.Rust.Tests (8)
Aspire.Hosting.Sdk.Tests (3)
Aspire.Hosting.Tasks (1)
Aspire.Hosting.Testing (1)
Aspire.Hosting.Testing.Tests (1)
Aspire.Hosting.Tests (21)
MSBuildTests.cs (12)
368var resolvedPaths = await File.ReadAllLinesAsync(Path.Combine(appHostDirectory, "obj", "resolved-aspire-paths.txt"));
392var resolvedPaths = await File.ReadAllLinesAsync(Path.Combine(appHostDirectory, "obj", "resolved-aspire-paths.txt"));
416var resolvedPaths = await File.ReadAllLinesAsync(Path.Combine(appHostDirectory, "obj", "resolved-aspire-paths.txt"));
462var resolvedPaths = await File.ReadAllLinesAsync(Path.Combine(appHostDirectory, "obj", "resolved-aspire-paths.txt"));
487var resolvedPaths = await File.ReadAllLinesAsync(Path.Combine(appHostDirectory, "obj", "resolved-aspire-paths.txt"));
611var resolvedPaths = await File.ReadAllLinesAsync(Path.Combine(appHostDirectory, "obj", "resolved-aspire-paths.txt"));
665var resolvedPaths = await File.ReadAllLinesAsync(Path.Combine(appHostDirectory, "obj", "resolved-aspire-paths.txt"));
677var toolsDirectory = Directory.CreateDirectory(Path.Combine(workspace.WorkspaceRoot.FullName, ".dotnet", "tools"));
701var resolvedPaths = await File.ReadAllLinesAsync(Path.Combine(appHostDirectory, "obj", "resolved-aspire-paths.txt"));
730var resolvedPaths = await File.ReadAllLinesAsync(Path.Combine(appHostDirectory, "obj", "resolved-aspire-paths.txt"));
862var property = await File.ReadAllTextAsync(Path.Combine(appHostDirectory, "obj", "aspire-use-cli-bundle.txt"));
992return CreateFakeCliBundleRoot(layoutRoot, Path.Combine(layoutRoot, "versions", versionId));
Aspire.Hosting.TestUtilities (1)
Aspire.Managed.Tests (4)
Aspire.Templates.Tests (4)
Aspire.TerminalHost (2)
Aspire.TerminalHost.Tests (1)
CatalogService (1)
Crossgen2Tasks (8)
ResolveReadyToRunCompilers.cs (8)
300_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen.exe");
316_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen.exe");
335_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen.exe");
353_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen");
369_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen");
381_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen");
417_crossgen2Tool.ClrJitPath = Path.Combine(_crossgen2Tool.PackagePath, "tools", clrJitFileName);
424_crossgen2Tool.ToolPath = Path.Combine(_crossgen2Tool.PackagePath, "tools", toolFileName);
dotnet (23)
Commands\Workload\Install\FileBasedInstaller.cs (8)
73_workloadMetadataDir = Path.Combine(_workloadRootDir, "metadata", "workloads");
275return Path.Combine(_workloadRootDir, "sdk-manifests", sdkFeatureBand);
280var newManifestPath = Path.Combine(GetManifestInstallDirForFeatureBand(manifestUpdate.NewFeatureBand), manifestUpdate.ManifestId.ToString(), manifestUpdate.NewVersion.ToString());
456string workloadSetDirectory = Path.Combine(GetManifestInstallDirForFeatureBand(workloadSetFeatureBand.ToString()), SdkDirectoryWorkloadManifestProvider.WorkloadSetsFolderName, workloadSetVersion);
497var manifestPath = Path.Combine(GetManifestInstallDirForFeatureBand(manifestFeatureBand.ToString()), manifestId.ToString(), manifestVersion.ToString());
717var installedWorkloadSetsDir = Path.Combine(_workloadMetadataDir, InstalledWorkloadSetsDir, "v1");
768var installedManifestsDir = Path.Combine(_workloadMetadataDir, InstalledManifestsDir, "v1");
810var installedPacksDir = Path.Combine(_workloadMetadataDir, InstalledPacksDir, "v1");
dotnet-aot (6)
dotnet-dev-certs (2)
dotnet-svcutil-lib (8)
dotnet-svcutil-lib.Tests (28)
E2ETests.cs (9)
23this_TestGroupProjDir = Path.Combine(g_TestResultsDir, this_TestCaseName, "Project");
94var uri = $"\"\"{Path.Combine(g_TestCasesDir, "wsdl", "Simple.wsdl")}\"\"";
173var wsdlFile = Path.Combine(this_TestGroupOutputDir, "wsdl", "tempuri.org.wsdl");
176var wsdlDocsSrdDir = Path.Combine(g_TestCasesDir, "wsdl", "WcfProjectNService");
222var libProjPath = Path.Combine(this_TestGroupOutputDir, "TypesLib", "TypesLib.csproj");
223var binProjPath = Path.Combine(this_TestGroupOutputDir, "BinLib", "BinLib.csproj");
368var srcParamsFilePath = Path.Combine(g_TestCasesDir, filePath, paramsFileName);
501string wsdlFile = Path.Combine(g_TestCasesDir, "wsdl", "memberNamedSystem.wsdl");
512string wsdlFile = Path.Combine(g_TestCasesDir, "wsdl", "TypeNameUseReservedKeyword.wsdl");
GlobalToolTests.cs (10)
55var wsdlFile = Path.Combine(g_TestCasesDir, "wsdl", "Simple.wsdl");
92var uri = $"\"{Path.Combine(g_TestCasesDir, "wsdl", "Simple.wsdl")}\"";
113File.Copy(Path.Combine(g_TestCasesDir, "FullFramework", "FullFramework.cs"), Path.Combine(this_TestCaseOutputDir, "FullFramework.cs"), true);
114File.Copy(Path.Combine(g_TestCasesDir, "FullFramework", "FullFramework.csproj"), Path.Combine(this_TestCaseOutputDir, "FullFramework.csproj"), true);
148var uri = Path.Combine(g_TestCasesDir, "wsdl", "Simple.wsdl");
178var uri = Path.Combine(g_TestCasesDir, "wsdl", "TypeReuseSvc.wsdl");
197var url = $"{Path.Combine(g_TestCasesDir, "wsdl", "Simple.wsdl")}";
232var uri = Path.Combine(g_TestCasesDir, "TypeReuse", "TypeReuseIXmlSerializable.wsdl");
233var refs = Path.Combine(g_TestCasesDir, "TypeReuse", "CommonTypes.dll");
255var uri = Path.Combine(g_TestCasesDir, "wsdl", "CollectionTypes.wsdl");
UnitTest.cs (6)
61var uri = Path.Combine(g_TestCasesDir, "wsdl", "brokenWsdl.wsdl");
150var uri = Path.Combine(g_TestCasesDir, "wsdl", "Simple.wsdl");
221var wsdlFilesSrcDir = Path.Combine(g_TestCasesDir, "wsdl", "WcfProjectNService");
225File.Copy(Path.Combine(g_TestCasesDir, "wsdl", "Simple.wsdl"), Path.Combine(this_TestGroupOutputDir, "wsdl", "Simple.wsdl"));
327var jsonFilesRoot = Path.Combine(g_TestCasesDir, "options", "JSON");
dotnet-user-jwts (1)
dotnet-watch (1)
DotnetTool.AppHost (1)
ILLink.Tasks (1)
Infrastructure.Tests (28)
Pipelines\NpmCliPackageTests.cs (7)
169Path.Combine(pointerPackageRoot, "bin", "aspire.js"),
202Path.Combine(pointerPackageRoot, "bin", "aspire.js"),
236Path.Combine(pointerPackageRoot, "bin", "aspire.js"),
265var packageMap = ReadJsonObject(Path.Combine(package.PointerPackageRoot, "bin", "aspire-package-map.json"));
353Assert.True(File.Exists(Path.Combine(package.RidPackageRoot, "bin", expectation.BinaryName)));
508var pointerPackageRoot = Path.Combine(nodeModulesRoot, "@microsoft", "aspire-cli");
537var ridPackageRoot = Path.Combine(nodeModulesRoot, "@microsoft", $"aspire-cli-{rid.Rid}");
WorkflowScripts\ExtensionChangelogFinalizedWorkflowTests.cs (4)
304var changelogPath = Path.Combine(_workspace.Path, "extension", "CHANGELOG.md");
358await WriteWorkspaceFileAsync(_workspace.Path, Path.Combine("extension", "src", "baseline.txt"), "baseline");
377await WriteWorkspaceFileAsync(_workspace.Path, Path.Combine("extension", "src", "feature.txt"), "feature-one");
404await WriteWorkspaceFileAsync(_workspace.Path, Path.Combine("extension", "src", "late-main.txt"), "late extension change");
Microsoft.Agents.AI.ProjectTemplates.Tests (3)
Microsoft.Arcade.Common (1)
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
Microsoft.AspNetCore.DataProtection (3)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (2)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Microsoft.Build (3)
Microsoft.Build.Framework (8)
Microsoft.Build.Tasks.Core (6)
Microsoft.Build.Tasks.Git (3)
Microsoft.Build.Utilities.Core (4)
Microsoft.CodeAnalysis (4)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (2)
Microsoft.CodeAnalysis.Features (4)
Microsoft.CodeAnalysis.Scripting (4)
Microsoft.CodeAnalysis.Workspaces (6)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.Data.Analysis.Tests (2)
Microsoft.DotNet.Arcade.Sdk (2)
Microsoft.DotNet.Build.Tasks.Installers (2)
Microsoft.DotNet.Build.Tasks.Packaging (4)
Microsoft.DotNet.Build.Tasks.VisualStudio (1)
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.Cli.Definitions (1)
Microsoft.DotNet.MacOsPkg.Core (1)
Microsoft.DotNet.NativeWrapper (1)
Microsoft.DotNet.ProjectTools (2)
Microsoft.DotNet.TemplateLocator (3)
Microsoft.DotNet.XliffTasks (2)
Microsoft.Extensions.AI.Evaluation.Console (2)
Microsoft.Extensions.AI.Evaluation.Reporting (3)
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (11)
DiskBased\PathValidationTests.cs (9)
111string child = Path.Combine(root, "sub", "file.txt");
148string escaped = Path.Combine(root, "..", "outside");
157string root = Path.Combine(Path.GetTempPath(), "testroot", "nested");
168string other = Path.Combine(Path.GetTempPath(), "other", "file.txt");
179string sibling = Path.Combine(Path.GetTempPath(), "testroot-sibling", "file.txt");
202string storagePath = Path.Combine(Path.GetTempPath(), "M.E.AI.Eval.PathTests", Path.GetRandomFileName());
230string storagePath = Path.Combine(Path.GetTempPath(), "M.E.AI.Eval.PathTests", Path.GetRandomFileName());
419string child = Path.Combine(root, "sub", "file.txt");
430string child = Path.Combine(Path.GetTempPath(), "testroot", "file.txt");
Microsoft.Extensions.AI.Templates.Tests (3)
Microsoft.Extensions.DependencyModel (1)
Microsoft.Extensions.Http.Resilience.Tests (1)
Microsoft.Extensions.Logging.AzureAppServices (2)
Microsoft.ML.AutoML (1)
Microsoft.ML.AutoML.Tests (1)
Microsoft.ML.Core (2)
Microsoft.ML.Core.Tests (3)
Microsoft.ML.DnnImageFeaturizer.AlexNet (2)
AlexNetExtension.cs (2)
46var prepEstimator = new OnnxScoringEstimator(env, new[] { "PreprocessedInput" }, new[] { "OriginalInput" }, Path.Combine(modelDir, "AlexNetPrepOnnx", "AlexNetPreprocess.onnx"));
47var mainEstimator = new OnnxScoringEstimator(env, new[] { "Dropout234_Output_0" }, new[] { "Input140" }, Path.Combine(modelDir, "AlexNetOnnx", "AlexNet.onnx"));
Microsoft.ML.DnnImageFeaturizer.ResNet101 (2)
ResNet101Extension.cs (2)
46var prepEstimator = new OnnxScoringEstimator(env, new[] { "PreprocessedInput" }, new[] { "OriginalInput" }, Path.Combine(modelDir, "ResNetPrepOnnx", "ResNetPreprocess.onnx"));
47var mainEstimator = new OnnxScoringEstimator(env, new[] { "Pooling2286_Output_0" }, new[] { "Input1600" }, Path.Combine(modelDir, "ResNet101Onnx", "ResNet101.onnx"));
Microsoft.ML.DnnImageFeaturizer.ResNet18 (2)
ResNet18Extension.cs (2)
46var prepEstimator = new OnnxScoringEstimator(env, new[] { "PreprocessedInput" }, new[] { "OriginalInput" }, Path.Combine(modelDir, "ResNetPrepOnnx", "ResNetPreprocess.onnx"));
47var mainEstimator = new OnnxScoringEstimator(env, new[] { "Pooling395_Output_0" }, new[] { "Input247" }, Path.Combine(modelDir, "ResNet18Onnx", "ResNet18.onnx"));
Microsoft.ML.DnnImageFeaturizer.ResNet50 (2)
ResNet50Extension.cs (2)
46var prepEstimator = new OnnxScoringEstimator(env, new[] { "PreprocessedInput" }, new[] { "OriginalInput" }, Path.Combine(modelDir, "ResNetPrepOnnx", "ResNetPreprocess.onnx"));
47var mainEstimator = new OnnxScoringEstimator(env, new[] { "Pooling1096_Output_0" }, new[] { "Input750" }, Path.Combine(modelDir, "ResNet50Onnx", "ResNet50.onnx"));
Microsoft.ML.IntegrationTests (1)
Microsoft.ML.OnnxTransformerTest (9)
Microsoft.ML.PerformanceTests (4)
Microsoft.ML.Samples (4)
Microsoft.ML.Samples.GPU (4)
Microsoft.ML.SamplesUtils (2)
Microsoft.ML.TensorFlow (1)
Microsoft.ML.TensorFlow.Tests (7)
TensorflowTests.cs (7)
66string imagesDownloadFolderPath = Path.Combine(TensorFlowScenariosTestsFixture.assetsPath, "inputs",
1549ImagePath = Path.Combine(_fullImagesetFolderPath, "daisy", "5794835_d15905c7c8_n.jpg")
1555ImagePath = Path.Combine(_fullImagesetFolderPath, "roses", "12240303_80d87f77a3_n.jpg")
1708ImagePath = Path.Combine(_fullImagesetFolderPath, "daisy", "5794835_d15905c7c8_n.jpg")
1714ImagePath = Path.Combine(_fullImagesetFolderPath, "roses", "12240303_80d87f77a3_n.jpg")
1736Assert.True(File.Exists(Path.Combine(Path.GetTempPath(), "MLNET", ImageClassificationTrainer.ModelFileName[options.Arch])));
1828string imagesDownloadFolderPath = Path.Combine(TensorFlowScenariosTestsFixture.assetsPath, "inputs",
Microsoft.ML.TestFramework (6)
Microsoft.ML.TestFrameworkCommon (3)
Microsoft.ML.Tests (12)
OnnxConversionTest.cs (9)
87var subDir = Path.Combine("Onnx", "Regression", "Adult");
165var subDir = Path.Combine("Onnx", "Cluster", "BreastCancer");
207var subDir = Path.Combine("Onnx", "Regression", "Adult");
442var subDir = Path.Combine("Onnx", "BinaryClassification", "BreastCancer");
584var subDir = Path.Combine("Onnx", "BinaryClassification", "BreastCancer");
610var subDir = Path.Combine("Onnx", "BinaryClassification", "BreastCancer");
635var subDir = Path.Combine("Onnx", "MultiClassClassification", "BreastCancer");
817var subDir = Path.Combine("Onnx", "BinaryClassification", "BreastCancer");
856var subDir = Path.Combine("Onnx", "Transforms", "Sentiment");
Microsoft.ML.Vision (2)
Microsoft.NET.Build.Extensions.Tasks (1)
Microsoft.NET.Build.Tasks (21)
ResolveReadyToRunCompilers.cs (8)
321_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen.exe");
337_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen.exe");
356_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen.exe");
374_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen");
390_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen");
402_crossgenTool.ToolPath = Path.Combine(_crossgenTool.PackagePath, "tools", "crossgen");
438_crossgen2Tool.ClrJitPath = Path.Combine(_crossgen2Tool.PackagePath, "tools", clrJitFileName);
445_crossgen2Tool.ToolPath = Path.Combine(_crossgen2Tool.PackagePath, "tools", toolFileName);
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (3)
Microsoft.NET.Sdk.Publish.Tasks (1)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
Microsoft.NET.Sdk.WorkloadManifestReader (3)
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (1)
Microsoft.TemplateEngine.Cli (1)
Microsoft.TemplateEngine.Edge (1)
Microsoft.TemplateEngine.IDE (1)
Microsoft.TestPlatform.CoreUtilities (2)
Microsoft.TestPlatform.CrossPlatEngine (1)
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
Microsoft.TestPlatform.PlatformAbstractions (1)
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Microsoft.VisualStudio.TestPlatform.Client (1)
Microsoft.VisualStudio.TestPlatform.Common (1)
MSBuild (1)
NuGet.Build.Tasks.Pack (1)
NuGet.Commands (2)
NuGet.Common (11)
NuGet.Packaging (1)
NuGet.Protocol (3)
RepoTasks (2)
rzc (3)
Stress.AppHost (1)
System.Console (2)
System.IO.IsolatedStorage (1)
System.IO.Packaging (1)
System.Management (1)
System.Net.NetworkInformation (2)
System.Private.CoreLib (7)
VBCSCompiler (3)