mlowijs / every

Fluent API job scheduling engine for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System.NullReferenceException at Every.Concrete.DefaultJobManager

GorelH opened this issue · comments

commented

Hello thank you for your great library, i m getting System.NullReferenceException at Every.Concrete.DefaultJobManager.<OnTimerElapsed>b__12_1
when compiled in release mode.

problemId
System.NullReferenceException at Every.Concrete.DefaultJobManager.<OnTimerElapsed>b__12_1
type
System.NullReferenceException
assembly
Every, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
method
Every.Concrete.DefaultJobManager.<OnTimerElapsed>b__12_1
outerType
System.AggregateException
outerMessage
One or more errors occurred.
outerAssembly
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
outerMethod
System.Threading.Tasks.Task.ThrowIfExceptional
innermostType
System.NullReferenceException
innermostMessage
Object reference not set to an instance of an object.

Hi, thanks for contacting me!

I've fixed the bug, a new version should be popping up on Nuget within a few minutes from this post!

Oops, accidentally closed. Let me know if you're still having this issue!

commented

Thank you for your prompt response, it's fixed.