Daniel Weber 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 years ago
..
NuSpecs 0b1e50068b Remove granular dependencies in the NuSpecs to fix #217 9 years ago
System.Interactive 107b92296a Code-cleanup: remove HAS_AWAIT as no longer needed 9 years ago
System.Interactive.Async 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 years ago
System.Interactive.Async.Providers 5f7be47329 remove NO_VARIANCE as no longer needed 9 years ago
System.Interactive.Providers f8a3d25c4e #ifdef cleanup of unused symbols 9 years ago
System.Interactive.Tests.Uwp.DeviceRunner 822babd008 update uwp ver 9 years ago
Tests 566ceed0b8 Split CanCancel into two tests, fixes #231 9 years ago
GlobalAssemblyVersion.cs 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level 9 years ago
Ix.NET.sln 7ca271430e Fix tabs 9 years ago
Ix.NET.sln.DotSettings c3245cb577 update settings 9 years ago
NuGet.Config 3ab2f27430 Cleanup NuGet.Config's to ensure we only reference released packages and our build-related ones 9 years ago
ReactiveX.snk a2f10c9a1e Change the strong name signing key; check in new one. 9 years ago
build-new.ps1 0b1e50068b Remove granular dependencies in the NuSpecs to fix #217 9 years ago
global.json eb9fc18d4a bump global.json files to use latest version of .NET Core SDK found in VS 9 years ago