Copilot

Results 4682 issues of Copilot

## Description Fixes #5621 - The `TypeContainingTestMethodShouldBeATestClassAnalyzer` was not triggering warnings for structs containing `[TestMethod]` attributes. ## Problem Previously, the analyzer only checked classes for test methods, meaning this code...

## Summary Improves the error message for DataRow type mismatches to provide clear, actionable information instead of confusing coordinate-like indices. ## Problem The current error message for DataRow type mismatches...

This PR implements an analyzer and code fix to help migrate from `StringAssert` APIs to equivalent `Assert` APIs with swapped parameter order. ## Changes Made ### 1. Added Missing Assert...

This PR adds support for handling SIGTERM signals in the test framework to properly trigger cancellation. When running tests in containerized environments or under orchestration systems, SIGTERM signals are commonly...

Needs: Attention :wave:
Area: MTP

This PR implements validation to show errors when VSTest-specific command-line switches are used with Microsoft Testing Platform (MTP), helping users understand why their VSTest properties are being ignored. ## Problem...

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....

This PR migrates the fluentTheme/customElement tests from the legacy `__tests__/html` structure to the modern `__tests__/html2` structure as part of the ongoing test infrastructure modernization. ## Changes Made ### Files Migrated...

Fixes #5433 ## Changelog Entry - Fixes [#5433](https://github.com/microsoft/BotFramework-WebChat/issues/5433). Removed dependency on `abort-controller-es5` in favor of the standard `abort-controller` package to prevent multiple versions of esbuild from being installed, in PR...

This PR removes 4 unnecessary Maven plugins from the azure-openrewrite pom.xml that are not required for the basic build process. Each plugin was systematically tested by removing it and running...

OpenRewrite