i was facing a issue while trying to add a new Store Procedure from database . update model from data base is showing extra line changes in all Store Procedure and
I was facing a issue while trying to add a new Store Procedure from database:
update model from data base is showing extra line changes in all Store Procedure and showing in "Include Changes " in Visual studio .
Those extra lines are simply empty lines added between method declarations.
They have nothing to do with core.autocrlf and eol (end of line) characters.
Should you add/commit those changes, the next time you update your model, you should not see those extra lines again (because they would be already there).
So this is not an actual issue, just the way Visual Studio format that file by default. You can proceed with those changes as shown.