Gotchas Implementing Debugging for Ionide
I contributed debug support to the Ionide (F#) test explorer for VS Code. Here’s the quirks I encountered.
I contributed debug support to the Ionide (F#) test explorer for VS Code. Here’s the quirks I encountered.
Working on System.CommandLine.PropertyMapBinder has led me to believe C# is missing a powerful feature: static class extensions. This post explains my usecase, and balances some of the tradeoffs.
I’ve been experimenting with adding a feature to the .NET SDK. Oof, this project is understandably large and complex. Here are a few lessons I’ve learned that simplify working on the project.