Resolve ILLink warnings in System.ComponentModel.Annotations (#49901)
authorEric Erhardt <eric.erhardt@microsoft.com>
Wed, 24 Mar 2021 13:33:38 +0000 (08:33 -0500)
committerGitHub <noreply@github.com>
Wed, 24 Mar 2021 13:33:38 +0000 (09:33 -0400)
commit1a95b65ae5681205214ea3cdac4e21d98d53a0c5
tree6bb30e62319f931a3f1c875b621785bfc02d3785
parentcc10f27cce5879fd1053a57681ba9a6eb983433a
Resolve ILLink warnings in System.ComponentModel.Annotations (#49901)

* Resolve ILLink warnings in System.ComponentModel.Annotations

Contributes to #45623

* PR feedback
13 files changed:
src/libraries/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.cs
src/libraries/System.ComponentModel.Annotations/src/ILLink/ILLink.Suppressions.xml [deleted file]
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/CompareAttribute.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/CustomValidationAttribute.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/DisplayAttribute.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/DisplayFormatAttribute.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/LocalizableString.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/MaxLengthAttribute.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/MinLengthAttribute.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/ValidationAttribute.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/ValidationAttributeStore.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/ValidationContext.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/Validator.cs