The WinRT package was not loaded correctly on my environment for LibVLCSharp because:
The libvlc.dll was not at the root of AppX, but several levels deeper, which is not where LVS looks for it
The libvlc.dll was not copied at all because it was written as libvlc.*, but it should have been libvlc.%2A there. We discussed and decided there was no point in having anything else than the .dll file anyway.
The WinRT package was not loaded correctly on my environment for LibVLCSharp because:
libvlc.*
, but it should have beenlibvlc.%2A
there. We discussed and decided there was no point in having anything else than the .dll file anyway.