Release Notes
Hangfire.Core
- Added – Automatic unit tests execution for .NET Core on Windows, Linux and OS X using AppVeyor and Travis CI.
- Fixed –
DateTime
deserialization issues on .NET Core platform. - Fixed – Fixed UI command behaviour, buttons can only be pressed once per command (#626 by @mahoneyj2).
- Fixed –
TypeInitializationException
when using Serilog appeared in version 1.6.0 (#606). - Fixed – Cron format strings for intervals are specified correctly now (#618 by @stevetsang).
- Fixed –
NullReference
on Job Details page when background job has null value forIEnumerable
argument (#566). - Fixed – Don't skip symbols when publishing NuGet packages.
- Fixed – Use GUID identifier when can't determine the host name.
Hangfire.AspNetCore
- Fixed – Add missing
GetHttpContext
extension method for the .NET Core platform (#613).