Skip to content

Commit

Permalink
chore: disable MsgPack003
Browse files Browse the repository at this point in the history
  • Loading branch information
riemannulus committed Mar 12, 2024
1 parent 8dfb2eb commit 7850034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib9c.MessagePack/Action/NCActionEvaluation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ public struct NCActionEvaluation

[Key(8)]
[MessagePackFormatter(typeof(TxIdFormatter))]
#pragma warning disable MsgPack003
public TxId? TxId { get; set; }
#pragma warning restore MsgPack003

[SerializationConstructor]
public NCActionEvaluation(
Expand Down

0 comments on commit 7850034

Please sign in to comment.