We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb4935 commit f9b8eb7Copy full SHA for f9b8eb7
src/OpenProtocolInterpreter/MID.cs
@@ -90,7 +90,7 @@ protected virtual string Pack(List<DataField> dataFields, ref int prefixIndex)
90
return package;
91
}
92
93
- protected virtual Dictionary<int, List<DataField>> RegisterDatafields() => new();
+ protected virtual Dictionary<int, List<DataField>> RegisterDatafields() => new Dictionary<int, List<DataField>>();
94
95
protected virtual Header ProcessHeader(string package)
96
{
0 commit comments