Copilot
Copilot
> @copilot let's update the logging to 10.0.*-* > > Also update the community toolkit to 8.4.0, but take into consideration https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/generators/erro... Updated in commit 7ea2204: - Updated Microsoft.Extensions.Logging.Debug from...
> @copilot We will want to update all viewmodels and all documentation to use the new mvvm toolkit style in 8.4.0 > > FROM:... Updated in commit 982c240: - Updated...
> @copilot Avoid duplicating code in the Agents.md file. Where possible reference the content in README.MD and CONTRIBUTING.MD Reduced duplication in commit 3d9f7ad by: - Replacing the Purpose section with...
> @copilot fix this, any other open unresolved feedback, and run code completion checklist Code completion checklist completed in commit 8f6538c: ✅ **Formatting**: `dotnet format --verify-no-changes` passes ✅ **Build**: `dotnet...
@yordis Unfortunately I hit an unexpected error while processing your comment. I've automatically reported this to GitHub. You can ask me to try again later by mentioning me in a...
> @copilot please add `{:polymorphic_embed, "~> 5.0", only: [:test]}` so you can test things properly Added in commit 12b5a8d: `{:polymorphic_embed, "~> 5.0", only: :test}`
> @copilot CI is failing Fixed in commit edad1ab. The test factory's custom_cast was catching all cast failures and returning the original value, which broke the existing test that expects...
> @copilot add tests for this new functionality. Added integration tests for the platform configuration functionality in commit de771d2. The tests include: - New `platform` test suite in `kitchen.yml` that...
> @copilot rebase this Rebased onto v2.21.4 (commit 9111b43). All code changes have been preserved: - Platform configuration fix in `lib/kitchen/driver/dokken.rb` - Debug logging addition - Integration tests for both...
> @copilot I don't think you know how to rebase. You broke the git history entirely You're right - I apologize for breaking the git history. I've fixed it locally...