-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maui winui #370
base: 3.x
Are you sure you want to change the base?
Maui winui #370
Conversation
error NETSDK1152: Found multiple publish output files with the same relative path Need to adapt libvlc.uwp target?
Have you tried to unregister the app manually? |
getting these also |
…el.WindowsAppRuntime.Projection.dll”
Progress. Need to check that 267bf18 doesn't break other UI frameworks. |
Without 267bf18, there are errors like
With it, though, our windows video view initialization logic is broken since |
Getting lots of these
Unsure why. Impossible to uninstall existing appx that match this app ID.
On 3.x, on WinUI, the
LibVLC
object is built using string parameters retrieved from an initialized VideoView (see the plan WinUI sample code). Will have to re-work the code to handle this in the MAUI sample for WinUI support.