diff --git a/docs/fundamentals/apicompat/package-validation/baseline-version-validator.md b/docs/fundamentals/apicompat/package-validation/baseline-version-validator.md index 01c8a73c37f97..072b0867b0f7e 100644 --- a/docs/fundamentals/apicompat/package-validation/baseline-version-validator.md +++ b/docs/fundamentals/apicompat/package-validation/baseline-version-validator.md @@ -134,3 +134,6 @@ After you've released version 2.0.0 of the package, you can delete the *Compatib ``` + +> [!TIP] +> Instead of deleting the *CompatibilitySuppressions.xml* file, you can also consider setting properties such as [ApiCompatPreserveUnnecessarySuppressions](../../../core/project-sdk/msbuild-props.md#apicompatpreserveunnecessarysuppressions). diff --git a/docs/fundamentals/apicompat/package-validation/overview.md b/docs/fundamentals/apicompat/package-validation/overview.md index 5a9db3e4e7154..4f7b41eb9c0a9 100644 --- a/docs/fundamentals/apicompat/package-validation/overview.md +++ b/docs/fundamentals/apicompat/package-validation/overview.md @@ -43,3 +43,7 @@ There are three different validators that verify your package as part of the `Pa ## Suppress compatibility warnings For information about suppressing compatibility warnings, see [How to suppress](../diagnostic-ids.md#how-to-suppress). + +## See also + +- [Package validation properties](../../../core/project-sdk/msbuild-props.md#package-validation-properties)