1 write to _appPath
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
64_appPath = Path.GetFullPath(appPath);
5 references to _appPath
aspire (5)
Projects\PrebuiltAppHostServer.cs (5)
75var pathHash = SHA256.HashData(Encoding.UTF8.GetBytes(_appPath)); 82public string AppPath => _appPath; 174var appHostDirectory = Path.GetDirectoryName(_appPath); 340var localConfig = AspireJsonConfiguration.Load(Path.GetDirectoryName(_appPath)!); 509public string GetInstanceIdentifier() => _appPath;