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
feat: Use GetRequiredService instead of GetService to resolve jobs (#24)
* Use GetRequiredService instead of GetService and added tests
* Removed redundant test
* Added entry in changelog
* Remove empty line in NCronJobIntegrationTests.cs
* Update CHANGELOG.md
Co-authored-by: Steven Giesel <[email protected]>
---------
Co-authored-by: Steven Giesel <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ All notable changes to **NCronJob** will be documented in this file. The project
9
9
### Changed
10
10
11
11
- Implementation of the scheduling. Better performance and closed some memory leaks
12
+
- Throw exception if job cannot be resolved with dependencies from the DI container. Reported and implemented by [@skarum](https://github.com/skarum) in [#23)(https://github.com/linkdotnet/NCronJob/issues/23)
0 commit comments