Results 2 issues of anech

private uint DoSerialize(SequenceBuilder output, object? value) { var tmpByteArray = MessagePackSerializer.Serialize(value); new SegmentedStream(output).Write(tmpByteArray, 0, tmpByteArray.Length); return RawDataFlag; } private object? DoDeserialize(ReadOnlyMemory data, uint flags) { return MessagePackSerializer.Deserialize(data.ToArray()); } ``` string...

### Feature request type Enhance component ### Component name MudDialog ### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like I hope to...

enhancement