You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After step 3: it should print Could not find the file: nonExistantFileWithNoExtension on disk and (exitCode != 0)
After step 4: it should print File extension not recognised. Valid extensions: .fs, .fsx, .fsproj, .sln and (exitCode != 0)
When linting source provided directly as command line argument, change
displayed file name to `"<inline source>"` so it's clear that inline source is
being linted, rather than confusing `"/home/user/Dog.Test.fsx"`.
Closes#674
Repro steps
Please provide the steps required to reproduce the problem
Result: Could not find the file: nonExistantProjectFile.fsproj on disk
(exitCode != 0)
Result: Could not find the file: nonExistantFSharpFile.fs on disk
(exitCode != 0)
Expected behavior
After step 3: it should print
Could not find the file: nonExistantFileWithNoExtension on disk
and (exitCode != 0)After step 4: it should print
File extension not recognised. Valid extensions: .fs, .fsx, .fsproj, .sln
and (exitCode != 0)Actual behavior (after step 3, and after step 4)
Known workarounds
Please provide a description of any known workarounds.
Related information
The text was updated successfully, but these errors were encountered: