c# In the age of GitHub CoPilot, have Roslyn Analysers had their day? Roslyn Analysers have saved my code in the past, identifying issues that I had missed. Now they don't, they have gone backwards. Can GitHub CoPilot fill that gap? The answer is an emphatic YES.
GitHub Using GitHub Copilot to help write legacy code (a VSTO Plugin) GitHub Copilot can be super helpful when writing or maintaining legacy code that a developer has little or no experience in. Example of creating a VSTO plugin
c# Discards in C# Discards is a useful but obscure new feature of C#. It has some great uses, but also needs a little caution.