Skip to content

Conversation

@ingted
Copy link

@ingted ingted commented Nov 19, 2017

Hi,

According to this,
dotnet/fsharp#3729

I made these changes to let this project able to be compiled with VS2017 update 15.4

Please take a look!

Regards
Anibal

@eiriktsarpalis
Copy link
Member

Thanks, but Tuple`8 types are not exactly the same as a tuple of 8 elements. In order to get this to work, the F# compiler issue must be fixed.

@dsyme
Copy link
Contributor

dsyme commented Dec 8, 2017

In order to get this to work, the F# compiler issue must be fixed.

There should be a reflection-based fix for this possible without relying on programming over n-tuples?

@eiriktsarpalis
Copy link
Member

@dsyme I think I would rather wait until the issue gets fixed. Can always build using older versions.

@0x53A
Copy link
Contributor

0x53A commented Dec 11, 2017

Build should still work with any version of VS because the project uses FSharp.Compiler.Tools.
That doesn't, however, help with intellisense, so you probably get red squiggles in the code:

grafik

So ... as long as you don't update the version of FSharp.Compiler.Tools, you are safe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants