Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 411 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 411 Bytes

If you supply a pull request, please bear in mind that it needs to be buildable and runnable on all platforms without using Visual Studio.

This is not as bad as it seems. The Mono runtime is owned by Microsoft and is sharing code with the .NET project so most stuff just works.

Just keep away from using Windows specific tooling, so just test that it works using xbuild after installing the Mono runtime.