Skip to content
forked from dotnet/wpf

This repo contains Windows Presentation Foundation (WPF) for .NET Core

License

Notifications You must be signed in to change notification settings

dotnet-campus/wpf

This branch is 240 commits ahead of, 2687 commits behind dotnet/wpf:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6c7dca · Apr 21, 2022
Apr 14, 2022
Apr 21, 2022
Aug 17, 2021
Mar 15, 2022
Feb 15, 2022
Apr 21, 2022
Jun 10, 2020
Mar 6, 2020
Feb 11, 2020
Apr 15, 2020
Nov 7, 2018
Aug 18, 2021
Sep 3, 2021
Nov 7, 2018
Jan 22, 2021
Mar 15, 2022
Jul 16, 2021
Jul 3, 2021
Mar 28, 2019
Feb 21, 2020
Jun 5, 2019
Sep 22, 2021
Dec 3, 2018
Apr 8, 2019
Mar 14, 2022
Jul 8, 2020
Dec 3, 2018

Repository files navigation

Windows Presentation Foundation (WPF)

.NET Foundation 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 (6.0.x/5.0.x/3.1.x). WPF and WinForms applications only run on Windows. They are part of the Microsoft.NET.Sdk.WindowsDesktop SDK. You are recommended to use the most recent version of Visual Studio to develop WPF and WinForms applications for .NET.

WPF for ARM64 is new for .NET 6.0 and is supported by NET 6.0 Preview 1 and later.

To build the WPF repo and contribute features and fixes for .NET 6.0, the most recent Visual Studio Preview is required.

Getting started

Status

  • We are currently developing WPF for .NET 6.
  • We have completed publishing WPF sources. You can learn more about this at dotnet#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 2021, 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.

About

This repo contains Windows Presentation Foundation (WPF) for .NET Core

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 80.6%
  • C++ 12.9%
  • C 5.2%
  • Smalltalk 0.4%
  • PowerShell 0.2%
  • Roff 0.2%
  • Other 0.5%