You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to use the System.Memory nuget package for Span<T> support in my UWP app.
Unfortunately, while everything works in debug, compiling in release mode using the .net native toolchain fails with the following error message:
Internal compiler error: Object reference not set to an instance of an object.
C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets 697
The project I'm working on is open source and available here.