2 references to GetExpectedRuntimeAssemblyPath
Aspire.Hosting.RemoteHost.Tests (2)
ManifestCommandTests.cs (2)
58
assembly.GetProperty("path").GetString() == Path.Combine(packageRoot,
GetExpectedRuntimeAssemblyPath
().Replace('/', Path.DirectorySeparatorChar)));
152
var runtimeAssemblyPath =
GetExpectedRuntimeAssemblyPath
();