Description
I've been experimenting with having the Copilot Coding Agent implement some of the outstanding issues on this repo, and in general it's been doing a pretty impressive job. Some examples here:
But we can make it even better by making some small tweaks to the repo!
It consistently tries to change the .Net SDK version in it's PR's to match the version installed in the Copilot environment. Which is undesirable and I have to keep telling it in the PRs to stop doing that (for example).
A simple way to fix this would be to customize the copilot development environment by adding a copilot-setup-steps.yml workflow to explicitly tell copilot how it should setup it's development environment to match the one that we use.
Description
I've been experimenting with having the Copilot Coding Agent implement some of the outstanding issues on this repo, and in general it's been doing a pretty impressive job. Some examples here:
But we can make it even better by making some small tweaks to the repo!
It consistently tries to change the .Net SDK version in it's PR's to match the version installed in the Copilot environment. Which is undesirable and I have to keep telling it in the PRs to stop doing that (for example).
A simple way to fix this would be to customize the copilot development environment by adding a
copilot-setup-steps.ymlworkflow to explicitly tell copilot how it should setup it's development environment to match the one that we use.