docs icon indicating copy to clipboard operation
docs copied to clipboard

Missing docs for ApiCompatPreserveUnnecessarySuppressions + ApiCompatPermitUnnecessarySuppressions

Open 304NotModified opened this issue 9 months ago • 1 comments

Type of issue

Missing information

Description

I see in this issue https://github.com/dotnet/sdk/issues/34936 that this is supported:

<PropertyGroup>
  <ApiCompatPreserveUnnecessarySuppressions>true</ApiCompatPreserveUnnecessarySuppressions>
  <ApiCompatPermitUnnecessarySuppressions>true</ApiCompatPermitUnnecessarySuppressions>
</PropertyGroup>

But it isn't documented on https://learn.microsoft.com/en-us/dotnet/fundamentals/apicompat/package-validation/baseline-version-validator

Page URL

https://learn.microsoft.com/en-us/dotnet/fundamentals/apicompat/package-validation/baseline-version-validator

Content source URL

https://github.com/dotnet/docs/blob/main/docs/fundamentals/apicompat/package-validation/baseline-version-validator.md

Document Version Independent Id

c8d7765b-7332-b8e2-673d-77a32156294a

Platform Id

b50004b3-f990-9554-4200-7afce4e1a3ee

Article author

@dotnet-bot

Metadata

  • ID: ed723ea8-3645-7a48-3b30-858a6cbe976d
  • PlatformId: b50004b3-f990-9554-4200-7afce4e1a3ee
  • Service: dotnet-fundamentals

Related Issues

304NotModified avatar May 17 '25 22:05 304NotModified

Ah its documented somewhere else. Maybe explain in short that there are more attributes and can be found here:

https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#package-validation-properties

304NotModified avatar May 18 '25 14:05 304NotModified