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

[Xamarin.Android.Project.Tools] Fix the Xamarin.ProjectTools so it compiles in VSForMac #1012

Merged
merged 1 commit into from
Nov 7, 2017

Conversation

dellis1972
Copy link
Contributor

Context https://bugzilla.xamarin.com/show_bug.cgi?id=58994

There is a bug in VSForMac which does not like Conditionals on things
like Content or ProjectReference. This commit moves those itms
into projitems files which then allows us to use the Import
with the required Conditional. This works around the issue.

…mpiles in VSForMac

Context https://bugzilla.xamarin.com/show_bug.cgi?id=58994

There is a bug in VSForMac which does not like Conditionals on things
like `Content` or `ProjectReference`. This commit moves those itms
into `projitems` files which then allows us to use the `Import`
with the required Conditional. This works around the issue.
@jonpryor jonpryor merged commit 68d7ed4 into dotnet:master Nov 7, 2017
jonpryor pushed a commit that referenced this pull request Jul 19, 2022
Fixes: dotnet/java-interop#969
Fixes: dotnet/java-interop#982
Fixes: dotnet/java-interop#984

Changes: dotnet/java-interop@fadbb82...032f1e7

  * dotnet/java-interop@032f1e71: [Xamarin.Android.Tools.Bytecode-Tests] Fix BuildClasses (#1013)
  * dotnet/java-interop@0eaa47e1: [Java.Interop.Tools.JavaCallableWrappers] NRT Support (#1012)
  * dotnet/java-interop@45fe3928: [generator] BG8403 when type name matches enclosing namespace name (#1010)
  * dotnet/java-interop@fe60483b: [generator] Mark abstract methods as [Obsolete] if needed (#1011)
  * dotnet/java-interop@275fa755: [generator] Kotlin metadata can apply to multiple Java method (#1009)
  * dotnet/java-interop@3ff6f8fb: [Java.Base] Fix CS0108 Warnings (#1008)

Of note is dotnet/java-interop@fe60483b, which can cause public
members to become marked as `[Obsolete]`.  These members *always*
should have been `[Obsolete]`, but weren't.  (Oops.)  This also
required changes to the `Mono.Android` API-compat checks.

Also of note is dotnet/java-interop@45fe3928, which introduces a new
BG8403 binding warning when a bound type has the same name as its
enclosing namespace name-part, e.g. `Example.View.View`.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants