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'm beginning to look at **Microsoft.Extensions.DataIngestion** pipelines. As a test, I considered using an `IngestionPipeline` to ingest content stored in a CMS SQL database and create a vector store for...

area-data-ingestion

Strawman proposal for replacing `McpServerToolApprovalRequestContent` and `McpServerToolApprovalResponseContent` with Function approval types. https://github.com/dotnet/extensions/issues/6492#issuecomment-3499102536 cc @westey-m ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/extensions/pull/7104)

area-ai

Id is too vague, changing to RequestId in both approval request/response contents. Related to https://github.com/dotnet/extensions/issues/6492 > The naming of "id" parameters is confusing; it's not clear which ID they're referring...

area-ai

OpenAI has recently added support for "custom" tools, where the input for the function isn't split across multiple schematized parameters but instead is just free-form text. These also support using...

untriaged
area-ai

### Description I see `Cache backend data rejected: ParseFault.` warning when calling `GetOrCreateAsync` without providing tags. I'm passing a key that i had previously added with 2 or more tags....

untriaged
bug
area-caching-hybrid

## Latest proposal version ### Background and motivation Sometimes you don't know the exact moment in testing when a log will be recorded, particularly if it's part of a background...

area-telemetry
api-approved

[Create an MCP server template following package conventions (#6518)](https://github.com/dotnet/extensions/issues/6518) added a new project template that uses stdio. We have received requests and feedback for adding an option to the template...

area-ai-templates

## Background and Motivation This is part of [Epic: `IDistributedCache` updates in .NET 9](https://github.com/dotnet/aspnetcore/issues/53255) The first wave (preview 4) delivers the basic infrastructure for multi-tier caching based on `IMemoryCache` (L1)...

api-suggestion
needs-area-label

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. My...

area-caching-hybrid

### Description See the reproduction steps section for the code I wrote. The code outputs the following log. ```json { "EventId": 1, "LogLevel": "Information", "Category": "Microsoft.Extensions.Http.Logging.HttpClientLogger", "Message": "GET dot.net/REDACTED", "State":...

area-telemetry
bug