Copilot
Copilot
> @copilot there are test failures that look to be caused by AppContext switch interference. Please address this Fixed the AppContext switch test interference by adding the `[ResetAppContextSwitches]` attribute to...
> @copilot continue on your work: > > 1. DO NOT mix the user meta configuation with oauth, they should be independent. only store a map for OAuth indicate which...
> @copilot continue on your work: > > 1. add integration tests for UserMetadata APIs and user profile edit APIs (add - fetch - edit - delete etc.) ... Completed...
> @copilot your database context and migrations is wrong, which cause: > > ``` ... Fixed in commit cee4405: 1. **Removed manually created migrations**: Deleted my hand-written migration file and...
> @copilot I have fixed database model errors for you. now you can focus on the logic. Continue your plan. Progress update in commit f9dcafb: **Fixed:** - Registered OAuth services...
> @copilot rebase your changes to current work branch. Then continue on your remaining work. Rebase complete in commit f980c0d. Successfully rebased all 12 commits onto work branch (`9acc848` -...
> @copilot I have updated this pr for you, please check current state and update your checklist. > > Then comment this pr with a full usage about how should...
> Provisioning is a core aspect of `azd` and part of any project. There is no value in duplicating the configuration into the `project` package. There also many other references...
> @copilot add unit tests for all the new commands. Add as much coverage as possible Added comprehensive unit tests in commit f6494eb2. The test suite includes 6 test functions...
> @copilot I think we need to update some of the test snapshots - can you verify from `cli/azd` dir: > > ``` ... Updated test snapshots in commit 9ae56c3e....