VS2017 Scanning data

2019-06-15 13:12发布

I opened a solution in VS2017 and noticed the below image stating "Scanning data XX%"

enter image description here

Does anyone know what VS is doing here? It seems to be taking a long time for a solution with 9 projects one of wich is a .net core angular2 app.

3条回答
啃猪蹄的小仙女
2楼-- · 2019-06-15 13:38

I'm guessing you opened the project as a "Folder", which will need to find and catalog all the files within the folder structure, including the massive "node_modules".

I "fixed" this by opening as "Web Site".

Open As Website

查看更多
别忘想泡老子
3楼-- · 2019-06-15 13:47

It seems that if you invoke the 'Folder View' capability from the solution explorer, it starts to scan mysterious data (the folder structure I assume). Reason is not known.

However, following this discussion, I assume that Microsoft will fix this in the future release.

I did not find Scanning Data hinder any of my work, though it may slow down the PC a bit.

Folder or Solution View

查看更多
小情绪 Triste *
4楼-- · 2019-06-15 13:47

OK i think i have found the solution VS 2017 install During installation pls uncheck the c++ things it can cause you trouble in cloning or Data scanning

查看更多
登录 后发表回答