tonginbox
Results
1
issues of
tonginbox
https://github.com/pvginkel/NHttp/blob/41e1bf30313905e329594757426755d0e9d7581c/NHttp/HttpTimeoutManager.cs#L21 The code using 'nameof(...)' which is C# 6.0/Framework 4.x but the NHttp project target framework 2.0 therefore the project fail to compile. Is this a mistake? I target it...