Category: Code Diff
Articles on running code diffs with NDepend, and our experiments on code bases using our software.
Top 10 .NET 5.0 new APIs
When a new major .NET version hits Release Candidate, it is time to use the NDepend code review changes capabilities to browse which new APIs have been added. It is...
10 Visual Studio Files and Layout Productivity Tips
Nowadays most developers are working remotely. Hence the monitor(s) configuration might have changed, and might change frequently. In this context, it does matter to optimize the Visual Studio layout and...
.NET Core 3.0 New APIs
.NET Core 3.0 has just been released, see here the official announcement. In this post we’re going to explain how to list and explore the new APIs introduced since .NET...
Find API Breaking Changes in your .NET Libraries and Frameworks
If you are developing a framework, the last thing you want to happen when releasing a new version of your product is to break the code of your clients because...
An in-depth analysis of .NET Core 3.0 support for WPF and Winforms APIs
.NET Core 3.0 will be RTM soon and it supports WPF and Winforms APIs. In my last post I’ve been exploring .NET Core 3.0 new APIs by comparing compiled bits...
Exploring .NET Core 3.0 new API
.NET Core 3.0 is representing a major step for the .NET community. It is interesting to analyze what’s new in the API directly from the compiled bits. In this post...