Error when building with unity 8.0.0.1909
Error CS1501 No overload for method 'NavigateAsync' takes 3 arguments TestXamarin We need a new AppMapViewModelBase
I too decided to give another shot to using App Map to set up a project. Thought Might help me cut to the chase on overall navigation, etc. First compile errors "No overload for method 'NavigateAsync' takes 2 arguments" I believe that was the error I got maybe a year ago when I tried App Map? You say correctly that it is Prism changed and now it broke App Map, frankly, that seems a little thin? We are now four months later and no fix. The bottom line is App Map a dead product?
I just recently downloaded Xamarin Controls again and thought again about AppMap. I fired it up and basically had this problem. Since the version, it is using in the templates is like a year old now, is there plans to update the templates and of course the Nuget package it uses or is this a dead tool?
Hello Gary,
Thank you for your post.
I have reproduced the behavior you are seeing, but this issue is not a bug within AppMap – it is due to a change in the NavigateAsync method for the Prism library that AppMap uses.
This issue has already been logged in the GitHub repository for Prism, here: https://github.com/PrismLibrary/Prism/issues/2225. For the time being, if you are using a more recent version of Prism, the best workaround I can recommend at the moment is to use one of the other overloads of NavigateAsync in AppMapViewModelBase.
Please let me know if you have any other questions or concerns on this matter.