-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
Updating Roadmap.md based on progress on open sourcing additional 9 binaries
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ As we complete those goals, we'll update our roadmap to include additional featu | |
| Milestone | Date | | ||
|---|---| | ||
|Initial launch of WPF for .NET Core repository (beginning with System.Xaml)|Dec 4, 2018| | ||
|Add adequate tests that enable validating and merging community PRs|Early 2019| | ||
|Roadmap update for feature focus areas|Early 2019| | ||
|Add adequate tests that enable validating and merging community PRs|Continues thru 2019| | ||
|Add remaining WPF for .NET Core components to repository|Continues thru 2019| | ||
|
||
## Porting Status | ||
|
@@ -27,16 +27,25 @@ The port from WPF for .NET Framework is still in progress. All components appli | |
### Currently Available | ||
* Components: | ||
* [System.Xaml](src/Microsoft.DotNet.Wpf/src/System.Xaml) | ||
* [WindowsBase](src/Microsoft.DotNet.Wpf/src/WindowsBase) | ||
* [PresentationCore](src/Microsoft.DotNet.Wpf/src/PresentationCore) | ||
* [PresentationFramework](src/Microsoft.DotNet.Wpf/src/PresentationFramework) | ||
* [PresentationBuildTasks](src/Microsoft.DotNet.Wpf/src/PresentationBuildTasks) | ||
* [DirectWriteForwarder](src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder) | ||
* [ReachFramework](src/Microsoft.DotNet.Wpf/src/ReachFramework) | ||
* [System.Windows.Input.Manipulations](src/Microsoft.DotNet.Wpf/src/System.Windows.Input.Manipulations) | ||
* [UI Automation assemblies](src/Microsoft.DotNet.Wpf/src/UIAutomation) | ||
* [UIsAutomationClient](src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient) | ||
* [UIAutomationClientSideProviders](src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClientSideProviders) | ||
* [UIAutomationProvider](src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationProvider) | ||
* [UIAutomationType](src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes) | ||
|
||
* Tests: | ||
* [DrtXaml](src/Microsoft.DotNet.Wpf/test/DRT/DrtXaml) | ||
|
||
### In Progress | ||
Note: This list is in rough priority order and may change. | ||
* Components: | ||
* `WindowsBase` | ||
* `PresentationFramework` | ||
* `PresentationCore` | ||
* `PresentationBuildTasks` | ||
* `WindowsFormsIntegration` | ||
* `System.Windows.Controls.Ribbon` | ||
* `WPF Themes` | ||
|
@@ -46,22 +55,14 @@ Note: This list is in rough priority order and may change. | |
* `PresentationFramework-Classic` | ||
* `PresentationFramework-Luna` | ||
* `PresentationFramework-Royale` | ||
* `UIAutomation` | ||
* `UIAutomationClient` | ||
* `UIAutomationClientSideProviders` | ||
* `UIAutomationProvider` | ||
* `UIAutomationTypes` | ||
* `WPF Extensions` | ||
* `PresentationFramework-SystemCore` | ||
* `PresentationFramework-SystemData` | ||
* `PresentationFramework-SystemDrawing` | ||
* `PresentationFramework-SystemXml` | ||
* `PresentationFramework-SystemXmlLinq` | ||
* `System.Windows.Input.Manipulations` | ||
* `System.Windows.Presentation` | ||
* `PresentationUI` | ||
* `ReachFramework` | ||
* `System.Printing` | ||
* `PenIMC_cor3` | ||
* `WpfGfx_cor3` | ||
* `PresentationNative_cor3` | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
grubioe
Author
Contributor
|
@grubioe it has been asked why
PresentationNative_cor3
was removed from the roadmap. Might have been a mistake?