Oren Novotny abfb2c93da Address some bugs that were hanging tests 9 tahun lalu
..
Properties 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level 9 tahun lalu
Aggregate.cs 250702b6b6 nameof cleanup 9 tahun lalu
AnyAll.cs 250702b6b6 nameof cleanup 9 tahun lalu
AsyncEnumerable.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
AsyncEnumerator.cs 5d350fb041 Using async/await 9 tahun lalu
AsyncIterator.cs abfb2c93da Address some bugs that were hanging tests 9 tahun lalu
Average.cs 250702b6b6 nameof cleanup 9 tahun lalu
Buffer.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Cast.cs ffe6e1e0bf Split out into multiple files per type 9 tahun lalu
Catch.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Concatenate.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Contains.cs 250702b6b6 nameof cleanup 9 tahun lalu
Count.cs 1d3c387596 Add support for IIListProvider-based optimizations 9 tahun lalu
Create.cs abfb2c93da Address some bugs that were hanging tests 9 tahun lalu
DefaultIfEmpty.cs 1d3c387596 Add support for IIListProvider-based optimizations 9 tahun lalu
Defer.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Disposables.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 tahun lalu
Distinct.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Do.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
ElementAt.cs 250702b6b6 nameof cleanup 9 tahun lalu
EmptyArray.cs 62b7ef4fb6 Code review 9 tahun lalu
EnumerableGrouping.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 tahun lalu
Except.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Expand.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Finally.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
First.cs 250702b6b6 nameof cleanup 9 tahun lalu
ForEach.cs 250702b6b6 nameof cleanup 9 tahun lalu
Generate.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
GroupJoin.cs abfb2c93da Address some bugs that were hanging tests 9 tahun lalu
Grouping.cs abfb2c93da Address some bugs that were hanging tests 9 tahun lalu
IAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 tahun lalu
IAsyncEnumerator.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 tahun lalu
IAsyncGrouping.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 tahun lalu
IIListProvider.cs abfb2c93da Address some bugs that were hanging tests 9 tahun lalu
IOrderedAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 tahun lalu
IgnoreElements.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Intersect.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Join.cs ff5f83c29c Rename Create to CreateEnumerator and CreateEnumerable 9 tahun lalu
Last.cs 250702b6b6 nameof cleanup 9 tahun lalu
Lookup.cs ed36022e48 Add GroupingAsyncEnumerable. Grouping evals the source on first MoveNext 9 tahun lalu
Max.cs 250702b6b6 nameof cleanup 9 tahun lalu
Min.cs 250702b6b6 nameof cleanup 9 tahun lalu
OnErrorResumeNext.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
OrderBy.cs ff5f83c29c Rename Create to CreateEnumerator and CreateEnumerable 9 tahun lalu
Range.cs ffe6e1e0bf Split out into multiple files per type 9 tahun lalu
Repeat.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Retry.cs ffe6e1e0bf Split out into multiple files per type 9 tahun lalu
Reverse.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Scan.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
Select.cs eae9668922 Change visibility of MoveNextCore to protected 9 tahun lalu
SelectMany.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
SequenceEqual.cs 250702b6b6 nameof cleanup 9 tahun lalu
Set.cs ffe6e1e0bf Split out into multiple files per type 9 tahun lalu
Single.cs 250702b6b6 nameof cleanup 9 tahun lalu
Skip.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
StartsWith.cs ffe6e1e0bf Split out into multiple files per type 9 tahun lalu
Strings.cs 62b7ef4fb6 Code review 9 tahun lalu
Sum.cs 250702b6b6 nameof cleanup 9 tahun lalu
System.Interactive.Async.xproj 5090cbe1b7 Update csproj to match file -> new project version 9 tahun lalu
Take.cs abfb2c93da Address some bugs that were hanging tests 9 tahun lalu
TaskExt.cs 62b7ef4fb6 Code review 9 tahun lalu
ToAsyncEnumerable.cs abfb2c93da Address some bugs that were hanging tests 9 tahun lalu
ToCollection.cs 1d3c387596 Add support for IIListProvider-based optimizations 9 tahun lalu
ToObservable.cs 2d64064a5c AsyncEnumerable.ToObservable: Do not call IAsyncEnumerator<T>.MoveNext with an already canceled CancellationToken. This would happen whenever an IObserver<T>.OnNext would dispose its subscription within a call to OnNext. The built in AnonymousAsyncEnumerator<T> checks whether it's already disposed, however, not every user code might handle canceled tokens that gracefully. Also, the continuation of MoveNext will not scheduled anyway. 9 tahun lalu
Union.cs ffe6e1e0bf Split out into multiple files per type 9 tahun lalu
Using.cs abfb2c93da Address some bugs that were hanging tests 9 tahun lalu
Where.cs eae9668922 Change visibility of MoveNextCore to protected 9 tahun lalu
Zip.cs 4d5293a8dc Put () => on next line to move functions left 9 tahun lalu
project.json 107b92296a Code-cleanup: remove HAS_AWAIT as no longer needed 9 tahun lalu