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 64ffdbd commit 1b5ca26Copy full SHA for 1b5ca26
1 file changed
src/Examples/Simplify.Scheduler.SimpleApp/Program.cs
@@ -24,5 +24,6 @@
24
return;
25
26
// Testing without scheduler
27
-using (var scope = DIContainer.Current.BeginLifetimeScope())
28
- scope.Resolver.Resolve<PeriodicalProcessor>().Run();
+
+using var scope = DIContainer.Current.BeginLifetimeScope();
29
+scope.Resolver.Resolve<PeriodicalProcessor>().Run();
0 commit comments