You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andreu Correa Casablanca edited this page Mar 11, 2015
·
5 revisions
Previous Comments
A very personal point of view: I recommend to use Monodevelop over MS Visual Studio because this way you can ensure better interoperability of your code. It's true that Visual Studio is a more complete IDE and has better integration with NuGet, but someone has to put pressure to ensure a more open ecosystem in the future.
NuGet is open source, but it's not truly open because it heavily depends on Windows environments if you want to use its more interesting features (like pack).
Requirements
Currently, the main ColorSharp package distributed via NuGet is compiled with the .NET 4.0 profile. So, you'll need .NET >= 4.0 (4.0, 4.5, 4.5.1, 4.5.2), or Mono >= 3.2.
Warning about Mono versions
Even if ColorSharp runs smoothly on Mono 3.2, this version is unsupported. This means that ColorSharp won't be tested on this Mono version, so we can't ensure that the compatibility will remain on the future. The recommended version is Mono >= 3.12.
Installation process
Monodevelop
If you use Monodevelop, the previous warning about Mono version applies here too, even more, because NuGet integration has improved a lot with the latest versions. We strongly recommend to use Monodevelop >= 5.5 .
To install the ColorSharp dependency on your project, go to the upper menu and select Project -> Add NuGet Packages..., then type ColorSharp in the search bar, select the most recent version and click the Add Package button.
NuGet Console
If you use the NuGet console, you can install ColorSharp typing: