1 write to _appDirectoryPath
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
101_appDirectoryPath = Path.GetFullPath(appPath);
7 references to _appDirectoryPath
aspire (7)
Projects\PrebuiltAppHostServer.cs (7)
115var pathHash = SHA256.HashData(Encoding.UTF8.GetBytes(_appDirectoryPath)); 117var integrationCacheDirectory = ConfigurationHelper.GetIntegrationCacheDirectory(new DirectoryInfo(_appDirectoryPath)); 125public string AppDirectoryPath => _appDirectoryPath; 360workingDirectory: _appDirectoryPath, 1014var channelName = AspireConfigFile.Load(_appDirectoryPath)?.Channel 1015?? AspireJsonConfiguration.Load(_appDirectoryPath)?.Channel; 1588public string GetInstanceIdentifier() => _appDirectoryPath;