I have some problems with Sharepoint 2013.
I have created a C# application for adding list items to a Sharepoint site. I want to use it on Ubuntu 16.04 but have some errors.
I can use Mono Programs.exe to run application, but I can't use dmcs Program.cs to compile it. I get the error below
The type or namespace name 'SharePoint' does not exist in the namespace 'Microsoft'. Are you missing an assemply reference?

Microsoft.SharePoint.Client.dllas a reference to your project? – Robert Lindgren Jul 25 '16 at 06:38