rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 336 forks source link

UWN problem #746

Open yshteinm opened 1 year ago

yshteinm commented 1 year ago

Cannot build UWP project. NuGet is installed in all projects. iOS builds ok.

image

Rg.Plugins.Popup.Popup.Init();
Xamarin.Forms.Forms.Init(e, Rg.Plugins.Popup.Popup.GetExtraAssemblies());

Severity Code Description Project File Line Suppression State Error CS0234 The type or namespace name 'Popup' does not exist in the namespace 'Rg.Plugins.Popup' (are you missing an assembly reference?) WowRemote.UWP C:\Sandbox\Utility_SW\trunk\WowRemote\WowRemote.UWP\App.xaml.cs 63 Active

nrcpp commented 1 year ago

Just replace with

//Rg.Plugins.Popup.Popup.Init();
//Xamarin.Forms.Forms.Init(e, Rg.Plugins.Popup.Popup.GetExtraAssemblies());

Xamarin.Forms.Forms.Init(e);