Skip to content

Commit aec8b0e

Browse files
Add global usings
1 parent c441a9b commit aec8b0e

File tree

87 files changed

+46
-668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+46
-668
lines changed

Matchmaker.Tests/AsyncMatchExpressionBuilderTests.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
namespace Matchmaker;
22

3-
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Threading.Tasks;
7-
8-
using FluentAssertions;
9-
10-
using FsCheck;
11-
using FsCheck.Xunit;
12-
13-
using Matchmaker.Patterns;
14-
using Matchmaker.Patterns.Async;
15-
16-
using Xunit;
17-
183
public class AsyncMatchExpressionBuilderTests
194
{
205
[Fact]

Matchmaker.Tests/AsyncMatchExpressionTests.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
namespace Matchmaker;
22

3-
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Threading.Tasks;
7-
8-
using FluentAssertions;
9-
10-
using FsCheck;
11-
using FsCheck.Xunit;
12-
13-
using Matchmaker.Patterns;
14-
using Matchmaker.Patterns.Async;
15-
16-
using Xunit;
17-
183
public class AsyncMatchExpressionTests
194
{
205
[Fact]

Matchmaker.Tests/AsyncMatchStatementBuilderTests.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
namespace Matchmaker;
22

3-
using System;
4-
using System.Linq;
5-
using System.Threading.Tasks;
6-
7-
using FluentAssertions;
8-
9-
using FsCheck;
10-
using FsCheck.Xunit;
11-
12-
using Matchmaker.Patterns;
13-
using Matchmaker.Patterns.Async;
14-
15-
using Xunit;
16-
173
public class AsyncMatchStatementBuilderTests
184
{
195
[Fact]

Matchmaker.Tests/AsyncMatchStatementTests.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
namespace Matchmaker;
22

3-
using System;
4-
using System.Linq;
5-
using System.Threading.Tasks;
6-
7-
using FluentAssertions;
8-
9-
using FsCheck;
10-
using FsCheck.Xunit;
11-
12-
using Matchmaker.Patterns;
13-
using Matchmaker.Patterns.Async;
14-
15-
using Xunit;
16-
173
public class AsyncMatchStatementTests
184
{
195
[Fact]

Matchmaker.Tests/Extensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
namespace Matchmaker;
22

3-
using System;
4-
53
public static class Extensions
64
{
75
public static bool ImpliesThat(this bool premise, bool consequence) =>

Matchmaker.Tests/Generators.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
namespace Matchmaker;
22

3-
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Threading.Tasks;
7-
8-
using FsCheck;
9-
10-
using Matchmaker.Linq;
11-
using Matchmaker.Patterns;
12-
using Matchmaker.Patterns.Async;
13-
143
public static class Generators
154
{
165
public static Arbitrary<IPattern<string, string>> ArbPattern() =>

Matchmaker.Tests/Linq/AsAsyncTests.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
namespace Matchmaker.Linq;
22

3-
using System;
4-
5-
using FluentAssertions;
6-
7-
using FsCheck;
8-
using FsCheck.Xunit;
9-
10-
using Matchmaker.Patterns;
11-
12-
using Xunit;
13-
143
public class AsAsyncTests
154
{
165
[Property(Arbitrary = new[] { typeof(Generators) })]

Matchmaker.Tests/Linq/AsyncBindTests.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
namespace Matchmaker.Linq;
22

3-
using System;
4-
5-
using FluentAssertions;
6-
7-
using FsCheck;
8-
using FsCheck.Xunit;
9-
10-
using Matchmaker.Patterns.Async;
11-
123
public class AsyncBindTests
134
{
145
[Property(Arbitrary = new[] { typeof(Generators) })]

Matchmaker.Tests/Linq/AsyncCachedTests.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
namespace Matchmaker.Linq;
22

3-
using System;
4-
using System.Threading.Tasks;
5-
6-
using FluentAssertions;
7-
8-
using FsCheck;
9-
using FsCheck.Xunit;
10-
11-
using Matchmaker.Patterns.Async;
12-
13-
using Xunit;
14-
153
public class AsyncCachedTests
164
{
175
[Property(Arbitrary = new[] { typeof(Generators) })]

Matchmaker.Tests/Linq/AsyncComposeAndTests.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
namespace Matchmaker.Linq;
22

3-
using System;
4-
using System.Threading.Tasks;
5-
6-
using FluentAssertions;
7-
8-
using FsCheck;
9-
using FsCheck.Xunit;
10-
11-
using Matchmaker.Patterns;
12-
using Matchmaker.Patterns.Async;
13-
143
public class AsyncComposeAndTests
154
{
165
[Property(Arbitrary = new[] { typeof(Generators) })]

0 commit comments

Comments
 (0)