class
IssueFixerAttribute
public sealed class IssueFixerAttribute : Attribute Marks an IIssueFixer so that FixerRegistry auto-discovers it. External fixers decorated with this attribute are picked up on assembly load.
Constructors
IssueFixerAttribute public IssueFixerAttribute(int order = 0) { Order = order; } No description available.
Properties
Order public int Order { get; } Determines evaluation order when multiple fixers can handle the same issue. Lower runs first. Built-in fixers use 0; use a negative value to override them.
Generated from Editor/Features/Fixes/Domain/IssueFixerAttribute.cs in RefSafe Pro 2.2.0.