navigation

LintFailure

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

Name Description
Instance Members
IsMSBuildFailedToLoadProjectFile

Signature: this.IsMSBuildFailedToLoadProjectFile
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsProjectFileCouldNotBeFound

Signature: this.IsProjectFileCouldNotBeFound
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsFailedToLoadConfig

Signature: this.IsFailedToLoadConfig
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsFailedToLoadFile

Signature: this.IsFailedToLoadFile
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsFailedToParseFilesInProject

Signature: this.IsFailedToParseFilesInProject
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsFailedToParseFile

Signature: this.IsFailedToParseFile
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
Description

Signature: this.Description
IsRunTimeConfigError

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

Signature: ProjectFileCouldNotBeFound string

Project file path did not exist on the local filesystem.

MSBuildFailedToLoadProjectFile

Signature: MSBuildFailedToLoadProjectFile(string, BuildFailure)

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

FailedToLoadConfig

Signature: FailedToLoadConfig string

Failed to load a FSharpLint configuration file.

FailedToLoadFile

Signature: FailedToLoadFile string

The specified file for linting could not be found.

RunTimeConfigError

Signature: RunTimeConfigError string

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

FailedToParseFile

Signature: FailedToParseFile ParseFileFailure

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

FailedToParseFilesInProject

Signature: FailedToParseFilesInProject ParseFileFailure list

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