Closed PatGet closed 4 years ago
Indeed it shouldn't. There's no Android-specific code in there. A clean/rebuild/remove bin/obj didn't do the trick either?
Hi @sthewissen , I am facing the same error with v1.0.16 as well except it doesn't show the code of XA2002 but blank value in the "Error List" window.
A clean / rebuild / remove bin/obj didn't work.
Also, as you can see in the pic above, iOS build also started failing with the error shown in the pic. I am also using Prism 7.1 latest stable for my MVVM needs. The above iOS error is thrown only when I have DebugRainbows package added to my .net std project; but ironically, the build output says the conflict of versions in Prism library. But, removal of the DebugRainbows package from my solution removes all these errors.
I would really like to use the DebugRainbows package with app level setting to enable that feature during dev/test cycle of my app.
Thoughts ?
Thank you
By just adding the NuGet to my Shared Project iget the following Error in my Android Project:
If i add the Nuget to Android too it works. That should not be needed, right?