Replies: 1 comment
-
As a result of our initial UWP support attempts for Prism 7 certain functionality was split from the INavigationService and surfaced through extension methods. In Prism 8 these API's were merged back into INavigationService however certain extensions were missed and not reported by the community until after Prism 8 was released. This has already been fixed in #2235 and the changes are available in the Sponsor Connect CI Feed.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi coders!
I have a problem after updating Prism on my project. I receive the following message:
No overload for method 'NavigateAsync' takes 3 arguments
The line where I receive that error is this:
await _navigationservice.NavigateAsync("NavigationBar/MyView", _parameters, useModalNavigation: true);
Does INavigationService changed? What can I do to solve this? Thank you so much for your help.
Prism 8.0.0.1909
Beta Was this translation helpful? Give feedback.
All reactions