6 Years Ago
Fix for the T4 template HasChanged check on strings. Strings were always returning HasChanged false since the value started on null, and they were missing the case where prev was null and current is non-null.