Home
Half-Blood Programmer
Cancel

Hacking xbuild: Part I, Grab a Box

Recently I decided to hack on xbuild. But soon I found it was not easy to set up a clean environment. Windows box with Mono It is possible to build a Windows box and then install Mono on it. But ...

Debugging on Mono: An xbuild Issue

I just attempted to answer one StackOverflow question about how to compile F# on Windows with Mono, but failed as there is something I don’t know why. However, by using Mono 3.0.3 xbuild I noticed ...

How to Tell .NET 4.5 Only Assemblies

.NET 4.5 is a very special release of .NET Framework, as it is an in-place upgrade of .NET 4, as detailed by Scott Hanselman here, http://www.hanselman.com/blog/NETVersioningAndMultiTargetingNET45...

How to Use NuGet on Mono, Part IV

[Update: Microsoft starts to officially support Mono, so please simply use latest NuGet executable such as 3.5] In part I and part II I have already mentioned the steps you need to follow. Part...

TritonMate Words: Important Change on #SNMP Library License

For years, #SNMP Library has been covered by Lesser GPL. This was the license that I were most comfortable with in 2008. However, things have changed so rapidly that makes this license less useful,...

TritonMate Words: How to Compile on openSUSE and Ubuntu

Finally I learned how to run NuGet on Mono, so below is the updated steps to build #SNMP latest code base on Mono and openSUSE. Install necessary packages sudo zypper install mono-co...

How to Use NuGet on Mono, Part III

[Update: Microsoft starts to officially support Mono, so please simply use latest NuGet executable such as 3.5] In part I and part II I have already mentioned the steps you need to follow. This...

How to Use NuGet on Mono, Part II

[Update: Microsoft starts to officially support Mono, so please simply use latest NuGet executable such as 3.5] In part I we see how to get the command line tool running. In this part, we docum...