-
-
Notifications
You must be signed in to change notification settings - Fork 889
Closed
Labels
area:aothelp neededupstream-issueIssue depends on upstream dependency fix.Issue depends on upstream dependency fix.
Milestone
Description
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
DEBUGandRELEASEmode - 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 (
19041target,17763minimum) - Add the
ImageSharp-rc1package - (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
Labels
area:aothelp neededupstream-issueIssue depends on upstream dependency fix.Issue depends on upstream dependency fix.