You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a blazorhybrid app generates a number of sub projects, one for each deployment platform. The UWP project compiles and runs once edge canary is installed, however when attempting to use Xamarin.Essentials it has a runtime notimplemented exception, with the text :-
"This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation"
Looking closely at the template, it is a WPF project, not a UWP one, explaining why the runtime notimpl exceptions are thrown.
Android project can successfully use Xamarin Essentials.
Can the template be updated to improve the new-user experience such that Xamarin Essentials can be used across all platforms, not just the android/apple ones?
Many thanks
Matt
The text was updated successfully, but these errors were encountered:
Creating a blazorhybrid app generates a number of sub projects, one for each deployment platform. The UWP project compiles and runs once edge canary is installed, however when attempting to use Xamarin.Essentials it has a runtime notimplemented exception, with the text :-
"This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation"
Looking closely at the template, it is a WPF project, not a UWP one, explaining why the runtime notimpl exceptions are thrown.
Android project can successfully use Xamarin Essentials.
Can the template be updated to improve the new-user experience such that Xamarin Essentials can be used across all platforms, not just the android/apple ones?
Many thanks
Matt
The text was updated successfully, but these errors were encountered: