navigation

WarningDetails

Namespace: FSharpLint.Framework
Parent: Suggestion
Attributes:
NoEqualityAttribute
NoComparisonAttribute
Name Description
Record Fields
Range

Signature: Range

Location of the code that prompted the suggestion.

Message

Signature: string

Suggestion message to describe the possible problem to the user.

SuggestedFix

Signature: Lazy option

Information to provide an automated fix.

TypeChecks

Signature: (unit -> bool) list

Type checks to be performed to confirm this suggestion is valid. Suggestion is only considered valid when all type checks resolve to true.