3 references to GetExpectedRuntimeAssemblyPath
Aspire.Hosting.RemoteHost.Tests (3)
LayoutCommandTests.cs (3)
85await File.WriteAllTextAsync(assetsPath, CreateAssetsJsonWithRuntimeSpecificTarget(workspaceRoot, GetCurrentRuntimeIdentifier(), GetExpectedRuntimeAssemblyPath())); 191assembly.GetProperty("path").GetString() == Path.Combine(packageRoot, GetExpectedRuntimeAssemblyPath().Replace('/', Path.DirectorySeparatorChar))); 284var runtimeAssemblyPath = GetExpectedRuntimeAssemblyPath();