- Can an Automation script run in c#8.0? When I now check the language version of the Script project via DIS I see it is set to 7.3
- How to change it?
I'm running DataMiner version 10.4.9.0-14678
Laurens Vergote [SLC] [DevOps Advocate] Answered question 13th August 2024
From the documentation, it seems only c# versions up to (and including) version 7.3 are supported.
Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best 13th August 2024
If you're referring to the C# language version, then Automation is indeed capped at version 7.3 since we compile the code with the .NET Framework target.
If you're referring to the .NET version, then also no. We currently don't support code in automation scripts to be compiled with anything but the .NET Framework target.
Laurens Vergote [SLC] [DevOps Advocate] Answered question 13th August 2024