xamarin/Xamarin.Forms

Xamarin.Forms no longer work on UWP ARM64

オープン

#5,640 opened on 2019/03/20

 (16 件のコメント) (2 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
3.6.0e/1 :clock1:good first issuehelp wantedi/lowi/regressioninactivep/UWPt/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Description

Xamarin.Forms took a dependency on Win2D.uwp at v3.6. However Win2D does not support ARM64, so that support was lost in that move.

Steps to Reproduce

  1. Build a 3.6 UWP app for ARM64
  2. Deploy and run on an ARM64 device

Expected Behavior

App runs

Actual Behavior

App will crash

Basic Information

Also see this related issue: https://github.com/xamarin/Xamarin.Forms/issues/5188

  • Version with issue: 3.6+
  • Last known good version:3.5.x
  • IDE: VS2017/2019
  • Platform Target Frameworks:
    • UWP:
  • Android Support Library Version:
  • Nuget Packages: 3.6.x
  • Affected Devices: ARM64 PCs

コントリビューターガイド