Copilot

Results 4682 issues of Copilot

Migrate arm64 and arm32 build pools to Azure Linux 3 images with separate public/internal image references. ### Changes - **common.yml**: Replace single `linuxArm64PoolImage` with: - `linuxArm64PublicPoolImage`: `azure-linux-3-arm64-public` - `linuxArm64InternalPoolImage`: `azure-linux-3-arm64`...

## Plan for Adding copilot-instructions.md - [x] Create `.github/copilot-instructions.md` file with repository-specific instructions - [x] Include information about the repository structure - [x] Reference the developer guide (eng/docker-tools/DEV-GUIDE.md) to ensure...

Migrates all pipelines from deprecated `1es-official.yml` and `1es-unofficial.yml` templates to the unified `1es.yml` template introduced in #1771, and removes the deprecated template files. The new template auto-selects official vs. unofficial...

The `annotate-eol-digests` pipeline was failing to run in Azure DevOps with the following error: ``` Encountered error(s) while parsing pipeline YAML: A value for the 'sourceBuildPipelineRunId' parameter must be provided....

Provides comprehensive documentation for creating iOS widgets using Swift/WidgetKit and bundling them with .NET MAUI apps, addressing the gap in documentation for iOS 14+ widget support. ## Changes - **New...

## Update Windows deployment docs for .NET 10 RuntimeIdentifier change ### All changes completed: - [x] Research the .NET 10 RuntimeIdentifier breaking change - [x] Identify affected documentation files -...

Updates performance guidance per issue #3105: recommend CollectionView over ListView, clarify Shell expectations, add async best practices, and document IDisposable/DI pitfalls. ### ListView → CollectionView - Replaced "Optimize ListView performance"...

Users attempting to navigate to a `TabbedPage` from a Shell app using `Routing.RegisterRoute` and `Shell.Current.GoToAsync` get a "View Not found" error with no clear explanation why. ### Changes - Expanded...

- [x] Fix MD029 markdownlint issues by removing disable/enable comments and fixing root cause - [x] Update all net8.0-android references to net10.0-android per feedback - [x] Replace `AndroidDeviceUsb` with `AdbTarget`...

## Summary This PR implements the `--record` (or `-r`) command line option for `crank-agent` to enable recording custom measurements that are automatically added to every benchmark job the agent runs....