Author |
Date |
Commit |
Message |
azizatif |
May 29, 2015 |
6bee3790c024 |
Using NUnit over NuGet package instead of a private copy |
azizatif |
Apr 18, 2012 |
379bad0ef3bd |
Added tag v1.3 for changeset 8c4aad8f7699 |
azizatif |
Apr 17, 2012 |
8c4aad8f7699 |
Closes issue #22 (NuGet packaging) |
azizatif |
Apr 17, 2012 |
b5e19047dce4 |
Adding F# script to generate single LINQBridge source file version for private e |
azizatif |
Apr 17, 2012 |
45f171c23dbd |
Release 1.3 is version number 1.3.14717.2012 |
azizatif |
Apr 17, 2012 |
84eadfd7805c |
Removing duplicate base type spec on partial declaration |
azizatif |
Apr 17, 2012 |
898b3d493ed6 |
ExtensionAttribute needs to be public only for library builds |
azizatif |
Apr 17, 2012 |
1567e00f1a20 |
Rolling DelegatingComparer under internals namespace |
azizatif |
Apr 17, 2012 |
c08984d432b1 |
Consolidating null key handling overlap between Intersect, Except and Lookup |
azizatif |
Apr 16, 2012 |
879237e4bdf7 |
Adding tail args to build script for MS Build |
azizatif |
Apr 16, 2012 |
8a0ccdbeab7c |
Adding keyword expansion support |
azizatif |
Apr 16, 2012 |
d2b7d519c62f |
Adding missing Id keyword to ExtensionAttribute |
azizatif |
Apr 16, 2012 |
71137f497bf2 |
Resetting Id keyword |
azizatif |
Apr 16, 2012 |
f4135c7dbf39 |
Copyright year |
azizatif |
Apr 16, 2012 |
439940a073bc |
Disable ReSharper InconsistentNaming warning for unit test case names |
azizatif |
Apr 16, 2012 |
d970faedae5c |
Text Template Transformation service insists |
azizatif |
Apr 16, 2012 |
f177ba159bee |
Favoring vars |
azizatif |
Apr 16, 2012 |
a497be399e5d |
Inlining CheckNotNull to reduce "Possible multiple enumeration of IEnumerable" f |
azizatif |
Apr 16, 2012 |
f8234998bc9c |
Fixed issue #24: Except and Intersect fails when any of argument sequences conta |
azizatif |
Apr 16, 2012 |
c68254e00b82 |
Reformatting tabs as spaces |
azizatif |
Apr 16, 2012 |
b09ed8a618f6 |
Fixes issue #23: Nondeterministic keySelector in OrderBy |
azizatif |
Feb 8, 2012 |
3882a54771a4 |
Fixing build script to use MS Build 4 to sync with solution file; closes issue # |
mausch |
Feb 8, 2012 |
9dfd6cbfd393 |
variance wherever possible |
mausch |
Feb 8, 2012 |
ec9d67eff0a3 |
upgraded to .NET 4 toolchain (but still compiling to CLR 2.0) |
azizatif |
May 1, 2011 |
f775a15d4148 |
Added back yielding of groupings by insertion order of keys for GroupBy |
azizatif |
May 1, 2011 |
49dafe875ab2 |
Reviewed Lookup.Key* for terseness |
azizatif |
May 1, 2011 |
53ae02117157 |
Reduced accessibility of Lookup.Key*; internal detail |
azizatif |
May 1, 2011 |
69447b300c11 |
Renamed Lookup.Wrapped* to simply Key* |
azizatif |
May 1, 2011 |
d40cfb26ce59 |
Addressed warning CS0693: Type parameter 'TKey' has the same name as the type pa |
azizatif |
May 1, 2011 |
3274da2546e8 |
Nested Wrapped & WrappedEqualityComparer under Lookup |
azizatif |
May 1, 2011 |
82d4f150892d |
Automated merge with https://ilyaindustry-linqbridge-issue21.googlecode.com/hg/ |
ilya |
Apr 30, 2011 |
00f4036bafdf |
issue #21: GroupBy fails on null keys.
Wrapping Lookup key in the non-nullable s |
azizatif |
Apr 30, 2011 |
ce5827ca15cc |
Updated embedded Id stamps |
azizatif |
Apr 30, 2011 |
c8b5b8ba1fbc |
Fixed issue #20: ToDictionary overload ignores comparer |
azizatif |
Apr 30, 2011 |
c74eb37b988b |
Fixed issue #21: GroupBy fails on null keys |
azizatif |
Apr 30, 2011 |
0f434ffce108 |
Fixed issue #19: Min behaves differently (imported from svn r253) |
azizatif |
Apr 30, 2011 |
4c97455fb125 |
Updated Operators_AsExtensionMethods test to include also operators that extend |
azizatif |
Apr 30, 2011 |
b89b0c17fdaa |
Fixed issue #18: AsEnumerable is not an extension method (imported from svn r251 |
azizatif |
Apr 30, 2011 |
153ecaa4778f |
Addressed warning CS0436: ExtensionAttribute in src\ExtensionAttribute.cs confli |
azizatif |
Apr 30, 2011 |
10d8fe3bc413 |
Implemented Skip in terms of SkipWhile, for sake of consistency with Take[1] and |
azizatif |
Apr 30, 2011 |
68aedec033f8 |
Fixed issue #15: Method Take iterates over all elements (imported from svn r248) |
azizatif |
Apr 30, 2011 |
6793c8802f84 |
Fixed issue #17: Distinct missing coverage for multiple nulls case (imported fro |
azizatif |
Apr 30, 2011 |
1c7ea47af913 |
Added tag v1.2 for changeset 96c90603bdff |
azizatif |
Apr 30, 2011 |
96c90603bdff |
Initial import from svn repo @ r241 |