Describe the bug
If there is a new line character in the extended properties of a column / table, the default .hbs / CSharpEntityTypeGenerator doesn't account for this and leaves the generated models with syntax errors due to the new line not being commented out.
Expected behavior
Split the string into lines and loop through each commenting the line out
To Reproduce
Have an extended property with a newline character
Screenshots
