4 references to GetProjectLayoutManifestLines
aspire (2)
Projects\AppHostServerClosureSnapshots.cs (2)
486if (!File.ReadLines(manifestPath).SequenceEqual(expectedManifest.GetProjectLayoutManifestLines(), StringComparer.Ordinal)) 526await File.WriteAllLinesAsync(path, manifest.GetProjectLayoutManifestLines(), cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (2)
Projects\PrebuiltAppHostServerTests.cs (2)
2732Assert.Equal(firstManifest.GetProjectLayoutManifestLines(), secondManifest.GetProjectLayoutManifestLines());