Jaco De Villiers
Jaco De Villiers
@jamesmh: Wow great to get a fast response. I did some more research and it seems that a database/caching mechanism is the best option. I am going to insert a...
Sounds like a solid approach! 👍
@jamesmh: Managed to fix the config issue I had. Below is the working setup of scheduled tasks ``` /// Setup coravel scheduling public static class ScheduleSetup { private static readonly...
I have also tried a simple type with the `DataContract` attribute. But adding the `[Datacontract]` attribute to all our models are not an option if that was the requirement. **...
I did not. I reverted to getting the actual query from the provider, in my case MongoDB. Then I recreate the IQueryable from the actual query and work with the...
Hi @michaelstaib and @glen-84 , We have just upgraded from 13 to 15 and now we have regression issues on date filters. Our clients are using queries with filters like...
I see this issue is closed. I will ask on Slack as well
This worked! Thank you. We can now look at moving from 13 :-)