SA0102 syntax error using C# 7.0 ValueTuple · Issue #88 · Visual-Stylecop/Visual-StyleCop
The following property getter is causing SA0102 syntax errors: public List<(IPEndPoint Source, IPEndPoint Destination)> ConnectionEndpoints { get; } Note this is using the new C# 7.0 ValueTuple syn...