1 write to _appDirectoryPath
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
97_appDirectoryPath = Path.GetFullPath(appPath);
7 references to _appDirectoryPath
aspire (7)
Projects\PrebuiltAppHostServer.cs (7)
111var pathHash = SHA256.HashData(Encoding.UTF8.GetBytes(_appDirectoryPath)); 113var integrationCacheDirectory = ConfigurationHelper.GetIntegrationCacheDirectory(new DirectoryInfo(_appDirectoryPath)); 121public string AppDirectoryPath => _appDirectoryPath; 319workingDirectory: _appDirectoryPath, 973var channelName = AspireConfigFile.Load(_appDirectoryPath)?.Channel 974?? AspireJsonConfiguration.Load(_appDirectoryPath)?.Channel; 1529public string GetInstanceIdentifier() => _appDirectoryPath;