Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UWP-WinUI migration issue #1573

Open
dotMorten opened this issue Jun 20, 2024 · 1 comment
Open

UWP-WinUI migration issue #1573

dotMorten opened this issue Jun 20, 2024 · 1 comment
Assignees
Labels
area:Analyze area:Mappings API / Package Mapping bug Something isn't working Triaged Label to show that UA team has triaged this issue.

Comments

@dotMorten
Copy link
Contributor

Describe the bug

Trying to create mappings for a UWP to WinUI package mapping, and having no luck and it ignores the package upgrade.
Branch with changes here:
https://github.com/dotMorten/upgrade-assistant/tree/arcgis_uwp/src/UpgradeAssistant.Mappings/mappings/Esri/Esri.ArcGISRuntime.UWP

To Reproduce

With the above branch for mappings, try and upgrade the following project:
ArcGISApp1.zip
You'll see the following error issue reported:
image
This is even though the mapping has been explicitly defined here: https://github.com/dotMorten/upgrade-assistant/blob/arcgis_uwp/src/UpgradeAssistant.Mappings/mappings/Esri/Esri.ArcGISRuntime.UWP/esri.arcgisruntime.uwp.packagemap.json#L4

Further technical details

  • Windows version: Win11, 22H2 x64
  • Include the output of dotnet --list-sdks: 3.1.426, 8.0.300
  • Include the output of upgrade-assistant --version 0.5.678.21462

A similar issue also occurs with a Xamarin.Forms project, despite the mapping being defined for forms too:

@mgoertz-msft
Copy link
Contributor

The problem is that the report uses "net8.0" for its assessment when the project will be upgraded to "net8.0-windows10.0.19041.0". I opened a bug internally.

@mgoertz-msft mgoertz-msft added bug Something isn't working area:Analyze area:Mappings API / Package Mapping labels Jul 16, 2024
@DianaSoltani DianaSoltani added the Triaged Label to show that UA team has triaged this issue. label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Analyze area:Mappings API / Package Mapping bug Something isn't working Triaged Label to show that UA team has triaged this issue.
Projects
None yet
Development

No branches or pull requests

4 participants