3 references to ReadManifestFileAsync
aspire (3)
Projects\PrebuiltAppHostServer.cs (3)
863
var sourcePaths = await
ReadManifestFileAsync
(closureSourcesPath, cancellationToken).ConfigureAwait(false);
864
var metadataLines = await
ReadManifestFileAsync
(closureMetadataPath, cancellationToken).ConfigureAwait(false);
865
var targetPaths = await
ReadManifestFileAsync
(closureTargetsPath, cancellationToken).ConfigureAwait(false);