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.
|
7 years ago | |
---|---|---|
.. | ||
Properties | 7 years ago | |
Readme.txt | 7 years ago | |
TupleStudyTest.cs | 7 years ago | |
TupleStudyTest.csproj | 7 years ago | |
ValueTupleStudyTest.cs | 7 years ago | |
packages.config | 7 years ago |
Readme.txt
本项目使用.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 的问题,待有时间,慢慢验证。