The Wayback Machine - https://web.archive.org/web/20200610085439/https://github.com/dotnet/wpf
Skip to content
WPF is a .NET Core UI framework for building Windows desktop applications.
C# C++ C Smalltalk PowerShell Roff Other
Branch: master
Clone or download

Latest commit

dotnet-maestro Update dependencies from https://github.com/dotnet/winforms build 202…
…00609.5 (#3118)

Microsoft.Private.Winforms
 From Version 5.0.0-preview.7.20309.3 -> To Version 5.0.0-preview.7.20309.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Latest commit 5cb2d38 Jun 10, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update config.yml May 19, 2020
Documentation Update roadmap and contrib guidelines (#2867) Apr 9, 2020
eng Update dependencies from https://github.com/dotnet/winforms build 202… Jun 10, 2020
packaging Merge pull request #3111 from wli3/muti-target-50-2 Jun 10, 2020
src Merge pull request #3111 from wli3/muti-target-50-2 Jun 10, 2020
.editorconfig release/3.0 <- master integration for Preview 6 (#817) Jun 3, 2019
.gitattributes Fixing spacing Mar 6, 2020
.gitignore Add PenImc and Redist projects Feb 11, 2020
CODEOWNERS Add @dotnet/wpf-developers to CODEOWNERS to get automatic inclusion i… Apr 15, 2020
CODE_OF_CONDUCT.md first commit Nov 7, 2018
Directory.Build.props release/3.0 <- master integration for Preview 6 (#817) Jun 3, 2019
Directory.Build.targets Preview 4 branch snap into release/3.0 (#531) Apr 8, 2019
LICENSE.TXT first commit Nov 7, 2018
Microsoft.Dotnet.Wpf.sln Renormalizing Mar 6, 2020
Microsoft.Dotnet.Wpf.sln.bak Add support for publishing Debug packages separately (#2521) Feb 8, 2020
NuGet.config [master] Update dependencies from dotnet/arcade (#2932) Apr 28, 2020
README.md Update roadmap and contrib guidelines (#2867) Apr 9, 2020
Restore.cmd Preview 4 branch snap into release/3.0 (#531) Apr 8, 2019
SECURITY.md Create security.md Feb 21, 2020
THIRD-PARTY-NOTICES.TXT Snap master -> release/3.0 for end of Preview 7 (#1099) Jun 26, 2019
azure-pipelines.yml Update CI and PR triggers Feb 19, 2020
build.cmd Cleanup docs and scripts from Arcade (#31) Dec 3, 2018
build.sh Make build.sh executable (#519) Apr 9, 2019
global.json Update dependencies from https://github.com/dotnet/arcade build 20200… Jun 2, 2020
roadmap.md Update roadmap and contrib guidelines (#2867) Apr 9, 2020
test.cmd Cleanup docs and scripts from Arcade (#31) Dec 3, 2018

README.md

Windows Presentation Foundation (WPF)

Build Status MIT License

Windows Presentation Foundation (WPF) is a UI framework for building Windows desktop applications. WPF supports a broad set of application development features, including an application model, resources, controls, graphics, layout, data binding and documents. WPF uses the Extensible Application Markup Language (XAML) to provide a declarative model for application programming.

WPF applications are based on a vector graphics architecture. This enables applications to look great on high DPI monitors, as they can be infinitely scaled. WPF also includes a flexible hosting model, which makes it straightforward to host a video in a button, for example. The visual designer provided in Visual Studio makes it easy to build WPF application, with drag-in-drop and/or direct editing of XAML markup.

See the WPF Roadmap to learn about project priorities, status and ship dates.

WinForms is another UI framework for building Windows desktop applications that is supported on .NET Core. WPF and WinForms applications only run on Windows. They are part of the Microsoft.NET.Sdk.WindowsDesktop SDK. You are recommended to use Visual Studio 2019 to use WPF and WinForms with .NET Core.

Getting started

Status

  • We are currently in planning for .NET 5.
  • We have completed publishing WPF sources. You can learn more about this at https://github.com/dotnet/wpf/issues/2554.
  • We have completed porting WPF to .NET Core as part of .NET Core 3.0, you can learn more about what was done here.

See the WPF roadmap to learn about the schedule for specific WPF components.

We have published few tests and have limited coverage for PRs at this time as a result. We will add more tests in 2019 and 2020, however, it will be a progressive process.

The Visual Studio WPF designer is now available as part of Visual Studio 2019.

How to Engage, Contribute and Provide Feedback

Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues.

.NET Framework issues

Issues with .NET Framework, including WPF, should be filed on VS developer community, or Product Support. They should not be filed on this repo.

Relationship to .NET Framework

This code base is a fork of the WPF code in the .NET Framework. .NET Core 3.0 was released with a goal of WPF having parity with the .NET Framework version. Over time, the two implementations may diverge.

The Update on .NET Core 3.0 and .NET Framework 4.8 provides a good description of the forward-looking differences between .NET Core and .NET Framework.

This update states how going forward .NET Core is the future of .NET. and .NET Framework 4.8 will be the last major version of .NET Framework.

Code of Conduct

This project uses the .NET Foundation Code of Conduct to define expected conduct in our community. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer at [email protected].

Reporting security issues and security bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.

License

.NET Core (including the WPF repo) is licensed under the MIT license.

.NET Foundation

.NET Core WPF is a .NET Foundation project.

See the .NET home repo to find other .NET-related projects.

You can’t perform that action at this time.