Ok, this seems like a dumb question because MonoDevelop is getting开发者_运维百科 more mature, so I\'m sure I\'m just missing it, but I looked around and all the questions about this subject seem to b
I was following a tutorial but I can\'t find the option to run te开发者_运维技巧sts.AFAIK Debian/Ubuntu puts the NUnit addin in a separate package called something like \"monodevelop-nunit\".
OK I\'m creating an app in MonoDevelop for Ubuntu Linux, but the compiled file is always a windows exe, I\'ve set it to compile as a Linux Binary but I\'m confused, can anyone shed any light on how to
I want to make a C# app in Mono as it\'s the only programming language I\'m mostly comfortable with. Anyway, ATI Drivers on Linux do not have a Fan control feature and therefore the cards to tend to
When building following simple C# class library, using System; namespace MyProject { public class MyClass
The MSDN documentation doesn\'t generally specify the assembly a namespace is in, so there\'s no easy way to add the necessary assembly reference.开发者_StackOverflow
The problem is following one line code: Console.WriteLine (\"あ\"); This results in the following output in Application Output window:
I can\'t make System.Linq (aka LINQ to Objects) work. I am running MonoDevelop 2.2.1 in Ubuntu 10 Lucid Lynx with Mono 2.4.4.
According to the feature matrix of Monodevelop 2.2, debugging should be available on OSX if one installs Mono 2.6.3. I\'ve done this on two of my Macs, but can\'t seem to get the Debug menuitem enable
I installed Mono and MonoDevelop 2.2 on my Windows PC. Created a default C# ASP.NET Web Application project.