Copilot

Results 4682 issues of Copilot

This PR adds a new `create` command to the MCP Registry Publisher CLI tool that generates properly formatted `server.json` files from command-line flags, addressing the difficulty of manually creating these...

This PR adds documentation about using `MappingType.Hidden` to exclude columns during DataGridView auto-generation, addressing a gap in the existing documentation. ## Changes Made **Primary file**: `remove-autogenerated-columns-from-a-wf-datagridview-control.md` - Added explanation of...

The `manage_document_revisions_limit` functionality was only available when `is_admin()` returns true, causing issues with plugins like PublishPress Revisions that run background/scheduled processes where `is_admin()` is false. ## Problem When external plugins...

This PR completely converts the legacy CoffeeScript code to modern ES6+ JavaScript, bringing significant improvements in security, maintainability, and browser compatibility. ## Key Changes **Modern JavaScript Features:** - Converted CoffeeScript...

This PR updates Microsoft.Extensions.Azure from versions 1.7.1/1.7.5 to 1.12.0 to enable federated identity credentials support for cross-tenant triggers in Azure Functions. Fixes #11113. ## Changes Made - **Microsoft.Extensions.Azure**: Updated from...

## Problem In Flex environments, the X-MS-COLDSTART header is not being set during specialization, unlike in Windows Consumption where MinIYarp sets this header automatically. This leads to: 1. `request.IsColdStart()` incorrectly...

This PR updates stable packages to their latest versions as of June 24, 2025, following the standard weekly update process. ## Changes Made - Updated `config.json` with latest Maven artifact...

## Summary This PR confirms that all changes introduced by PR #8733 (mongodb CLI extension) have been completely reverted from the codebase. ## Verification Steps Taken - Verified that the...

## Summary This PR addresses the requirement to ensure that the entire `src/workloads` folder in the current branch matches exactly with its state in the main branch. ## Verification Performed...

- [x] Understand the issue with numeric string dict keys - [x] Reproduce the issue with a test case - [x] Compare the handling in _item_added vs _item_removed - [x]...