Home
Half-Blood Programmer
Cancel

DockPanel Suite: Difficulties of Integrating Visual Studio 2012 Skin

A picture can save me a thousand words :) This week I merged more patches into the new skin branch, and now the sample looks more beautiful. But I really want feedback on the changes I made on the ...

一些链接的汇编:从UNIX到Linux和UNIX的复兴

一篇自己计划中长文章的草稿。 UNIX的诞生和壮大,不得不牵涉到AT&T与Berkeley的法律纠纷,而这也是自由软件运动和开源运动历史上最具影响力的三大诉讼之首(另外两个案例是SCO诉Linux和Oracle诉Google)。这其中的历史,大家只需要看看Open Sources中这一篇文章便可见详细 http://oreilly.com/openbook/opensource...

DockPanel Suite: Update on Visual Studio 2012 Skin

We have received patches from @han6man as he/she has attempted to create a new skin for DockPanel Suite that simulates Visual Studio 2012 Light theme. This is really a lot of work though the change...

Hacking xbuild: Part II, Handling ItemGroup Inside Target

The source code lives here right now, and my changes are under MIT/X11 just like the original code, https://github.com/lextm/mono/tree/xbuild_lex A lot of people experienced the same problem w...

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...