From f29d96e4adc717d755ac89639f311061f58966e3 Mon Sep 17 00:00:00 2001 From: Suho Lee Date: Tue, 12 Mar 2024 14:03:18 +0900 Subject: [PATCH] chore: disable MsgPack003 --- Lib9c.MessagePack/Action/NCActionEvaluation.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib9c.MessagePack/Action/NCActionEvaluation.cs b/Lib9c.MessagePack/Action/NCActionEvaluation.cs index 35f2b94a68..f977a3489d 100644 --- a/Lib9c.MessagePack/Action/NCActionEvaluation.cs +++ b/Lib9c.MessagePack/Action/NCActionEvaluation.cs @@ -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(