The struct, record or union type '{0}' has the 'StructuralEquality' attribute but the type parameter '{1}' does not satisfy the 'equality' constraint. Consider adding the 'equality' constraint to the type parameter
The struct, record or union type '{0}' has an explicit implementation of 'Object.GetHashCode'. Consider implementing a matching ...
The struct, record or union type '{0}' has the 'StructuralComparison' attribute but the component type '{1}' does not satisfy ...
The struct, record or union type '{0}' has the 'StructuralComparison' attribute but the type parameter '{1}' does not satisfy ...
The struct, record or union type '{0}' has the 'StructuralEquality' attribute but the component type '{1}' does not satisfy ...
The struct, record or union type '{0}' has the 'StructuralEquality' attribute but the type parameter '{1}' does not satisfy ...
The struct, record or union type '{0}' implements the interface 'System.IComparable ' explicitly. You must apply the 'CustomComparison' ...
The struct, record or union type '{0}' implements the interface 'System.IComparable' explicitly. You must apply the 'CustomComparison' ...
The struct, record or union type '{0}' implements the interface 'System.IEquatable ' explicitly. Apply the 'CustomEquality' ...
The struct, record or union type '{0}' implements the interface 'System.IStructuralComparable' explicitly. Apply the 'CustomComparison' ...