Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ststeiger/system.corefx.forms
System.Windows.Forms for NetStandard
https://github.com/ststeiger/system.corefx.forms
csharp dotnet dotnet-core mono netstandard netstandard20 winforms
Last synced: about 2 months ago
JSON representation
System.Windows.Forms for NetStandard
- Host: GitHub
- URL: https://github.com/ststeiger/system.corefx.forms
- Owner: ststeiger
- License: other
- Created: 2018-08-25T06:00:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T06:26:33.000Z (over 6 years ago)
- Last Synced: 2024-10-24T12:09:44.728Z (2 months ago)
- Topics: csharp, dotnet, dotnet-core, mono, netstandard, netstandard20, winforms
- Language: C#
- Homepage:
- Size: 1.62 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FAQ
## What is System.CoreFX.Forms?
*System.CoreFX.Forms* is a port of Mono WinForms to .NET Core 2.0+ utilizing the work that has been done for *System.Drawing.Common*. It should serve as an easy and known way to build cross-platform user interfaces or even port existing .NET Framework applications. The project is in a very early state (proof of concept) and is only known to be working on Windows right now.
**Contributions for Unix support are very welcome and probably needed to make this work.**
## Which features are supported?
Almost the full code has been taken over, however there are some things that had to be altered or cut down:
* *WebBrowser* and *Html* classes
* Everything related to *Registry* or *Configuration*
* A few *Mono.Unix* specific calls which are not supported
* Some minor/misc stuff**Please note that the majority of features are untested!**
## What is up with the color scheme?
Apparently there is [something wrong with SystemColors](https://github.com/dotnet/corefx/issues/29269) on .NET Core 2.0. The color scheme looks fine with the preview version of 2.1.