TemporaryGeneratedFile_[guid] in /obj/debug breaking build

后端 未结 6 1851
我在风中等你
我在风中等你 2020-12-24 04:58

I have 3 temporary files being created in obj/debug:

E.g.

  • TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
  • TemporaryGeneratedFil
6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-24 05:32

    I have recently ran into this same problem out of nowhere.

    For me, I was able to overcome this by opening the .csproj files for each project, then remove the following line:

    
    

    After re-opening the solution, it was able to build everything without an error.

提交回复
热议问题