The type '{0}' implements 'System.IComparable' explicitly but provides no corresponding override for 'Object.Equals'. An implementation of 'Object.Equals' has been automatically provided, implemented via 'System.IComparable'. Consider implementing the override 'Object.Equals' explicitly
The type '{0}' does not support the 'comparison' constraint. For example, it does not support the 'System.IComparable' interface ...
The type '{0}' does not support the 'equality' constraint because it is a record, union or struct with one or more structural ...
The type '{0}' has been marked as having an Explicit layout, but the field '{1}' has not been marked with the 'FieldOffset' ...
The type '{0}' has not been implemented correctly. The implementor of the type should ensure that all parameters and return ...
The type '{0}' implements 'System.IComparable' explicitly but provides no corresponding override for 'Object.Equals'. An ...
The type '{0}' in the service contract mapping has different TargetNamespace('{1}') and Name('{2}') than the TargetNamespace('{3}') ...
The type '{0}' is not a type whose values can be enumerated with this syntax, i.e. is not compatible with either seq , IEnumerable ...
The type '{0}' is used in an invalid way. A value prior to '{1}' has an inferred type involving '{2}', which is an invalid ...
The type '{0}' of the directive processor named '{1}' does not derive from Microsoft.VisualStudio.TextTemplating.DirectiveProcessor. ...