Eric StJohn

Results 138 issues of Eric StJohn

Related https://github.com/dotnet/arcade/issues/7747 There's a hardcoded `major.minor` version of the SDK referenced https://github.com/dotnet/arcade/blob/aec4b170fd6d0490f12c4b51607f55df3622076e/eng/common/core-templates/steps/source-index-stage1-publish.yml#L9-L14 for running the source-indexer tools. Rather than doing this and keeping it up to date, we should just...

Next time you ship please be sure to update `Microsoft.Data.SqlClient`. Right now I see the following warnings when referencing latest Microsoft.EntityFramework.SqlServer. And a very old and out of support System.Text.Json:...

We mentioned dev dependencies in https://github.com/microsoft/component-detection/blob/main/docs/detectors/nuget.md#nugetprojectcentric but missed this other doc.

Please update the version of System.Memory.Data referenced. This repository references 1.0.2 which is long out of support. The latest version is 9.0.9.

At a minimum we should have Load and Save. Load should read from a path and preserve the file name loaded and try to decode a mime-type from that. Save...

untriaged
area-ai

See internal docs at https://aka.ms/1espt/mariner2 It should be just a find/replace in yml, but we'll want to test the changes by running those pipelines before merging.

untriaged
needs-area-label

Why are we even running **Unreliable**L2Tests in the official build? Test: Microsoft.Extensions.Caching.Hybrid.Tests.UnreliableL2Tests.WriteFailureInvisible(writeBreak: AsynchronousYield, errorIds: [7]) Test file: microsoft.extensions.caching.hybrid.tests.dll Machine: 612af21ac000000 Tested build: [20251212.1](https://dev.azure.com/dnceng/internal/_Build?_a=summary&buildId=2859951) ``` Assert.Equal() Failure: Strings differ ↓ (pos...

untriaged
needs-area-label

Test: Microsoft.AspNetCore.Diagnostics.Logging.Test.AcceptanceTests.HttpRequestBuffering_DoesNotBufferDisabledOrOversizedLogs Test file: microsoft.aspnetcore.diagnostics.middleware.tests.dll Machine: 612af21ac000000 Tested build: [20251212.1](https://dev.azure.com/dnceng/internal/_Build?_a=summary&buildId=2859951) ``` Error message Assert.Equal() Failure: Values differ Expected: 6 Actual: 7 Stack trace at Microsoft.AspNetCore.Diagnostics.Logging.Test.AcceptanceTests.c.d.MoveNext() in /mnt/vss/_work/1/s/test/Libraries/Microsoft.AspNetCore.Diagnostics.Middleware.Tests/Logging/AcceptanceTests.cs:line 950 --- End...

untriaged
area-telemetry

I haven't been able to get these tests to run against Azure OpenAI. Either we're missing setup steps, or they just don't work. They fail with either: ``` C:\src\dotnet\extensions\test\Libraries\Microsoft.Extensions.AI.OpenAI.Tests\OpenAIAssistantChatClientIntegrationTests.cs(32): error...

untriaged
area-ai

This is breaking testing on Azure OpenAI when the hardcoded model is not deployed. https://github.com/search?q=repo%3Adotnet%2Fextensions+gpt-4o-mini+language%3AC%23+path%3Atest%2FLibraries&type=code https://github.com/dotnet/extensions/blob/20db54162d1acfc811921a1fa9c3088c729db202/test/Libraries/Microsoft.Extensions.AI.OpenAI.Tests/OpenAIChatClientTests.cs#L151 https://github.com/dotnet/extensions/blob/20db54162d1acfc811921a1fa9c3088c729db202/test/Libraries/Microsoft.Extensions.AI.OpenAI.Tests/OpenAIResponseClientTests.cs#L149 Etc

untriaged
area-ai