Skip to content

Commit bca4b25

Browse files
authored
add more links to properties (#48012)
1 parent 63d82e4 commit bca4b25

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/fundamentals/apicompat/package-validation/baseline-version-validator.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,6 @@ After you've released version 2.0.0 of the package, you can delete the *Compatib
134134

135135
</Project>
136136
```
137+
138+
> [!TIP]
139+
> Instead of deleting the *CompatibilitySuppressions.xml* file, you can also consider setting properties such as [ApiCompatPreserveUnnecessarySuppressions](../../../core/project-sdk/msbuild-props.md#apicompatpreserveunnecessarysuppressions).

docs/fundamentals/apicompat/package-validation/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ There are three different validators that verify your package as part of the `Pa
4343
## Suppress compatibility warnings
4444

4545
For information about suppressing compatibility warnings, see [How to suppress](../diagnostic-ids.md#how-to-suppress).
46+
47+
## See also
48+
49+
- [Package validation properties](../../../core/project-sdk/msbuild-props.md#package-validation-properties)

0 commit comments

Comments
 (0)