How to find reason of failed Build without any error or warning

后端 未结 30 1079
旧时难觅i
旧时难觅i 2020-11-29 20:01

I have a WebApplication which contains reference to WCF services.

While building using Visual Studio 2010, Build fails without any error or warning. However building

30条回答
  •  盖世英雄少女心
    2020-11-29 20:34

    Try building your project from the Powershell command line:

    dotnet build
    

    Then you can see any errors in the command line output even if Visual Studio is playing hide and seek with build error messages.

提交回复
热议问题