FastDev should alter $(RuntimeIdentifiers) for connected device #5374
Labels
Area: App+Library Build
Issues when building Library projects or Application projects.
Milestone
Right now in .NET 6 an empty app builds for two architectures:
This produces a Debug
.apk
forarm64-v8
andx86
that would run on most devices/emulators.If you have an x86 device selected in Visual Studio, we should have some behavior that will:
$(RuntimeIdentifiers)
plural$(RuntimeIdentifier)
matching the connected deviceWe already have similar behavior for "legacy" Xamarin.Android, but not .NET 6.
This would speed up build times for Debug builds in .NET 6.
The text was updated successfully, but these errors were encountered: