Oren Novotny abfb2c93da Address some bugs that were hanging tests il y a 9 ans
..
Properties 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level il y a 9 ans
Aggregate.cs 250702b6b6 nameof cleanup il y a 9 ans
AnyAll.cs 250702b6b6 nameof cleanup il y a 9 ans
AsyncEnumerable.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
AsyncEnumerator.cs 5d350fb041 Using async/await il y a 9 ans
AsyncIterator.cs abfb2c93da Address some bugs that were hanging tests il y a 9 ans
Average.cs 250702b6b6 nameof cleanup il y a 9 ans
Buffer.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Cast.cs ffe6e1e0bf Split out into multiple files per type il y a 9 ans
Catch.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Concatenate.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Contains.cs 250702b6b6 nameof cleanup il y a 9 ans
Count.cs 1d3c387596 Add support for IIListProvider-based optimizations il y a 9 ans
Create.cs abfb2c93da Address some bugs that were hanging tests il y a 9 ans
DefaultIfEmpty.cs 1d3c387596 Add support for IIListProvider-based optimizations il y a 9 ans
Defer.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Disposables.cs 1ad21f5a85 Update copyright notice to the .NET Foundation il y a 9 ans
Distinct.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Do.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
ElementAt.cs 250702b6b6 nameof cleanup il y a 9 ans
EmptyArray.cs 62b7ef4fb6 Code review il y a 9 ans
EnumerableGrouping.cs 1ad21f5a85 Update copyright notice to the .NET Foundation il y a 9 ans
Except.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Expand.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Finally.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
First.cs 250702b6b6 nameof cleanup il y a 9 ans
ForEach.cs 250702b6b6 nameof cleanup il y a 9 ans
Generate.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
GroupJoin.cs abfb2c93da Address some bugs that were hanging tests il y a 9 ans
Grouping.cs abfb2c93da Address some bugs that were hanging tests il y a 9 ans
IAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed il y a 9 ans
IAsyncEnumerator.cs 5f7be47329 remove NO_VARIANCE as no longer needed il y a 9 ans
IAsyncGrouping.cs 5f7be47329 remove NO_VARIANCE as no longer needed il y a 9 ans
IIListProvider.cs abfb2c93da Address some bugs that were hanging tests il y a 9 ans
IOrderedAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed il y a 9 ans
IgnoreElements.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Intersect.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Join.cs ff5f83c29c Rename Create to CreateEnumerator and CreateEnumerable il y a 9 ans
Last.cs 250702b6b6 nameof cleanup il y a 9 ans
Lookup.cs ed36022e48 Add GroupingAsyncEnumerable. Grouping evals the source on first MoveNext il y a 9 ans
Max.cs 250702b6b6 nameof cleanup il y a 9 ans
Min.cs 250702b6b6 nameof cleanup il y a 9 ans
OnErrorResumeNext.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
OrderBy.cs ff5f83c29c Rename Create to CreateEnumerator and CreateEnumerable il y a 9 ans
Range.cs ffe6e1e0bf Split out into multiple files per type il y a 9 ans
Repeat.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Retry.cs ffe6e1e0bf Split out into multiple files per type il y a 9 ans
Reverse.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Scan.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
Select.cs eae9668922 Change visibility of MoveNextCore to protected il y a 9 ans
SelectMany.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
SequenceEqual.cs 250702b6b6 nameof cleanup il y a 9 ans
Set.cs ffe6e1e0bf Split out into multiple files per type il y a 9 ans
Single.cs 250702b6b6 nameof cleanup il y a 9 ans
Skip.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
StartsWith.cs ffe6e1e0bf Split out into multiple files per type il y a 9 ans
Strings.cs 62b7ef4fb6 Code review il y a 9 ans
Sum.cs 250702b6b6 nameof cleanup il y a 9 ans
System.Interactive.Async.xproj 5090cbe1b7 Update csproj to match file -> new project version il y a 9 ans
Take.cs abfb2c93da Address some bugs that were hanging tests il y a 9 ans
TaskExt.cs 62b7ef4fb6 Code review il y a 9 ans
ToAsyncEnumerable.cs abfb2c93da Address some bugs that were hanging tests il y a 9 ans
ToCollection.cs 1d3c387596 Add support for IIListProvider-based optimizations il y a 9 ans
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. il y a 9 ans
Union.cs ffe6e1e0bf Split out into multiple files per type il y a 9 ans
Using.cs abfb2c93da Address some bugs that were hanging tests il y a 9 ans
Where.cs eae9668922 Change visibility of MoveNextCore to protected il y a 9 ans
Zip.cs 4d5293a8dc Put () => on next line to move functions left il y a 9 ans
project.json 107b92296a Code-cleanup: remove HAS_AWAIT as no longer needed il y a 9 ans