Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • LibVLCSharp LibVLCSharp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 77
    • Issues 77
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • LibVLCSharpLibVLCSharp
  • Issues
  • #294

Closed
Open
Created Feb 21, 2020 by Stéphane Mitermite@kakone

Can't build an UWP project with LibVLCSharp.Uno NuGet package

Hello,

I wanted to use the MediaPlayerElement in an UWP project but I can't build it. I get these errors :

error MSB3030: Could not copy the file "C:\Users\Steph\.nuget\packages\libvlcsharp.uno\0.0.2-alpha2\lib\uap10.0.16299\LibVLCSharp\Themes\Generic.xaml" because it was not found.
error MSB3030: Could not copy the file "C:\Users\Steph\.nuget\packages\libvlcsharp.uno\0.0.2-alpha2\lib\uap10.0.16299\LibVLCSharp\LibVLCSharp.xr.xml" because it was not found.			

I don't understand why MSBuild want to copy these files from the LibVLCSharp.Uno package. These files are in the LibVLCSharp package, not in the LibVLCSharp.Uno package.

Minimal project and steps to reproduce

Create a new blank UWP project, add the LibVLCSharp.Uno v0.0.2-alpha2 NuGet package and build it.

Environment

  • LibVLCSharp version 3.4.2
  • LibVLCSharp.Uno version 0.0.2-alpha2
  • Visual Studio 16.4.5
  • SDK Windows 10.0.18362.0
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking

VideoLAN code repository instance