DotNetToolContentResolver.

GetFiles(PackageReference, PackageType) Method

Summary

Collects all the files for the given dotnet Tool Package.

Syntax

public IReadOnlyCollection<IFile> GetFiles(PackageReference package, PackageType type)

Parameters

Name Type Description
package PackageReference The dotnet Tool Package.
type PackageType The type of dotnet Tool Package.

Return Value

Type Description
IReadOnlyCollection<IFile> All the files for the Package.