We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee532e commit 75f19aaCopy full SHA for 75f19aa
src/FSharpLint.Core/Application/Lint.fs
@@ -64,7 +64,7 @@ module Lint =
64
sprintf "failed to parse file %s, message: %s" x.FileName x.Message
65
66
String.Join(", ", failures |> Array.map getFailureReason)
67
- | ParseFile.AbortedTypeCheck -> "Aborted type check."
+ | ParseFile.AbortedTypeCheck -> "Type check failed. You might want to build your solution/project first and try again."
68
69
match this with
70
| ProjectFileCouldNotBeFound projectPath ->
0 commit comments