UWP Publish error #425

Open
opened 2026-01-29 22:11:49 +00:00 by claunia · 1 comment
Owner

Originally created by @ghost on GitHub (Dec 7, 2020).

This only happens when compiling in the release mode in UWP. It happens since version 25.1. Version 25.0 works well. Debug also works. Here is the error that I get:

1>Error: NUTC3043:Attempt to access RVA static field '716634FAB4B024E5813665D5EB872A734128EA4AC26247E8ED31AF5A42996E4B' while compiling method 'static System.ReadOnlySpan`1<System.Byte> SharpCompress.Compressors.Rar.UnpackV1.Unpack.get_LBits()'.
1>ILT0005: 'C:\Users\ivani\.nuget\packages\runtime.win10-x64.microsoft.net.native.compiler\2.1.8\tools\x64\ilc\Tools\nutc_driver.exe @"C:\Users\ivani\source\repos\myapp\obj\x64\Release\ilc\intermediate\MDIL\myapp.rsp"' returned exit code 1
Originally created by @ghost on GitHub (Dec 7, 2020). This only happens when compiling in the release mode in UWP. It happens since version 25.1. Version 25.0 works well. Debug also works. Here is the error that I get: ``` 1>Error: NUTC3043:Attempt to access RVA static field '716634FAB4B024E5813665D5EB872A734128EA4AC26247E8ED31AF5A42996E4B' while compiling method 'static System.ReadOnlySpan`1<System.Byte> SharpCompress.Compressors.Rar.UnpackV1.Unpack.get_LBits()'. 1>ILT0005: 'C:\Users\ivani\.nuget\packages\runtime.win10-x64.microsoft.net.native.compiler\2.1.8\tools\x64\ilc\Tools\nutc_driver.exe @"C:\Users\ivani\source\repos\myapp\obj\x64\Release\ilc\intermediate\MDIL\myapp.rsp"' returned exit code 1 ```
Author
Owner

@adamhathcock commented on GitHub (Dec 8, 2020):

Some code to use ReadOnlySpan and more Span primitives was introduced which look like it broke you. I know nothing about UWP so I won't be able to help with this.

@adamhathcock commented on GitHub (Dec 8, 2020): Some code to use ReadOnlySpan and more Span primitives was introduced which look like it broke you. I know nothing about UWP so I won't be able to help with this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#425