Daniel Weber c1b2e10858 In AsyncIterator.Dispose, check whether cancellationTokenSource is null. Since AsyncIterator is not public, the problem here only arises when a reference of AsyncIterator is explicitly cast to IDisposable and disposed of - in IoC-containers like Autofac, this is a common scenario since it keeps track of all created disposables so this is gonna explode somewhere without this fix. 9 years ago
..
Properties 1ad21f5a85 Update copyright notice to the .NET Foundation 9 years ago
AssertEx.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 years ago
AsyncQueryableTests.Generated.cs 38c24f18a1 Fix space/tab issue 9 years ago
AsyncQueryableTests.Generated.tt 62f79dde93 Get tests to build/ported over to xUnit 9 years ago
AsyncTests.Aggregates.cs f8a3d25c4e #ifdef cleanup of unused symbols 9 years ago
AsyncTests.Bugs.cs c1b2e10858 In AsyncIterator.Dispose, check whether cancellationTokenSource is null. Since AsyncIterator is not public, the problem here only arises when a reference of AsyncIterator is explicitly cast to IDisposable and disposed of - in IoC-containers like Autofac, this is a common scenario since it keeps track of all created disposables so this is gonna explode somewhere without this fix. 9 years ago
AsyncTests.Conversions.cs 04b3be8f96 Optimize concat 9 years ago
AsyncTests.Creation.cs fcb7426fe9 Ensure cancellation tests have something in-flight to cancel 9 years ago
AsyncTests.Exceptions.cs f8a3d25c4e #ifdef cleanup of unused symbols 9 years ago
AsyncTests.Multiple.cs e4e38c6957 Restore concat test for lazy eval 9 years ago
AsyncTests.Single.cs 122faa7ce2 Take optimizations 9 years ago
AsyncTests.cs f8a3d25c4e #ifdef cleanup of unused symbols 9 years ago
NopObserver.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 years ago
System.Interactive.Tests.xproj 5090cbe1b7 Update csproj to match file -> new project version 9 years ago
TaskExtTests.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 years ago
Tests.Aggregates.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 years ago
Tests.Buffering.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 years ago
Tests.Creation.cs 107b92296a Code-cleanup: remove HAS_AWAIT as no longer needed 9 years ago
Tests.Exceptions.cs 5cab6149ac fix build 9 years ago
Tests.Imperative.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 years ago
Tests.Multiple.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 years ago
Tests.Qbservable.cs f8a3d25c4e #ifdef cleanup of unused symbols 9 years ago
Tests.Single.cs f8a3d25c4e #ifdef cleanup of unused symbols 9 years ago
Tests.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 years ago
project.json c0e4ee4fd0 latest xunit 9 years ago
xunit.runner.json c0e4ee4fd0 latest xunit 9 years ago