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 c331117 commit a3920b8Copy full SHA for a3920b8
test/Docfx.Tests.Common/TestBase.cs
@@ -6,7 +6,7 @@
6
7
namespace Docfx.Tests.Common;
8
9
-public class TestBase : IClassFixture<TestBase>, IDisposable
+public class TestBase : IDisposable
10
{
11
private readonly List<string> _folderCollection = [];
12
private readonly object _locker = new();
0 commit comments