The 'ReferenceEquality' attribute cannot be used on structs. Consider using the 'StructuralEquality' attribute instead, or implement an override for 'System.Object.Equals(obj)'.
the 'init_priority' attribute can only be used for definitions of static data members and namespace scope variables of class ...
The 'l' or 'L' in this format specifier is unnecessary except for ML compatibility. In F# code you can use %d, %x, %o or ...
The 'Outputs' property for custom build rule '%s' assigned to file '%s' is invalid. The property contained '%s' which evaluates ...
The 'Outputs' property for custom build rule '%s' assigned to file '%s' is not set. The execution of the rule will be skipped. ...
The 'ReferenceEquality' attribute cannot be used on structs. Consider using the 'StructuralEquality' attribute instead, or ...
The 'Remote (Native only with no authentication)' transport should never be used on a network that might have hostile traffic. ...
The 'StructuralEquality' attribute must be used in conjunction with the 'NoComparison' or 'StructuralComparison' attributes ...
The 'this' parameter (or 'Me' in Visual Basic) of {0} is never used. Mark the member as static (or Shared in Visual Basic) ...
The 'UseNullAsTrueValue' attribute flag may only be used with union types that have one nullary case and at least one non-nullary ...