Hi Dojo,
I like to use Scheduler classes like described in the docs here: https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryScheduler.html#installing-the-scheduler-nuget-package
But I can not find the NuGet package to e.g. use the ScheduleOnce class.
Create a scheduled task with the object arrays works, but is not a elegant solution.
What is needed to find the classes?
Thanks,
David
Hi David,
Would it be possible to enable the 'include prerelease' flag within the NuGet Package Manager within Visual Studio?
The package mentioned in the docs seems be available as 1.0.1-alpha (a prerelease version).
NuGet Gallery | Skyline.DataMiner.Core.Scheduler.Automation 1.0.1-Alpha
Hope this helps!
Thanks!
Damn, why is it not mentioned in the documentation?! Maybe I should create an issues on GitHub to improve the page…