Question

Which version of C# language do Creatio support?

Which version of C# do Creatio support? I'd like to use new syntax in C# 7.3.

Like 0

Like

1 comments

The docs list .NET Framework 4.7.2 as a requirement. However, not sure what versions are actually installed on the cloud servers (the docs also mention "or higher").

See https://academy.creatio.com/documents/administration/7-15/server-side-s…

The best way to test if the language features you want are available is to open a new Source Code schema, add in the code you want to use, and try to publish and see if any errors come back from the build.

Ryan

Show all comments