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 的问题,待有时间,慢慢验证。