Skip to content

mzomparelli/winforms

 
 

Repository files navigation

Windows Forms

License: MIT

Windows Forms (WinForms) is a UI framework for building Windows desktop applications. It is a .NET wrapper over Windows user interface libraries, such as User32 and GDI+. It also offers controls and other functionality that is unique to Windows Forms.

Windows Forms also provides one of the most productive ways to create desktop applications based on the visual designer provided in Visual Studio. It enables drag-and-drop of visual controls and other similar functionality that make it easy to build desktop applications.

Note: The Windows Forms visual designer is not yet available and will be part of a Visual Studio 2019 update. See here for a workaround invoking the Classic Framework Designer.

To learn about project priorities as well as status and ship dates see the Windows Forms Roadmap.

This repository contains WinForms for .NET Core. It does not contain the .NET Framework variant of WinForms.

Windows Presentation Foundation (WPF) is another UI framework used to build Windows desktop applications which is supported on .NET Core. WPF and Windows Forms applications run only on Windows operating systems. They are part of the Microsoft.NET.Sdk.WindowsDesktop SDK. You are recommended to use Visual Studio 2019 Preview 1 to use WPF and Windows Forms with .NET Core.

Getting started

Build Status & Dependency Flow

Public CI ➡️ Internal CI ➡️ Composition CI ➡️ Core Setup CI ➡️ Core SDK CI
master Build Status Build Status Build Status Build Status Build Status
release/3.0 Build Status Build Status Build Status Build Status Build Status

Code Coverage

Production Code Test Code Combined
master codecov codecov codecov
release/3.0 codecov codecov codecov

Status

We are in the process of doing four projects with Windows Forms:

  1. Port Windows Forms to .NET Core.

  2. Publish source to GitHub.

  3. Publish (and in some cases write) tests to GitHub and enable automated testing infrastructure.

  4. Enable the Visual Studio WinForms designer to work with WinForms running on .NET Core.

The first two tasks are well underway. Most of the source has been published to GitHub although we are still bringing the codebase up to functional and performance parity with .NET Framework.

We have published very few tests and have very limited coverage for PRs at this time as a result. We will be slow in merging PRs as a result. We will add more tests in 2019, however, it will be an incremental process. We welcome test contributions to increase coverage and help us validate PRs more easily.

The Visual Studio WinForms designer is not yet available and will be part of a Visual Studio 2019 update. In short, we need to move to an out-of-proc model (relative to Visual Studio) for the designer.

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 WinForms, should be filed on VS developer community, or Product Support. They should not be filed on this repository.

Reporting security issues

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.

Relationship to .NET Framework

This code base is a fork of the Windows Forms code in the .NET Framework. We intend to release .NET Core 3.0 with Windows Forms 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.

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.

License

.NET Core (including the Windows Forms repository) is licensed under the MIT license.

.NET Foundation

.NET Core WinForms is a .NET Foundation project.

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

About

Windows Forms is a .NET Core UI framework for building Windows desktop applications.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.6%
  • Other 0.4%