Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Contributing

Noel Berry edited this page Feb 27, 2020 · 2 revisions

Contributions are super welcome!

Code Style

  • Please follow the C# Coding Conventions
  • No platform-dependent #if preprocessors. The Framework should be able to run on all platforms as a single binary. If you need platform-specific code, use RuntimeInformation.IsOSPlatform
  • ~100 Characters per-line

Feature Requests and Bugs

Please submit an Issue for any Feature Requests or Bug reports.

Clone this wiki locally