In our current protocol I’m refactoring the code using string interpolation and expression–bodied methods. Are these expressions supported?
Stijn Declerck [SLC] [DevOps Advocate] Selected answer as best
In our current protocol I’m refactoring the code using string interpolation and expression–bodied methods. Are these expressions supported?
Hi Stijn,
According to this RN23095 C# version 6.0 and higher are supported in QActions.
So you should be able to use those features.
Keep in mind, however, the current minimum version of the protocol.
In addition to that: currently the max version is C# 7.3.