Added CSharp scripting using Roslyn, Cleanup, Moved Scriptables to appropriate folder

This commit is contained in:
2025-08-30 23:32:14 +02:00
parent a47d1dca3a
commit d33b2d594f
11 changed files with 379 additions and 129 deletions

View File

@@ -20,6 +20,23 @@
"Interval": 30000
}
]
},
{
"Name": "csharpExample",
"Script": "Scripts/example.csx",
"Calls": [
{
"Type": "runonce"
},
{
"Type": "schedule",
"Schedule": "0 0/5 * * * ?"
},
{
"Type": "fileupdate",
"Path": "./Scripts/example_content"
}
]
}
]
}