Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mono.Android] Obsolete Mono.Android.dll for < API-19 #2329

Merged
merged 1 commit into from
Oct 23, 2018
Merged
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
5 changes: 5 additions & 0 deletions src/Mono.Android/metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
regarded as obfuscated, so avoid that by explicitly marking not. -->
<attr path="/api/package[@name='android']/class[@name='Manifest.permission']" name="obfuscated">false</attr>

<attr api-since="1" api-until="18" path="/api/package/class" name="deprecated"
>The assembly `Mono.Android.dll` for this API level will be removed in a future release. Please update your `$(TargetFrameworkVersion)` to be v4.4 or greater.</attr>
<attr api-since="1" api-until="18" path="/api/package/interface" name="deprecated"
>The assembly `Mono.Android.dll` for this API level will be removed in a future release. Please update your `$(TargetFrameworkVersion)` to be v4.4 or greater.</attr>

<!-- FIXME: we should remove this fixup in the future release. It was
introduced due to mismatching enum use, and we already marked the API as
[Obsolete] -->
Expand Down