navigation

WarningDetails

Namespace: FSharpLint.Framework
Parent Module: Suggestion
Assembly: FSharpLint.Core
Attributes: NoEqualityAttribute
NoComparisonAttribute

Name Description
Record Fields
Range

Signature: Range

Location of the code that prompted the suggestion.

Message

Signature: Message

Suggestion message to describe the possible problem to the user.

SuggestedFix

Signature: SuggestedFix

Information to provide an automated fix.

TypeChecks

Signature: TypeChecks

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