ResolveAssemblyReference.FindDependenciesOfExternallyResolvedReferences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.