ResolveAssemblyReference.FindDependenciesOfExternallyResolvedReferences Property

Definition

Force dependencies to be walked even when a reference is marked with ExternallyResolved=true metadata.

public:
 property bool FindDependenciesOfExternallyResolvedReferences { bool get(); void set(bool value); };
public bool FindDependenciesOfExternallyResolvedReferences { get; set; }
member this.FindDependenciesOfExternallyResolvedReferences : bool with get, set
Public Property FindDependenciesOfExternallyResolvedReferences As Boolean

Property Value

Remarks

This is used to ensure that we suggest appropriate binding redirects for assembly version conflicts within an externally resolved graph.

Applies to