GitHub Copilot Agent, as of June 2025, looks much more capable than it did 2 months ago.

Abstract: After the appearance of the GitHub Copilot Agent, I decided to try it on my real-life ASP.NET8 project of 123.000 SLOC. I tried some limited-scope tasks, and the initial results are much better than my GitHub Copilot tests two months ago.

1. GitHub Copilot in VS2022

I am working on the development of the .NET8/C#/ASP.NET8/EF8 application, which now has around 123.000 lines of code (SLOC), out of which 50.000 is the EF-database-first model, in Visual Studio 2022.

I have a subscription to GitHub Copilot Pro + license. So far, that AI tool has been good for limited-scope tasks. I wanted to try the new GitHub Copilot Agent mode. Below are notes from my regular work.

Environment is:

2. Anecdotal Experience With Real ASP.NET8 Project

2.1 Impressions and Observations

3. Form Created Using GitHub Copilot

Here is the result of the work:

4. Conclusion

This was still a task carefully chosen for GHC, in the sense that it is template-based. It only needed to clone the code and adapt it from the Account entity to the Contract entity.

The burden is still on the human programmer to review all the generated code and check for errors. In this version of GHC, syntax errors are very rare, but there were a few logical errors.