CleanupCodeSettings.

Properties Property

Summary

Lets you override MSBuild properties. The specified properties are applied to all analyzed projects. Currently, there is no direct way to set a property to a specific project only. The workaround is to create a custom property in this project and assign it to the desired property, then use the custom property in dupFinder parameters.
Assembly
Rocket.Surgery.Nuke.dll
Namespace
Temp.CleanupCode
Containing Type
CleanupCodeSettings

Syntax

public virtual IReadOnlyDictionary<string, string> Properties { get; }

Value

Type Description
IReadOnlyDictionary<string, string>