ResolveAssemblyReference.SuggestedRedirects Property

Definition

Regardless of the value of AutoUnify, returns one item for every distinct conflicting assembly identity--including culture and PKT--that was found that did not have a suitable bindingRedirect entry in the ApplicationConfigurationFile.

Each returned ITaskItem will have the following values: ItemSpec - the full fusion name of the assembly family with empty version=0.0.0.0 MaxVersion - the maximum version number.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ SuggestedRedirects { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] SuggestedRedirects { get; }
[<Microsoft.Build.Framework.Output>]
member this.SuggestedRedirects : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property SuggestedRedirects As ITaskItem()

Property Value

ITaskItem[]

The items that correspond to distinct conflicting assembly identities.

Attributes

Remarks

The items include culture and PKT that were found and that did not have a suitable bindingRedirect entry in the application configuration file.

Applies to