fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
924 stars 196 forks source link

Solution does not compile on VS 15.3.3 #371

Closed rickydatta closed 5 years ago

rickydatta commented 6 years ago

Solution does not compile on VS 15.3.3.

1) FSC: error FS0193: The module/namespace 'System.Collections.Generic' from compilation unit 'mscorlib' did not contain the namespace, module or type 'IReadOnlyCollection`1'

2) error FS0072: Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.

3) error FS0039: The pattern discriminator 'Node' is not defined

and so on..

I want to use it on a latest full framework project.

tpetricek commented 6 years ago

You should be able to use the latest NuGet package from VS 15 - no need to recompile the project. That said, I'm not sure what's going on here - I'd expect VS 15 to be able to work with older project files without change.

dsyme commented 5 years ago

@zyzhu Is this fixed now, i.e I assume it compiles with latest VS? thx

zyzhu commented 5 years ago

@dsyme Yes. Build shall work on VS2017.