Skip to content

Commit

Permalink
Merge pull request #726 from mkapahnke/make_allow_null_internal
Browse files Browse the repository at this point in the history
Make AllowNull internal to prevent conflicts
  • Loading branch information
xoofx committed Aug 4, 2023
2 parents 012a57d + 1326545 commit 5e3416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Markdig/Polyfills/NullableAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal sealed class NotNullWhenAttribute : Attribute
}

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, Inherited = false)]
public sealed class AllowNullAttribute : Attribute { }
internal sealed class AllowNullAttribute : Attribute { }
#endif

#if !NET5_0_OR_GREATER
Expand Down

0 comments on commit 5e3416f

Please sign in to comment.