IDotNetToolContentResolver.

GetFiles(PackageReference, PackageType) Method

Summary

Gets the relevant files for a dotnet Tool package given a resource type.

Syntax

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

Parameters

Name Type Description
package PackageReference The package.
type PackageType The resource type.

Return Value

Type Description
IReadOnlyCollection<IFile> A collection of files.