-
Notifications
You must be signed in to change notification settings - Fork 160
lib targeting netstandard2.0
parse ok but intellisense fails
#180
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
Comments
@enricosada There's a nasty integration to complete from fsharp --> FSharp.Compiler.Service. After that, this is easy |
sigh. there is a scoreboard for |
yeah I know. I can really see the argument for maintaining independence though |
yes, i try to reconsider side from time to time too, but atm i am strongly on |
I wish we could automate this more easily |
SHould be fixed in FCS 14.0.1 There may have been significant changes in the FCS API in 14.0.1 - please check and let me know if upgrading FsAutoCOmplete.exe goes ok fsharp/fsharp-compiler-docs#792 |
@dsyme, has anything important changed about |
@Krzysztof-Cieslak Not that I know of, but there have been quite a few changes. We removed the What's the failure? It's possible it's a fix not a failure. Or it's possible it's a freshly introduced mistake The Visual F# Tools do use this method here and here, so it is under pretty strong test, but that's not to say it's not an introduced bug |
@Krzysztof-Cieslak If you could submit a PR I could take a look at the failure logs |
@dsyme, I've already found an issue - it's breaking change in tokenizer ( |
The PR is here - #196, there are still some failing tests but those are rather minimal changes, everything seems to work OK |
the errors are because ionide#180 after that is fixed, is expected to have `"Errors:" []`
- normalize project files to vs 2013, so works with vs 2017 too - use dotnet install script to install both .net core 1.0 and 2.0, so also 1.0 is pinned ## Test Suite - skip test `ProjectCache/Runner.fsx`, if executed in appveyor, in the fake script - reenable test DotNetSdk2.0Crossgen the errors are because #180 after that is fixed, is expected to have `"Errors:" []` - workaround an fsc bug so test pass on mono 5.x (ref fsharp/fsharp#774) ## Appveyor - build on appveyor using vs 2015 and 2017 images ## Travis - add mono 5.2.0 to travis build matrix
Closing. fixed with #200 |
Uh oh!
There was an error while loading. Please reload this page.
repro:
Using sdk 2.0.0-preview2
the
build
is ok (bugfix is already in), but FCS is notFixed in compiler with dotnet/fsharp#3215
need to refresh FCS (after that bugfix is merged)
/cc @NinoFloris
The text was updated successfully, but these errors were encountered: