jhuckaby / Cronicle

A simple, distributed task scheduler and runner with a web based UI.
http://cronicle.net
Other
3.71k stars 382 forks source link

Can Cronicle run .net framework tasks? #338

Open dennismi opened 3 years ago

dennismi commented 3 years ago

Hi

Is Cronicle able to run .net framework tasks? or .net core tasks?

BR Dennis

mikeTWC1984 commented 3 years ago

Cronicle is not .net runtime, so this is not relevant. You can execute your .net core or mono programs (windows is not supported), and anything else you can execute via cli. Using shell plugin and shebang you can execute .net code (without compiling) using csx script, or any other .net based scripting languages