Skip to content

Fix agentic-labeler truncating labels to 1 per call#35537

Closed
kubaflo wants to merge 104 commits into
mainfrom
fix/agentic-labeler-max-labels
Closed

Fix agentic-labeler truncating labels to 1 per call#35537
kubaflo wants to merge 104 commits into
mainfrom
fix/agentic-labeler-max-labels

Fix agentic-labeler truncating labels to 1 per call

e9a1ee3
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded May 20, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Test Failures (2 tests failed)

🔹 [All failing tests from maui-pr]

    Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.BuildMultiProject(config: "Debug", projectName: "simplemulti") [Details] [0.28% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    System.IO.EndOfStreamException : Unable to read beyond the end of the stream.
    CallStack
       at System.IO.Stream.ReadAtLeastCore(Span`1 buffer, Int32 minimumBytes, Boolean throwOnEndOfStream)
       at System.IO.BinaryReader.InternalRead(Span`1 buffer)
       at System.IO.BinaryReader.ReadInt32()
       at Microsoft.Build.Logging.StructuredLogger.BinLogReader.OpenReader(BinaryReader binaryReader) in C:\MSBuildStructuredLog\src\StructuredLogger\BinaryLogger\BinLogReader.cs:line 192
       at Microsoft.Build.Logging.StructuredLogger.BinLogReader.ReadRecordsFromDecompressedStream(Stream decompressedStream)+MoveNext() in C:\MSBuildStructuredLog\src\StructuredLogger\BinaryLogger\BinLogReader.cs:line 303
       at Microsoft.Maui.IntegrationTests.BuildWarningsUtilities.OutputBuildErrorsFromBinLog(String binLogFilePath, Int32 maxErrors, ITestOutputHelper output) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs:line 46
       at Microsoft.Maui.IntegrationTests.DotnetInternal.Build(String projectFile, String config, String target, String framework, IEnumerable`1 properties, String binlogPath, Boolean msbuildWarningsAsErrors, String runtimeIdentifier, String[] warningsToIgnore, ITestOutputHelper output) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/DotnetInternal.cs:line 87
       at Microsoft.Maui.IntegrationTests.MultiProjectTemplateTest.BuildMultiProject(String config, String projectName) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/MultiProjectTemplateTest.cs:line 37
       at InvokeStub_MultiProjectTemplateTest.BuildMultiProject(Object, Span`1)
       at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    Microsoft.Maui.IntegrationTests.SimpleTemplateTest.BuildWithMauiVersion(id: "mauilib", framework: "net9.0", config: "Release", shouldPack: True, additionalDotNetBuildParams: "") [Details] [0.02% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Project Testb700bd1ea11461215855.csproj failed to build. Check test output/attachments for errors.
    CallStack
       at Microsoft.Maui.IntegrationTests.SimpleTemplateTest.BuildWithMauiVersion(String id, String framework, String config, Boolean shouldPack, String additionalDotNetBuildParams) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs:line 164
       at InvokeStub_SimpleTemplateTest.BuildWithMauiVersion(Object, Span`1)
       at System.Reflection.MethodBaseInvoker.InvokeWithManyArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Was this helpful? Yes No