ResolveCodeAnalysisRuleSet Class
Determines which file, if any, should be used as the code analysis rule set based on the supplied code analysis properties.
Inheritance Hierarchy
System.Object
Microsoft.Build.Utilities.Task
Microsoft.Build.Tasks.TaskExtension
Microsoft.Build.Tasks.ResolveCodeAnalysisRuleSet
Namespace: Microsoft.Build.Tasks
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
Public NotInheritable Class ResolveCodeAnalysisRuleSet _
Inherits TaskExtension
public sealed class ResolveCodeAnalysisRuleSet : TaskExtension
public ref class ResolveCodeAnalysisRuleSet sealed : public TaskExtension
[<Sealed>]
type ResolveCodeAnalysisRuleSet =
class
inherit TaskExtension
end
public final class ResolveCodeAnalysisRuleSet extends TaskExtension
The ResolveCodeAnalysisRuleSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResolveCodeAnalysisRuleSet | Initializes a new instance of ResolveCodeAnalysisRuleSet. |
Top
Properties
Name | Description | |
---|---|---|
BuildEngine | Gets or sets the instance of the IBuildEngine object used by the task.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Task.) | |
BuildEngine2 | Gets the instance of the IBuildEngine2 object used by the task.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Task.) | |
BuildEngine3 | Gets the instance of the IBuildEngine3 object used by the task.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Task.) | |
BuildEngine4 | Gets the instance of the IBuildEngine4 object used by the task.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Task.) | |
CodeAnalysisRuleSet | Gets or sets the desired code analysis rule set file. May be a simple name, relative path, or full path. | |
CodeAnalysisRuleSetDirectories | Gets or sets the set of additional directories to search for code analysis rule set files. | |
HostObject | Gets or sets the host object associated with the task.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Task.) | |
Log | Infrastructure. Gets an instance of a TaskLoggingHelperExtension containing task logging methods.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from TaskExtension.) | |
MSBuildProjectDirectory | Gets or sets the location of the project currently being built. | |
ResolvedCodeAnalysisRuleSet | Gets or sets the location of the resolved rule set file. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Execute | Executes the task. (Overrides Task.Execute().) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
Introduced in Visual Studio 2015.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.