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

NuGet package override does not work for net8.0-ios #16979

Open
MartinZikmund opened this issue Jun 3, 2024 · 2 comments
Open

NuGet package override does not work for net8.0-ios #16979

MartinZikmund opened this issue Jun 3, 2024 · 2 comments
Labels
area/contributor-experience Categorizes an issue or PR as relevant to contributor experience. difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers kind/bug Something isn't working project/core-tools 🛠️ Categorizes an issue or PR as relevant to core and tools

Comments

@MartinZikmund
Copy link
Member

Current behavior

When NuGet package override is used for net8.0-ios, the results get generated in net8.0-ios{version} folder in the NuGet package cache:

image

Expected behavior

They should overwrite the existing files in net8.0-ios folder

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

None

Environment

Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia, Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia

NuGet package version(s)

No response

Affected platforms

iOS

IDE

Visual Studio 2022

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

@MartinZikmund MartinZikmund added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers area/contributor-experience Categorizes an issue or PR as relevant to contributor experience. project/core-tools 🛠️ Categorizes an issue or PR as relevant to core and tools and removed triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Jun 3, 2024
@jeromelaban
Copy link
Member

@MartinZikmund It's expected to work this way at this time, since the change to move to build net9.0. I guess we could detect if the folder exists or not, and override the right folder, though.

@Youssef1313
Copy link
Member

@jeromelaban With the recent changes in nuspec, this will be necessary to address I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/contributor-experience Categorizes an issue or PR as relevant to contributor experience. difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers kind/bug Something isn't working project/core-tools 🛠️ Categorizes an issue or PR as relevant to core and tools
Projects
None yet
Development

No branches or pull requests

3 participants