Wpf: Open Source? Where's the source?

Created on 4 Apr 2019  路  4Comments  路  Source: dotnet/wpf

Where's the source for WPF? According to this article:
https://www.hanselman.com/blog/AnnouncingWPFWinFormsAndWinUIAreGoingOpenSource.aspx

WPF is going open soruce but I can't seem to find the code anywhere.

issue-type-question

Most helpful comment

Echoing @stevenbrix comment, expect to see another assembly's source code being published within the next couple weeks. Arcade eat into our "source porting" scheduled time, but we've been equally busy making progress porting our gigantic test infrastructure. Moving forward it is expected that we'll be open sourcing more code at a faster pace for sure.

All 4 comments

It's coming! As part of moving WPF to .NET Core 3, we've had to adopt an entirely new build system (see http://github.com/dotnet/arcade). This move hasn't been trivial, and it is a prerequisite before we can move the majority of our code into this repo. We started with System.Xaml since it had the least amount of dependencies between other WPF assemblies and so getting it to build on Arcade was trivial.

We apologize that this is taking so much time, but I assure you we are working on it and fully intend to open source everything shortly!

Echoing @stevenbrix comment, expect to see another assembly's source code being published within the next couple weeks. Arcade eat into our "source porting" scheduled time, but we've been equally busy making progress porting our gigantic test infrastructure. Moving forward it is expected that we'll be open sourcing more code at a faster pace for sure.

I'm going to go ahead and close this issue. Thank you for the continued interest and patience!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

juepiezhongren picture juepiezhongren  路  3Comments

pocki picture pocki  路  3Comments

liquidboy picture liquidboy  路  3Comments

Pzixel picture Pzixel  路  3Comments

stevenbrix picture stevenbrix  路  3Comments