xabre / xamarin-forms-tab-badge

Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF
MIT License
307 stars 75 forks source link

[UWP] Namespace Plugin.Badge.UWP not accessible. #49

Closed themultiplexer closed 6 years ago

themultiplexer commented 6 years ago

Version: 2.0.0 UWP Version: Fall Creators Update Visual Studio: 2017 15.7.3

I installed Plugin.Badge using the NuGet GUI to the PCL, iOS, Android and UWP-Project.

On Android and iOS everything works flawlessly, but I can't even export the renderer in the Assembly.cs of the UWP Project. The namespace Plugin.Badge.UWP is not even visible and so BadgeTabbedRenderer is not recognized.

image

What am I doing wrong?

LeroyDL commented 6 years ago

I've got the same problem

xabre commented 6 years ago

Seem to have a nuget packaging miss-configuration and the UWP.dll is not added. Need to figure out what's wrong... Until I find the fix you can always build the UWP project from source and include the dll.

chrisgate commented 6 years ago

How is this miss-configuration.............thanks for ur good work..

cheers

xabre commented 6 years ago

https://www.nuget.org/packages/Plugin.Badge/2.1.0-pre.2 Should fix this issue. Give it a try