If you are using any third-party library, either via NuGet or other sources, you probably have experienced the case where something does not work as expected. To figure out what's going on we sometimes need to debug into that third-party library (or even just the .NET Framework itself). Making that …