[Infrastructure] We should add APICompat checks against previous shipped version of the assemblies to detect breaking changes
Open
area-infrastructure
Priority:3
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
Currently we aren't running baseline package validation in our builds because we drop older TFMs which makes us run into https://github.com/dotnet/sdk/issues/48602 and therefore we are not detecting breaking changes as part of the build. This issue is tracking us enabling checks such that we know at build time whether or not a change is breaking when compared against the previously shipped version of that asset.
cc: @wtgodbe
Contributor guide
Assessment
This issue has not been assessed yet.