We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My app uses FreshMVVM. This code works for iOS and Android, and for UWP in Debug mode. But UWP release gives an exception here:
private void SetupSimpleNav() { Page page = FreshPageModelResolver.ResolvePageModel<MenuPageModel>();
The message is: Resolve failed: MenuPage - Reason: Operation is not supported on this platform.
I tried to apply this solution: https://docs.microsoft.com/en-US/xamarin/xamarin-forms/platform/windows/installation/#troubleshooting But it did not work for me. I used Visual Studio 2019.
Please advise.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My app uses FreshMVVM. This code works for iOS and Android, and for UWP in Debug mode. But UWP release gives an exception here:
The message is: Resolve failed: MenuPage - Reason: Operation is not supported on this platform.
I tried to apply this solution: https://docs.microsoft.com/en-US/xamarin/xamarin-forms/platform/windows/installation/#troubleshooting
But it did not work for me.
I used Visual Studio 2019.
Please advise.
The text was updated successfully, but these errors were encountered: