Bart De Smet 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
..
Aggregate.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
All.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Any.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
AppendPrepend.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). пре 6 година
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. пре 7 година
Average.Generated.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Average.Generated.tt 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Cast.cs 555dbb6810 Changing a few classes to private. пре 6 година
Concat.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). пре 6 година
Contains.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Count.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. пре 6 година
Distinct.cs b2cc797263 Reduce code duplication in Distinct. пре 6 година
ElementAt.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
ElementAtOrDefault.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. пре 6 година
Except.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. пре 6 година
First.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
FirstOrDefault.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
ForEach.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). пре 6 година
GroupBy.cs 7d459c9d85 Implementing more overloads of GroupBy. пре 6 година
GroupJoin.cs 9ec8a1f1b4 Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. пре 6 година
Grouping.cs 043997b2e7 Fix typo. пре 6 година
Intersect.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. пре 6 година
Join.cs 9ec8a1f1b4 Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. пре 6 година
Last.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
LastOrDefault.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
LongCount.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Lookup.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). пре 6 година
Max.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Min.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
MinMax.Generated.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
MinMax.Generated.tt 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." пре 6 година
OrderBy.cs 7f90a10101 Reduce code in OrderBy. пре 6 година
OrderedAsyncEnumerable.cs 9ec8a1f1b4 Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. пре 6 година
Range.cs b9f9514d57 Revert "Use only var when type is obvious." пре 6 година
Repeat.cs aa2430bb42 Check for cancellation in a few more places. пре 6 година
Reverse.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors пре 6 година
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors пре 6 година
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors пре 6 година
Select.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. пре 6 година
SelectMany.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). пре 6 година
SequenceEqual.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Single.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." пре 6 година
SingleOrDefault.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Skip.cs 3a3c59ba42 Change signature of Clone. пре 7 година
SkipLast.cs 9ec8a1f1b4 Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. пре 6 година
SkipWhile.cs 9ec8a1f1b4 Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. пре 6 година
Sum.Generated.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Sum.Generated.tt 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
Take.cs cfd11d1c62 Adding BCL style exception factories. пре 7 година
TakeLast.cs 9ec8a1f1b4 Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. пре 6 година
TakeWhile.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. пре 6 година
ToArray.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." пре 6 година
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. пре 6 година
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. пре 6 година
ToDictionary.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures пре 6 година
ToHashSet.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
ToList.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
ToLookup.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. пре 6 година
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." пре 6 година
Union.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). пре 6 година
Utilities.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). пре 6 година
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates пре 6 година
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates пре 6 година
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates пре 6 година
Where.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. пре 6 година
Zip.cs 9ec8a1f1b4 Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. пре 6 година