Closed Jerome2606 closed 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?
I quickly update from my changes of this afternoon.
I didn't check on test projects. I mainly focus on making iOS working
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
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 ?