In This Article

IPackageResolverResult Interface

Provides the base requirements of a package result from an IResolver resolution operation.

public interface IPackageResolverResult : IResolverResult

Properties

FilterByPublicNames

Indicates whether package members should be filtered by the package's public names (all).

bool FilterByPublicNames { get; }

Property Value

bool

IsWithinImportStatement

Indicates whether the package is within an import statement.

bool IsWithinImportStatement { get; }

Property Value

bool

Package

An IPackageReference indicating the package.

IPackageReference Package { get; }

Property Value

IPackageReference

Inherited Members

Extension Methods