This will not compile in Elements:
Error : Type mismatch, cannot assign “” to "IReadOnlyList"
private static readonly IReadOnlyList<string> invalidCharacters = new[] {"\\", "/", ":", "*", "?", "\"", "<", ">", "|", ";", ",", "=", "
"};`
In Vs2017 it compiles without a problem