Universal Windows Application fails to build in Release with ReactiveUI
Steps To Reproduce
- Create a blank Universal Windows Application.
- Add the ReactiveUI package (latest version 10.1.6)
- Change the configuration to Release
- Change the platform to x86 or x64.
- Build the application.
- You should get an error like this:
error : ILT0005: 'C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.native.compiler\2.2.7-rel-27913-00\tools\x86\ilc\Tools\nutc_driver.exe @"C:\Users\JMN\source\repos\App6\App6\obj\x86\Release\ilc\intermediate\MDIL\App6.rsp"' returned exit code 1
Expected behavior
Build successful
Environment
- OS: Windows 10 x64
- Version 18362.356
- Device: Windows Desktop
Additional context
Targeting: Target version: Windows 10 v1903. Minimum version: Windows 10 v1809