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)
111
var pathHash = SHA256.HashData(Encoding.UTF8.GetBytes(
_appDirectoryPath
));
113
var integrationCacheDirectory = ConfigurationHelper.GetIntegrationCacheDirectory(new DirectoryInfo(
_appDirectoryPath
));
121
public string AppDirectoryPath =>
_appDirectoryPath
;
319
workingDirectory:
_appDirectoryPath
,
973
var channelName = AspireConfigFile.Load(
_appDirectoryPath
)?.Channel
974
?? AspireJsonConfiguration.Load(
_appDirectoryPath
)?.Channel;
1529
public string GetInstanceIdentifier() =>
_appDirectoryPath
;