Summary
Gets or sets the collection of assemblies that should be scanned.
- Namespace
- NBuildKit
.MsBuild .Tasks .Validation - Containing Type
- FxCopViaAssemblies
Syntax
[Required]
public ITaskItem[] Assemblies { get; set; }
Remarks
Expecting that the taskItems have:
- taskItem.ItemSpec: Name of the assembly to include in the attribute
- taskItem.TargetFramework: Name of the group the assemblies belong to
- taskItem.RuleSet: File path of the rule set that should be used
Attributes
Type | Description |
---|---|
Required |
Value
Type | Description |
---|---|
ITaskItem[] |