CSC: error CS0041: Unexpected error writing debug information — 'Operation is not supported on this platform.'

前端 未结 5 806
生来不讨喜
生来不讨喜 2021-02-04 05:52

Just downloaded Visual Studio Professional for Mac and I cannot seem to build anything as I always get the same error:

/Library/Frameworks/Mono.framework/Version         


        
5条回答
  •  悲&欢浪女
    2021-02-04 06:45

    After I deleted the line

    pdbonly
    

    from the .csproj file, the build became successful.

提交回复
热议问题