Skip to content
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

Build Failure: Missing 'icon.png' in LiveChartsCore.SkiaSharpView.WinUI during WinUI Project Packaging #1500

Open
Ossi90 opened this issue Apr 29, 2024 · 0 comments

Comments

@Ossi90
Copy link

Ossi90 commented Apr 29, 2024

Describe the bug
During the build process for packaging a WinUI project in Visual Studio, an error occurs stating that icon.png is not found. The error indicates that this file is expected to be in the LiveChartsCore.SkiaSharpView.WinUI images directory but it is not present, resulting in a build failure with the following error message: ...LiveChartsCore.SkiaSharpView.WinUI\images\icon.png does not exist.

To Reproduce
Steps to reproduce the behavior:

  1. Open the project solution in Visual Studio.
  2. Right-click on the packaging project within the Solution Explorer.
  3. Choose 'Rebuild' from the context menu.
  4. Observe the error in the Output window which indicates that the file icon.png is missing.

Expected behavior
The expected outcome is for the build process to succeed without encountering missing file errors, especially when no such resource is explicitly required by the application.

Screenshots
image

Desktop (please complete the following information):
OS: Windows
Version: Windows 10 SDK version 19041 targeted with .NET 7.0 (net7.0-windows10.0.19041.0). Minimum supported Windows version is set to 17763.

Package Version:
LiveChartsCore.SkiaSharpView.WinUI Version: 2.0.0-rc2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant