diff --git a/src/Pharmacist.Tests/API/ApiApprovalTests.EventBuilderProject.net472.approved.txt b/src/Pharmacist.Tests/API/ApiApprovalTests.EventBuilderProject.net472.approved.txt index ab94e86..a5b6f9b 100644 --- a/src/Pharmacist.Tests/API/ApiApprovalTests.EventBuilderProject.net472.approved.txt +++ b/src/Pharmacist.Tests/API/ApiApprovalTests.EventBuilderProject.net472.approved.txt @@ -20,6 +20,7 @@ namespace Pharmacist.Core { public static System.Threading.Tasks.Task ExtractEventsFromAssemblies(System.IO.Stream outputStream, System.Collections.Generic.IEnumerable assemblyPaths, System.Collections.Generic.IEnumerable searchDirectories) { } public static System.Threading.Tasks.Task ExtractEventsFromNuGetPackages(System.IO.Stream outputStream, System.Collections.Generic.IReadOnlyCollection packages, System.Collections.Generic.IReadOnlyCollection frameworks) { } + public static System.Threading.Tasks.Task ExtractEventsFromNuGetPackages(System.IO.Stream outputStream, System.Collections.Generic.IReadOnlyCollection packages, System.Collections.Generic.IReadOnlyCollection frameworks) { } public static System.Threading.Tasks.Task ExtractEventsFromPlatforms(string outputPath, string prefix, string defaultReferenceAssemblyLocation, System.Collections.Generic.IEnumerable platforms) { } public static System.Threading.Tasks.Task WriteHeader(System.IO.Stream outputStream) { } } @@ -41,6 +42,7 @@ namespace Pharmacist.Core.Extractors public System.Collections.Generic.IEnumerable Assemblies { get; } public System.Collections.Generic.IEnumerable SearchDirectories { get; } public System.Threading.Tasks.Task Extract(System.Collections.Generic.IReadOnlyCollection targetFrameworks, System.Collections.Generic.IReadOnlyCollection packages) { } + public System.Threading.Tasks.Task Extract(System.Collections.Generic.IReadOnlyCollection targetFrameworks, System.Collections.Generic.IReadOnlyCollection packages) { } } } namespace Pharmacist.Core.Extractors.PlatformExtractors @@ -102,7 +104,11 @@ namespace Pharmacist.Core.NuGet [return: System.Runtime.CompilerServices.TupleElementNamesAttribute(new string[] { "folder", "files"})] - public static System.Threading.Tasks.Task>>> DownloadPackageAndFilesAndFolder(System.Collections.Generic.IReadOnlyCollection packageIdentities, System.Collections.Generic.IReadOnlyCollection frameworks = null, NuGet.Configuration.PackageSource nugetSource = null, bool getDependencies = True, System.Collections.Generic.IReadOnlyCollection packageFolders = null, System.Threading.CancellationToken token = null) { } + public static System.Threading.Tasks.Task>>> DownloadPackageFilesAndFolder(System.Collections.Generic.IReadOnlyCollection libraryIdentities, System.Collections.Generic.IReadOnlyCollection frameworks = null, NuGet.Configuration.PackageSource nugetSource = null, bool getDependencies = True, System.Collections.Generic.IReadOnlyCollection packageFolders = null, System.Threading.CancellationToken token = null) { } + [return: System.Runtime.CompilerServices.TupleElementNamesAttribute(new string[] { + "folder", + "files"})] + public static System.Threading.Tasks.Task>>> DownloadPackageFilesAndFolder(System.Collections.Generic.IReadOnlyCollection packageIdentities, System.Collections.Generic.IReadOnlyCollection frameworks = null, NuGet.Configuration.PackageSource nugetSource = null, bool getDependencies = True, System.Collections.Generic.IReadOnlyCollection packageFolders = null, System.Threading.CancellationToken token = null) { } } } namespace Pharmacist.Core.ReferenceLocators