HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.37k stars 1.7k forks source link

Add Cronos dependencies to nuspec #1911

Open kostazol opened 3 years ago

kostazol commented 3 years ago

Hello. I found that library (Hangfire.Core) use Cronos, but it not specified in .nuspec.

kostazol commented 3 years ago

Oh, I found that compiled package include Cronos code without linking, but I don't understand how it works... If somebody can please write this info and close issue.

ascott18 commented 2 years ago

Would love an update on this. The exception thrown when a bad cron string is passed has this messsage: CRON expression is invalid. Please see the inner exception for details. (Parameter 'cronExpression'). However, I cannot programmatically inspect this inner exception or even just determine its type because it is an internal class.

image