Hello
I am trying to migrate a WPF (Prism) project from .NET Framework to .NET Core.
I am having issues with some of the controls. To start with the RadRibbonView / Tab simply is not visible in both design and run time (see screenshots). I tried to replace it by dragging the controls from the Toolbox and I get the same result.
The xaml code I am copying and pasting from an older project so maybe some property has changed, but I was expecting to see something at least in design time.
I am just hoping it is something rather simple.
To replicate, just create a new project: Prism Full App (.NET Core). pull (nuget) the telerik libraries (I did it from local nuget source), and replace MainWindow.xaml with attached.
I use Telerik.UI.for.Wpf.NetCore 2021.3.914
Thanks
Herald