Greetings,
Just started with libvlcsharp in combination with .NET 5 and the Avalonia GUI framework and trying to work through the samples. In particular the sample C# project LibVLCSharp.Avalonia.Sample. Did come a long way but when building this in Visual Studio 2019 Pro I get the error:
Error XAMLIL Unable to resolve type VideoView from namespace clr-namespace:LibVLCSharp.Avalonia;assembly=LibVLCSharp.Avalonia Line 19, position 10. LibVLCSharp.Avalonia.Sample C:\Users\aadsz\source\src\LibVLCSharp.Avalonia.Sample\Views\MainWindow.xaml 19
For some reason I just cannot find the type VideoView in the object model (LibVLCSharp.Shared).
Any suggestions please?