Oren Novotny b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
..
Aggregate.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
All.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Any.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
AppendPrepend.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. před 7 roky
Average.Generated.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Average.Generated.tt d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. před 7 roky
Average.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Cast.cs 555dbb6810 Changing a few classes to private. před 7 roky
Concat.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Contains.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Count.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
DefaultIfEmpty.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Distinct.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
ElementAt.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
ElementAtOrDefault.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. před 7 roky
Except.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
First.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
FirstOrDefault.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
ForEach.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
GroupBy.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
GroupJoin.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Grouping.cs 8b7d90e758 Embrace LDM-2018-11-28 decision to check for cancellation in GetAsyncEnumerator. před 7 roky
Intersect.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Join.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Last.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
LastOrDefault.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
LongCount.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Lookup.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Max.Generic.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Max.Primitive.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Max.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. před 7 roky
Min.Generic.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Min.Primitive.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Min.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. před 7 roky
MinMax.Generated.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. před 7 roky
MinMax.Generated.tt d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. před 7 roky
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
OrderBy.cs a5ad50d29b Adding tests for OrderBy. před 7 roky
OrderedAsyncEnumerable.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Range.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Repeat.cs aa2430bb42 Check for cancellation in a few more places. před 7 roky
Reverse.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Select.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
SelectMany.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
SequenceEqual.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Single.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
SingleOrDefault.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Skip.cs 3a3c59ba42 Change signature of Clone. před 7 roky
SkipLast.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
SkipWhile.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Sum.Generated.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Sum.Generated.tt b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Take.cs cfd11d1c62 Adding BCL style exception factories. před 7 roky
TakeLast.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
TakeWhile.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
ToArray.cs ce1cc00303 Use ValueTask in a few more places. před 7 roky
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. před 7 roky
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. před 7 roky
ToDictionary.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
ToEnumerable.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
ToHashSet.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
ToList.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
ToLookup.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. před 7 roky
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Union.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Where.cs b9f9514d57 Revert "Use only var when type is obvious." před 7 roky
Zip.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. před 7 roky