exceptionless / Exceptionless.Net

Exceptionless clients for the .NET platform
https://exceptionless.com
Other
554 stars 142 forks source link

Can't startup on UWP release mode #218

Closed h82258652 closed 4 years ago

h82258652 commented 4 years ago

Windows version: Windows 10 Home 1903 OS version: 18362.535

I create a demo here: https://github.com/h82258652/ExceptionlessUwpBugDemo

While I call Startup, I got "Operation is not supported on this platform". Snipaste_2020-01-09_09-34-46

Debug mode is no problem, but only the release mode package can submit to the ms store.

h82258652 commented 4 years ago

I clone the source code and test where the exception throw. Snipaste_2020-01-10_12-21-03 Seems GetCallingAssembly is not supported on UWP release mode. Maybe we should add a try-catch here.