Using :
OutSystem Studio 10.0.603.0
Visual Studio 2017 with .Net Framework 4.5.2 as target for my project
We encourage a problem using outsystem extensions tool to integrate with already exist C# libraries made by another team.
The scenario:
Problem:
After more investigation, we get that the errors appear when using some code style from C#6
Example of code samples that exist in C# 6 :
public decimal ExtraPrice {get; set;} = 0.25 m
nameof(input) as nameof(MyEnum.FooBar)) returns “FooBar”
So please tell us how to upgrade the C# version of OutSystem extension to be 6.
Hi.
Have you tried to collect the C# 6 specific code and rewrite it for the 4.* versions syntax?
That shouldn't be difficult and would be more version proof.
Gonçalo Martins wrote:
I tried to change some of the errors to old code format and the error disappeared but to changing the full error list will take time and it's out of project scope and budget. so Please tell me if there another way?