You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TupleStudy/TupleStudyTest/Readme.txt

12 lines
592 B
Plaintext

本项目使用.net framework 4.6.1, 因为项目引用的TupleStudy为 .net standard 2.0项目,
而 .net standard 2.0 引用要求的最小.net framework版本为 4.6.1
有一个问题:
当xUnit.net 为 2.3及以上新版本时,出现测试异常:
System.MissingMethodException : 找不到方法:“System.ValueTuple TupleStudy.ValueTupleStudy.CreateValueTuple()”
xUnit.net 为 2.2及以下版本时不出现异常目前使用2.2
原因是xUnit.net的版本问题还是 ValueTuple的版本问题或是.net standard 2.0 的问题,待有时间,慢慢验证。