alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
436 stars 178 forks source link

UWP "Release" mode? #576

Closed plettb closed 4 years ago

plettb commented 4 years ago

I'm trying out this carousel and it appears to work exactly the way I want it to. However, as soon as I try running it in "Release", the control in the UWP app simply stops working. I have the control inside a "RefreshView", and the loading of items completes, but the carousel control never actually shows up on the page. I know this is far too vague to be actionable, but I'm wondering if this is a known problem. Any help would be much appreciated!

Thanks!

plettb commented 4 years ago

Please ignore this issue. I forgot to include the "CarouselViewRenderer" as an assembly in my app.xaml.cs. :)