469 references to Combine
aspire (14)
Projects\DotNetBasedAppHostServerProject.cs (4)
194var projectPath = Path.Combine(_repoRoot, "src", integration.Name, $"{integration.Name}.csproj");
213var hostingPath = Path.Combine(_repoRoot, "src", "Aspire.Hosting", "Aspire.Hosting.csproj");
248var dashboardProject = Path.Combine(_repoRoot, "src", "Aspire.Dashboard", "Aspire.Dashboard.csproj");
255var remoteHostProject = Path.Combine(_repoRoot, "src", "Aspire.Hosting.RemoteHost", "Aspire.Hosting.RemoteHost.csproj");
Aspire.Acquisition.Tests (13)
Scripts\PRScriptInstallerModeTests.cs (4)
776Assert.Contains(await GetSha256HexAsync(Path.Combine(archiveRoot, "Debug", "Shipping", "aspire-cli-win-x64-13.3.0.zip")), installerManifest);
777Assert.Contains(await GetSha256HexAsync(Path.Combine(archiveRoot, "Debug", "Shipping", "aspire-cli-win-arm64-13.3.0.zip")), installerManifest);
875var x64Archive = Path.Combine(archiveRoot, "Debug", "Shipping", "aspire-cli-win-x64-13.3.0.zip");
953var x64Archive = Path.Combine(archiveRoot, "Debug", "Shipping", "aspire-cli-win-x64-13.3.0.zip");
Aspire.Cli.EndToEnd.Tests (10)
Aspire.Cli.Tests (164)
Agents\AspireSkillsBundleTests.cs (3)
510await File.WriteAllTextAsync(Path.Combine(bundleDirectory, "skills", CommonAgentApplicators.AspireSkillName, "SKILL.md"), CreateSkillFileContent());
804var skillPath = Path.Combine(bundleDirectory, "skills", CommonAgentApplicators.AspireSkillName, "SKILL.md");
899Sha512 = ComputeSha512(Path.Combine(bundleDirectory, "skills", skillName, "SKILL.md"))
Agents\PlaywrightCliInstallerTests.cs (10)
635var skillDir = Path.Combine(repoRoot, ".claude", "skills", "playwright-cli");
732var skillDir = Path.Combine(repoRoot, ".claude", "skills", "playwright-cli");
758Assert.False(Directory.Exists(Path.Combine(tempDir, ".claude", "skills", "playwright-cli")));
778var preExistingDir = Path.Combine(tempDir, ".claude", "skills", "playwright-cli");
833var skillDir = Path.Combine(repoRoot, ".claude", "skills", "playwright-cli");
877var skillDir = Path.Combine(tempDir, ".claude", "skills", "playwright-cli");
909var skillDir = Path.Combine(tempDir, ".claude", "skills", "playwright-cli");
911Directory.CreateDirectory(Path.Combine(tempDir, ".claude", "skills", "other-skill"));
921Assert.True(Directory.Exists(Path.Combine(tempDir, ".claude", "skills", "other-skill")));
987Assert.False(Directory.Exists(Path.Combine(tempDir, "a", "b", "c")));
Caching\AppHostInfoDiskCacheTests.cs (4)
58var cacheDirectory = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cache", "apphost-info");
212var cacheDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cache", "apphost-info");
249var cacheDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cache", "apphost-info");
749$"gitdir: {Path.Combine(workspace.WorkspaceRoot.FullName, ".git", "worktrees", "worktree-root")}");
Commands\AgentInitCommandTests.cs (9)
129var expectedSkillDirectoryPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".agents", "skills", CommonAgentApplicators.AspireSkillName);
518var aspireifySkillPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".agents", "skills", CommonAgentApplicators.AspireifySkillName);
581var aspireSkillPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".agents", "skills", CommonAgentApplicators.AspireSkillName);
621var aspireifySkillPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".agents", "skills", CommonAgentApplicators.AspireifySkillName);
750var aspireifySkillPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".agents", "skills", CommonAgentApplicators.AspireifySkillName);
770var aspireSkillPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".agents", "skills", CommonAgentApplicators.AspireSkillName);
829var aspireifySkillPath = Path.Combine(workspace.WorkspaceRoot.FullName, ".agents", "skills", CommonAgentApplicators.AspireifySkillName);
835var skillPath = Path.Combine(workspaceRoot.FullName, relativeSkillDirectory, skillName, "SKILL.md");
917var hookFile = Path.Combine(homeDirectory.FullName, ".copilot", "hooks", "aspire-telemetry.json");
Commands\SetupCommandTests.cs (3)
16var processPath = Path.Combine("home", ".aspire", "bin", "aspire");
30Assert.Equal(Path.Combine("home", ".aspire", "dogfood", "pr-12345"), result);
38var processPath = Path.Combine("Program Files", "WindowsApps", "Microsoft.Aspire_xyz", "aspire.exe");
Commands\StopCommandTests.cs (5)
160var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost", "App1.AppHost.csproj");
197var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost", "App1.AppHost.csproj");
324var appHostPath = Path.Combine(worktreeRoot, "App1", "App1.AppHost", "App1.AppHost.csproj");
363var appHostPath = Path.Combine(workspace.WorkspaceRoot.FullName, "App1", "App1.AppHost", "App1.AppHost.csproj");
1299var backchannelsDirectory = Path.Combine(homeDirectory.FullName, ".aspire", "cli", "bch");
Git\GitWorktreeTests.cs (6)
81Path.Combine(fixtureRoot, "physical", "checkouts", "feature")).FullName;
84Path.Combine(fixtureRoot, "physical", "primary", ".git"),
349Path.Combine(workspace.WorkspaceRoot.FullName, ".git", "modules", "dep"));
408Path.Combine(primaryRoot, ".git", "modules", "dep"));
419var appHostPath = Path.Combine(primaryRoot, "sub", "App", "App.csproj");
445Path.Combine(repoBRoot, ".git", "modules", "dep"));
Packaging\PackagingServiceTests.cs (6)
1518var packagesDirectory = Directory.CreateDirectory(Path.Combine(installPrefix.FullName, "hives", prChannelName, "packages"));
1565var dogfoodPackagesDirectory = Directory.CreateDirectory(Path.Combine(installPrefix.FullName, "hives", prChannelName, "packages"));
1601var packagesDirectory = Directory.CreateDirectory(Path.Combine(installPrefix.FullName, "hives", prChannelName, "packages"));
1666Directory.CreateDirectory(Path.Combine(installPrefix.FullName, "hives", identityPrChannelName, "packages"));
1722Directory.CreateDirectory(Path.Combine(installPrefix.FullName, "hives", prChannelName, "packages"));
1758Directory.CreateDirectory(Path.Combine(installPrefix.FullName, "hives", prChannelName, "packages"));
Projects\DotNetAppHostProjectTests.cs (23)
1536var missingTargetPath = Path.Combine(_workspace.WorkspaceRoot.FullName, "bin", "missing", "AppHost.dll");
1560var missingRunCommand = Path.Combine(_workspace.WorkspaceRoot.FullName, "bin", "missing", "AppHost");
2547var backchannelsDir = Path.Combine(_workspace.WorkspaceRoot.FullName, ".aspire", "cli", "bch");
3225var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "inner-repo", "MyAppHost", "MyAppHost.csproj"), """
3241Directory.CreateDirectory(Path.Combine(_workspace.WorkspaceRoot.FullName, "outer", "inner-repo", ".git"));
3259var projectFile = WriteIsLikelyAppHostProject(Path.Combine("repo", "src", "MyAppHost", "MyAppHost.csproj"), """
3295var projectFile = WriteIsLikelyAppHostProject(Path.Combine("repo", "src", "OrdinaryLib", "OrdinaryLib.csproj"), """
3330var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "OrdinaryLib.csproj"), """
3362var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "MyAppHost.csproj"), """
3423WriteIsLikelyAppHostProject(Path.Combine("outer", "mid", "inner", "Directory.Build.props"), """
3466WriteIsLikelyAppHostProject(Path.Combine("outer", "mid", "inner", "Directory.Build.props"), """
3483var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "MyAppHost.csproj"), """
3515var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "Library.csproj"), """
3539var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "Library.csproj"), """
3570var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "Library.csproj"), """
3601var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "Library.csproj"), """
3616WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "Directory.Build.targets"), """
3632var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "Library.csproj"), """
3656var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "Library.csproj"), """
3683var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "MyHost.csproj"), """
3931var projectFile = WriteIsLikelyAppHostProject(Path.Combine("outer", "repo", "proj", "OrdinaryLib.csproj"), """
3990WriteIsLikelyAppHostProject(Path.Combine("outer", "mid", "inner", "Directory.Build.props"), """
4075WriteIsLikelyAppHostProject(Path.Combine("outer", "mid", "repo", "Directory.Build.props"), """
Projects\GuestRuntimeTests.cs (4)
1233var unrelated = Path.Combine(workspace.WorkspaceRoot.FullName, "vendor", "nested", "Vendored.java");
1299Path.Combine(workspace.WorkspaceRoot.FullName, "classes", "config", "Resources.class"),
1300Path.Combine(workspace.WorkspaceRoot.FullName, "node_modules", "vendor", "Vendored.java"),
1301Path.Combine(workspace.WorkspaceRoot.FullName, ".gradle", "caches", "Cached.java")
Projects\JavaAppHostToolchainResolverTests.cs (8)
255"-d", Path.Combine("build", "classes", "java", "main"),
263["-cp", $"{Path.Combine("build", "classes", "java", "main")}{Path.PathSeparator}{Path.Combine("build", "aspire-deps", "*")}", "AppHost"],
503var appHostDirectory = Directory.CreateDirectory(Path.Combine(workspace.Path, "src", "main", "java"));
518var appHostDirectory = Directory.CreateDirectory(Path.Combine(workspace.Path, "a", "b", "c"));
529var appHostDirectory = Directory.CreateDirectory(Path.Combine(workspace.Path, "src", "main", "java"));
549"-classpath", Path.Combine(toProjectRoot, "target", "aspire-deps", "*"),
559$"{Path.Combine(toProjectRoot, "target", "classes")}{Path.PathSeparator}{Path.Combine(toProjectRoot, "target", "aspire-deps", "*")}",
571var appHostDirectory = Directory.CreateDirectory(Path.Combine(workspace.Path, "src", "main", "java"));
Projects\PrebuiltAppHostServerTests.cs (5)
578var rootDirectory = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "integrations", "apphosts");
616var appHostsRoot = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "integrations", "apphosts");
1434Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "integrations", "package-restore"),
2482assembly.GetProperty("path").GetString() == Path.Combine(workingDirectory, "integration-restore", "closure-sources", "Aspire.Hosting.Redis.dll"));
2784var packageSourcePath = Path.Combine(workingDirectory, "integration-restore", "closure-sources", "Aspire.Hosting.Redis.dll");
Projects\ProjectLocatorTests.cs (11)
2547var file = new FileInfo(Path.Combine(Path.GetPathRoot(Environment.CurrentDirectory)!, "repo", "apps", "AppHost.csproj"));
2957var project1 = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "src", "App1", "AppHost.csproj"));
2961var project2 = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "samples", "App2", "AppHost.csproj"));
2994var cachedProjectDir = Path.Combine(customCacheDir, "aspire.projecttemplates", "9.1.0", "content");
3034var cachedProjectDir = Path.Combine(customCacheDir, "aspire.projecttemplates", "9.1.0", "content");
3295var staleAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "node_modules", "foo", "AppHost.csproj"));
3322var staleAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "node_modules", "foo", "AppHost.csproj"));
3351var skipListedAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "node_modules", "foo", "AppHost.csproj"));
3420var staleAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "node_modules", "foo", "AppHost.csproj"));
3530var nodeModulesAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "node_modules", "foo", "AppHost.csproj"));
4128var configuredAppHost = new FileInfo(Path.Combine(workspace.WorkspaceRoot.FullName, "node_modules", "Configured", "AppHost.csproj"));
Utils\AppHostHelperTests.cs (10)
28Assert.Equal(Path.Combine(homeDirectory, ".aspire", "cli", "bch"), dir);
247var backchannelsDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cli", "bch");
275var legacyBackchannelsDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cli", "backchannels");
300var backchannelsDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cli", "bch");
326var backchannelsDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cli", "bch");
344var backchannelsDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cli", "bch");
376var backchannelsDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cli", "bch");
562var backchannelsDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cli", "bch");
584var backchannelsDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cli", "bch");
620var backchannelsDir = Path.Combine(workspace.WorkspaceRoot.FullName, ".aspire", "cli", "backchannels");
Utils\CliPathHelperTests.cs (5)
32var expectedDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".aspire", "cli", "bch");
50var expectedDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".aspire", "cli", "bch");
165var binDir = Path.Combine(installPrefix, "dogfood", "pr-17159", "bin");
194var binDir = Path.Combine(installPrefix, "dogfood", "pr-17159", "bin");
366var binDir = Path.Combine(installPrefix, "dogfood", "pr-17105", "bin");
Aspire.Dashboard.Tests (1)
Aspire.Deployment.EndToEnd.Tests (3)
Aspire.EndToEnd.Tests (2)
Aspire.Hosting (3)
Aspire.Hosting.Azure.Kubernetes.Tests (2)
Aspire.Hosting.Blazor (1)
Aspire.Hosting.Browsers (2)
Aspire.Hosting.Browsers.Tests (2)
Aspire.Hosting.CodeGeneration.Java.Tests (1)
Aspire.Hosting.Containers.Tests (1)
Aspire.Hosting.Java (4)
Aspire.Hosting.Java.Tests (11)
AddJavaAppPublishTests.cs (3)
52await File.WriteAllTextAsync(Path.Combine(workspace.Path, "build", "libs", "reports service.jar"), "");
1259var sourcePath = Directory.CreateDirectory(Path.Combine(sourceDir.FullName, "src", "main", "java"));
1532Path.Combine(source, ".mvn", "wrapper", "maven-wrapper.properties"),
AddJavaAppTests.cs (5)
409var workingDirectory = Path.Combine(Path.GetTempPath(), "repo", "services", "api");
410var wrapperPath = Path.Combine(Path.GetTempPath(), "repo", "build tools", wrapperName);
415Assert.Equal(["/c", "call", Path.Combine("..", "..", "build tools", wrapperName)], leadingArgs);
426wrapperPath, Path.Combine(Path.GetTempPath(), "repo", "services", "api"), isWindows: false);
984Path.Combine(app.Resource.WorkingDirectory, "target", "agent", "opentelemetry-javaagent.jar"));
Aspire.Hosting.Kubernetes.Tests (38)
KubernetesDeployTests.cs (3)
931var deploymentYaml = await File.ReadAllTextAsync(Path.Combine(workspace.Path, "templates", "svc", "deployment.yaml"));
1392var serverSecretsTemplatePath = Path.Combine(workspace.Path, "templates", "server", "secrets.yaml");
1710await File.ReadAllTextAsync(Path.Combine(workspace.Path, "templates", "myapp", "config.yaml")),
KubernetesGatewayTests.cs (7)
106var gatewayPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
107var routePath = Path.Combine(workspace.Path, "templates", "public", "route.yaml");
136var routePath = Path.Combine(workspace.Path, "templates", "public", "route.yaml");
256var gatewayFile = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
464var gatewayFile = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
513var gatewayFile = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
596var gatewayFile = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
KubernetesIngressTests.cs (17)
34var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
64var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
108var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
149var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
177var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
204var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
228var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
253var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
282var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
315var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
343var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
367var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
612var publicPath = Path.Combine(workspace.Path, "templates", "public-ingress", "public-ingress.yaml");
613var internalPath = Path.Combine(workspace.Path, "templates", "internal-ingress", "internal-ingress.yaml");
647var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
682var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
798var ingressPath = Path.Combine(workspace.Path, "templates", "public", "public.yaml");
KubernetesPublisherTests.cs (10)
1456var legacyPv = Path.Combine(workspace.Path, "templates", "service", "data-pv.yaml");
1486var deploymentPath = Path.Combine(workspace.Path, "templates", "service", "deployment.yaml");
1544var legacyPvc = Path.Combine(workspace.Path, "templates", "service", "data-pvc.yaml");
1548var deploymentPath = Path.Combine(workspace.Path, "templates", "service", "deployment.yaml");
1622var statefulSetPath = Path.Combine(workspace.Path, "templates", "api", "statefulset.yaml");
1649var statefulSetPath = Path.Combine(workspace.Path, "templates", "api", "statefulset.yaml");
1689var statefulSetPath = Path.Combine(workspace.Path, "templates", "service", "statefulset.yaml");
1695var pvcPath = Path.Combine(workspace.Path, "templates", "data", "data.yaml");
1759var statefulSetPath = Path.Combine(workspace.Path, "templates", "api", "statefulset.yaml");
1833var pvcPath = Path.Combine(workspace.Path, "templates", "data", "data.yaml");
Aspire.Hosting.Python.Tests (1)
Aspire.Hosting.Radius.Tests (1)
Aspire.Hosting.RemoteHost.Tests (13)
LayoutCommandTests.cs (12)
22var packageRoot = Path.Combine(workspaceRoot, "packages", "test.package", "1.0.0");
23Directory.CreateDirectory(Path.Combine(packageRoot, "lib", "net10.0", "fr"));
26Directory.CreateDirectory(Path.Combine(packageRoot, "runtimes", GetCurrentRuntimeIdentifier(), "native"));
28await File.WriteAllTextAsync(Path.Combine(packageRoot, "lib", "net10.0", "Test.Package.dll"), "base");
75var packageRoot = Path.Combine(workspaceRoot, "packages", "test.package", "1.0.0");
80await File.WriteAllTextAsync(Path.Combine(packageRoot, "lib", "net10.0", "Test.Package.dll"), "base");
117var packageRoot = Path.Combine(workspaceRoot, "packages", "test.package", "1.0.0");
120await File.WriteAllTextAsync(Path.Combine(packageRoot, "lib", "net10.0", "Test.Package.dll"), "base");
155var packageRoot = Path.Combine(workspaceRoot, "packages", "test.package", "1.0.0");
156Directory.CreateDirectory(Path.Combine(packageRoot, "lib", "net10.0", "fr"));
159Directory.CreateDirectory(Path.Combine(packageRoot, "runtimes", GetCurrentRuntimeIdentifier(), "native"));
161await File.WriteAllTextAsync(Path.Combine(packageRoot, "lib", "net10.0", "Test.Package.dll"), "base");
Aspire.Hosting.Rust.Tests (7)
Aspire.Hosting.Sdk.Tests (4)
AppHostSdkTargetsTests.cs (4)
1632var vswherePath = Path.Combine(
1706? $"exec \"{Path.Combine(Path.GetDirectoryName(dnxPath)!, "sdk", AspireCliVersion, "dotnet.dll")}\" dnx "
1755File.Exists(Path.Combine(aspireHome, "bundle", "dcp", OperatingSystem.IsWindows() ? "dcp.exe" : "dcp")),
1758File.Exists(Path.Combine(aspireHome, "bundle", "managed", OperatingSystem.IsWindows() ? "aspire-managed.exe" : "aspire-managed")),
Aspire.Hosting.Tasks (1)
Aspire.Hosting.Testing.Tests (2)
Aspire.Hosting.Tests (10)
MSBuildTests.cs (3)
1362Path.Combine(repoRoot, "src", "Aspire.Hosting.Integration.Analyzers", "Aspire.Hosting.Integration.Analyzers.csproj"),
1389Path.Combine(repoRoot, "src", "Aspire.Hosting.Blazor", "Aspire.Hosting.Blazor.csproj"),
1435Path.Combine(repoRoot, "src", "Aspire.Hosting.Integration.Analyzers", "Aspire.Hosting.Integration.Analyzers.csproj"),
Aspire.Playground.Tests (1)
Aspire.Templates.Tests (7)
Crossgen2Tasks (3)
dotnet (10)
dotnet-aot (6)
dotnet-dev-certs (2)
dotnet-svcutil-lib.Tests (6)
GlobalToolTests.cs (3)
116var uri = Path.Combine(g_TestCasesDir, "wsdl", "WcfProjectNService", "tempuri.org.wsdl");
141File.Copy(Path.Combine(g_TestCasesDir, this_TestCaseName, testCaseName, "Program.cs"), Path.Combine(this_TestCaseOutputDir, "Program.cs"), true);
142File.Copy(Path.Combine(g_TestCasesDir, this_TestCaseName, testCaseName, $"{testCaseName}.csproj"), Path.Combine(this_TestCaseOutputDir, $"{testCaseName}.csproj"), true);
GenerateAnalyzerNuspec (2)
GenerateDocumentationAndConfigFiles (3)
Infrastructure.Tests (41)
Pipelines\NixCliPackageTests.cs (3)
94Path.Combine(RepoRoot.Path, "eng", "nix", "update-versions.sh"),
156Path.Combine(RepoRoot.Path, "eng", "nix", "update-versions.sh"),
185Path.Combine(RepoRoot.Path, "eng", "nix", "update-versions.sh"),
TestTriggerMap\SelectTestsAcceptanceTests.cs (4)
809var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
864var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
890var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
905var mapPath = Path.Combine(RepoRoot.Path, "eng", "github-ci", "test-trigger-map.yml");
Microsoft.AspNetCore.DeveloperCertificates.XPlat (2)
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Microsoft.Build (1)
Microsoft.Build.Tasks.Core (5)
InstalledSDKResolver.cs (4)
60string referenceAssemblyFilePath = Path.Combine(sdkDirectory, "References", configuration, architecture);
61string referenceAssemblyCommonArchFilePath = Path.Combine(sdkDirectory, "References", "CommonConfiguration", architecture);
62string referenceAssemblyPathNeutral = Path.Combine(sdkDirectory, "References", configuration, "Neutral");
63string referenceAssemblyArchFilePathNeutral = Path.Combine(sdkDirectory, "References", "CommonConfiguration", "Neutral");
Microsoft.Build.Tasks.Git (1)
Microsoft.Build.Utilities.Core (3)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild.Contracts (1)
Microsoft.DotNet.Arcade.Sdk (3)
src\InstallDotNetCore.cs (3)
289"dotnet" => Path.Combine(dotnetRoot, "shared", "Microsoft.NETCore.App", version),
290"aspnetcore" => Path.Combine(dotnetRoot, "shared", "Microsoft.AspNetCore.App", version),
291"windowsdesktop" => Path.Combine(dotnetRoot, "shared", "Microsoft.WindowsDesktop.App", version),
Microsoft.DotNet.HotReload.Watch (2)
Microsoft.DotNet.TemplateLocator (6)
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (1)
Microsoft.Extensions.DependencyModel (2)
Microsoft.ML.AutoML.Tests (1)
Microsoft.ML.OneDal (1)
Microsoft.ML.OnnxTransformerTest (3)
Microsoft.ML.SamplesUtils (1)
Microsoft.ML.TestFramework (1)
Microsoft.ML.TestFrameworkCommon (1)
Microsoft.NET.Build.Tasks (15)
Microsoft.NET.Sdk.WorkloadManifestReader (6)
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (2)
Microsoft.TestPlatform.CoreUtilities (1)
Microsoft.VisualStudio.TestPlatform.Common (1)
NuGet.Build.Tasks (1)
NuGet.ProjectModel (1)
RepoTasks (3)
rzc (2)
SelectTests (1)
System.Private.CoreLib (2)