-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fsharp projects change tracking #72
Fsharp projects change tracking #72
Conversation
@Aaronontheweb The issue here is that when Roslyn is loading solution with |
All right, so, at least on my machine, I am getting Looking at some answers at StackOverflow it seems like Roslyn does not fully support F# - at least this is a possible reason of errors we have. I have added logging of solution loading errors ( With that said, in this project we actually do not need to manipulate with @Aaronontheweb what do you think about that? I have also tried to update |
That's annoying :( - not much we can do about the Roslyn tooling itself though.
I think your hack is fine for the time being - better than what we have today. But could you open an issue to do this the "right" way, registering F# as a service with Roslyn? |
Also, looks like my merge conflict resolution may have broken the build here... Let me look at that |
ccce374
to
2ccc48b
Compare
Should have that fixed now - just rebased everything and tested it locally. |
Sure, created issue for that. |
Close #69
This PR is based on currently waiting for merge #71 PR, so better to merge that one first.
Creating in draft state because test is added, but implementation is missing