Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[api-merge] Add
removed-since
info (#8897)
Our process of building `Mono.Android.dll`'s `api.xml` using `api-merge` does not take into consideration that API could be *removed* from `android.jar`. Track API removals by adding a `removed-since="API-LEVEL"` attribute to API members that no longer exists. Note this information is not currently consumed anywhere, but having this data will allow us to determine if we want to make modifications to handle it in future PRs. Potentially [`[UnsupportedOSPlatformAttribute]`][0] is a good solution for this. [0]: https://learn.microsoft.com/dotnet/api/system.runtime.versioning.unsupportedosplatformattribute?view=net-8.0
- Loading branch information