extensions icon indicating copy to clipboard operation
extensions copied to clipboard

This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.

Results 220 extensions issues
Sort by recently updated
recently updated
newest added

I just noticed that aspnetcore has xunitextensions for various use-cases: https://github.com/aspnet/Extensions/tree/master/src/TestingUtils/Microsoft.AspNetCore.Testing/src/xunit. We do have the same in corefx and partner repositories: https://github.com/dotnet/arcade/tree/master/src/Microsoft.DotNet.XUnitExtensions We should converge both and remove the duplication...

untriaged
work in progress :construction:

## Port tests from custom TestUtilities to Microsoft.DotNet.XUnitExtensions This PR successfully converges custom xUnit test helpers with the official Microsoft.DotNet.XUnitExtensions package from dotnet/arcade, completing the requirements from issue #5775. ###...

area-infrastructure

I detected changes in the main branch which have not been merged yet to dev. I'm a robot and am configured to help you automatically keep dev up to date,...

This PR inventories all APIs marked as `[Experimental("MEAI001")]` and groups them by feature, assigning each group a specific diagnostic ID. The diagnostic IDs are defined in the shared DiagnosticIds.cs file,...

area-ai
breaking-change

Introduce ServiceActionContent and implement it in CodeInterpreter and McpServerTool contents. Naming considerations: * HostedServiceCallContent - Not nice for Result contents, and may be confusing with FunctionCallContent. * HostedServiceSideContent - "Side"...

area-ai

### Background and motivation We often have singleton services that need to create a service which we would currently achieve by using a dependency on the main `IServiceProvider` or `IServiceScopeFactory`....

untriaged
api-suggestion

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...

area-ai-eval
dependencies
javascript

Reverts dotnet/extensions#7052. The build fails after this change, CI run was out of date at the point of merging it. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/extensions/pull/7134)

area-ai-eval

Bumps [validator](https://github.com/validatorjs/validator.js) from 13.15.20 to 13.15.23. Release notes Sourced from validator's releases. 13.15.23 Fixes, New Locales and Enhancements Doc fixes and others: #2631 @​WikiRik Full Changelog: https://github.com/validatorjs/validator.js/compare/13.15.22...13.15.23 13.15.22 Fixes, New...

area-ai-eval
dependencies
javascript

### Description Different metric exporters may not support fractional numbers, but the Linux utilization metrics are fractional and emit values [0, 1], thus people using other exporters than OpenTelemetry will...

bug
area-resourcemonitoring