Steven Giesel
Steven Giesel
> If that's ok with you 'm going to try and give it a go. I'll ping back with an early spike to gather feedback. Ah absolutely. That would be...
In both cases: How would one define dependencies between jobs? Currently, a user can just do the following: ```csharp Services.AddNCronJob(s => s.AddJob(c => ...).ExecuteWhen(success: s => s.RunJob())); ``` In the...
> In the end, I guess the only viable option is the non breaking change one. As pointed out earlier, it might require slightly more work to make it happen....
Oh for sure! That is very nice and welcome :D
I will flag this one for `v4` as well!
@pablopioli Interesting - I can't find where `IsTrimmable` is a replacement for `IsAotCompatible` - more or less `IsTrimmable` is a precursor for AOT. > In JobExecutor there is a call...
We can live with the current state. Given that this was just an idea and not a real "need", we can keep it in the backlog. That said I appreciated...
I have to check some issues and prs - I can vaguely remember why the code is there, but have to dig a bit deeper. basicslly we wanted to make...
Hey @kunalshokeen051 - thanks for offering your help. Sure thing! If you have any questions, feel free to let us know. By the way @falvarez1 - do you see any...
Yeah, that said, @kunalshokeen051 feel free to make the changes. You might want to add an entry about the migration to the docs. Basically telling folks that they don't need...