MSB3270: Mismatch between the processor architecture - Fakes Framework

前端 未结 5 635
轮回少年
轮回少年 2020-12-29 04:37

Since I use Fakes Framework in my UnitTest, I get the following MSBuild warning.

warning MSB3270: There was a mismatch between the processor architect

5条回答
  •  爱一瞬间的悲伤
    2020-12-29 05:06

    Since I'm getting this error only for Fakes assemblies that I will only be running unit tests on, I decided to just ignore this error. This can be accomplished by adding this to your Fakes XML:

    
      
      
        None
      
    
    

提交回复
热议问题