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