Skip to content

Cleanup: remove src\Xamarin.Android.Build.Tasks\Xamarin.Android.Bindings.targets #10336

@jonathanpeppers

Description

@jonathanpeppers

Android framework version

net10.0-android (Preview)

Affected platform version

.NET 10

Description

Xamarin.Android.Bindings.targets was only ever used/imported in Xamarin.Android and is not used in .NET 6+ projects.

  • Remove Xamarin.Android.Bindings.targets and references to it
  • There are a few Xamarin.Android projects left in the repo that import:
    • Just leave those as-is ^^
  • Remove all usage of the private $(_AndroidIsBindingProject) MSBuild property, and inline everything as if the value is always blank.
  • $(_AndroidIsBindingProject) can never be true in .NET 6+

Steps to Reproduce

n/a

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

Labels

needs-triageIssues that need to be assigned.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions