1 write to _appPath
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
56_appPath = Path.GetFullPath(appPath);
5 references to _appPath
aspire (5)
Projects\PrebuiltAppHostServer.cs (5)
65var pathHash = SHA256.HashData(Encoding.UTF8.GetBytes(_appPath)); 72public string AppPath => _appPath; 113var appHostDirectory = Path.GetDirectoryName(_appPath); 148var localConfig = AspireJsonConfiguration.Load(Path.GetDirectoryName(_appPath)!); 338public string GetInstanceIdentifier() => _appPath;