WPF Community goals for 23H1 (July 22 - Dec 22) #6744
Replies: 6 comments 6 replies
-
There are two links in the announcement post to https://github.com/orgs/dotnet/projects/146 but I don't have the ability to view that project. Could it be made public for the community to view? |
Beta Was this translation helpful? Give feedback.
-
this: |
Beta Was this translation helpful? Give feedback.
-
UPDATE - July'22 SprintAs of July'22, below are the updates on our half yearly goals - Test Repo Migration
PR Test Automation
Community Projects
Support ImplicitUsings in WPF
|
Beta Was this translation helpful? Give feedback.
-
Are there other activity from community which was accepted after that? Would be good to know what happens, since there still worry that things get sidetracked. (Maybe unreasonable) |
Beta Was this translation helpful? Give feedback.
-
UPDATE - December '22As of December '22, below are some highlights of the progress we have made: Test Repo Migration
PR Test Automation
Community Projects
Support ImplicitUsings in WPF
Mid-year Survey 2022
Upcoming Activities
|
Beta Was this translation helpful? Give feedback.
-
Hi All,
As mentioned in our last post, we are hereby announcing the goals for community engagement towards which our efforts will be directed for the next 6 months (July 22 - Dec 22):
Test Repository Migration
1. DRTs: 98 tests that check the basic features of WPF controls.
2. Feature tests & PCases: 30K+ tests that cover in-depth testing for each feature
Since there are large number of total tests for WPF, we're planning to first migrate the DRTs. This will help the community contributors to effectively test their changes against those basic tests locally and remediate anything that is breaking the tests. Once the basic testing is done, we'll move the feature tests area-by-area such as 2D, Button, Stackpanels, etc.
This effort is being tracked via this Github project.
PR test automation
- build the PR branch
- download the test binaries on the build machine
- run the tests
- update the PR with the results of the tests
This effort is being tracked via this Github project.
Community Projects
This effort is being tracked via this Github project.
Support ImplicitUsings in WPF
This effort is being tracked via this Github project.
Along with these tasks, we will also invest to make sure WPF is supported on .NET 7, make accessibility improvements and continue to triage the issues and PRs in our backlog within SLAs.
We would also be evaluating the efforts required to support new features and enhancements for WPF such as ARM64 performance improvements, supporting .NET Upgrade Assistant and Win11 theming.
The progress for all these items will be tracked via GitHub projects and we will update and receive feedback through discussions and upcoming community calls.
Thanks!
Edit - Fixed formatting issues
Edit 2 - Clarified timelines
Beta Was this translation helpful? Give feedback.
All reactions