LibreAutomate will always support only true C#. It now is perfect for scripts. In older C# versions would always need class Program { static void Main() { ... } }.
Code pasted from somewhere can be easily edited to make it valid C#. Eg it's easy to enclose in class Program { } or remove 'private' etc. Unless you transfer hundreds of codes.
Code pasted from somewhere can be easily edited to make it valid C#. Eg it's easy to enclose in class Program { } or remove 'private' etc. Unless you transfer hundreds of codes.