FoundatioFx / Foundatio

Pluggable foundation blocks for building distributed apps.
Apache License 2.0
1.99k stars 244 forks source link

Similar classes in different packages #192

Closed saleembasit closed 4 years ago

saleembasit commented 4 years ago

Hi

I am a noob here, so please be gentle.

I wanted to use second level crons in my project. I noticed that the current code is ignoring Cronos CronFormat.IncludesSeconds options. When trying to add this option, I noticed the same/similar classes in .Hosting and .Extensions.Hosting packages.

Please guide me in which classes should I add my changes.

Regards

niemyjski commented 4 years ago

I'd add them to both, one is for .NET Core 2.0 and the other is for .NET Core 3.0 (extensions). The changes should be pretty easy to just copy and paste to the other project. I hope this helps. I'm going to close this, but feel free to respond back :)