Hi,
I have been working on a project for quite a while and I figured that i was sharing a lot of my style through multiple projects in the same solution. So I decided to create a separate PortableLibrary to store my ResourceDictionary and my ValueConverters so that i don't have to update them in multiple places.
The thing is, I'm having a strange problem where it is working in one project but not in the other one :
- In one of my projects that runs on MacOS only, i added the reference, i add the resource in the App.xaml and it runs perfectly. No issues there.
- I do exactly the same thing in another projects that runs on Android and iOS, and i get a
Type _type_ not found in _namespace_
I've been stuck and trying to find where i did wrong but i definitely can't find where as it is quite simple and straightforward to do this and i am not a beginner either..
May anyone want to give me hand on this ?
I am putting the project on a version control as of right now so i would be able to share the code to anybody that would like to help.
Best regards.