595 references to GetFullPath
AnalyzerRunner (1)
aspire (3)
Aspire.EndToEnd.Tests (3)
Aspire.Hosting (6)
Aspire.Hosting.Azure (1)
Aspire.Hosting.NodeJs (1)
Aspire.Hosting.Python (1)
Aspire.Hosting.Python.Tests (2)
Aspire.Hosting.Tests (5)
Aspire.Templates.Tests (3)
BuildActionTelemetryTable (3)
BuildBoss (1)
BuildValidator (3)
ClientSample (1)
dotnet-dev-certs (4)
dotnet-getdocument (2)
dotnet-openapi (2)
dotnet-sql-cache (1)
dotnet-svcutil.xmlserializer (2)
dotnet-svcutil-lib (10)
dotnet-user-jwts (1)
dotnet-user-secrets (1)
GenerateAnalyzerNuspec (1)
GenerateDocumentationAndConfigFiles (2)
GetDocument.Insider (2)
IdeBenchmarks (2)
IIS.Tests (1)
illink (4)
Metrics (2)
Metrics.Legacy (2)
Microsoft.Arcade.Common (1)
Microsoft.AspNetCore (4)
Microsoft.AspNetCore.BrowserTesting (1)
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
Microsoft.AspNetCore.Components.WebView.Photino (1)
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
Microsoft.AspNetCore.Components.WebView.Wpf (1)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
Microsoft.AspNetCore.FunctionalTests (1)
Microsoft.AspNetCore.Hosting (3)
Microsoft.AspNetCore.Hosting.Tests (11)
HostingEnvironmentExtensionsTests.cs (9)
24env.Initialize(Path.GetFullPath("."), webHostOptions);
26Assert.Equal(Path.GetFullPath("."), env.ContentRootPath);
27Assert.Equal(Path.GetFullPath("testroot"), env.WebRootPath);
37env.Initialize(Path.GetFullPath("testroot"), CreateWebHostOptions());
39Assert.Equal(Path.GetFullPath("testroot"), env.ContentRootPath);
40Assert.Equal(Path.GetFullPath(Path.Combine("testroot", "wwwroot")), env.WebRootPath);
50env.Initialize(Path.GetFullPath(Path.Combine("testroot", "wwwroot")), CreateWebHostOptions());
52Assert.Equal(Path.GetFullPath(Path.Combine("testroot", "wwwroot")), env.ContentRootPath);
71env.Initialize(Path.GetFullPath("."), webHostOptions);
Microsoft.AspNetCore.Http.Results.Tests (28)
src\Shared\ResultsTests\PhysicalFileResultTestBase.cs (20)
38var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
60Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
69var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
92Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
101var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
119Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
128var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
146Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
158var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
175Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
186var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
215var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
242var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
270var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
294var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
310Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
327var path = Path.GetFullPath(Path.Combine(".", "TestFiles", "FilePathResultTestFile_ASCII.txt"));
337Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile_ASCII.txt")), sendFile.Name);
347var path = Path.GetFullPath(Path.Combine(".", "TestFiles", "FilePathResultTestFile.txt"));
357Assert.Equal(Path.GetFullPath(Path.Combine(".", "TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
Microsoft.AspNetCore.Mvc.Core.Test (34)
src\Shared\ResultsTests\PhysicalFileResultTestBase.cs (20)
38var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
60Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
69var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
92Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
101var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
119Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
128var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
146Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
158var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
175Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
186var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
215var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
242var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
270var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
294var path = Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt"));
310Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
327var path = Path.GetFullPath(Path.Combine(".", "TestFiles", "FilePathResultTestFile_ASCII.txt"));
337Assert.Equal(Path.GetFullPath(Path.Combine("TestFiles", "FilePathResultTestFile_ASCII.txt")), sendFile.Name);
347var path = Path.GetFullPath(Path.Combine(".", "TestFiles", "FilePathResultTestFile.txt"));
357Assert.Equal(Path.GetFullPath(Path.Combine(".", "TestFiles", "FilePathResultTestFile.txt")), sendFile.Name);
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
Microsoft.AspNetCore.Mvc.RazorPages.Test (4)
Microsoft.AspNetCore.OpenApi.Build.Tests (1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Shared.Tests (1)
Microsoft.AspNetCore.StaticFiles (1)
Microsoft.AspNetCore.TestHost (1)
Microsoft.AspNetCore.Tests (1)
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Microsoft.Build (20)
Microsoft.Build.Engine.OM.UnitTests (8)
Microsoft.Build.Engine.UnitTests (19)
BackEnd\BuildRequestEngine_Tests.cs (3)
442BuildRequestData data = new BuildRequestData(Path.GetFullPath("TestFile"), new Dictionary<string, string>(), "TestToolsVersion", Array.Empty<string>(), null);
448BuildRequestData data2 = new BuildRequestData(Path.GetFullPath("OtherFile"), new Dictionary<string, string>(), "TestToolsVersion", Array.Empty<string>(), null);
466Assert.Equal(Path.GetFullPath("OtherFile"), _newConfiguration_Config.ProjectFullPath);
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
Microsoft.Build.Tasks.Core (24)
Microsoft.Build.Tasks.UnitTests (4)
Microsoft.Build.UnitTests.Shared (6)
Microsoft.Build.Utilities.Core (10)
Microsoft.Build.Utilities.UnitTests (2)
Microsoft.Cci.Extensions (1)
Microsoft.CodeAnalysis (5)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Microsoft.CodeAnalysis.Features (4)
Microsoft.CodeAnalysis.InteractiveHost (2)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests (1)
Microsoft.CodeAnalysis.Test.Utilities (2)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (2)
Microsoft.CodeAnalysis.Workspaces (6)
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
Microsoft.Data.Analysis.Tests (2)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Tasks.Packaging (1)
Microsoft.DotNet.Build.Tasks.Templating (1)
Microsoft.DotNet.Build.Tasks.Workloads (3)
Microsoft.DotNet.GenFacades (1)
Microsoft.DotNet.MacOsPkg.Core (2)
Microsoft.DotNet.SignCheckLibrary (7)
Microsoft.DotNet.SignCheckTask (4)
Microsoft.DotNet.SignTool (1)
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (2)
Microsoft.DotNet.XliffTasks (2)
Microsoft.Extensions.AI.Evaluation.Reporting (3)
Microsoft.Extensions.ApiDescription.Client.Tests (1)
Microsoft.Extensions.DependencyModel (1)
Microsoft.Extensions.FileProviders.Physical (3)
Microsoft.Extensions.FileSystemGlobbing (6)
Microsoft.Extensions.Hosting (1)
Microsoft.Maui.Controls.Build.Tasks (1)
Microsoft.Maui.Resizetizer (3)
Microsoft.ML.Core (8)
Microsoft.ML.ImageAnalytics (1)
Microsoft.ML.PerformanceTests (5)
Microsoft.ML.Sweeper (1)
Microsoft.ML.TensorFlow (1)
Microsoft.ML.TestFramework (4)
Microsoft.ML.TestFrameworkCommon (4)
Microsoft.ML.Tests (2)
Microsoft.ML.Vision (1)
Microsoft.VisualBasic.Core (10)
Microsoft.VisualBasic.Forms (6)
Microsoft.VisualStudio.LanguageServices (2)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
Microsoft.Web.Xdt.Extensions.Tests (4)
MSBuild (7)
MSBuildTaskHost (6)
PresentationBuildTasks (11)
PresentationFramework (3)
Roslyn.Diagnostics.Analyzers (2)
ServerComparison.FunctionalTests (1)
Swaggatherer (1)
System.ComponentModel.Composition (1)
System.Configuration.ConfigurationManager (9)
System.Data.Odbc (1)
System.Diagnostics.FileVersionInfo (1)
System.Diagnostics.Process (1)
System.Diagnostics.TextWriterTraceListener (1)
System.Drawing.Common.Tests (1)
System.Formats.Tar (14)
System.IO.Compression.ZipFile (4)
System.Net.Sockets (1)
System.Net.WebClient (3)
System.Private.CoreLib (62)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (25)
56FileSystem.CopyFile(Path.GetFullPath(sourceFileName), Path.GetFullPath(destFileName), overwrite);
85FileSystem.DeleteFile(Path.GetFullPath(path));
101path = Path.GetFullPath(path);
171return SafeFileHandle.Open(Path.GetFullPath(path), mode, access, share, options, preallocationSize);
185=> FileSystem.SetCreationTime(Path.GetFullPath(path), creationTime, asDirectory: false);
216=> FileSystem.SetCreationTime(Path.GetFullPath(path), GetUtcDateTimeOffset(creationTimeUtc), asDirectory: false);
248=> FileSystem.GetCreationTime(Path.GetFullPath(path)).LocalDateTime;
273=> FileSystem.GetCreationTime(Path.GetFullPath(path)).UtcDateTime;
298=> FileSystem.SetLastAccessTime(Path.GetFullPath(path), lastAccessTime, false);
329=> FileSystem.SetLastAccessTime(Path.GetFullPath(path), GetUtcDateTimeOffset(lastAccessTimeUtc), false);
360=> FileSystem.GetLastAccessTime(Path.GetFullPath(path)).LocalDateTime;
385=> FileSystem.GetLastAccessTime(Path.GetFullPath(path)).UtcDateTime;
410=> FileSystem.SetLastWriteTime(Path.GetFullPath(path), lastWriteTime, false);
441=> FileSystem.SetLastWriteTime(Path.GetFullPath(path), GetUtcDateTimeOffset(lastWriteTimeUtc), false);
472=> FileSystem.GetLastWriteTime(Path.GetFullPath(path)).LocalDateTime;
497=> FileSystem.GetLastWriteTime(Path.GetFullPath(path)).UtcDateTime;
522=> FileSystem.GetAttributes(Path.GetFullPath(path));
546=> FileSystem.SetAttributes(Path.GetFullPath(path), fileAttributes);
1030Path.GetFullPath(sourceFileName),
1031Path.GetFullPath(destinationFileName),
1032destinationBackupFileName != null ? Path.GetFullPath(destinationBackupFileName) : null,
1052string fullSourceFileName = Path.GetFullPath(sourceFileName);
1053string fullDestFileName = Path.GetFullPath(destFileName);
1429string fullPath = Path.GetFullPath(path);
System.Private.Xml (1)
System.Security.Cryptography (3)
System.Windows.Forms (1)
System.Windows.Forms.Tests (3)
System.Windows.Forms.UI.IntegrationTests (2)
TaskUsageLogger (1)
Templates.Blazor.Tests (3)
Templates.Blazor.WebAssembly.Auth.Tests (4)
Templates.Blazor.WebAssembly.Tests (4)
Templates.Mvc.Tests (4)
Templates.Tests (6)
Test.Utilities (2)
Text.Analyzers (2)
Wasm.Performance.ConsoleHost (1)
WindowsBase.Tests (1)
WinFormsControlsTest (1)
xunit.console (6)