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)
75
var pathHash = SHA256.HashData(Encoding.UTF8.GetBytes(
_appPath
));
82
public string AppPath =>
_appPath
;
174
var appHostDirectory = Path.GetDirectoryName(
_appPath
);
340
var localConfig = AspireJsonConfiguration.Load(Path.GetDirectoryName(
_appPath
)!);
509
public string GetInstanceIdentifier() =>
_appPath
;