ImmutableObjectGraph
ImmutableObjectGraph copied to clipboard
Property-specific With methods fail when using `ReadOnlyMemory<byte>` fields
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.