We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c398a61 commit aa53ad1Copy full SHA for aa53ad1
Tests/Testably.Abstractions.Testing.Tests/Statistics/FileSystem/FileSystemWatcherStatisticsTests.cs
@@ -4,6 +4,7 @@
4
using System.Threading.Tasks;
5
using Testably.Abstractions.Testing.Statistics;
6
using Testably.Abstractions.Testing.Tests.TestHelpers;
7
+// ReSharper disable MethodSupportsCancellation
8
9
namespace Testably.Abstractions.Testing.Tests.Statistics.FileSystem;
10
Tests/Testably.Abstractions.Tests/FileSystem/FileSystemWatcher/EventTests.cs
@@ -2,6 +2,8 @@
2
using System.IO;
3
using System.Threading;
+// ReSharper disable MethodHasAsyncOverloadWithCancellation
namespace Testably.Abstractions.Tests.FileSystem.FileSystemWatcher;
0 commit comments