问题
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.
来源:https://stackoverflow.com/questions/58717470/freshpagemodelresolver-resolvepagemodel-throws-an-exception-in-uwp-release