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
bicijinlian fdd42c8c0e SourceTree 6 years ago
..
Properties
Readme.txt
TupleStudyTest.cs SourceTree 6 years ago
TupleStudyTest.csproj devlepe 6 years ago
packages.config

Readme.txt

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

本项目使用.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 的问题,待有时间,慢慢验证。