Create .NET unit tests with GitHub Copilot in Visual Studio 2026
Authorised Territory demonstrates how to use GitHub Copilot in Visual Studio 2026 to create unit tests for a C# .NET console app using free-form prompting.
Full summary based on transcript
What the video covers
- Using GitHub Copilot inside Visual Studio 2026 to generate unit tests for a C#/.NET console application.
- Applying free-form prompting to ask Copilot to produce tests based on existing code.
Tools and technologies mentioned
- Visual Studio 2026
- GitHub Copilot
- C# / .NET
- Unit testing (test generation workflow)
Core workflow shown
- Open a C# .NET console app project in Visual Studio 2026.
- Use GitHub Copilot with a free-form prompt to request unit tests for the app’s code.
- Review the generated tests and use them as a starting point for a unit test suite.
Note: No transcript was provided in the input, so this summary is based on the video title and description from the feed data.