[MonoDevelop] Moving to MonoDevelop

Lluis Sanchez Gual slluis.devel at gmail.com
Tue Aug 3 12:25:50 EDT 2010


Hi Charlie!


> I'm trying to switch from VS2008 to MonoDevelop as the primary project
> format for NUnit.
> Here are a few issues I'm running into. Any help is appreciated.
> 
> 1. The NUnit add-in gets in the way when I'm working on a new version
> of NUnit. I know
> I can remove it, but I'd like to use it on other projects. Can it be
> disabled at the
> solution level?

Nope, add-ins can't be enabled/disabled per solution. Which kind of
problem are you having? maybe it can be solved somehow without having to
disable the add-in.

> 
> 2. I have a bit of code like this...
> 
> #if !MONO
>    // code that won't compile under Mono
> #endif
> 
> The MONO define is set by my NAnt build and is of course never true
> under VS. With
> MD, I'd like to switch between .NET and Mono CLRs on Windows and have some
> automatic definition I can rely on. Is that possible?

The only way of doing this is to create different build configurations
for each CLR. For example, you can have DebugMono and DebugDotNet and
define MONO only in DebugMono.

Lluis.




More information about the Monodevelop-list mailing list