mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
Hot.Doge Debugger display!
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
@@ -12,6 +13,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Base class for classes which represent query string parameters to certain API endpoints.
|
||||
/// </summary>
|
||||
[DebuggerDisplay("{DebuggerDisplay,nq}")]
|
||||
public abstract class RequestParameters
|
||||
{
|
||||
static readonly ConcurrentDictionary<Type, List<PropertyParameter>> _propertiesMap =
|
||||
|
||||
Reference in New Issue
Block a user