15 references to GetFullPath
Aspire.Hosting (4)
ContainerResourceBuilderExtensions.cs (4)
182
var sourcePath = Path.IsPathRooted(source) ? source : Path.
GetFullPath
(source, builder.ApplicationBuilder.AppHostDirectory);
481
var fullyQualifiedContextPath = Path.
GetFullPath
(contextPath, builder.ApplicationBuilder.AppHostDirectory);
485
var fullyQualifiedDockerfilePath = Path.
GetFullPath
(dockerfilePath, fullyQualifiedContextPath);
859
var sourceFullPath = Path.
GetFullPath
(sourcePath, builder.ApplicationBuilder.AppHostDirectory);
Aspire.Hosting.Keycloak (2)
KeycloakResourceBuilderExtensions.cs (2)
162
var importFullPath = Path.
GetFullPath
(import, builder.ApplicationBuilder.AppHostDirectory);
190
var importFullPath = Path.
GetFullPath
(import, builder.ApplicationBuilder.AppHostDirectory);
Aspire.Hosting.MongoDB (1)
MongoDBBuilderExtensions.cs (1)
242
var importFullPath = Path.
GetFullPath
(source, builder.ApplicationBuilder.AppHostDirectory);
Aspire.Hosting.MySql (1)
MySqlBuilderExtensions.cs (1)
344
var importFullPath = Path.
GetFullPath
(source, builder.ApplicationBuilder.AppHostDirectory);
Aspire.Hosting.Oracle (1)
OracleDatabaseBuilderExtensions.cs (1)
146
var importFullPath = Path.
GetFullPath
(source, builder.ApplicationBuilder.AppHostDirectory);
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
421
var importFullPath = Path.
GetFullPath
(source, builder.ApplicationBuilder.AppHostDirectory);
Aspire.Hosting.Python.Tests (1)
AddPythonAppTests.cs (1)
317
var pipPath = Path.
GetFullPath
(relativePipPath, projectDirectory);
dotnet-openapi (1)
Commands\BaseCommand.cs (1)
441
: Path.
GetFullPath
(path, WorkingDirectory);
Microsoft.DotNet.Open.Api.Tools.Tests (1)
OpenApiAddFileTests.cs (1)
113
var absolute = Path.
GetFullPath
(nswagJsonFile, project.Project.Dir().Root);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.NonAndroid.cs (1)
251
symlinkPath = Path.
GetFullPath
(symlinkPath, Path.GetDirectoryName(tzFilePath)!);
System.Windows.Forms.Primitives.TestUtilities.Tests (1)
PathLengthTests.cs (1)
15
currentPath = Path.
GetFullPath
(@"..\..\..\..\..\..\src", currentPath);