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

PRI175 : Duplicate Entry #8959

Closed
sigmarsson opened this issue Oct 9, 2023 · 5 comments
Closed

PRI175 : Duplicate Entry #8959

sigmarsson opened this issue Oct 9, 2023 · 5 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists needs-triage Issue needs to be triaged by the area owners team-Markup Issue for the Markup team

Comments

@sigmarsson
Copy link

sigmarsson commented Oct 9, 2023

Describe the bug

Installed Prism 9 pre and having the nugets beneath :

  <ItemGroup>
    <PackageReference Include="CommunityToolkit.WinUI" Version="7.1.2" />
    <PackageReference Include="DryIoc.dll" Version="5.4.1" />
    <PackageReference Include="LiveChartsCore.SkiaSharpView.Uno.WinUI" Version="2.0.0-rc1.2" />
    <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.230913002" />
    <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
    <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
    <PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />
    <PackageReference Include="Uno.Core.Extensions.Logging.Singleton" Version="4.0.1" />
    <PackageReference Include="Uno.Extensions.Hosting.WinUI" Version="3.0.0-dev.2304" />
    <PackageReference Include="Uno.WinUI" Version="5.0.0-dev.3403" />
    <PackageReference Include="WinUIEx" Version="2.3.1" />
    <PackageReference Include="Prism.DryIoc.Uno.WinUI" Version="9.0.271-pre" />
    <Manifest Include="$(ApplicationManifest)" />
  </ItemGroup>
image

Steps to reproduce the bug

F5

Expected behavior

No response

Screenshots

No response

NuGet package version

WinUI 3 - Windows App SDK 1.4.1: 1.4.230913002

Windows version

Windows 11 (22H2): Build 22621

Additional context

Perhaps it is an UNO issue ?

@sigmarsson sigmarsson added the bug Something isn't working label Oct 9, 2023
@sigmarsson
Copy link
Author

WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI277: 0x80073b0f - Conflicting values for resource 'Files/Uno.UI.Toolkit/Themes/Generic.xbf'

@sigmarsson
Copy link
Author

@codendone codendone added the team-Markup Issue for the Markup team label Oct 17, 2023
@michael-hawker
Copy link
Collaborator

michael-hawker commented Jan 23, 2024

I'm seeing this issue with UWP app trying to upgrade WinUI versions - see #3672 (comment) - I'm already on VS 17.8.4 though.

Trying the <DisableEmbeddedXbf>false</DisableEmbeddedXbf> mentioned in the VS thread... though not sure the ramifications of this; however, it didn't work. So back to the original issue where I can't upgrade from 2.7.3 (as I'm seeing a catastrophic failure with AnimatedIcon unloading, so wanted to check against latest).

@evelynwu-msft
Copy link
Contributor

evelynwu-msft commented Jan 27, 2024

Very likely a duplicate of #8857

@evelynwu-msft evelynwu-msft closed this as not planned Won't fix, can't repro, duplicate, stale Jan 27, 2024
@evelynwu-msft evelynwu-msft added the duplicate This issue or pull request already exists label Jan 27, 2024
@tepeo
Copy link

tepeo commented Feb 27, 2024

@evelynwu-msft
I am facing similar problem with ReactNative Windows (UWP app).

According to #3017, incompatible versions of UI.Xaml cannot be duplicated.

On the other hand, #8857 is for Windows App SDK (WinUI3), but it seems to have been fixed to allow duplicate use of different versions of UI.Xaml.

Will this fix be applied (merged) for WinUI2 (UWP) as well? Or is it completely unrelated?

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists needs-triage Issue needs to be triaged by the area owners team-Markup Issue for the Markup team
Projects
None yet
Development

No branches or pull requests

5 participants