TFS Build server - CSC : fatal error CS2008: No inputs specified

后端 未结 4 1937
臣服心动
臣服心动 2021-01-31 14:38

We get the above error message on our build server, when we build the solution or the specific project that the error refers to.

We can build the solution without any pr

4条回答
  •  日久生厌
    2021-01-31 15:21

    You should add assembly info to the project. This evades the need to create an empty class file.

    To create an assembly info file easily, open the project properties, select the application tab, click "Assembly Information", and enter appropriate data. This will automatically create the assemblyinfo.cs file in the appropriate location.

提交回复
热议问题