feat(ToDo): Add Desktop Target #892
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test Build succeeded, limitations in app given through known issues
GitHub Issue: closes #
PR Type:
What is the current behavior? π€
ToDo app is not having a desktop target
What is the new behavior? π
app.InitializeLogging()
call in Programm.cs like on my own apps after the 6.0 sdk upgradePR Checklist β
Please check if your PR fulfills the following requirements:
π 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)
πΌοΈ Validated PR

Screenshots Compare Test Run
results.β 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...