Hangfire icon indicating copy to clipboard operation
Hangfire copied to clipboard

Why CornExpressionDescriptor is only available on .Net Framework

Open moattarwork opened this issue 3 years ago • 1 comments

I was wondering why I can't see the descriptor of CornExpression in my project as It was available since version 1.7 and I realised that this has been filtered for .net core assemblies on purpose.

https://github.com/HangfireIO/Hangfire/blob/d4bd522037ddddff64f9ecd0c58e42e45fad385f/src/Hangfire.Core/Hangfire.Core.csproj#L13

moattarwork avatar Jun 24 '22 11:06 moattarwork

.NET Core support for this package wasn't announced yet when Hangfire migrated to .NET Core. And when support for it released I didn't want to put its support back and increase the number of dependencies 🤷‍♂️.

odinserj avatar Jul 04 '22 04:07 odinserj

Can I make a fix and PR?

moattarwork avatar Oct 04 '22 07:10 moattarwork