Copilot

Results 4682 issues of Copilot

The test infrastructure uses `RuntimeInformation.OSDescription` and `RuntimeIdentifier` to detect OS distributions for conditional test execution. Azure Linux (successor to CBL-Mariner) is not recognized, causing distribution detection to fail with: -...

## Problem When accessing static member exports through MEF, the framework was unnecessarily instantiating the declaring type, even though static members don't require an instance. This caused performance overhead and...

The issue requested syntax for config v5 control directives (`inherit`, `enforce`, `delete`, `keep_existing`) without cluttering the JSON Schema. The proposed syntax is invalid YAML—tags cannot appear on separate indented lines...

This PR implements significant improvements to fastero by addressing 6 out of 7 items listed in `TODO.md`, adding new CLI features, improving user experience, enhancing benchmarking accuracy, and integrating enhanced...

Custom blocks in multiple multiplayer tutorials were missing help icons when right-clicked. ## Changes - **Created** `docs/reference/tutorial-only.md` - Generic help page titled "Tutorial-Only Blocks" explaining these are tutorial-specific custom blocks...

Error messages in the Problems panel become unreadable when hovered in Dark Theme due to insufficient contrast between text and hover background. ## Changes - Added CSS overrides in `theme/color-themes/overrides/arcade-dark-overrides.css`...

The default theme's Error Explanation dialog used a dark brownish-gold yellow (#c0a000) that lacked visibility and contrast compared to other themes. ## Changes Updated yellow color palette in `theme/color-themes/arcade-orange.json`: ```diff...

This PR fixes an issue where pods would remain pending after a local volume was released until the pending pod was manually deleted and recreated. ## Problem When using local...

lifecycle/rotten
do-not-merge/work-in-progress
size/L
cncf-cla: no
ok-to-test

This PR introduces a new `GetPathProperties` method for both `directory.Client` and `file.Client` that addresses directory identification issues in flat namespace (FNS) accounts by using the DFS endpoint instead of the...

Storage
Copilot

The `blob.Client.DownloadStream` method was not returning an error when access conditions were unmet (e.g., `IfNoneMatch` with matching etag). Instead, it returned a successful response with the `ErrorCode` field populated, which...

Storage
Copilot