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.39k stars 1.7k forks source link

.net core support #966

Closed freeubi closed 7 years ago

freeubi commented 7 years ago

Hello,

there is a .net core suppport?
"An easy way to perform background processing in .NET and .NET Core applications." on the website but i cant find any description about it. The nuget package is not compatible with the .net core project (hangfire version: 1.6.15, .net coer version 2.0.0 preview2)

stajs commented 7 years ago

Yes, Hangfire supports .NET Core. I haven't upgraded to 2.0 yet, but am happily using it on 1.0.

BurtonShane commented 7 years ago

I've used it on .net core preview 2 with the in memory storage provider and had no issues.