Skip to content

Tags: AmadeusW/visualfsharp

Tags

V4.0.Preview-06.03.2015

Toggle V4.0.Preview-06.03.2015's commit message
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

V4.0.Preview-04.10.2015

Toggle V4.0.Preview-04.10.2015's commit message
Merge branch 'master' into fsharp4

V4.0.Preview-03.31.2015

Toggle V4.0.Preview-03.31.2015's commit message
Merge branch 'master' into fsharp4

V4.0.Preview-03.02.2015

Toggle V4.0.Preview-03.02.2015's commit message
Merge branch 'master' into fsharp4

Conflicts:
	src/fsharp/FSharp.Core.Unittests/FSharp.Core/PrimTypes.fs

V4.0.Preview-02.24.2015

Toggle V4.0.Preview-02.24.2015's commit message
Add "The input must be positive." error message and use it in `windowed`

Fix dotnet#266

V4.0.Preview-02.11.2015

Toggle V4.0.Preview-02.11.2015's commit message
Merge branch 'master' into fsharp4

Conflicts:
	README.md
	appveyor-build.cmd
	tests/RunTests.cmd

V4.0.Preview-01.26.2015

Toggle V4.0.Preview-01.26.2015's commit message
Merge branch 'master' into fsharp4

V4.0.Preview-01.19.2015

Toggle V4.0.Preview-01.19.2015's commit message
Merge branch 'master' into fsharp4

V4.0.Preview-01.15.2015

Toggle V4.0.Preview-01.15.2015's commit message
Merge branch 'master' into fsharp4