292 references to GetTempPath
AnalyzerRunner (1)
aspire (1)
Aspire.Cli.Tests (2)
Aspire.Dashboard.Tests (3)
Aspire.EndToEnd.Tests (4)
Aspire.Hosting.Garnet.Tests (1)
Aspire.Hosting.Kafka.Tests (1)
Aspire.Hosting.Keycloak.Tests (2)
Aspire.Hosting.Milvus.Tests (1)
Aspire.Hosting.MongoDB.Tests (3)
Aspire.Hosting.MySql.Tests (2)
Aspire.Hosting.PostgreSQL.Tests (3)
Aspire.Hosting.Python.Tests (1)
Aspire.Hosting.Qdrant.Tests (1)
Aspire.Hosting.Redis.Tests (1)
Aspire.Hosting.Seq.Tests (1)
Aspire.Hosting.SqlServer.Tests (1)
Aspire.Hosting.Tests (12)
Aspire.Hosting.Valkey.Tests (1)
Aspire.Templates.Tests (4)
Binding.UDS.IntegrationTests (2)
BuildValidator (1)
csc (2)
csi (1)
dotnet-svcutil-lib (2)
dotnet-svcutil-lib.Tests (6)
dotnet-user-jwts (1)
dotnet-user-secrets (1)
FilesWebSite (1)
IdeBenchmarks (1)
IIS.FunctionalTests (1)
IIS.LongTests (1)
IIS.NewHandler.FunctionalTests (1)
IIS.NewShim.FunctionalTests (1)
IIS.ShadowCopy.Tests (2)
IISExpress.FunctionalTests (1)
Interop.FunctionalTests (1)
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (9)
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
Microsoft.AspNetCore.DataProtection.Tests (1)
Microsoft.AspNetCore.FunctionalTests (3)
Microsoft.AspNetCore.Http (1)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.InternalTesting.Tests (1)
Microsoft.AspNetCore.Mvc.Core.Test (1)
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
Microsoft.AspNetCore.OpenApi.Build.Tests (2)
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
Microsoft.AspNetCore.TestHost.Tests (1)
Microsoft.AspNetCore.Tests (13)
WebApplicationTests.cs (13)
391var contentRoot = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
411var contentRoot = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
468var contentRoot = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
502var contentRoot = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
531var contentRoot = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
573var contentRoot = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
788var contentRoot = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
831var contentRoot = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
880var contentRoot = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
1079var contentRoot = Path.GetTempPath().ToString();
2249var contentRoot = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
2281ContentRootPath = Path.GetTempPath()
2300Assert.Equal(Path.GetTempPath(), hostEnv.ContentRootPath);
Microsoft.AspNetCore.WebUtilities (2)
Microsoft.AspNetCore.WebUtilities.Tests (1)
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.InteractiveHost (1)
Microsoft.CodeAnalysis.LanguageServer (2)
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (1)
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CodeAnalysis.Scripting.TestUtilities (2)
Microsoft.CodeAnalysis.Test.Utilities (4)
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.CodeAnalysis.Workspaces (5)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (5)
ProjectGuardFiles.cs (5)
19File.WriteAllText(Path.Combine(Path.GetTempPath(), "global.json"),
26File.WriteAllText(Path.Combine(Path.GetTempPath(), "Directory.Build.props"),
44File.WriteAllText(Path.Combine(Path.GetTempPath(), "Directory.Build.rsp"),
49File.WriteAllText(Path.Combine(Path.GetTempPath(), "Directory.Build.targets"),
58File.WriteAllText(Path.Combine(Path.GetTempPath(), "NuGet.Config"),
Microsoft.DotNet.Arcade.Sdk.Tests (2)
Microsoft.DotNet.Build.Tasks.Installers (2)
Microsoft.DotNet.Build.Tasks.Templating.Tests (3)
Microsoft.DotNet.Build.Tasks.VisualStudio.Tests (4)
Microsoft.DotNet.Build.Tasks.Workloads.Tests (3)
Microsoft.DotNet.Helix.Sdk (1)
Microsoft.DotNet.Internal.SymbolHelper (2)
Microsoft.DotNet.MacOsPkg.Core (2)
Microsoft.DotNet.NuGetRepack.Tasks (2)
Microsoft.DotNet.NuGetRepack.Tests (6)
Microsoft.DotNet.Open.Api.Tools.Tests (1)
Microsoft.DotNet.RemoteExecutor (2)
Microsoft.DotNet.SignCheckLibrary (5)
Microsoft.DotNet.SignTool (2)
Microsoft.DotNet.SignTool.Tests (2)
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (2)
Microsoft.Extensions.ApiDescription.Client.Tests (2)
Microsoft.Extensions.ApiDescription.Tool.Tests (9)
Microsoft.Extensions.Caching.StackExchangeRedis.Tests (1)
Microsoft.Extensions.SecretManager.Tools.Tests (5)
Microsoft.Gen.ComplianceReports.Unit.Tests (1)
Microsoft.Gen.MetadataExtractor.Unit.Tests (3)
Microsoft.Gen.MetricsReports.Unit.Tests (3)
Microsoft.ML.AutoML.Samples (2)
Microsoft.ML.Core (3)
Microsoft.ML.Maml (1)
Microsoft.ML.TensorFlow.Tests (3)
Microsoft.ML.Tests (4)
Microsoft.ML.Tokenizers.Data.Tests (1)
Microsoft.ML.Tokenizers.Tests (1)
Microsoft.VisualBasic.Core (1)
Microsoft.VisualBasic.Forms.Tests (7)
Microsoft.VisualBasic.IntegrationTests (1)
Microsoft.VisualBasic.Tests (1)
Microsoft.VisualStudio.LanguageServices (5)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (6)
Microsoft.VisualStudio.LanguageServices.Implementation (2)
PresentationCore (1)
PresentationFramework (1)
Replay (2)
Roslyn.VisualStudio.Next.UnitTests (2)
RulesetToEditorconfigConverter.UnitTests (1)
System.Formats.Tar (2)
System.IO.MemoryMappedFiles (1)
System.IO.Pipes (1)
System.Private.CoreLib (2)
System.Private.Windows.Core.TestUtilities (2)
System.Windows.Forms.Design.Tests (2)
System.Windows.Forms.Primitives (1)
System.Windows.Forms.Primitives.Tests (1)
System.Windows.Forms.Tests (2)
System.Windows.Forms.UI.IntegrationTests (1)
Templates.Blazor.WebAssembly.Auth.Tests (1)
Templates.Blazor.WebAssembly.Tests (1)
Templates.Mvc.Tests (1)
Templates.Tests (1)
vbc (2)
VBCSCompiler (3)
VBCSCompiler.UnitTests (6)