Skip to content

v8.0.0-dev.25

Pre-release
Pre-release

Choose a tag to compare

@ioancrisan ioancrisan released this 14 May 13:06
· 1807 commits to master since this release
  • Tests

    • Added tests for .NET Core 2.1.
  • Scheduler

    • Changed the TimerTrigger EndToStart protocol by expecting a callback on completion. The return value from the scheduler indicates merely that the job has started. It was required to add a callback when the job ended.