1 write to AppHostPath
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
200
AppHostPath
= Path.GetFullPath(appHostPath);
6 references to AppHostPath
Aspire.Hosting (2)
DistributedApplicationBuilder.cs (2)
216
["AppHost:Path"] =
AppHostPath
,
243
var appHostPathShaBytes = SHA256.HashData(Encoding.UTF8.GetBytes(
AppHostPath
.ToLowerInvariant()));
Aspire.Hosting.Tests (4)
DistributedApplicationOptionsTests.cs (3)
84
Assert.Equal(expectedPath, builder.
AppHostPath
);
109
Assert.StartsWith(projectDirectory, builder.
AppHostPath
);
128
Assert.Equal(expectedPath, builder.
AppHostPath
);
Utils\VolumeNameGeneratorTests.cs (1)
129
var expectedShaBytes = SHA256.HashData(Encoding.UTF8.GetBytes(builder.
AppHostPath
.ToLowerInvariant()));