2453 references to Exists
aspire (233)
Layout\LayoutDiscovery.cs (10)
263_logger.LogDebug(" {Dir}/{Managed}/{Exe}: {Exists}", BundleDiscovery.BundleDirectoryName, BundleDiscovery.ManagedDirectoryName, managedExeName, File.Exists(bundleManagedExe) ? "exists" : "MISSING");
264_logger.LogDebug(" {Dir}/{Dcp}/{Exe}: {Exists}", BundleDiscovery.BundleDirectoryName, BundleDiscovery.DcpDirectoryName, Path.GetFileName(bundleDcpExe), File.Exists(bundleDcpExe) ? "exists" : "MISSING");
266if (File.Exists(bundleManagedExe) && File.Exists(bundleDcpExe))
297_logger.LogDebug(" managed/{ManagedExe}: {Exists}", managedExeName, File.Exists(managedExePath) ? "exists" : "MISSING");
298_logger.LogDebug(" dcp/{DcpExe}: {Exists}", Path.GetFileName(dcpExePath), File.Exists(dcpExePath) ? "exists" : "MISSING");
300if (!File.Exists(managedExePath) || !File.Exists(dcpExePath))
337if (managedPath is null || !File.Exists(managedPath))
347!File.Exists(BundleDiscovery.GetDcpExecutablePath(dcpPath)))
aspire-managed (16)
Aspire.Acquisition.Tests (40)
Scripts\PRScriptToolModeTests.cs (6)
446Assert.True(File.Exists(Path.Combine(prHive, "Aspire.Hosting.13.3.0-pr.5678.deadbeef.nupkg")),
507Assert.False(File.Exists(sidecarPath), $"Tool mode must not write the PR-route sidecar at {sidecarPath}.");
512Assert.True(File.Exists(Path.Combine(prHive, "Aspire.Hosting.13.3.0-pr.5678.deadbeef.nupkg")),
1022Assert.True(File.Exists(Path.Combine(prHive, "Aspire.Hosting.13.3.0-pr.5678.deadbeef.nupkg")),
1051Assert.False(File.Exists(sidecarPath), $"Tool mode must not write the PR-route sidecar at {sidecarPath}.");
1056Assert.True(File.Exists(Path.Combine(prHive, "Aspire.Hosting.13.3.0-pr.5678.deadbeef.nupkg")),
Aspire.Cli.EndToEnd.Tests (109)
Aspire.Cli.Tests (281)
Agents\PlaywrightCliInstallerTests.cs (6)
661Assert.True(File.Exists(Path.Combine(tempDir, ".agents", "skills", "playwright-cli", "SKILL.md")));
662Assert.True(File.Exists(Path.Combine(tempDir, ".agents", "skills", "playwright-cli", "subdir", "extra.md")));
666Assert.True(File.Exists(Path.Combine(tempDir, ".github", "skills", "playwright-cli", "SKILL.md")));
667Assert.True(File.Exists(Path.Combine(tempDir, ".github", "skills", "playwright-cli", "subdir", "extra.md")));
704Assert.False(File.Exists(Path.Combine(targetDir, "stale.md")));
755Assert.True(File.Exists(Path.Combine(tempDir, ".agents", "skills", "playwright-cli", "SKILL.md")));
Commands\ExportCommandTests.cs (14)
66Assert.True(File.Exists(outputPath), "Export zip file should be created");
137Assert.True(File.Exists(outputPath), $"Export zip file should be created at the specified path: {outputPath}");
172Assert.False(File.Exists(outputPath), "No zip should be created when the AppHost is not running");
285Assert.True(File.Exists(outputPath), "Export zip file should be created");
347Assert.True(File.Exists(outputPath), "Export zip file should be created");
465Assert.True(File.Exists(outputPath), "Export zip file should be created");
523Assert.True(File.Exists(outputPath), "Export zip file should be created");
583Assert.True(File.Exists(outputPath), "Export zip file should be created");
633Assert.True(File.Exists(outputPath));
675Assert.True(File.Exists(outputPath));
719Assert.True(File.Exists(outputPath));
755Assert.False(File.Exists(outputPath), "No zip should be created when the resource doesn't exist");
794Assert.True(File.Exists(outputPath), "Export zip file should be created");
841Assert.True(File.Exists(outputPath), "Export zip file should be created even without dashboard");
Commands\InitCommandTests.cs (31)
109Assert.False(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "aspire.config.json")));
150Assert.False(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "aspire.config.json")));
166Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.cs")));
194Assert.True(File.Exists(runJsonPath), "apphost.run.json should be created so `dotnet run apphost.cs` works.");
338Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.run.json")));
362Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.cs")));
397Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.mts")));
428Assert.False(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.mts")));
475Assert.False(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.mts")));
476Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "aspire-apphost", "apphost.mts")));
587Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.cs")));
609Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.cs")));
629Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.cs")));
632Assert.True(File.Exists(aspireSkillPath), $"Expected aspire skill file at {aspireSkillPath}");
787File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "nuget.config")),
1058Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.cs")));
1061Assert.True(File.Exists(nugetConfigPath), $"nuget.config should be created in workspace for channel '{contextChannel}'.");
1093Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "apphost.cs")));
1096Assert.False(File.Exists(nugetConfigPath), "stable-identity init must not drop a nuget.config (stable packages resolve from ambient nuget.org).");
1131Assert.True(File.Exists(configPath));
1658nugetConfigContentAtNewProjectTime = File.Exists(nugetConfigPath)
1676Assert.True(File.Exists(nugetConfigPath), $"nuget.config should be created in the solution directory for channel '{contextChannel}'.");
1727Assert.False(File.Exists(nugetConfigPath), "stable-identity init must not drop a nuget.config (stable packages resolve from ambient nuget.org).");
1750Assert.False(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "nuget.config")));
1772Assert.True(File.Exists(nugetConfigPath), "rerun must create the workspace nuget.config even though the AppHost dir already exists.");
1791Assert.False(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "nuget.config")));
1809Assert.True(File.Exists(nugetConfigPath), "rerun must create the workspace nuget.config even though apphost.cs already exists.");
1857Assert.True(File.Exists(Path.Combine(solutionDir.FullName, "nuget.config")),
1859Assert.False(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "nuget.config")),
2038File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "nuget.config")),
2085Assert.True(File.Exists(nugetConfigPath));
Commands\NewCommandTests.cs (29)
150Assert.True(File.Exists(nugetConfigPath));
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")));
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"));
1668Assert.True(File.Exists(aspireConfigPath));
1669Assert.True(File.Exists(appHostRunJsonPath), "apphost.run.json must be emitted alongside aspire.config.json so dotnet run picks up matching URLs.");
1702Assert.True(File.Exists(aspireConfigPath));
1703Assert.True(File.Exists(appHostRunJsonPath), "apphost.run.json must be emitted alongside aspire.config.json so dotnet run picks up matching URLs.");
1776Assert.True(File.Exists(aspireConfigPath));
1783Assert.True(File.Exists(appHostRunJsonPath));
2062Assert.True(File.Exists(Path.Combine(workspace.WorkspaceRoot.FullName, "output", LanguageInfo.GeneratedFolderName, "aspire.mts")));
2368Assert.True(File.Exists(aspireSkillPath), $"Expected aspire skill file at {aspireSkillPath}");
2509Assert.True(File.Exists(skillPath));
2549Assert.False(File.Exists(skillPath));
2930Assert.True(File.Exists(Path.Combine(expectedPath, "apphost.ts")));
2994Assert.True(File.Exists(Path.Combine(expectedPath, "apphost.ts")));
3147Assert.True(File.Exists(Path.Combine(expectedPath, "apphost.ts")));
3215Assert.True(File.Exists(Path.Combine(selectedOutputPath.FullName, "apphost.ts")));
3216Assert.False(File.Exists(Path.Combine(selectedOutputPath.FullName, projectName, "apphost.ts")));
3269Assert.True(File.Exists(Path.Combine(expectedPath, "apphost.ts")));
3295Assert.False(File.Exists(skillPath));
3321Assert.True(File.Exists(skillPath));
3323Assert.False(File.Exists(aspireifySkillPath));
3349Assert.True(File.Exists(skillPath));
3351Assert.False(File.Exists(aspireifySkillPath));
Templating\DotNetTemplateFactoryTests.cs (10)
65Assert.True(File.Exists(nugetConfigPath), "nuget.config should be created in working directory for in-place creation");
97Assert.True(File.Exists(nugetConfigPath), "nuget.config should exist in working directory");
141Assert.True(File.Exists(outputConfigPath), "nuget.config should be created in output directory");
177Assert.True(File.Exists(outputConfigPath), "nuget.config should exist in output directory");
204Assert.False(File.Exists(workingConfigPath), "No nuget.config should be created in working directory");
208Assert.True(File.Exists(outputConfigPath), "nuget.config should be created in output directory");
231Assert.False(File.Exists(workingConfigPath), "No nuget.config should be created for implicit channel");
232Assert.False(File.Exists(outputConfigPath), "No nuget.config should be created for implicit channel");
252Assert.False(File.Exists(workingConfigPath), "No nuget.config should be created when no mappings exist");
253Assert.False(File.Exists(outputConfigPath), "No nuget.config should be created when no mappings exist");
Aspire.Dashboard (3)
Aspire.Dashboard.Tests (15)
Aspire.Deployment.EndToEnd.Tests (3)
Aspire.EndToEnd.Tests (8)
Aspire.Hosting (45)
Aspire.Hosting.Azure (1)
Aspire.Hosting.Azure.Functions (4)
Aspire.Hosting.Azure.Kubernetes (1)
Aspire.Hosting.Azure.Kubernetes.Tests (2)
Aspire.Hosting.Azure.Tests (32)
Aspire.Hosting.Blazor (3)
Aspire.Hosting.Blazor.Tests (2)
Aspire.Hosting.Browsers (9)
Aspire.Hosting.Browsers.Tests (13)
Aspire.Hosting.CodeGeneration.Go (2)
Aspire.Hosting.CodeGeneration.Java (1)
Aspire.Hosting.CodeGeneration.Python (3)
Aspire.Hosting.CodeGeneration.Rust (2)
Aspire.Hosting.CodeGeneration.TypeScript (5)
Aspire.Hosting.Containers.Tests (2)
Aspire.Hosting.Docker (5)
Aspire.Hosting.Docker.Tests (43)
Aspire.Hosting.Dotnet (5)
Aspire.Hosting.Dotnet.Tests (1)
Aspire.Hosting.Go (4)
Aspire.Hosting.Go.Tests (1)
Aspire.Hosting.Java (20)
Aspire.Hosting.Java.Tests (4)
Aspire.Hosting.JavaScript (21)
JavaScriptHostingExtensions.cs (20)
177if (File.Exists(Path.Combine(resource.WorkingDirectory, "Dockerfile")))
281if (File.Exists(Path.Combine(appDirectory, "package.json")))
520if (File.Exists(Path.Combine(resource.WorkingDirectory, "Dockerfile")))
706if (File.Exists(Path.Combine(appDirectory, "package.json")))
1170if (File.Exists(Path.Combine(appDirectory, "Dockerfile")))
1545if (File.Exists(candidatePath))
1850var hasBunLock = File.Exists(Path.Combine(workingDirectory, "bun.lock")) ||
1851File.Exists(Path.Combine(workingDirectory, "bun.lockb"));
1856if (File.Exists(Path.Combine(workingDirectory, "bun.lock")))
1860if (File.Exists(Path.Combine(workingDirectory, "bun.lockb")))
1900File.Exists(Path.Combine(resource.Resource.WorkingDirectory, "package-lock.json"))
1918var hasYarnLock = File.Exists(Path.Combine(workingDirectory, "yarn.lock"));
1919var hasYarnrc = File.Exists(Path.Combine(workingDirectory, ".yarnrc.yml"));
1997var hasPnpmLock = File.Exists(Path.Combine(workingDirectory, "pnpm-lock.yaml"));
1998var hasPnpmWorkspace = File.Exists(Path.Combine(workingDirectory, "pnpm-workspace.yaml"));
2053if (!File.Exists(packageJsonPath))
2442if (!File.Exists(configPath))
2567if (File.Exists(nvmrcPath))
2580if (File.Exists(nodeVersionPath))
2593if (File.Exists(toolVersionsPath))
Aspire.Hosting.JavaScript.Tests (8)
Aspire.Hosting.Kubernetes (3)
Aspire.Hosting.Kubernetes.Tests (37)
KubernetesPublisherTests.cs (15)
111Assert.True(File.Exists(deploymentPath));
213Assert.True(File.Exists(manifestPath), $"Manifest should exist at {manifestPath}");
379Assert.True(File.Exists(dockerfilePath), $"Dockerfile should exist at {dockerfilePath}");
1438Assert.True(File.Exists(filePath), $"Expected publisher to emit {expectedFile}.");
1457Assert.False(File.Exists(legacyPv), "DefaultStorageType=\"pvc\" must not emit a bare PV; dynamic provisioning is driven by the PVC's storageClassName.");
1487Assert.True(File.Exists(deploymentPath));
1532Assert.True(File.Exists(filePath), $"Expected publisher to emit {expectedFile}.");
1545Assert.False(File.Exists(legacyPvc), "Bound volumes must not also be emitted via the env-default PV/PVC path.");
1549Assert.False(File.Exists(deploymentPath), "Workloads bound to a persistent volume must render as a StatefulSet, not a Deployment.");
1587Assert.True(File.Exists(filePath), $"Expected publisher to emit {expectedFile}.");
1690Assert.True(File.Exists(statefulSetPath));
1696Assert.True(File.Exists(pvcPath));
1760Assert.True(File.Exists(statefulSetPath), $"Expected StatefulSet manifest at {statefulSetPath}");
1834Assert.True(File.Exists(pvcPath), $"Expected PVC manifest at {pvcPath}");
1846Assert.True(File.Exists(valuesPath), $"Expected values.yaml at {valuesPath}");
Aspire.Hosting.Maui (1)
Aspire.Hosting.Python (13)
Aspire.Hosting.Python.Tests (14)
AddPythonAppTests.cs (13)
1293Assert.True(File.Exists(scriptDockerfilePath), "Dockerfile should be generated for script entrypoint");
1296Assert.True(File.Exists(moduleDockerfilePath), "Dockerfile should be generated for module entrypoint");
1299Assert.True(File.Exists(executableDockerfilePath), "Dockerfile should be generated for executable entrypoint");
1359Assert.True(File.Exists(scriptDockerfilePath), "Dockerfile should be generated for script entrypoint");
1362Assert.True(File.Exists(moduleDockerfilePath), "Dockerfile should be generated for module entrypoint");
1365Assert.True(File.Exists(executableDockerfilePath), "Dockerfile should be generated for executable entrypoint");
1813Assert.True(File.Exists(dockerfilePath), "Dockerfile should be generated");
1855Assert.True(File.Exists(dockerfilePath), "Dockerfile should be generated for non-UV Python app");
1905Assert.True(File.Exists(dockerfilePath), "Dockerfile should be generated for non-UV Python app");
1937Assert.True(File.Exists(dockerfilePath), "Dockerfile should be generated for Python app");
1974Assert.True(File.Exists(scriptDockerfilePath), "Dockerfile should be generated for script entrypoint");
1977Assert.True(File.Exists(moduleDockerfilePath), "Dockerfile should be generated for module entrypoint");
1980Assert.True(File.Exists(executableDockerfilePath), "Dockerfile should be generated for executable entrypoint");
Aspire.Hosting.Radius (3)
Aspire.Hosting.Radius.Tests (4)
Aspire.Hosting.RemoteHost (7)
Aspire.Hosting.RemoteHost.Tests (2)
Aspire.Hosting.Rust (5)
Aspire.Hosting.Rust.Tests (16)
AddRustAppPublishTests.cs (11)
418Assert.False(File.Exists(Path.Combine(outputDir.FullName, "api.Dockerfile")));
473Assert.False(File.Exists(Path.Combine(outputDir.FullName, "api.Dockerfile")));
503Assert.False(File.Exists(Path.Combine(outputDir.FullName, "api.Dockerfile")));
521Assert.False(File.Exists(Path.Combine(outputDir.FullName, "api.Dockerfile")));
545Assert.False(File.Exists(Path.Combine(outputDir.FullName, "api.Dockerfile")));
594if (!File.Exists(Path.Combine(sourceDir.FullName, differentlyCasedPath)))
622if (!File.Exists(Path.Combine(sourceDir.FullName, composedManifestPath)))
781if (!File.Exists(differentlyCasedCanonicalManifest))
813Assert.False(File.Exists(Path.Combine(outputDir.FullName, "api.Dockerfile")));
836Assert.False(File.Exists(Path.Combine(outputDir.FullName, "api.Dockerfile")));
995Assert.False(File.Exists(Path.Combine(outputDir.FullName, "api.Dockerfile.dockerignore")));
Aspire.Hosting.Sdk.Tests (12)
AppHostSdkTargetsTests.cs (12)
452Assert.False(File.Exists(shadowCaptureFile), "The working-directory Aspire shim was invoked instead of the resolved PATH command.");
493Assert.False(File.Exists(shadowCaptureFile), "The working-directory DNX shim was invoked instead of the resolved PATH command.");
830Assert.True(File.Exists(childPidPath), $"The child process did not record its PID. MSBuild output:{Environment.NewLine}{result.Output}");
1614Assert.True(File.Exists(toolPath), $"Aspire.RuntimeIdentifier.Tool was not built at '{toolPath}'. Build the test project to produce it.");
1626Assert.True(File.Exists(taskAssemblyPath), $"Aspire.Hosting.Tasks was not built at '{taskAssemblyPath}'. Build the test project to produce it.");
1637if (!File.Exists(vswherePath))
1655.FirstOrDefault(File.Exists);
1665Assert.True(File.Exists(path), $"The file specified by {metadataName} was not built at '{path}'.");
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")),
1807return executableNames.Any(executableName => File.Exists(Path.Combine(directory.Trim().Trim('"'), executableName)));
1916while (directory is not null && !Directory.Exists(Path.Combine(directory, ".git")) && !File.Exists(Path.Combine(directory, ".git")))
Aspire.Hosting.Tasks (7)
Aspire.Hosting.Testing (1)
Aspire.Hosting.Testing.Tests (5)
Aspire.Hosting.Tests (122)
Aspire.Hosting.TestUtilities (1)
Aspire.Hosting.Yarp.Tests (1)
Aspire.Managed.Tests (3)
Aspire.Playground.Tests (5)
Aspire.RuntimeIdentifier.Tool (1)
Aspire.Templates.Tests (11)
Aspire.TerminalHost (3)
Aspire.TerminalHost.Tests (8)
Aspire.TestTools (3)
Aspire.TestUtilities (2)
blazor-devserver (1)
CatalogService (1)
cdac-build-tool (1)
crossgen2 (1)
Crossgen2Tasks (13)
csc (4)
CSharpSyntaxGenerator (1)
datacollector (2)
datacollector.arm64 (2)
dotnet (86)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.11.0-1.26425.101\contentFiles\cs\net11.0\RuntimeHostInfo.cs (1)
102if (File.Exists(filePath))
dotnet-aot (34)
dotnet-dev-certs (11)
dotnet-format (6)
dotnet-getdocument (4)
dotnet-Microsoft.XmlSerializer.Generator (5)
dotnet-openapi (6)
dotnet-sql-cache (1)
dotnet-suggest (3)
dotnet-svcutil-lib (25)
dotnet-svcutil-lib.Tests (16)
dotnet-svcutil.xmlserializer (4)
dotnet-svcutil.xmlserializer.IntegrationTests (3)
dotnet-user-jwts (13)
dotnet-user-secrets (6)
dotnet-watch (3)
GenerateAnalyzerNuspec (5)
GenerateDocumentationAndConfigFiles (6)
GetDocument.Insider (2)
HelixTestTasks (1)
ilasm (6)
ilc (2)
ILCompiler.Compiler (2)
ILCompiler.ReadyToRun (2)
illink (8)
ILLink.Tasks (5)
Infrastructure.Common (1)
Infrastructure.Tests (49)
installer.tasks (2)
Microsoft.Agents.AI.ProjectTemplates.Tests (2)
Microsoft.Arcade.Common (4)
Microsoft.AspNetCore.Components.Testing (2)
Microsoft.AspNetCore.Components.Testing.Tasks (2)
Microsoft.AspNetCore.Components.WebAssembly (1)
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
Microsoft.AspNetCore.Components.WebView (1)
Microsoft.AspNetCore.DataProtection (2)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (10)
Microsoft.AspNetCore.Diagnostics (1)
Microsoft.AspNetCore.Hosting (2)
Microsoft.AspNetCore.InternalTesting (6)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.Mvc.Testing (2)
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.IntegrationTesting (5)
Microsoft.AspNetCore.Server.Kestrel.Core (11)
Microsoft.AspNetCore.SpaProxy (1)
Microsoft.AspNetCore.StaticAssets (1)
Microsoft.Build (4)
Microsoft.Build.Framework (3)
Microsoft.Build.Tasks.CodeAnalysis (9)
Microsoft.Build.Tasks.Core (2)
Microsoft.Build.Tasks.Git (15)
Microsoft.Build.Utilities.Core (2)
Microsoft.CodeAnalysis (14)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
Microsoft.CodeAnalysis.Features (10)
Microsoft.CodeAnalysis.Razor.Compiler (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Scripting (14)
Microsoft.CodeAnalysis.Workspaces (8)
Microsoft.CodeAnalysis.Workspaces.MSBuild (13)
Microsoft.CodeAnalysis.Workspaces.MSBuild.Contracts (1)
Microsoft.Data.Analysis (1)
Microsoft.Data.Analysis.Tests (2)
Microsoft.Deployment.DotNet.Releases (3)
Microsoft.Diagnostics.NETCore.Client (1)
Microsoft.DotNet.ApiCompat.Task (1)
Microsoft.DotNet.ApiSymbolExtensions (3)
Microsoft.DotNet.Arcade.Sdk (7)
Microsoft.DotNet.Build.Tasks.FileCatalog (2)
Microsoft.DotNet.Build.Tasks.Installers (9)
Microsoft.DotNet.Build.Tasks.Packaging (11)
Microsoft.DotNet.Build.Tasks.Templating (1)
Microsoft.DotNet.Build.Tasks.VisualStudio (1)
Microsoft.DotNet.Build.Tasks.Workloads (3)
Microsoft.DotNet.Cli.CoreUtils (1)
Microsoft.DotNet.Cli.Definitions (3)
Microsoft.DotNet.Cli.Utils (9)
Microsoft.DotNet.CMake.Sdk (2)
Microsoft.DotNet.GenFacades (3)
Microsoft.DotNet.HotReload.Utils.Generator (1)
Microsoft.DotNet.HotReload.Utils.Generator.Tasks (1)
Microsoft.DotNet.HotReload.Watch (2)
Microsoft.DotNet.InternalAbstractions (1)
Microsoft.DotNet.MacOsPkg.Core (4)
Microsoft.DotNet.NativeWrapper (2)
Microsoft.DotNet.PackageValidation (1)
Microsoft.DotNet.ProjectTools (7)
Microsoft.DotNet.SdkResolver (1)
Microsoft.DotNet.SharedFramework.Sdk (2)
Microsoft.DotNet.SourceBuild.Tasks (2)
Microsoft.DotNet.TemplateLocator (13)
Microsoft.DotNet.XliffTasks (2)
Microsoft.Extensions.AI.Abstractions.Tests (27)
Microsoft.Extensions.AI.Evaluation.Console (2)
Microsoft.Extensions.AI.Evaluation.Reporting (2)
Microsoft.Extensions.AI.OpenAI.Tests (1)
Microsoft.Extensions.AI.Templates.Tests (2)
Microsoft.Extensions.DependencyModel (1)
Microsoft.Extensions.DotNetDeltaApplier (1)
Microsoft.Extensions.Http.Resilience.Tests (2)
Microsoft.Extensions.ML (1)
Microsoft.Extensions.ServiceDiscovery.Dns (4)
Microsoft.Gen.ComplianceReports.Unit.Tests (2)
Microsoft.Gen.MetadataExtractor.Unit.Tests (3)
Microsoft.Gen.MetricsReports.Unit.Tests (3)
Microsoft.Maui (1)
Microsoft.Maui.Controls.Build.Tasks (1)
Microsoft.Maui.Resizetizer (7)
Microsoft.ML.AutoML (1)
Microsoft.ML.AutoML.Tests (2)
Microsoft.ML.Core (7)
Microsoft.ML.Core.Tests (4)
Microsoft.ML.Data (4)
Microsoft.ML.EntryPoints (1)
Microsoft.ML.OnnxTransformer (1)
Microsoft.ML.OnnxTransformerTest (4)
Microsoft.ML.PerformanceTests (12)
Microsoft.ML.ResultProcessor (1)
Microsoft.ML.Samples (10)
Microsoft.ML.Samples.GPU (10)
Microsoft.ML.SamplesUtils (1)
Microsoft.ML.Sweeper (3)
Microsoft.ML.TensorFlow (1)
Microsoft.ML.TensorFlow.Tests (7)
Microsoft.ML.TestFramework (3)
Microsoft.ML.TestFrameworkCommon (4)
Microsoft.ML.Tokenizers (2)
Microsoft.ML.Tokenizers.Data.Tests (1)
Microsoft.ML.Tokenizers.Tests (1)
Microsoft.ML.Transforms (4)
Microsoft.ML.Vision (10)
Microsoft.NET.Build.Containers (2)
Microsoft.NET.Build.Extensions.Tasks (4)
Microsoft.NET.Build.Tasks (42)
Microsoft.NET.HostModel (4)
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (5)
Microsoft.NET.Sdk.Publish.Tasks (21)
Microsoft.NET.Sdk.Razor.Tasks (3)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (36)
Microsoft.NET.Sdk.WorkloadManifestReader (13)
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (6)
Microsoft.SourceLink.Common (1)
Microsoft.TemplateEngine.Abstractions (1)
Microsoft.TemplateEngine.Cli (1)
Microsoft.TemplateEngine.Edge (1)
Microsoft.TemplateEngine.Utils (1)
Microsoft.TestPlatform.Build (1)
Microsoft.TestPlatform.CoreUtilities (1)
Microsoft.TestPlatform.CrossPlatEngine (2)
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
Microsoft.TestPlatform.PlatformAbstractions (2)
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
Microsoft.VisualBasic.Core (15)
Microsoft.VisualBasic.Forms (1)
Microsoft.VisualStudio.TestPlatform.Common (3)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Mono.Cecil (4)
Mono.Cecil.Pdb (1)
MSBuild (1)
NuGet.Build.Tasks (2)
NuGet.Build.Tasks.Pack (6)
NuGet.CommandLine.XPlat (13)
NuGet.Commands (22)
NuGet.Common (8)
NuGet.Configuration (6)
NuGet.PackageManagement (26)
NuGet.Packaging (13)
NuGet.ProjectModel (3)
NuGet.Protocol (27)
Pipelines.Library (1)
PresentationBuildTasks (4)
PresentationFramework (5)
PresentationUI (6)
RepoTasks (12)
Roslyn.Diagnostics.Analyzers (2)
rzc (7)
sdk-tasks (10)
Security.TransportSecurity.IntegrationTests (1)
SelectTests (4)
System.CommandLine (1)
System.ComponentModel.TypeConverter (1)
System.Configuration.ConfigurationManager (11)
System.Diagnostics.EventLog (1)
System.Diagnostics.FileVersionInfo (1)
System.Diagnostics.Process (6)
System.Diagnostics.StackTrace (1)
System.Drawing.Common (3)
System.Formats.Tar (2)
System.IO.Compression.ZipFile (2)
System.IO.FileSystem.DriveInfo (2)
System.IO.IsolatedStorage (1)
System.IO.MemoryMappedFiles (1)
System.IO.Ports (3)
System.Net.Mail (1)
System.Net.NetworkInformation (4)
System.Net.Ping (2)
System.Private.CoreLib (11)
System.Private.Windows.Core.TestUtilities (1)
System.Private.Xml (2)
System.Reflection.MetadataLoadContext (1)
System.Speech (1)
System.Windows.Forms (3)
System.Windows.Forms.Design (1)
testhost (2)
testhost.arm64 (2)
testhost.x86 (2)
TypeScriptApiCompat (1)
vbc (4)
VBCSCompiler (13)
vstest.console (2)
vstest.console.arm64 (2)