You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-MinimalAPIfor instant jobs and job dependencies. By [@linkdotnet](https://github.com/linkdotnet).
27
+
22
28
```csharp
23
29
public void MyOtherMethod() =>jobRegistry.RunInstantJob((MyOtherServiceservice) =>service.Do());
24
30
```
25
31
26
32
### Changed
33
+
27
34
-Replace `Microsoft.Extensions.Hosting` with `Microsoft.Extensions.Hosting.Abstractions` for better compatibility. Reported by [@chrisls121](https://github.com/chrisls121) in [#74](https://github.com/NCronJob-Dev/NCronJob/issues/74). Implemented by [@linkdotnet](https://github.com/linkdotnet).
0 commit comments