Skip to content

Remove $(_AndroidAllowDeltaInstall) #10188

Closed
@jonathanpeppers

Description

@jonathanpeppers

Android framework version

net10.0-android (Preview)

Affected platform version

.NET 10

Description

$(_AndroidAllowDeltaInstall) is a private MSBuild property that supported the Android "Apply Changes" feature in Visual Studio.

This feature has been removed from IDEs, we should remove from our code:

  • start with DevDiv/android-platform-support repo
  • remove feed: <add key="xamarin.android util" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/Xamarin.Android/nuget/v3/index.json" />
  • <PackageReference Include="Xamarin.Android.Deploy.Installer"/>
  • Xamarin.Android.Deploy.Installer.dll
  • Tests that set $(_AndroidAllowDeltaInstall)

Steps to Reproduce

n/a

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

Labels

Area: App+Library BuildIssues when building Library projects or Application projects.needs-triageIssues that need to be assigned.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions