Windows Forms is a .NET UI framework for building Windows desktop applications.
Перейти к файлу
Devendar Reddy Adulla 1a220e9268
Run unit tests sequentially. (#8864)
* Experiment 2

* Build property

* Add Xunit.Runner.Jason.

* Seperate Cursor changes from tests.

* Update Directory.Build.props

Co-authored-by: Jeremy Kuhne <jkuhne@microsoft.com>

* Add tracking bug.

---------

Co-authored-by: Jeremy Kuhne <jkuhne@microsoft.com>
2023-03-16 14:41:46 -07:00
.github Update fabricbot.json (#8692) 2023-02-24 11:49:09 -08:00
docs Fix exception dialog handling. (#8695) 2023-02-24 15:29:04 -08:00
eng Run unit tests sequentially. (#8864) 2023-03-16 14:41:46 -07:00
pkg Update private winforms package 2023-03-13 18:10:33 +01:00
src Run unit tests sequentially. (#8864) 2023-03-16 14:41:46 -07:00
.editorconfig
.gitattributes
.gitignore
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CodeMaid.config
Directory.Build.props Run unit tests sequentially. (#8864) 2023-03-16 14:41:46 -07:00
Directory.Build.targets Make repo build successfully and package S.D.Common 2023-02-14 12:45:21 +01:00
LICENSE.TXT
NuGet.config
README.md
Restore.cmd
SECURITY.md
THIRD-PARTY-NOTICES.TXT
WinForms.vsconfig
Winforms.sln Make repo build successfully and package S.D.Common 2023-02-14 12:45:21 +01:00
azure-pipelines-richnav.yml Automatic Pool provider selection (Main branch) (#8577) 2023-02-07 04:24:58 +00:00
azure-pipelines.yml Automatic Pool provider selection (Main branch) (#8577) 2023-02-07 04:24:58 +00:00
build.cmd
build.sh
codecov.yml
global.json [main] Update dependencies from dotnet/runtime (#8855) 2023-03-16 13:31:55 +00:00
start-code.cmd
start-vs.cmd

README.md

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.

Windows Forms Designer

For more information about the designer, please see the Windows Forms Designer Documentation.

Relationship to .NET Framework

This codebase is a fork of the Windows Forms code in the .NET Framework 4.8. In Windows Forms .NET Core 3.0, we've strived to bring the two runtimes to a parity. However since then, we've done a number of changes, including breaking changes, which diverged the two. For more information about breaking changes, see the Porting guide.

Please note

⚠️ This repository contains only implementations for Windows Forms for .NET platform.
It does not contain either:

  • The .NET Framework variant of Windows Forms. Issues with .NET Framework, including Windows Forms, should be filed on the Developer Community or Product Support websites. They should not be filed on this repository.
  • The Windows Forms Designer implementations. Issues with the Designer should be filed via VS Feedback tool (top right-hand side icon in Visual Studio).

How can I contribute?

We welcome contributions! Many people all over the world have helped make this project better.

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.

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.

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 (including the Windows Forms repository) is licensed under the MIT license.

.NET Foundation

.NET Windows Forms is a .NET Foundation project.
See the .NET home repository to find other .NET-related projects.