# Vitorm ReleaseLog
fix String.Format not work for EntityConstructorReader issue
userQuery.Select(user => new { name = $"{user.id}{user.fatherId}{user.motherId}" });
fix treat String.Add as Numeric.Add issue