Copilot
Copilot
When processing `FunctionApprovalResponseContent`, the client appends reconstructed `FunctionCallContent` and `FunctionResultContent` messages to the end of the message list, reordering any messages that came after the approval response. **Example of the...
`FunctionInvokingChatClient` was attempting to invoke every `FunctionCallContent` it encountered, even when a corresponding `FunctionResultContent` with the same `CallId` was already present in the response. This broke scenarios with multiple `FunctionInvokingChatClient`s...
Multi-targeting projects using `Microsoft.Extensions.Telemetry.Abstractions` with net9.0 or net10.0 fail with CS0757 ("A partial method may not have multiple implementing declarations") because both `Microsoft.Gen.Logging` and `Microsoft.Extensions.Logging.Abstractions` source generators execute, producing duplicate...
## 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. ###...
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,...
The test was intermittently failing in CI because L2 write failures are logged asynchronously after the background write task completes, but the test used a fixed 150ms delay that didn't...
# Describe the PR BFormFile component styling deviated from Bootstrap 5.3’s native file input after v0.41.0 rewrite. This fixes 8 discrepancies reported in the issue and addresses code review feedback...
# Describe the PR BTable sort icons disappeared in dark mode after v0.41.0. The regression was introduced in #2924 and #2933 when switching to CSS background images with `fill='currentColor'`, which...
The BTabs component was ignoring the initial `index` prop when tabs didn't have explicit `id` props defined, always defaulting to the first tab instead of respecting the user's intended starting...
This PR fixes an issue where BTabs component doesn't properly set the active tab when tabs are loaded asynchronously using v-for. The problem occurred when the component initializes with an...