Upgrade FSharp.Compiler.Service to v43.8.200 to remove workaround in NoPartialFunctions rule
NoPartialFunctions needed a workaround because of a bug in FSharp.Compiler.Service library. In FSharp.Compiler.Service to v43.8.200 that has bug has been fixed.
This PR upgrades FCS to v43.8.200 and makes necessary changes to code. Workaround is removed. Packages FSharp.Core and Ionide.ProjInfo.* also had to be upgraded to latest stable versions.
Even though this doesn't have conflicts, I'd prefer to get a rebase before merging, just to be on the safe side.
Even though this doesn't have conflicts, I'd prefer to get a rebase before merging, just to be on the safe side.
Rebased.
Can you move the commit NoPartialFunctions: remove workaround to be the last one please?
Can you move the commit
NoPartialFunctions: remove workaroundto be the last one please?
Done