Skip to content

ImageSharp-rc1 fails to build on UWP Release ARM #1204

@Sergio0694

Description

@Sergio0694

Possibly related to #987 and #828

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of ImageSharp
  • I have verified if the problem exist in both DEBUG and RELEASE mode
  • I have searched open and closed issues to ensure it has not already been reported

Description

Building a UWP app in Release ARM fails to build when using ImageSharp-rc1, and the UWP compiler version 6.2.10 (latest). Downgrading to -beta007 works for now.
Here's the issue I'm getting:

ILT0005: 'C:\Users\Sergio.nuget\packages\runtime.win10-arm.microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\ARM\ilc\Tools\nutc_driver.exe @"C:\Users\Sergio\source\repos\ImageSharpRepro\ImageSharpRepro\obj\ARM\Release\ilc\intermediate\MDIL\ImageSharpRepro.rsp"' returned exit code -1073741819 ImageSharpRepro

Building Release x86, x64 and ARM64 works fine 🤷‍♂️

Pinging @MattWhilden for his infinite .NET Native knowledge and wisdom 🧙‍♂️

Steps to Reproduce

  • Create a new UWP project (19041 target, 17763 minimum)
  • Add the ImageSharp-rc1 package
  • (Try to) build in Release ARM

System Configuration

  • ImageSharp version: ImageSharp-rc1
  • Other ImageSharp packages and versions: .NETCore.UniversalWindowsPlatform 6.2.10
  • Environment (Operating system, version and so on): Windows 10 x64 19041.264

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions