Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@ After you've released version 2.0.0 of the package, you can delete the *Compatib

</Project>
```

> [!TIP]
> Instead of deleting the *CompatibilitySuppressions.xml* file, you can also consider setting properties such as [ApiCompatPreserveUnnecessarySuppressions](../../../core/project-sdk/msbuild-props.md#apicompatpreserveunnecessarysuppressions).
4 changes: 4 additions & 0 deletions docs/fundamentals/apicompat/package-validation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading