Hello. I have developers using Hangfire to create a new batch environment. With this they are creating pages to add recurring (and scheduled) jobs dynamically as well as edit existing recurring job times. The problem they are running into is with the RecurringJobDto’s Cron property. They would like to be able to show that it is Daily or Monthly, etc. They are afraid that now that CronExpressionDescriptor has been internalized that if they include CronExpressionDescriptor in our projects a future release could break the Hangfire Cron.
To sum up, we wanted to know if it would be possible to add a method to convert a Cron string back to the “english” version (Daily, Monthly, etc), similarly to the way you are doing it in the Reccuring page in the dashboard.