Copilot

Results 4682 issues of Copilot

## Overview This PR adds comprehensive unit tests for several Common extension methods that previously had little or no test coverage, significantly improving the overall test quality of the Moq.Analyzers...

## Overview This PR completes the code coverage assessment task (#640) for the Moq.Analyzers assembly as part of the initiative to achieve 100% code coverage (#639). The assessment provides a...

This PR addresses the issue of string-based method name detection in `IsMoqRaisesMethod` by improving the documentation and structure while maintaining functionality and setting up a clear path for complete symbol-based...

releasable

This PR adds Java language support to the VSCode Regex Previewer extension, allowing users to preview regex matches for Java code alongside the existing support for JavaScript, TypeScript, PHP, Vue,...

This PR adds support for Go language regex patterns to the VS Code Regex Previewer extension. ## Changes Made ### Go Regex Pattern Support Added detection and preview support for...

## Add `shouldForwardProp` to theme This PR adds support for `shouldForwardProp` in theme component configuration to prevent custom variant props from being forwarded to the DOM. ### Implementation Complete ✅...

scope: system

## Performance Improvements Plan - [x] audit-trail.php: Cache user objects in loop to avoid repeated get_user_by() calls - [x] audit-trail.php: Remove redundant sorting operations - [x] audit-trail.php: Fix PHPCS alignment...

The changeset workflow runs `changeset publish` after the "Version Packages" PR merges, but produces no tags or releases because all packages are private. The command only creates tags as a...

Implements blog/gallery sections on home page and fixes theme URL generation to support GitHub Pages subpath deployment. ## GitHub Pages Compatibility Changed URL generation from absolute to relative paths throughout...

This PR modernizes the Osmosis library to use Swift 6 and current iOS development practices, updating from the original Swift 2/3 codebase that was targeting iOS 8.0, and migrates from...