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)
65
var pathHash = SHA256.HashData(Encoding.UTF8.GetBytes(
_appPath
));
72
public string AppPath =>
_appPath
;
113
var appHostDirectory = Path.GetDirectoryName(
_appPath
);
148
var localConfig = AspireJsonConfiguration.Load(Path.GetDirectoryName(
_appPath
)!);
338
public string GetInstanceIdentifier() =>
_appPath
;