Windows icon indicating copy to clipboard operation
Windows copied to clipboard

🚧 Adding Store SDK

Open michael-hawker opened this issue 2 years ago • 1 comments

For #195

Test adding the Store SDK like we have in current sample app in Store. Cleaned up a bit. Wanted to test in CI as having trouble packaging app locally with VS hanging.

michael-hawker avatar Aug 31 '23 08:08 michael-hawker

So the UWP build fails with a few different but similar messages like:

2025-02-11T23:57:44.5885323Z CompilerServer: server - server processed compilation - TabbedCommandBar.Samples (uap10.0.17763) 2025-02-11T23:57:46.7472307Z 5>CSC : error CS1705: Assembly 'CommunityToolkit.WinUI.Collections' with identity 'CommunityToolkit.WinUI.Collections, Version=8.2.0.0, Culture=neutral, PublicKeyToken=null' uses 'System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [D:\a\Windows\Windows\components\Collections\samples\Collections.Samples.csproj::TargetFramework=net8.0-windows10.0.26100.0] 2025-02-11T23:57:46.7497718Z 5>CSC : error CS1705: Assembly 'CommunityToolkit.WinUI.Collections' with identity 'CommunityToolkit.WinUI.Collections, Version=8.2.0.0, Culture=neutral, PublicKeyToken=null' uses 'System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.ObjectModel' with identity 'System.ObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [D:\a\Windows\Windows\components\Collections\samples\Collections.Samples.csproj::TargetFramework=net8.0-windows10.0.26100.0] 2025-02-11T23:57:46.7522089Z CompilerServer: server - server processed compilation - Collections.Samples (net8.0-windows10.0.26100.0) 2025-02-11T23:57:46.7526740Z 3>CSC : error CS1705: Assembly 'CommunityToolkit.WinUI.Controls.CameraPreview' with identity 'CommunityToolkit.WinUI.Controls.CameraPreview, Version=8.2.0.0, Culture=neutral, PublicKeyToken=null' uses 'System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [D:\a\Windows\Windows\components\CameraPreview\samples\CameraPreview.Samples.csproj::TargetFramework=net8.0-windows10.0.26100.0]

CommunityToolkit.WinUI.Triggers is the other one

Have no idea why these changes would cause these random failures here though...

michael-hawker avatar Feb 12 '25 18:02 michael-hawker