Top "Xbuild" questions

XBuild is the Mono specific version of the MSBuild utility.

Compiled mono missing default .NET libraries - System.Object is not defined or imported

I've compiled mono on OS X Mavericks following the guide located here: http://www.mono-project.com/docs/compiling-mono/mac/ Now …

c# macos mono xbuild
The assembly mscorlib.dll was not found or could not be loaded

Firstly, I've seen this question, and while the problem seems similar, it is not the same. I'm running a trimmed …

.net mono mscorlib xbuild
how can I use xbuild to build release binary

When I use xbuild it always use debug as target, how do I make it use release? For example I …

c# xbuild
The imported type is defined multiple times - only under xbuild on Mono 2.10.1

Having an issue where compiling some code that makes use of HttpContextBase is throwing the compile error: UserService.cs(13,26): error …

c# msbuild mono monodevelop xbuild
MonoDevelop command line compile a solution

The problem is as follows: I have a MonoDevelop project (ASP.NET) on my development workstation. I'm currently at a …

mono monodevelop xbuild
CSC: error CS0041: Unexpected error writing debug information -- 'Operation is not supported on this platform.'

Just downloaded Visual Studio Professional for Mac and I cannot seem to build anything as I always get the same …

mono roslyn pdb-files xbuild visual-studio-mac