9 implementations of AppDirectoryPath
aspire (2)
Projects\DotNetBasedAppHostServerProject.cs (1)
96public string AppDirectoryPath => _appPath;
Projects\PrebuiltAppHostServer.cs (1)
121public string AppDirectoryPath => _appDirectoryPath;
Aspire.Cli.Tests (7)
Commands\Sdk\SdkExportCommandTests.cs (1)
439public string AppDirectoryPath => Environment.CurrentDirectory;
Projects\AppHostServerSessionTests.cs (3)
588public string AppDirectoryPath => Directory.GetCurrentDirectory(); 636public string AppDirectoryPath => Directory.GetCurrentDirectory(); 684public string AppDirectoryPath => Directory.GetCurrentDirectory();
Scaffolding\ChannelReseedTests.cs (1)
132public string AppDirectoryPath { get; } = appDirectoryPath;
TestServices\FakeFailingAppHostServerProject.cs (1)
18public string AppDirectoryPath { get; } = appDirectoryPath;
TestServices\FakeSucceedingAppHostServerProject.cs (1)
17public string AppDirectoryPath { get; } = appDirectoryPath;