Skip to content

Commit 8299c4e

Browse files
committed
Fixed some build errors in the HighPerformance tests
1 parent 8941f6c commit 8299c4e

13 files changed

+13
-0
lines changed

UnitTests/UnitTests.HighPerformance.Shared/Buffers/Test_ArrayPoolBufferWriter{T}.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using System.IO;
88
using System.Linq;
99
using System.Reflection;
10+
using Microsoft.Toolkit.HighPerformance;
1011
using Microsoft.Toolkit.HighPerformance.Buffers;
1112
using Microsoft.VisualStudio.TestTools.UnitTesting;
1213
using UnitTests.HighPerformance.Shared.Buffers;

UnitTests/UnitTests.HighPerformance.Shared/Extensions/Test_ArrayExtensions.3D.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// See the LICENSE file in the project root for more information.
44

55
using System.Runtime.CompilerServices;
6+
using Microsoft.Toolkit.HighPerformance;
67
using Microsoft.VisualStudio.TestTools.UnitTesting;
78

89
namespace UnitTests.HighPerformance.Extensions

UnitTests/UnitTests.HighPerformance.Shared/Extensions/Test_ArrayPoolExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using System;
66
using System.Buffers;
77
using System.Linq;
8+
using Microsoft.Toolkit.HighPerformance;
89
using Microsoft.VisualStudio.TestTools.UnitTesting;
910

1011
namespace UnitTests.HighPerformance.Extensions

UnitTests/UnitTests.HighPerformance.Shared/Extensions/Test_BoolExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// See the LICENSE file in the project root for more information.
44

55
using System;
6+
using Microsoft.Toolkit.HighPerformance;
67
using Microsoft.VisualStudio.TestTools.UnitTesting;
78

89
namespace UnitTests.HighPerformance.Extensions

UnitTests/UnitTests.HighPerformance.Shared/Extensions/Test_HashCodeExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using System;
66
using System.Diagnostics.Contracts;
77
using System.Runtime.InteropServices;
8+
using Microsoft.Toolkit.HighPerformance;
89
using Microsoft.Toolkit.HighPerformance.Helpers;
910
using Microsoft.VisualStudio.TestTools.UnitTesting;
1011

UnitTests/UnitTests.HighPerformance.Shared/Extensions/Test_IBufferWriterExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#endif
99
using System.IO;
1010
using System.Runtime.CompilerServices;
11+
using Microsoft.Toolkit.HighPerformance;
1112
using Microsoft.Toolkit.HighPerformance.Buffers;
1213
using Microsoft.VisualStudio.TestTools.UnitTesting;
1314

UnitTests/UnitTests.HighPerformance.Shared/Extensions/Test_IMemoryOwnerExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// See the LICENSE file in the project root for more information.
44

55
using System.IO;
6+
using Microsoft.Toolkit.HighPerformance;
67
using Microsoft.Toolkit.HighPerformance.Buffers;
78
using Microsoft.VisualStudio.TestTools.UnitTesting;
89

UnitTests/UnitTests.HighPerformance.Shared/Extensions/Test_MemoryExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using System.IO;
88
using System.Runtime.CompilerServices;
99
using System.Runtime.InteropServices;
10+
using Microsoft.Toolkit.HighPerformance;
1011
using Microsoft.VisualStudio.TestTools.UnitTesting;
1112

1213
namespace UnitTests.HighPerformance.Extensions

UnitTests/UnitTests.HighPerformance.Shared/Extensions/Test_ReadOnlyMemoryExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
using System;
66
using System.IO;
7+
using Microsoft.Toolkit.HighPerformance;
78
using Microsoft.VisualStudio.TestTools.UnitTesting;
89

910
namespace UnitTests.HighPerformance.Extensions

UnitTests/UnitTests.HighPerformance.Shared/Streams/Test_IBufferWriterStream.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using System.Diagnostics.CodeAnalysis;
88
using System.IO;
99
using System.Threading.Tasks;
10+
using Microsoft.Toolkit.HighPerformance;
1011
using Microsoft.Toolkit.HighPerformance.Buffers;
1112
using Microsoft.VisualStudio.TestTools.UnitTesting;
1213

0 commit comments

Comments
 (0)