It is August, and my last post on DockPanel Suite was in December. So I have to admit that too little has happened there, but if you do monitor this project, you should notice significant changes. ...
Update on reStructuredText and Visual Studio Code
When I started the reStructuredText extension for Visual Studio Code in Nov 2015, I wasn’t expect it to be a hot extension in the gallery. But even without an ambition, now it serves >1,700 user...
Port #SNMP from .NET Core RC2 to RTM
Well, I thought this might be a long post, but in fact it would be pretty short. For a library like #SNMP Library, the only changes I need to make are in the project.json file. By removing –rc2-...
Jexus Manager Is Now Open Source
After several months of cleaning up, yesterday I published the source code of Jexus Manager at GitHub. You are welcome to play with the code and report issues. Pull requests are highly appreciated...
xUnit.NET Add-in for Xamarin Studio: Latest Update
In last post I talked about how I made a fork to support Xamarin Studio 5.x series (as well as MonoDevelop 5.x). It was clearly a milestone, but not good enough as Xamarin Studio 6.x was at the doo...
Port #SNMP from .NET Core RC1 to RC2
You probably read my first post on how to migrate from .NET Framework to .NET Core RC1. Now it is time to update the code base to RC2. The actual commits were made two weeks ago. So this post will ...
Android Support Repository and Xamarin.Android
I have been playing with Xamarin.Android a little bit recently, and discovered some interesting facts about its compilation. This post focuses on the issues and also digs out the details behind the...
How I Did xUnit.net 2 Addin for MonoDevelop/Xamarin Studio
I started my very first project to extend Borland Delphi/C#Builder. And then I created an AStyle addin for SharpDevelop, and then an OpenCover addin. And a few months ago, I launched an extension f...