Uno.Samples icon indicating copy to clipboard operation
Uno.Samples copied to clipboard

feat(ToDo): Add Desktop Target

Open DevTKSS opened this issue 6 months ago โ€ข 0 comments

Test Build succeeded, limitations in app given through known issues

GitHub Issue: closes #

PR Type:

  • โœจ Feature
  • ๐Ÿž Bugfix

What is the current behavior? ๐Ÿค”

ToDo app is not having a desktop target

What is the new behavior? ๐Ÿš€

  • Updated to the latest Uno.Sdk 6.1.23
  • Added the platform to csproj
  • Added it to Properties/launchsettings.json
  • Removed the app.InitializeLogging() call in Programm.cs like on my own apps after the 6.0 sdk upgrade

PR Checklist โœ…

Please check if your PR fulfills the following requirements:

  • [x] ๐Ÿ“ Commits must be following the Conventional Commits specification.

  • [ ] ๐Ÿงช Added Runtime tests, UI tests, or a manual test sample for the changes have been added (for bug fixes / features) (if applicable)

  • [ ] ๐Ÿ“š Docs have been added/updated which fit documentation template (for bug fixes / features)

  • [x] ๐Ÿ–ผ๏ธ Validated PR Screenshots Compare Test Run results. ToDo-App-test-run

  • [x] โ— Contains NO breaking changes (not added to Rider or vs code folders if that matters)

Other information โ„น๏ธ

Possibly the #887 can be updated accordingly for the ToDo app?

as no new templated uno app has the Win10 sdk in the Directory.Build.props maybe that should get removed, so new users checking out the templates would not get annoyed from having to downgrade or additionally install packages they do not need in new uno apps...

DevTKSS avatar Aug 03 '25 15:08 DevTKSS