Skip to content

Commit 0c96c4c

Browse files
[WIP] Fix errors by adding using statements (#102)
* Initial plan * Add missing using statements to fix compilation errors Co-authored-by: glennawatson <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: glennawatson <[email protected]>
1 parent f4ae83e commit 0c96c4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ReactiveUI.Extensions.Tests/ReactiveExtensionsTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
// See the LICENSE file in the project root for full license information.
44

55
using System.Reactive;
6+
using System.Reactive.Concurrency;
67
using System.Reactive.Linq;
78
using System.Reactive.Subjects;
9+
using DynamicData;
10+
using Microsoft.Reactive.Testing;
811
using NUnit.Framework;
912

1013
namespace ReactiveUI.Extensions.Tests;

0 commit comments

Comments
 (0)