mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 18:13:21 +00:00
Trivial fixes in XML comments
And added an #if around using in RequestParameters.cs (worth having a look, may have implications when building on different platforms)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using System;
|
||||
#if !PORTABLE
|
||||
using System.Collections.Concurrent;
|
||||
#endif
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
Reference in New Issue
Block a user