Skip to content

Commit c818461

Browse files
ryandemopoulosrichlander
authored andcommitted
Initial re-working of Roadmap.md (#34)
* Initial re-working of Roadmap.md * Update Roadmap.md Co-Authored-By: ryandemopoulos <[email protected]> * Update Roadmap.md * Update Roadmap.md * Update Roadmap.md * Removed Feedback section/contents for later reintroduction to README. Added Porting Status section. * Swapped 'accept' with 'merge' to be explicit about what will be possible with PRs. * Updated Roadmap with 'component * Rename roadmap file
1 parent 6a1fa2d commit c818461

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

roadmap.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# WPF for .NET Core Roadmap
2+
3+
This roadmap communicates priorities for evolving and extending the scope of WPF for .NET Core.
4+
5+
At present, our primary focus is enabling the following for .NET Core 3.0:
6+
7+
* Achieve WPF functional and performance parity compared to .NET Framework
8+
* Publish remaining WPF components to the repo
9+
* Publish (and write) more WPF tests to the repo
10+
11+
As we complete those goals, we'll update our roadmap to include additional feature/capability areas we will focus on next.
12+
13+
## Timeline for Open Source
14+
| Milestone | Release Date |
15+
|---|---|
16+
|Initial launch of WPF for .NET Core repository (beginning with System.Xaml)|Dec 4, 2018|
17+
|Ability to merge PRs from community|Early 2019|
18+
|Roadmap update for feature focus areas|Early 2019|
19+
|Add remaining WPF for .NET Core components to repository|Continues thru 2019|
20+
21+
## Porting Status
22+
23+
The port from WPF for .NET Framework is still in progress. Currently this repository contains these components:
24+
25+
* Components:
26+
* System.Xaml
27+
* Tests:
28+
* DrtXaml
29+
30+
Components in this repository eventually roll up to the `Microsoft.NET.Sdk.WindowsDesktop` SDK.

0 commit comments

Comments
 (0)