Visual studio update model from data base Issue

前端 未结 1 1868
眼角桃花
眼角桃花 2020-12-18 17:43
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         


        
相关标签:
1条回答
  • 2020-12-18 18:11

    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.

    0 讨论(0)
提交回复
热议问题