interface

IIssueFixer

Namespace
RefSafe.Pro
Assembly
RefSafe.Pro.Editor
public interface IIssueFixer

Contract for auto-fix implementations that can resolve scan issues.

Properties

FixDescription
string FixDescription { get; }

Human-readable description of what the fix does.

Methods

CanFix
bool CanFix(ScanIssue issue)

Whether this fixer can handle the given issue.

Fix
bool Fix(ScanIssue issue)

Attempt to fix the issue. Returns true if fixed successfully.

Generated from Editor/Features/Fixes/Domain/IIssueFixer.cs in RefSafe Pro 2.2.0.