ResolveAssemblyReference.UnresolvedAssemblyConflicts Property

Definition

If OutputUnresolvedAssemblyConflicts then a list of information about unresolved conflicts that normally would have been outputted in MSB3277. Otherwise empty.

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

Property Value

Attributes

Applies to