Skip to content

Tags: sumpacle/MoreLINQ

Tags

v2.10.0

Toggle v2.10.0's commit message
Bump version to 2.10.0

v2.9.0

Toggle v2.9.0's commit message
Update test project to enable Live Unit Testing in VS 2017

The Live Unit Testing (LUT) feature was introduced in Visual Studio
2017 Enterprise Edition version 15.3.

NuGet packages added to the test project:

- NUnit3TestAdapter:
  Visual Studio needs it for LUT to find the tests

- Microsoft.NET.Test.Sdk:
  LUT asked if it was installed thus assuming it is required
  
It was also necessary to explicitly set the startup object of the test
project to MoreLinq.Test.Program because of additional possible start
points created by one or other of the NuGet packages above.

v2.8.0

Toggle v2.8.0's commit message
FullGroupJoin TSecond type param doc typo; fixes morelinq#349

v2.7.0

Toggle v2.7.0's commit message
List From in README & package description

v2.6.0

Toggle v2.6.0's commit message
Add FullGroupJoin to release notes

v2.5.0

Toggle v2.5.0's commit message
2.5 version stamp

v2.4.1

Toggle v2.4.1's commit message
Note about maintenance release

v2.4.0

Toggle v2.4.0's commit message
Pin projects to C# version 7

v2.4.0-beta-2

Toggle v2.4.0-beta-2's commit message
Add Partition; closes morelinq#210

Partition splits a sequence in two or more generally groupings

v2.4.0-beta-1

Toggle v2.4.0-beta-1's commit message
.NET 4.0 can be targeted with System.ValueTuple