exceptionless / Exceptionless.Net

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

Exceptionless will fail to initialize due to TinyIoC resolution exception in Xamarin Android with linking enabled #188

Closed GeirGrusom closed 6 years ago

GeirGrusom commented 6 years ago

Due to the usage of dependency injection container instead of calling constructors directly, Xamarin's linker will remove constructors for a lot of classes and Exceptionless will fail to start.

A trivial reproduction can be found here: https://github.com/GeirGrusom/ExceptionlessException