WPF is a .NET Core UI framework for building Windows desktop applications.
Перейти к файлу
Ayush Verma c89dc20cd3 Updating Compression Native dll Name (#505) 2021-10-04 16:44:40 +05:30
.github Update issue template: Require team triage by default 2021-02-11 12:08:05 -08:00
Documentation Update the testing api changes in developer-guide.md (#5065) 2021-08-17 10:25:56 -07:00
eng Merge pull request #5420 from jonfortescue/1esSvcPools60rc2 2021-09-30 13:41:02 -07:00
packaging Localized file check-in by OneLocBuild Task: Build definition ID 217: Build ID 1331085 (#5229) (#5282) 2021-09-14 09:02:08 -07:00
src/Microsoft.DotNet.Wpf Updating Compression Native dll Name (#505) 2021-10-04 16:44:40 +05:30
.editorconfig Update 'WinFx' -> 'WinFX' casing (#2975) 2020-06-10 12:01:21 -07:00
.gitattributes Fixing spacing 2020-03-05 20:21:20 -08:00
.gitignore Add PenImc and Redist projects 2020-02-11 15:14:04 -08:00
CODEOWNERS Add @dotnet/wpf-developers to CODEOWNERS to get automatic inclusion into all PR's (#2888) 2020-04-14 23:50:17 -07:00
CODE_OF_CONDUCT.md first commit 2018-11-07 09:36:15 -08:00
Directory.Build.props Update SDK (#5084) 2021-08-17 17:07:10 -07:00
Directory.Build.targets [release/6.0] Update dependencies from dotnet/winforms (#5223) 2021-09-03 21:08:42 +00:00
LICENSE.TXT first commit 2018-11-07 09:36:15 -08:00
Microsoft.Dotnet.Wpf.sln WPF support for ARM64: WPF public repo project updates and final source fixes (#4049) 2021-01-21 19:47:09 -08:00
NuGet.config Fixup feeds (#4156) 2021-02-09 11:15:18 -08:00
PULL_REQUEST_TEMPLATE Update PR template master -> main 2021-07-16 10:06:53 -07:00
README.md chore (Badge) : Add .NET foundation badge (#4550) 2021-07-02 18:00:19 -07:00
Restore.cmd Preview 4 branch snap into release/3.0 (#531) 2019-04-08 15:04:23 -07:00
SECURITY.md Create security.md 2020-02-21 05:20:59 -08:00
THIRD-PARTY-NOTICES.TXT Snap master -> release/3.0 for end of Preview 7 (#1099) 2019-06-26 14:24:21 -07:00
azure-pipelines.yml Switch to 1ES servicing pools on release/6.0-rc2 2021-09-30 13:23:30 -07:00
build.cmd Cleanup docs and scripts from Arcade (#31) 2018-12-03 11:46:43 -08:00
build.sh Preview 4 branch snap into release/3.0 (#531) 2019-04-08 15:04:23 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20210923.5 (#5384) 2021-09-24 16:05:10 +00:00
roadmap.md Fix the roadmap document format 2020-07-08 08:13:19 +08:00
test.cmd Cleanup docs and scripts from Arcade (#31) 2018-12-03 11:46:43 -08:00

README.md

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 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 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 conduct@dotnetfoundation.org.

Reporting security issues and security bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. 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.