-
Notifications
You must be signed in to change notification settings - Fork 556
Closed
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.needs-triageIssues that need to be assigned.Issues that need to be assigned.
Milestone
Description
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
Copilot
Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.needs-triageIssues that need to be assigned.Issues that need to be assigned.