navigation

LintFailure

Namespace: FSharpLint.Application
Parent Module: Lint
Assembly: FSharpLint.Core
Attributes: NoComparisonAttribute

Name Description
Instance Members
IsRunTimeConfigError

Signature: this.IsRunTimeConfigError
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
Description

Signature: this.Description
IsProjectFileCouldNotBeFound

Signature: this.IsProjectFileCouldNotBeFound
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsFailedToLoadFile

Signature: this.IsFailedToLoadFile
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsFailedToParseFile

Signature: this.IsFailedToParseFile
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsMSBuildFailedToLoadProjectFile

Signature: this.IsMSBuildFailedToLoadProjectFile
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsFailedToLoadConfig

Signature: this.IsFailedToLoadConfig
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsFailedToParseFilesInProject

Signature: this.IsFailedToParseFilesInProject
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
Union Cases
ProjectFileCouldNotBeFound

Signature: ProjectFileCouldNotBeFound projectFilePath

Project file path did not exist on the local filesystem.

MSBuildFailedToLoadProjectFile

Signature: MSBuildFailedToLoadProjectFile(projectFilePath, failure)

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

FailedToLoadConfig

Signature: FailedToLoadConfig errorMessage

Failed to load a FSharpLint configuration file.

FailedToLoadFile

Signature: FailedToLoadFile filePath

The specified file for linting could not be found.

RunTimeConfigError

Signature: RunTimeConfigError errorMessage

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

FailedToParseFile

Signature: FailedToParseFile failure

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

FailedToParseFilesInProject

Signature: FailedToParseFilesInProject failures

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