Skip to content

🚧 Adding Store SDK #206

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

🚧 Adding Store SDK #206

wants to merge 1 commit into from

Conversation

michael-hawker
Copy link
Member

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
Copy link
Member Author

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...

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant