mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
don't send DebuggerDisplay over the wire, guise
This commit is contained in:
@@ -32,6 +32,7 @@ namespace Octokit
|
||||
static List<PropertyParameter> GetPropertyParametersForType(Type type)
|
||||
{
|
||||
return type.GetAllProperties()
|
||||
.Where(p => p.Name != "DebuggerDisplay")
|
||||
.Select(p => new PropertyParameter(p))
|
||||
.ToList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user