Unit Testing in Visual Studio 22 with Copilot Agent Mode and TDD
Visual Studio recently added agent mode into their Copilot offering. This feature has existed for some time in VSCode, so I was excited when this was added to Visual Studio as well. As more code is written with Agents, I wanted to try out Test Driven Development in tandem with an Agent. I have noticed …