Search code examples
prismdryioc

XF + DryIoc: Unable to select single public constructor from implementation type Xamarin.Forms.NavigationPage


I just created a XF + Prism + DryIoc project using Prism template in VS2017. I updated an app XF and Prism to latest:

  • XF: 2.5.0.121934
  • Prism: 7.0.0.336-pre

Without adding any of more code (except fixing breaking changes with latest Prism 7), when running the app I get:

Unable to select single public constructor from implementation type Xamarin.Forms.NavigationPage

I search a bit and I found https://github.com/PrismLibrary/Prism/issues/889 but issue is supposed to be resolved with latest DryIoc.

Any ideas?


Solution

  • This has been fixed and is available in the latest CI build on MyGet.