fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

Fsc 5.0.0 #1403

Closed vasily-kirichenko closed 7 years ago

vasily-kirichenko commented 7 years ago

It's based on https://github.com/fsprojects/VisualFSharpPowerTools/pull/1400

dungpa commented 7 years ago

How did you force FSharp.Core NuGet package? Did you have to remove GAC FSharp.Core references first?

vasily-kirichenko commented 7 years ago

@dungpa yes, I removed GAC references by hand. I always do just that at work :(

vasily-kirichenko commented 7 years ago

So this PR will fail until FsLint and Fantomas update to FCS 5.0.0

vasily-kirichenko commented 7 years ago

Everything OK except Fantomas tests.

dungpa commented 7 years ago

I updated the NuGet package https://www.nuget.org/packages/Fantomas/2.3.0.

vasily-kirichenko commented 7 years ago

Thanks! Updated.