From b50d1a56f3e8ff7481bcbac2e7684f00c0cef842 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:20:46 -0700 Subject: [PATCH] add more links to properties --- .../package-validation/baseline-version-validator.md | 3 +++ docs/fundamentals/apicompat/package-validation/overview.md | 4 ++++ 2 files changed, 7 insertions(+) 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)