ImmutableObjectGraph icon indicating copy to clipboard operation
ImmutableObjectGraph copied to clipboard

Property-specific With methods fail when using `ReadOnlyMemory<byte>` fields

Open AArnott opened this issue 5 years ago • 0 comments

The With methods try to use the == operator between two structs, which isn't legal unless the operator happens to be defined on that struct, which in the case of ReadOnlyMemory<T>, it isn't.

AArnott avatar Aug 25 '20 04:08 AArnott