Skip to content

[Windows] Fixed KeepLastItemInView Behavior Not Working as Expected in CarouselView#29550

Closed
NanthiniMahalingam wants to merge 402 commits into
dotnet:mainfrom
NanthiniMahalingam:fix-29420
Closed

[Windows] Fixed KeepLastItemInView Behavior Not Working as Expected in CarouselView#29550
NanthiniMahalingam wants to merge 402 commits into
dotnet:mainfrom
NanthiniMahalingam:fix-29420

Merge main into PR branch

0eb3b4c
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed May 30, 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.

Build Failures

maui-pr / Run Integration Tests / Blazor windows / Use .NET SDK 10.0.100

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Exit code 57005 returned from process: file name 'C:\vss-agent\4.273.0\externals\node24\bin\node.exe', arguments '"D:\a\_work\_tasks\UseDotNet_b0ce7256-7898-45d3-9cb5-176b752bfea6\2.273.0\usedotnet.js"'.

maui-pr / Run Integration Tests / Blazor windows / PublishTestResults

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌No test result files matching '[ 'D:\\a\\_work\\_temp/Microsoft.Maui.IntegrationTests/**/*.trx' ]' were found.

maui-pr / Run Integration Tests / Blazor windows / Publish Logs

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Path does not exist: D:\a\_work\1\s\artifacts\log\

Test Failures (1 tests failed)

🔹 [All failing tests from maui-pr]

    Microsoft.Maui.IntegrationTests.SimpleTemplateTest.Build(id: "maui-blazor", framework: "net10.0", config: "Release", shouldPack: False, additionalDotNetNewParams: "--empty", additionalDotNetBuildParams: "TrimMode=partial") [Details] [0.07% 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.BinaryReader.ReadByte()
       at Microsoft.Build.Logging.StructuredLogger.BuildEventArgsReader.ReadInt32() in C:\MSBuildStructuredLog\src\StructuredLogger\BinaryLogger\BuildEventArgsReader.cs:line 1789
       at Microsoft.Build.Logging.StructuredLogger.BuildEventArgsReader.ReadNameValueList() in C:\MSBuildStructuredLog\src\StructuredLogger\BinaryLogger\BuildEventArgsReader.cs:line 538
       at Microsoft.Build.Logging.StructuredLogger.BuildEventArgsReader.PreprocessRecordsTillNextEvent(Func`2 isPreprocessRecord) in C:\MSBuildStructuredLog\src\StructuredLogger\BinaryLogger\BuildEventArgsReader.cs:line 348
       at Microsoft.Build.Logging.StructuredLogger.BuildEventArgsReader.Read() in C:\MSBuildStructuredLog\src\StructuredLogger\BinaryLogger\BuildEventArgsReader.cs:line 219
       at Microsoft.Build.Logging.StructuredLogger.BinLogReader.ReadRecordsFromDecompressedStream(Stream decompressedStream)+MoveNext() in C:\MSBuildStructuredLog\src\StructuredLogger\BinaryLogger\BinLogReader.cs:line 350
       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.SimpleTemplateTest.Build(String id, String framework, String config, Boolean shouldPack, String additionalDotNetNewParams, String additionalDotNetBuildParams) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs:line 54
       at InvokeStub_SimpleTemplateTest.Build(Object, Span`1)
       at System.Reflection.MethodBaseInvoker.InvokeWithManyArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Was this helpful? Yes No