Commit 944d306
authored
[api-merge] Add
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.0removed-since info (#8897)1 parent 24fb6ab commit 944d306
File tree
2 files changed
+663
-646
lines changed- build-tools/api-merge
- src/Mono.Android/Profiles
2 files changed
+663
-646
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
124 | 131 | | |
125 | 132 | | |
126 | 133 | | |
| |||
308 | 315 | | |
309 | 316 | | |
310 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
311 | 328 | | |
312 | 329 | | |
313 | 330 | | |
| |||
0 commit comments