NowBI / Xamarin-Forms-Mobile-Template

A simple Xamarin Forms project with a pre-configured Visual Studio 2015 environment, View Templates, Themes, Observables and Reactive Properties, Dependency Injection via Autofac, Unit Tests via xUnit, and Crash Logging via HockeyApp to be used as a starting point for mobile projects deployed to Android and iOS.
MIT License
81 stars 17 forks source link

Using last version of Autofac failed on iOS #3

Closed Jerome2606 closed 7 years ago

Jerome2606 commented 7 years ago

Hello,

Maybe you got already into this issue: https://github.com/autofac/Autofac/issues/864 I tried to migrate this template to netstandard Core project and successfully did it for Android but on iOS even if the build has succeeded and the ioc declaration is right (because it's running fine on Android), I got exception on the build() of ioc container.

Do you already come into this issue with the last version of Autofac ?

RoboCafaz commented 7 years ago

We have yet to work on DotNetStandard Xamarin applications. If you want to push up a fork of your conversion perhaps I can take a look at it and we can integrate it back into the project?

Jerome2606 commented 7 years ago

I quickly update from my changes of this afternoon.

I didn't check on test projects. I mainly focus on making iOS working

Jerome2606 commented 7 years ago

Ok I get it.

Switching to netstandard 2.0 have fix the issue with Autofac This is on my last branch master in my fork