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 a37decb commit c7cc76dCopy full SHA for c7cc76d
1 file changed
src/Simplify.WindowsServices.IntegrationTester/BasicTaskProcessor.cs
@@ -3,10 +3,14 @@
3
4
namespace Simplify.WindowsServices.IntegrationTester;
5
6
-public class BasicTaskProcessor(DisposableDependency dependency) : IDisposable
+public class BasicTaskProcessor : IDisposable
7
{
8
private static bool _isRunning;
9
10
+ public BasicTaskProcessor(DisposableDependency dependency)
11
+ {
12
+ }
13
+
14
public void Run()
15
16
if (_isRunning)
0 commit comments