Hi all
Have anybody had success with incorporating c# 6.0 features in Dynamicweb templates?
Eg. Model?.Area.Culture?
I've tried with installing Microsoft.CodeDom.Providers.DotNetCompilerPlatform in the project which removes the build warnings in templates.
However when trying to use the new features in any Dynamicweb template will throw an compile error.
Having null propagation in the new viewmodels almost feel like a must have in order to avoid excessive codelines with model check for null values.