Hello,
I'm trying to create an endpoint to run a VCron job based off of user parameters. The only way to accomplish this seems to be through the VCronAPI dll, which is dependent on .NET Framework, which makes it difficult to integrate with an application that aims to fully migrate to .NET Core.
There's no .NET Core library available at the moment, so the Web API was explored. However, the web API doesn't seem to have variable-setting capabilities, preventing the application from using user inputs as parameters for the VCron job.
Hopefully a .NET Core library and/or setting variables via web API can be considered. Thanks.