-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails with exception on solution #580
Comments
Also, I suggest that when it fails like this, it should print the exception message, not just the stack trace. |
Not 100% sure but I think that by using that command, you're using the old nuget package, not the new one. Please try this instead (which is what my team has in CI steps and works):
|
I get the same error.
Then the documentation must be updated, because that's what it says to use everywhere. Also, it sounds weird to me: Which NuGet package is used should be a result of which tool I install using |
Note by the way that I can analyze some solutions, while others fail with the error above. |
I had one solution that fails with current package version, but running with master-branch here works. |
Good to know! I'll make a release soon then. |
Released 0.21.4. @cmeeren can you re-test with this version and inform? Thanks! |
Same here as #578 (comment) - I have moved on and unfortunately can't prioritize this. But happy that it's likely fixed! Feel free to close. |
@Thorium can you re-test on your end with 0.21.4 instead of master? |
Hmm, still failing on 0.21.4. Example to replicate:
|
I thought this bug was about a solution, not a project. |
Fails on both FunStripe.sln (with the stack above) and with FunStripe.fsproj. Edit: Sorry, the stack doesn't look like that anymore |
And this was the solution that was working for you with master branch, according to #580 (comment) ? |
Please share it with us, cause it might prove that we might be dealing with a different animal. |
You are correct. I opened a separate issue: #618 |
You said in issue #618 that linting FunStripe doesn't work in master either. Then, please, can you try linting the same solution with 0.21.4 that you linted when you wrote this comment: #580 (comment) ? Thanks |
I cannot remember what it was, I tried like 10 different sln files now and all worked. |
Thanks |
I have installed FSharpLint as a global tool and am running
dotnet fsharplint lint
on a solution. After a few seconds, it fails:I have cloned FSharpLint locally with the aim of debugging this to find more information, but I don't know how to debug using a local FSharpLint solution. How do I do this? I can't find information about that anywhere.
Alternatively, if you already know what's wrong, feel free to just fix it, of course.
The text was updated successfully, but these errors were encountered: