mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
addressed a bunch of the Extensions changes
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user