Windows icon indicating copy to clipboard operation
Windows copied to clipboard

Cant compile with Uno 5.1 and CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.0.240109"

Open cconner100 opened this issue 1 year ago • 1 comments

Describe the bug

Trying to use the SettingsControl in a uno 5.1 project and i get the following error when compiling

E:\ZiiDMS\ZiiDMSApp\Client\ZiiDMSApp\ZiiDMSApp.Mobile\Uno.UI.SourceGenerators\Uno.UI.SourceGenerators.BindableTypeProvi ders.BindableTypeProvidersSourceGenerator\BindableMetadata.g.cs(3674,91): error CS0433: The type 'CameraHelper' exists in both 'CommunityToolkit.WinUI.Helpers, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null' and 'CommunityToolkit.W inUI, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2' [E:\ZiiDMS\ZiiDMSApp\Client\ZiiDMSApp\ZiiDMSAp p.Mobile\ZiiDMSApp.Mobile.csproj::TargetFramework=net8.0-android]

I am using the following nugets

<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageVersion Include="CommunityToolkit.WinUI" Version="7.1.2" />
<PackageVersion Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.0.240109" />
<PackageVersion Include="CommunityToolkit.WinUI.UI" Version="7.1.2" />
<PackageVersion Include="CommunityToolkit.WinUI.UI.Animations" Version="7.1.2" />
<PackageVersion Include="CommunityToolkit.WinUI.UI.Controls" Version="7.1.2" />

<PackageVersion Include="Uno.CommunityToolkit.WinUI" Version="7.1.200" />
<PackageVersion Include="Uno.CommunityToolkit.WinUI.UI" Version="7.1.200" />
<PackageVersion Include="Uno.CommunityToolkit.WinUI.UI.Animations" Version="7.1.200" />
<PackageVersion Include="Uno.CommunityToolkit.WinUI.UI.Controls" Version="7.1.200" />

Steps to reproduce

Add a simple screen in the Uno sample project, Include the SettingsControl.

Expected behavior

Should be able to compile and run in Windows, iOS and Android

Screenshots

No response

Code Platform

  • [ ] UWP
  • [X] WinAppSDK / WinUI 3
  • [ ] Web Assembly (WASM)
  • [X] Android
  • [X] iOS
  • [X] MacOS
  • [ ] Linux / GTK

Windows Build Number

  • [ ] Windows 10 1809 (Build 17763)
  • [ ] Windows 10 1903 (Build 18362)
  • [ ] Windows 10 1909 (Build 18363)
  • [ ] Windows 10 2004 (Build 19041)
  • [ ] Windows 10 20H2 (Build 19042)
  • [ ] Windows 10 21H1 (Build 19043)
  • [ ] Windows 10 21H2 (Build 19044)
  • [ ] Windows 10 22H2 (Build 19045)
  • [X] Windows 11 21H2 (Build 22000)
  • [ ] Other (specify)

Other Windows Build number

No response

App minimum and target SDK version

  • [ ] Windows 10, version 1809 (Build 17763)
  • [ ] Windows 10, version 1903 (Build 18362)
  • [ ] Windows 10, version 1909 (Build 18363)
  • [X] Windows 10, version 2004 (Build 19041)
  • [ ] Windows 10, version 2104 (Build 20348)
  • [ ] Windows 11, version 22H2 (Build 22000)
  • [ ] Other (specify)

Other SDK version

No response

Visual Studio Version

2022, Preview

Visual Studio Build Number

No response

Device form factor

Desktop, Mobile

Additional context

No response

Help us help you

Yes, I'd like to be assigned to work on this item.

cconner100 avatar Feb 23 '24 06:02 cconner100

You are using both CommunityToolkit 7 and 8 in parallel. You cannot do that. If you want to update to 8.x, you must remove all 7.x packages and add 8.x ones.

But SettingsControl does not yet work on Android or iOS with CommunityTookit 8.x, it crashes with MissingMethodException. So you need to wait until that is fixed. I hope it will be fixed in 8.1.

lukasf avatar Apr 02 '24 19:04 lukasf