-
Hello, I'm adding custom code to my Connector. But sometimes my code is does not compile due because the types do not work. So I want to know which .Net version is used to compile the script. If I look at the runtime it seems to be .Net 6. But I get an compile error on
Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So I looked further into this. it really is just like executing csi.exe from the command line. From what I gather this is running/compiling .Net 4.8, but with C# 10 language features. When running csi.exe with my custom script I get the exact same results as I get from Code in a Custom Connector. |
Beta Was this translation helpful? Give feedback.
So I looked further into this. it really is just like executing csi.exe from the command line. From what I gather this is running/compiling .Net 4.8, but with C# 10 language features. When running csi.exe with my custom script I get the exact same results as I get from Code in a Custom Connector.