1 write to AppHostPath
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
194
AppHostPath
= Path.GetFullPath(appHostPath);
3 references to AppHostPath
Aspire.Hosting (2)
DistributedApplicationBuilder.cs (2)
206
["AppHost:Path"] =
AppHostPath
,
226
var appHostShaBytes = SHA256.HashData(Encoding.UTF8.GetBytes(
AppHostPath
.ToLowerInvariant()));
Aspire.Hosting.Tests (1)
Utils\VolumeNameGeneratorTests.cs (1)
129
var expectedShaBytes = SHA256.HashData(Encoding.UTF8.GetBytes(builder.
AppHostPath
.ToLowerInvariant()));