1 write to AppHostPath
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
153
AppHostPath
= Path.Join(AppHostDirectory, appHostName);
2 references to AppHostPath
Aspire.Hosting (2)
DistributedApplicationBuilder.cs (2)
161
["AppHost:Path"] =
AppHostPath
,
190
var appHostShaBytes = SHA256.HashData(Encoding.UTF8.GetBytes(
AppHostPath
));