Skip to content

Commit

Permalink
Merge pull request #1679 from MessagePack-CSharp/revert-1678-paramete…
Browse files Browse the repository at this point in the history
…rFormatters

Revert "Allow applying `[MessagePackFormatter]` on parameters"
  • Loading branch information
AArnott committed Sep 19, 2023
2 parents fe50eef + cf0b7d7 commit ec99ca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class SerializationConstructorAttribute : Attribute
{
}

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface | AttributeTargets.Enum | AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface | AttributeTargets.Enum | AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class MessagePackFormatterAttribute : Attribute
{
public Type FormatterType { get; private set; }
Expand Down

0 comments on commit ec99ca7

Please sign in to comment.