Warnings in VS2017 but all fine with VS2015

前端 未结 2 1620
执笔经年
执笔经年 2021-02-12 11:12

When load my .NET Frameowrk 4.6.2 solution in Visual Studio 2017, it gives me the following warning:

Severity Code Description Project File Line Suppression Stat         


        
2条回答
  •  旧巷少年郎
    2021-02-12 11:44

    I had this show up as an error when building shortly after migrating a solution from vs2015 to 2017, and then also doing some git restructuring. As it turns out, I think git was actually the culprit.

    Regardless, manually deleting the bin & obj folders in the affected projects solved it for me. (Clean alone wasn't cutting it.)

提交回复
热议问题