1.2.0
What's Changed
- #46: Use scoped service provider when executing with
IHost
. - #47: More flexibility when executing outside
IHostedService
.
throwOnError
andawaitExecution
can be passed to the runner when executing from outsideIHostedService
. This is useful for AspNetCore and one time runs such as inside Container App Jobs.
Full Changelog: 1.1.0...1.2.0