【发布时间】:2017-06-25 15:39:27
【问题描述】:
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 . I am using Visual Studio 2015 , trying to add newly created store Procedure in Entity . any help will be appreciable ,it making me in trouble a lot .[![enter image description here][1]][1]
【问题讨论】:
-
我已经放弃了这些步骤:- a。创建存储过程。湾。尝试工具选项“从数据库更新模型”。 C。检查更新的存储过程。 d。它显示了 Visual Studio 中的所有存储过程“包含更改”部分。 e.我试图添加单个存储过程,但现在显示全部更改。 F。当我比较更改时,每个 Store Procedure 只显示一个额外的行。如果需要更多说明,请告诉我。
-
你检查过你的 git config -l 是否有任何 core.autocrlf 为真?
-
是的,那里一切都很好。一个core.autocrlf:true,低于第二个core.autocrlf:false,所以我认为最后一个覆盖第一个。我怎么能看到你完成设置选项。
-
正如我所说:git config -l --show-origin
-
core.symlinks=false core.autocrlf=true core.fscache=true color.diff=auto color.status=auto color.branch=auto color.interactive=true help.format=html http. sslcainfo=C:/Program Files (x86)/Git/mingw32/ssl/certs/ca-bundle.crt diff.astextplain.textconv=astextplain rebase.autosquash=true filter.lfs.clean=git-lfs clean -- %f filter.lfs.smudge=git-lfs 涂抹 -- %f filter.lfs.required=true
标签: c# git entity-framework visual-studio-2015 ado.net