[CI] Downgrade fsharp-analyzers to 0.35.0#4394
Conversation
|
This fixes the build but I think this is may have been a result of fsharp-analyzers tool was bumped from 0.34.1 → 0.36.0 in #4389 and that it does not work well with FSharp.Analyzers.Build 0.5.0, so not sure the analyzers works anymore. Any ideas? @ncave @MangelMaxime |
|
If the problem is that I don't think this is normal that we need to do such work around in the CI pipeline |
|
Should we then merge this until we can resolve the analyzer issue to get the builds passing again? |
|
After looking at it again, I am able to run the analyzers locally on my machine. So it seems like the issue is related to .NET setup perhaps in the CI. I am trying to investigate in this direction |
Can this be reproduced locally? |
|
Yes, I can reproduce it locally: So the fix should be to downgrade fsharp-analyzers back to 0.35.0 |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
734af5e to
f7eaa03
Compare
81566be to
fbd2e8c
Compare
|
With these changes now, it seems like we are able to run all the Analyzers against our project. |
Summary
fsharp-analyzersfrom 0.36.0 to 0.35.0 to fix CI build failuresTest plan
🤖 Generated with Claude Code