chore(Commerce): Update version and UnoFeatures#891
chore(Commerce): Update version and UnoFeatures#891DevTKSS wants to merge 1 commit intounoplatform:masterfrom
Conversation
DevTKSS
commented
Jul 31, 2025
- Commerce App global.json Uno.Sdk version has been updated
- UnoFeatures: removed ExtensionsCore as this is no public documented / introduced Feature (maybe meanwhile already included in the sdk?)
- Packages for Refit has been pulled in in the dependencys, but only Http UnoFeature has been set in the list
- Updated Windows PublishProfiles to the Dir where the current templates store them
chore: Update Windows PublishProfiles to the Dir where the current templates store them Packages has been referencing Refit, but we only had http as feature Should be checked, if MacCatalyst is still a valid Platform to have in the Platforms folder and TargetFrameworks list
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Commerce reference application to use a newer version of the Uno SDK and refines its feature configuration. The changes focus on modernizing the SDK version, improving UnoFeatures configuration, and updating build settings.
- Updated Uno.Sdk from version 6.0.67 to 6.1.23
- Added HttpRefit feature and commented out ExtensionsCore feature
- Updated target framework ordering and resource copy settings
Reviewed Changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| reference/Commerce/src/global.json | Updates Uno.Sdk version and removes outdated comment |
| reference/Commerce/src/Commerce/Commerce.csproj | Adds HttpRefit feature, comments out ExtensionsCore, reorders target frameworks, and changes resource copy behavior |
| Navigation; | ||
| <!--ExtensionsCore;--> | ||
| SkiaRenderer; |
There was a problem hiding this comment.
[nitpick] Consider removing the commented-out ExtensionsCore feature entirely rather than leaving it as a comment, as this reduces code clutter and confusion about whether it should be enabled.
There was a problem hiding this comment.
Team should verify its not longer needed please
There was a problem hiding this comment.
@Jen-Uno do we want to remove this entirely even if its available?
e.g. I am frequently using it in Library Apps managed by the Uno.Sdk for the Uno Specialized Collection/Enumerable Extensions to have the Uno.Sdk automatically add the nuget to my project 🤔 Would be really sad if Uno really wants to remove this Feature entirely 🙁