navigation

SuggestedFix

Namespace: FSharpLint.Framework
Parent: Suggestion

Information for consuming applications to provide an automated fix for a lint suggestion.


Attributes:
NoEqualityAttribute
NoComparisonAttribute
Name Description
Record Fields
FromText

Signature: string

Text to be replaced.

FromRange

Signature: Range

Location of the text to be replaced.

ToText

Signature: string

Text to replace the FromText, i.e. the fix.