navigation

LintFailure

Namespace: FSharpLint.Application
Parent: Lint

Reason for the linter failing.


Attributes:
NoComparisonAttribute
Name Description
Instance Members
Description

Signature: string
Union Cases
ProjectFileCouldNotBeFound

Signature: string

Project file path did not exist on the local filesystem.

MSBuildFailedToLoadProjectFile

Signature: string * BuildFailure

Received exception when trying to get the list of F# file from the project file.

FailedToLoadConfig

Signature: string

Failed to load a FSharpLint configuration file.

FailedToLoadFile

Signature: string

The specified file for linting could not be found.

RunTimeConfigError

Signature: string

Failed to analyse a loaded FSharpLint configuration at runtime e.g. invalid hint.

FailedToParseFile

Signature: ParseFileFailure

FSharp.Compiler.Services failed when trying to parse a file.

FailedToParseFilesInProject

Signature: ParseFileFailure list

FSharp.Compiler.Services failed when trying to parse one or more files in a project.