Closed kyurkchyan closed 2 years ago
hi, did you find a workaround for this issue?
@ninjaonsafari unfortunately I had to copy the .net source code into my repo and do the fix in place. I think it'd make sense to create a PR for this, but I didn't have time for this.
This is a UWP bug, not a bug with .NET Standard. Sadly, UWP isn't on GitHub so the best way to report this issue would be via Visual Studio's send feedback.
Summary
I was trying to access Embedded resources on UWP. Something like this
However, this doesn't work on UWP, even though it works like a charm on iOS for instance. Further, when you try to use this in UWP debug mode, it will return non-null
manifestResourceInfo
, however internally theFileName
property will be null. But if you try to use the same on Release build, instead you will get an exceptionSample project
UwpEmbeddedResourceBug.zip
Version info