Tags: AmadeusW/visualfsharp
Tags
Assorted test fixes found when running tests on internal infra - Older NUnit used internally compares collections differently - Has trouble with nested collections - Enforces that empty collections have the same type (newer NUnit is lax about this) - Add `NoMT` test tag to various new tests that don't support mixed .NET version testing (i.e. .NET 2/4 multitargeting) - Make sure all IDE bits build with correct versions of VS SDK dependencies - IDE unit tests were all failing with latest VS RC installed - Various small tweaks to account for versioning and file paths used by VS closes dotnet#482 commit 539225b Author: latkin <[email protected]> Date: Tue Jun 2 12:35:30 2015 -0700 Add missing project file commit f8d9fe8 Author: latkin <[email protected]> Date: Tue Jun 2 07:27:43 2015 -0700 Another core unit tests fix commit f6d830b Author: latkin <[email protected]> Date: Thu May 28 13:33:08 2015 -0700 Use correct, consistent versions of VS binaries commit 827044c Author: VFSharpTeam <[email protected]> Date: Thu May 28 10:01:23 2015 -0700 More test fixes commit fe8661f Author: latkin <[email protected]> Date: Wed May 27 16:36:37 2015 -0700 First batch
Merge branch 'master' into fsharp4 Conflicts: src/fsharp/FSharp.Core.Unittests/FSharp.Core/PrimTypes.fs
Add "The input must be positive." error message and use it in `windowed` Fix dotnet#266
Merge branch 'master' into fsharp4 Conflicts: README.md appveyor-build.cmd tests/RunTests.cmd