Home
Half-Blood Programmer
Cancel

A Strange 'Peer Certificate Cannot Be Authenticated' Issue

I built a Debian machine a while ago to test out MonoDevelop, and now I am trying to test .NET Core on it. But such an exception happened. parallels@debian-8:~/Downloads/sharpsnmplib$ ./travis.sh...

Tips for .NET NuGet Package Authors (August 2017)

I have to add “August 2017”, as time proves that the tips can go easily out-of-date. The responsibilities of a NuGet package author are, Select the proper target platforms your package wou...

OpenFileDialog Crashes With COMException 0x80040111

I have been updating Jexus Manager quite frequently as more and more useful crash reports were sent to me by Rollbar. And today a strange issue caught my attention. Exception Details Traceback (m...

Jexus Manager: Frequent Releases and Rollbar Dashboard

It is really astonishing that I released 29 builds of Jexus Manager in 24 days. Tons of bugs have been fixed and some new features have shipped. For the very first time of the project lifecycle I ...

How A Visual Studio Code Linter Works

I blogged about what a basic Visual Studio Code language extension should contain a few months ago, and today we focus on linter. Linter Basic The essential responsibility of a linter is to scan ...

Status of MonoDevelop/Xamarin Studio

Disclaimer: I don’t work for Microsoft/Xamarin, so this post is just based on my personal observation. It is rather interesting that even after the acquisition of Xamarin by Microsoft, there i...

Jexus Manager: Release Candidate Phase

It is not easy to develop a product such as Jexus Manager, as it contains a large amount of code and targets too many pieces of IIS/IIS Express. Rollbar and Crash Reports I used to receive some ...

How to Let Android Emulator Access IIS Express

Jexus Manager can be downloaded from https://jexusmanager.com I bet this question has been asked a million of times, but hope not every blog posts cover all the hidden details. And this blog t...