addressed a bunch of the Extensions changes

This commit is contained in:
Brendan Forster
2014-12-21 18:43:22 +09:30
committed by Haacked
parent 7c83ea9bfe
commit f10a3a25f5
7 changed files with 91 additions and 1 deletions
@@ -2,6 +2,10 @@
namespace Octokit.Internal
{
/// <summary>
/// Indicate to the serializer that this property or field
/// should be included, even when currently set to `null`
/// </summary>
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
public sealed class SerializeNullAttribute : Attribute
{