2026-02-25T14:25:39.5924060Z ##[section]Starting: Controls RadioButton,RefreshView 2026-02-25T14:25:39.5977510Z ============================================================================== 2026-02-25T14:25:39.5977770Z Task : PowerShell 2026-02-25T14:25:39.5977940Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-02-25T14:25:39.5978130Z Version : 2.268.1 2026-02-25T14:25:39.5978290Z Author : Microsoft Corporation 2026-02-25T14:25:39.5978440Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-02-25T14:25:39.5979030Z ============================================================================== 2026-02-25T14:25:40.0454970Z Generating script. 2026-02-25T14:25:40.0461030Z ========================== Starting Command Output =========================== 2026-02-25T14:25:40.0462520Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/bebde88e-0507-4d2d-b6b0-a794e1fb44ae.ps1' 2026-02-25T14:25:41.9910040Z $ErrorActionPreference = 'stop' 2026-02-25T14:25:41.9910880Z $ProgressPreference = 'silentlyContinue' 2026-02-25T14:25:41.9914440Z Get-Content $PSCommandPath 2026-02-25T14:25:41.9915840Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-02-25T14:25:41.9922630Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-25T14:25:41.9923880Z $command += " --runtimevariant=""Mono""" 2026-02-25T14:25:41.9926150Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-25T14:25:41.9927360Z 2026-02-25T14:25:41.9932920Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-25T14:25:41.9935400Z $deviceType = "" 2026-02-25T14:25:41.9937500Z if ($deviceType) { 2026-02-25T14:25:41.9939050Z $command += " --skin=""$deviceType""" 2026-02-25T14:25:41.9940340Z } 2026-02-25T14:25:41.9941540Z 2026-02-25T14:25:41.9944460Z $testFilter = "" 2026-02-25T14:25:41.9946560Z $testConfigrationArgs = "" 2026-02-25T14:25:41.9947860Z 2026-02-25T14:25:41.9949270Z "RadioButton,RefreshView".Split(",") | ForEach { 2026-02-25T14:25:41.9951520Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-25T14:25:41.9953760Z } 2026-02-25T14:25:41.9954680Z 2026-02-25T14:25:41.9957490Z $testFilter = $testFilter.TrimEnd("|") 2026-02-25T14:25:41.9957760Z 2026-02-25T14:25:41.9958580Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-25T14:25:41.9959400Z if ($testConfigrationArgs) { 2026-02-25T14:25:41.9959840Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-25T14:25:41.9960220Z } 2026-02-25T14:25:41.9960720Z if ($testFilter) { 2026-02-25T14:25:41.9961160Z $command += " --test-filter ""$testFilter""" 2026-02-25T14:25:41.9961490Z } 2026-02-25T14:25:41.9961610Z 2026-02-25T14:25:41.9961990Z $headless = true 2026-02-25T14:25:41.9962330Z if ($headless) { 2026-02-25T14:25:41.9962680Z $command += " --headless ""$headless""" 2026-02-25T14:25:41.9963000Z } 2026-02-25T14:25:41.9963130Z 2026-02-25T14:25:41.9963460Z Write-Host "Running command: $command" 2026-02-25T14:25:41.9963610Z 2026-02-25T14:25:41.9963970Z Invoke-Expression $command 2026-02-25T14:25:41.9964410Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-25T14:25:41.9965490Z } else { 2026-02-25T14:25:41.9966330Z exit $LASTEXITCODE 2026-02-25T14:25:41.9966640Z } 2026-02-25T14:25:42.1857980Z Running command: ./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project="/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --appproject="/Users/runner/work/1/Controls.TestCases.HostApp/" --device="mac" --apiversion="15.3" --configuration="Release" --runtimevariant="Mono" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=RadioButton|TestCategory=RefreshView" 2026-02-25T14:25:43.4308600Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T14:25:44.3005440Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T14:25:45.5289880Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T14:25:46.2522590Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T14:25:47.2262120Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T14:25:48.8144060Z Looking for modules... 2026-02-25T14:25:53.2202860Z No modules found to install. 2026-02-25T14:25:53.2204020Z Module directory does not exist. 2026-02-25T14:25:53.2294490Z Analyzing build script... 2026-02-25T14:25:53.2341710Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-25T14:25:53.2361280Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-25T14:25:53.2382160Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-25T14:25:53.5382380Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-25T14:25:56.2355120Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-25T14:25:57.7480070Z Processing build script... 2026-02-25T14:25:57.7517310Z Installing addins... 2026-02-25T14:25:58.0848340Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-25T14:25:58.1531370Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-25T14:25:58.2340110Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-25T14:25:59.1875470Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-25T14:25:59.1883750Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-25T14:25:59.1884670Z is referencing an older version of Cake.Core (0.33.0). 2026-02-25T14:25:59.1885310Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-25T14:25:59.1886070Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T14:25:59.1891830Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T14:25:59.6309990Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-25T14:25:59.6311040Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-25T14:25:59.6311880Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-25T14:25:59.6312620Z Adding assembly reference to System.Runtime.dll... 2026-02-25T14:25:59.6313420Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-25T14:25:59.6314330Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-25T14:25:59.6315210Z Adding assembly reference to System.Threading.dll... 2026-02-25T14:25:59.6316870Z Adding assembly reference to System.Linq.dll... 2026-02-25T14:25:59.6317790Z Adding assembly reference to System.Collections.dll... 2026-02-25T14:25:59.6318850Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-25T14:25:59.6319780Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-25T14:25:59.6320600Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-25T14:25:59.6321380Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-25T14:25:59.6322110Z Adding assembly reference to System.ObjectModel.dll... 2026-02-25T14:25:59.6322820Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-25T14:25:59.6325280Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-25T14:25:59.6326390Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-25T14:25:59.6327520Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-25T14:25:59.6328590Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-25T14:25:59.6329760Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-25T14:25:59.6330960Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-25T14:25:59.6331950Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-25T14:25:59.6333130Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-25T14:25:59.6334240Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-25T14:25:59.6335160Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-25T14:25:59.6336030Z Adding assembly reference to mscorlib.dll... 2026-02-25T14:25:59.6336970Z Adding assembly reference to netstandard.dll... 2026-02-25T14:25:59.6337850Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-25T14:25:59.6339430Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-25T14:25:59.6340270Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-25T14:25:59.6341120Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-25T14:25:59.6342010Z Adding assembly reference to System.Memory.dll... 2026-02-25T14:25:59.6342860Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-25T14:25:59.6343710Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-25T14:25:59.6344570Z Adding assembly reference to System.ComponentModel.dll... 2026-02-25T14:25:59.6345560Z Adding assembly reference to System.Console.dll... 2026-02-25T14:25:59.6346360Z Adding assembly reference to System.Data.Common.dll... 2026-02-25T14:25:59.6347290Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-25T14:25:59.6348110Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-25T14:25:59.6348990Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-25T14:25:59.6350060Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-25T14:25:59.6351660Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-25T14:25:59.6352490Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-25T14:25:59.6353320Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-25T14:25:59.6354160Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-25T14:25:59.6354970Z Adding assembly reference to System.IO.Compression.dll... 2026-02-25T14:25:59.6356040Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-25T14:25:59.6357050Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-25T14:25:59.6357960Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-25T14:25:59.6358940Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-25T14:25:59.6359800Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-25T14:25:59.6360580Z Adding assembly reference to System.Net.Requests.dll... 2026-02-25T14:25:59.6361380Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-25T14:25:59.6362460Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-25T14:25:59.6363450Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-25T14:25:59.6364420Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-25T14:25:59.6365190Z Adding assembly reference to System.Net.Http.dll... 2026-02-25T14:25:59.6366560Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-25T14:25:59.6367740Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-25T14:25:59.6368920Z Adding assembly reference to System.Net.Mail.dll... 2026-02-25T14:25:59.6370040Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-25T14:25:59.6371540Z Adding assembly reference to System.Net.Ping.dll... 2026-02-25T14:25:59.6372300Z Adding assembly reference to System.Net.Security.dll... 2026-02-25T14:25:59.6373130Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-25T14:25:59.6373900Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-25T14:25:59.6375120Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-25T14:25:59.6376650Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-25T14:25:59.6377930Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-25T14:25:59.6378980Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-25T14:25:59.6380280Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-25T14:25:59.6381620Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-25T14:25:59.6382870Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-25T14:25:59.6384970Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-25T14:25:59.6386720Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-25T14:25:59.6388700Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-25T14:25:59.6389620Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-25T14:25:59.6390560Z Adding assembly reference to System.Security.Claims.dll... 2026-02-25T14:25:59.6391430Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-25T14:25:59.6392350Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-25T14:25:59.6393350Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-25T14:25:59.6394550Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-25T14:25:59.6395710Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-25T14:25:59.6396710Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-25T14:25:59.6397600Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-25T14:25:59.6398660Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-25T14:25:59.6399890Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-25T14:25:59.6401290Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-25T14:25:59.6402150Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-25T14:25:59.6402940Z Adding assembly reference to System.AppContext.dll... 2026-02-25T14:25:59.6403530Z Adding assembly reference to System.Buffers.dll... 2026-02-25T14:25:59.6404100Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-25T14:25:59.6404710Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-25T14:25:59.6405320Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-25T14:25:59.6405910Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-25T14:25:59.6406470Z Adding assembly reference to System.Configuration.dll... 2026-02-25T14:25:59.6407490Z Adding assembly reference to System.Core.dll... 2026-02-25T14:25:59.6408150Z Adding assembly reference to System.Private.Uri.dll... 2026-02-25T14:25:59.6408730Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-25T14:25:59.6409460Z Adding assembly reference to System.Data.dll... 2026-02-25T14:25:59.6410250Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-25T14:25:59.6411110Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-25T14:25:59.6412040Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-25T14:25:59.6412850Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-25T14:25:59.6413690Z Adding assembly reference to System.dll... 2026-02-25T14:25:59.6414440Z Adding assembly reference to System.Drawing.dll... 2026-02-25T14:25:59.6415250Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-25T14:25:59.6416040Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-25T14:25:59.6416850Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-25T14:25:59.6418330Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-25T14:25:59.6418980Z Adding assembly reference to System.Globalization.dll... 2026-02-25T14:25:59.6419820Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-25T14:25:59.6420680Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-25T14:25:59.6421650Z Adding assembly reference to System.IO.dll... 2026-02-25T14:25:59.6422580Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-25T14:25:59.6423540Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-25T14:25:59.6424480Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-25T14:25:59.6425940Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-25T14:25:59.6427560Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-25T14:25:59.6428830Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-25T14:25:59.6430170Z Adding assembly reference to System.Net.dll... 2026-02-25T14:25:59.6431220Z Adding assembly reference to System.Net.Quic.dll... 2026-02-25T14:25:59.6432350Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-25T14:25:59.6433400Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-25T14:25:59.6434410Z Adding assembly reference to System.Text.Json.dll... 2026-02-25T14:25:59.6435790Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-25T14:25:59.6436740Z Adding assembly reference to System.Numerics.dll... 2026-02-25T14:25:59.6437760Z Adding assembly reference to System.Reflection.dll... 2026-02-25T14:25:59.6439180Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-25T14:25:59.6440740Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-25T14:25:59.6442580Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-25T14:25:59.6443540Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-25T14:25:59.6445170Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-25T14:25:59.6446250Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-25T14:25:59.6447370Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-25T14:25:59.6448550Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-25T14:25:59.6449920Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-25T14:25:59.6450970Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-25T14:25:59.6452020Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-25T14:25:59.6453160Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-25T14:25:59.6454660Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-25T14:25:59.6455690Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-25T14:25:59.6457450Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-25T14:25:59.6459480Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-25T14:25:59.6460980Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-25T14:25:59.6462310Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-25T14:25:59.6463800Z Adding assembly reference to System.Security.dll... 2026-02-25T14:25:59.6465060Z Adding assembly reference to System.Security.Principal.dll... 2026-02-25T14:25:59.6466490Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-25T14:25:59.6467810Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-25T14:25:59.6469220Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-25T14:25:59.6470200Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-25T14:25:59.6471370Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-25T14:25:59.6472640Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-25T14:25:59.6473630Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-25T14:25:59.6474810Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-25T14:25:59.6475780Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-25T14:25:59.6477040Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-25T14:25:59.6478080Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-25T14:25:59.6479260Z Adding assembly reference to System.Transactions.dll... 2026-02-25T14:25:59.6480580Z Adding assembly reference to System.ValueTuple.dll... 2026-02-25T14:25:59.6481650Z Adding assembly reference to System.Web.dll... 2026-02-25T14:25:59.6482640Z Adding assembly reference to System.Windows.dll... 2026-02-25T14:25:59.6484340Z Adding assembly reference to System.Xml.dll... 2026-02-25T14:25:59.6485160Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-25T14:25:59.6486160Z Adding assembly reference to System.Private.Xml.dll... 2026-02-25T14:25:59.6487250Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-25T14:25:59.6488380Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-25T14:25:59.6489350Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-25T14:25:59.6490420Z Adding assembly reference to WindowsBase.dll... 2026-02-25T14:25:59.6491500Z Adding assembly reference to Cake.Core.dll... 2026-02-25T14:25:59.6492600Z Adding assembly reference to Cake.Common.dll... 2026-02-25T14:25:59.6493640Z Adding assembly reference to Spectre.Console.dll... 2026-02-25T14:25:59.6494620Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-25T14:25:59.6495540Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-25T14:25:59.6496430Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-25T14:25:59.6497390Z Importing namespace Cake.Common... 2026-02-25T14:25:59.6498960Z Importing namespace Cake.Common.Build... 2026-02-25T14:25:59.6499870Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-25T14:25:59.6500920Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-25T14:25:59.6501830Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-25T14:25:59.6502760Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-25T14:25:59.6504700Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-25T14:25:59.6505410Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-25T14:25:59.6506420Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-25T14:25:59.6507390Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-25T14:25:59.6509770Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-25T14:25:59.6511570Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-25T14:25:59.6512470Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-25T14:25:59.6513390Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-25T14:25:59.6514360Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-25T14:25:59.6516000Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-25T14:25:59.6517050Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-25T14:25:59.6518060Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-25T14:25:59.6518710Z Importing namespace Cake.Common.Build.GoCD... 2026-02-25T14:25:59.6519260Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-25T14:25:59.6519800Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-25T14:25:59.6521300Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-25T14:25:59.6522240Z Importing namespace Cake.Common.Build.MyGet... 2026-02-25T14:25:59.6523750Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-25T14:25:59.6525150Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-25T14:25:59.6525770Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-25T14:25:59.6526330Z Importing namespace Cake.Common.Diagnostics... 2026-02-25T14:25:59.6526880Z Importing namespace Cake.Common.IO... 2026-02-25T14:25:59.6527390Z Importing namespace Cake.Common.IO.Paths... 2026-02-25T14:25:59.6527930Z Importing namespace Cake.Common.Net... 2026-02-25T14:25:59.6528440Z Importing namespace Cake.Common.Security... 2026-02-25T14:25:59.6528960Z Importing namespace Cake.Common.Solution... 2026-02-25T14:25:59.6529490Z Importing namespace Cake.Common.Solution.Project... 2026-02-25T14:25:59.6530070Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-25T14:25:59.6530700Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-25T14:25:59.6531240Z Importing namespace Cake.Common.Text... 2026-02-25T14:25:59.6531770Z Importing namespace Cake.Common.Tools.Cake... 2026-02-25T14:25:59.6532370Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-25T14:25:59.6533440Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-25T14:25:59.6534010Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-25T14:25:59.6534590Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-25T14:25:59.6535180Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-25T14:25:59.6535800Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-25T14:25:59.6536440Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-25T14:25:59.6537200Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-25T14:25:59.6537780Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-25T14:25:59.6538360Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-25T14:25:59.6539080Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-25T14:25:59.6539900Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-25T14:25:59.6540850Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-25T14:25:59.6541600Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-25T14:25:59.6542200Z Importing namespace Cake.Common.Tools.Command... 2026-02-25T14:25:59.6542900Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-25T14:25:59.6543500Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-25T14:25:59.6545140Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-25T14:25:59.6545750Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-25T14:25:59.6546320Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-25T14:25:59.6546960Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-25T14:25:59.6547600Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-25T14:25:59.6548180Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-25T14:25:59.6549150Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-25T14:25:59.6549710Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-25T14:25:59.6550260Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-25T14:25:59.6550960Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-25T14:25:59.6552140Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-25T14:25:59.6553500Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-25T14:25:59.6554750Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-25T14:25:59.6556040Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-25T14:25:59.6557560Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-25T14:25:59.6559030Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-25T14:25:59.6560580Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-25T14:25:59.6561890Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-25T14:25:59.6563090Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-25T14:25:59.6565660Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-25T14:25:59.6567250Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-25T14:25:59.6568460Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-25T14:25:59.6569720Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-25T14:25:59.6570540Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-25T14:25:59.6571260Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-25T14:25:59.6572100Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-25T14:25:59.6572870Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-25T14:25:59.6573660Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-25T14:25:59.6574420Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-25T14:25:59.6575150Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-25T14:25:59.6575890Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-25T14:25:59.6576700Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-25T14:25:59.6577380Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-25T14:25:59.6578820Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-25T14:25:59.6579790Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-25T14:25:59.6580410Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-25T14:25:59.6581040Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-25T14:25:59.6581700Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-25T14:25:59.6582510Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-25T14:25:59.6583380Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-25T14:25:59.6584630Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-25T14:25:59.6585230Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-25T14:25:59.6585810Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-25T14:25:59.6586370Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-25T14:25:59.6586910Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-25T14:25:59.6587450Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-25T14:25:59.6587990Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-25T14:25:59.6588540Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-25T14:25:59.6589070Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-25T14:25:59.6589740Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-25T14:25:59.6590390Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-25T14:25:59.6590910Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-25T14:25:59.6591430Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-25T14:25:59.6591950Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-25T14:25:59.6592870Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-25T14:25:59.6593430Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-25T14:25:59.6593970Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-25T14:25:59.6594520Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-25T14:25:59.6595070Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-25T14:25:59.6595620Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-25T14:25:59.6596160Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-25T14:25:59.6596870Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-25T14:25:59.6597530Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-25T14:25:59.6598300Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-25T14:25:59.6599080Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-25T14:25:59.6599860Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-25T14:25:59.6600650Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-25T14:25:59.6601500Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-25T14:25:59.6602330Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-25T14:25:59.6603230Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-25T14:25:59.6604070Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-25T14:25:59.6604890Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-25T14:25:59.6605720Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-25T14:25:59.6606610Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-25T14:25:59.6607540Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-25T14:25:59.6608430Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-25T14:25:59.6609820Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-25T14:25:59.6610630Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-25T14:25:59.6611430Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-25T14:25:59.6612200Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-25T14:25:59.6613000Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-25T14:25:59.6613810Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-25T14:25:59.6614760Z Importing namespace Cake.Common.Tools.WiX... 2026-02-25T14:25:59.6616350Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-25T14:25:59.6617850Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-25T14:25:59.6619150Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-25T14:25:59.6620270Z Importing namespace Cake.Common.Xml... 2026-02-25T14:25:59.6621380Z Importing namespace Cake.Core... 2026-02-25T14:25:59.6622430Z Importing namespace Cake.Core.Diagnostics... 2026-02-25T14:25:59.6623180Z Importing namespace Cake.Core.IO... 2026-02-25T14:25:59.6623780Z Importing namespace Cake.Core.Scripting... 2026-02-25T14:25:59.6626460Z Importing namespace Cake.Core.Tooling... 2026-02-25T14:25:59.6627630Z Importing namespace Cake.FileHelpers... 2026-02-25T14:25:59.6628620Z Importing namespace NuGet.Common... 2026-02-25T14:25:59.6629490Z Importing namespace NuGet.Configuration... 2026-02-25T14:25:59.6630370Z Importing namespace NuGet.Protocol... 2026-02-25T14:25:59.6631090Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-25T14:25:59.6632260Z Importing namespace NuGet.Versioning... 2026-02-25T14:25:59.6634260Z Importing namespace System... 2026-02-25T14:25:59.6635420Z Importing namespace System.Collections.Generic... 2026-02-25T14:25:59.6636350Z Importing namespace System.IO... 2026-02-25T14:25:59.6637070Z Importing namespace System.Linq... 2026-02-25T14:25:59.6637950Z Importing namespace System.Text... 2026-02-25T14:25:59.6638750Z Importing namespace System.Threading.Tasks... 2026-02-25T14:25:59.6639600Z .NETStandard,Version=v2.0 2026-02-25T14:25:59.7725300Z Compiling build script... 2026-02-25T14:26:04.2364540Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-02-25T14:26:06.6622140Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T14:26:06.6623690Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T14:26:06.6648660Z Host OS System Arch: X64 2026-02-25T14:26:06.6650190Z Host Processor System Arch: X64 2026-02-25T14:26:06.6651260Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T14:26:06.6652200Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-25T14:26:06.6652920Z Build Configuration: Release 2026-02-25T14:26:06.6654290Z Build Runtime Identifier: maccatalyst-x64 2026-02-25T14:26:06.6655360Z Build Target Framework: net10.0-maccatalyst 2026-02-25T14:26:06.6655950Z Test Device: mac 2026-02-25T14:26:06.6656460Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-25T14:26:06.6821390Z 2026-02-25T14:26:06.6822720Z ======================================== 2026-02-25T14:26:06.6824520Z uitest 2026-02-25T14:26:06.6825330Z ======================================== 2026-02-25T14:26:06.6826660Z Executing task: uitest 2026-02-25T14:26:06.6850380Z Starting UI Tests... 2026-02-25T14:26:06.6856510Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-25T14:26:06.6857620Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-25T14:26:06.6967640Z Testing Device: mac 2026-02-25T14:26:06.6968820Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-25T14:26:06.6969970Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-25T14:26:06.6972200Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-25T14:26:06.7016360Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-25T14:26:06.7716740Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T14:26:06.7789810Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-02-25T14:26:23.5024960Z Determining projects to restore... 2026-02-25T14:27:02.0120040Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 2.31 sec). 2026-02-25T14:27:02.7231720Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 3.25 sec). 2026-02-25T14:27:02.7410160Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 3 ms). 2026-02-25T14:27:04.8743400Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 5.38 sec). 2026-02-25T14:27:06.3479910Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 6.84 sec). 2026-02-25T14:27:06.3815020Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 1.48 sec). 2026-02-25T14:27:14.2928300Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 7.73 sec). 2026-02-25T14:27:19.2025810Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 11.47 sec). 2026-02-25T14:27:21.2816250Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 6.38 sec). 2026-02-25T14:27:21.7628190Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 19.43 sec). 2026-02-25T14:27:22.8641180Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 3.26 sec). 2026-02-25T14:27:26.3781830Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 23.61 sec). 2026-02-25T14:27:26.4338560Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 5.12 sec). 2026-02-25T14:27:56.6420520Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-02-25T14:28:02.3915640Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-02-25T14:28:05.3553650Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-02-25T14:28:26.4408930Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-02-25T14:28:28.1553270Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-25T14:29:58.6322770Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-02-25T14:30:00.1207370Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-02-25T14:30:02.0317560Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-25T14:30:04.5054220Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-25T14:30:05.5011280Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-02-25T14:30:05.5405380Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-02-25T14:30:06.9583540Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-25T14:30:25.0221990Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T14:30:25.0925910Z 2026-02-25T14:30:25.1302070Z Build succeeded. 2026-02-25T14:30:25.1468990Z 0 Warning(s) 2026-02-25T14:30:25.1483040Z 0 Error(s) 2026-02-25T14:30:25.1508710Z 2026-02-25T14:30:25.1513920Z Time Elapsed 00:04:16.90 2026-02-25T14:30:25.2667390Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-RadioButton_RefreshView.log' 2026-02-25T14:30:25.2681760Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T14:30:25.2683030Z Run Tests With Filter TestCategory=RadioButton|TestCategory=RefreshView 2026-02-25T14:30:25.2685130Z Log Directory: /Users/runner/work/1/a/logs 2026-02-25T14:30:25.2686440Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-25T14:30:25.2688620Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-25T14:30:25.2689840Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T14:30:25.2692190Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-25T14:30:25.2693340Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T14:30:25.2694530Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-25T14:30:25.2696620Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-25T14:30:25.2698510Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-25T14:30:25.2703560Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-02-25T14:30:25.2712830Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-RadioButton_RefreshView.binlog 2026-02-25T14:30:25.2780660Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-02-25T14:30:25.2858410Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-02-25T14:30:25.6391920Z Downloading file: 15% 2026-02-25T14:30:25.6411230Z Downloading file: 50% 2026-02-25T14:30:25.6957660Z Downloading file: 100% 2026-02-25T14:30:25.7023310Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-02-25T14:30:25.7038110Z Unzipping file /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-02-25T14:30:25.7065880Z Executing: /Users/runner/work/1/s/.dotnet/dotnet test "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --filter "TestCategory=RadioButton|TestCategory=RefreshView" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-RadioButton_RefreshView.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/Users/runner/work/1/a/test-results" -dl:CentralLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-RadioButton_RefreshView.binlog /p:VStestUseMSBuildOutput=false 2026-02-25T14:30:28.2777670Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-02-25T14:30:28.4321590Z VSTest version 18.0.1 (x64) 2026-02-25T14:30:28.4341150Z 2026-02-25T14:30:29.2345560Z Starting test execution, please wait... 2026-02-25T14:30:29.3257350Z A total of 1 test files matched the specified pattern. 2026-02-25T14:30:30.2841610Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-02-25T14:30:30.4481270Z [xUnit.net 00:00:00.19] Discovering: Controls.TestCases.Mac.Tests 2026-02-25T14:30:30.8972060Z [xUnit.net 00:00:00.54] Discovered: Controls.TestCases.Mac.Tests 2026-02-25T14:30:31.2768960Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-25T14:30:31.6126310Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T14:30:34.5114590Z NUnit3TestExecutor discovered 47 of 47 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-25T14:36:49.8068530Z >>>>> 2/25/2026 2:36:48 PM BindingUpdatesFromProgrammaticRefresh Start 2026-02-25T14:36:49.9073870Z >>>>> 2/25/2026 2:36:48 PM FixtureSetup for BindingUpdatesFromProgrammaticRefresh 2026-02-25T14:38:13.4447960Z >>>>> 2/25/2026 2:38:13 PM BindingUpdatesFromProgrammaticRefresh Stop 2026-02-25T14:38:23.9980760Z Passed BindingUpdatesFromProgrammaticRefresh [1 m 34 s] 2026-02-25T14:38:34.2872550Z >>>>> 2/25/2026 2:38:34 PM FixtureSetup for Issue16973(Mac) 2026-02-25T14:38:37.3038720Z >>>>> 2/25/2026 2:38:37 PM Issue16973ValidateRefreshColor Start 2026-02-25T14:38:46.8403140Z >>>>> 2/25/2026 2:38:46 PM Issue16973ValidateRefreshColor Stop 2026-02-25T14:38:47.8209020Z Passed Issue16973ValidateRefreshColor [9 s] 2026-02-25T14:38:56.1108730Z >>>>> 2/25/2026 2:38:55 PM FixtureSetup for Issue22183(Mac) 2026-02-25T14:38:57.4984760Z >>>>> 2/25/2026 2:38:57 PM RadioButtonWithValueChangeSelected Start 2026-02-25T14:39:27.5953100Z >>>>> 2/25/2026 2:39:27 PM RadioButtonWithValueChangeSelected Stop 2026-02-25T14:39:28.8874290Z Passed RadioButtonWithValueChangeSelected [30 s] 2026-02-25T14:39:35.3436600Z >>>>> 2/25/2026 2:39:35 PM FixtureSetup for Issue22750(Mac) 2026-02-25T14:39:36.6760720Z >>>>> 2/25/2026 2:39:36 PM RadioButtonUpdateValueInsideBorder Start 2026-02-25T14:39:58.6747800Z >>>>> 2/25/2026 2:39:58 PM RadioButtonUpdateValueInsideBorder Stop 2026-02-25T14:39:58.9310040Z Passed RadioButtonUpdateValueInsideBorder [22 s] 2026-02-25T14:40:55.1874120Z >>>>> 2/25/2026 2:40:55 PM FixtureSetup for Issue23029(Mac) 2026-02-25T14:40:55.5304910Z >>>>> 2/25/2026 2:40:55 PM ValidateRefreshViewContentGetsFrameSet Start 2026-02-25T14:41:02.3094630Z >>>>> 2/25/2026 2:41:02 PM ValidateRefreshViewContentGetsFrameSet Stop 2026-02-25T14:41:03.0593350Z Passed ValidateRefreshViewContentGetsFrameSet [7 s] 2026-02-25T14:41:07.3283650Z >>>>> 2/25/2026 2:41:07 PM FixtureSetup for Issue24264(Mac) 2026-02-25T14:41:07.7893640Z >>>>> 2/25/2026 2:41:07 PM RadioButtonShouldNotLeakMemory Start 2026-02-25T14:41:25.4738320Z >>>>> 2/25/2026 2:41:25 PM RadioButtonShouldNotLeakMemory Stop 2026-02-25T14:41:25.6975560Z Passed RadioButtonShouldNotLeakMemory [17 s] 2026-02-25T14:41:32.7887810Z >>>>> 2/25/2026 2:41:32 PM FixtureSetup for Issue25887(Mac) 2026-02-25T14:41:33.0198900Z >>>>> 2/25/2026 2:41:33 PM RadioButtonContentNotRendering Start 2026-02-25T14:41:38.2082860Z >>>>> 2/25/2026 2:41:38 PM RadioButtonContentNotRendering Stop 2026-02-25T14:41:39.1309170Z Passed RadioButtonContentNotRendering [5 s] 2026-02-25T14:41:44.8023500Z >>>>> 2/25/2026 2:41:44 PM FixtureSetup for Issue26689(Mac) 2026-02-25T14:41:45.0940040Z >>>>> 2/25/2026 2:41:45 PM RadioButtonShouldApplyPropertiesCorrectly Start 2026-02-25T14:41:49.6532700Z >>>>> 2/25/2026 2:41:49 PM RadioButtonShouldApplyPropertiesCorrectly Stop 2026-02-25T14:41:51.0991940Z Passed RadioButtonShouldApplyPropertiesCorrectly [4 s] 2026-02-25T14:41:56.3276090Z >>>>> 2/25/2026 2:41:56 PM FixtureSetup for Issue28153(Mac) 2026-02-25T14:41:56.6371540Z >>>>> 2/25/2026 2:41:56 PM ValidateRadioButtonNoBorderColorWhenNoBorderWidth Start 2026-02-25T14:42:02.4980020Z >>>>> 2/25/2026 2:42:02 PM ValidateRadioButtonNoBorderColorWhenNoBorderWidth Stop 2026-02-25T14:42:04.1728480Z Passed ValidateRadioButtonNoBorderColorWhenNoBorderWidth [6 s] 2026-02-25T14:42:07.6242440Z >>>>> 2/25/2026 2:42:07 PM CheckInitialStates Start 2026-02-25T14:42:07.6466390Z >>>>> 2/25/2026 2:42:07 PM FixtureSetup for CheckInitialStates 2026-02-25T14:42:49.5610160Z >>>>> 2/25/2026 2:42:49 PM CheckInitialStates Stop 2026-02-25T14:42:56.6949430Z Passed CheckInitialStates [48 s] 2026-02-25T14:42:56.7079320Z >>>>> 2/25/2026 2:42:56 PM IsEnabledDisablesEntireViewAndPreventsChildInteraction Start 2026-02-25T14:42:56.8095390Z >>>>> 2/25/2026 2:42:56 PM FixtureSetup for IsEnabledDisablesEntireViewAndPreventsChildInteraction 2026-02-25T14:44:01.6844070Z >>>>> 2/25/2026 2:44:01 PM IsEnabledDisablesEntireViewAndPreventsChildInteraction Stop 2026-02-25T14:44:07.1683670Z Passed IsEnabledDisablesEntireViewAndPreventsChildInteraction [1 m 10 s] 2026-02-25T14:44:07.2740340Z >>>>> 2/25/2026 2:44:07 PM IsEnabledDisablesEntireViewAndPreventsRefresh Start 2026-02-25T14:44:07.3759790Z >>>>> 2/25/2026 2:44:07 PM FixtureSetup for IsEnabledDisablesEntireViewAndPreventsRefresh 2026-02-25T14:44:34.1419740Z >>>>> 2/25/2026 2:44:34 PM IsEnabledDisablesEntireViewAndPreventsRefresh Stop 2026-02-25T14:44:39.4650730Z Passed IsEnabledDisablesEntireViewAndPreventsRefresh [32 s] 2026-02-25T14:44:39.4761870Z >>>>> 2/25/2026 2:44:39 PM IsRefreshEnabledAllowsChildInteraction Start 2026-02-25T14:44:39.4881640Z >>>>> 2/25/2026 2:44:39 PM FixtureSetup for IsRefreshEnabledAllowsChildInteraction 2026-02-25T14:45:15.0009790Z >>>>> 2/25/2026 2:45:14 PM IsRefreshEnabledAllowsChildInteraction Stop 2026-02-25T14:45:20.7966880Z Passed IsRefreshEnabledAllowsChildInteraction [41 s] 2026-02-25T14:45:20.8975190Z >>>>> 2/25/2026 2:45:20 PM IsRefreshEnabledPreventsRefresh Start 2026-02-25T14:45:20.9974490Z >>>>> 2/25/2026 2:45:20 PM FixtureSetup for IsRefreshEnabledPreventsRefresh 2026-02-25T14:45:49.1305820Z >>>>> 2/25/2026 2:45:49 PM IsRefreshEnabledPreventsRefresh Stop 2026-02-25T14:45:53.8622400Z Passed IsRefreshEnabledPreventsRefresh [32 s] 2026-02-25T14:45:57.3686020Z >>>>> 2/25/2026 2:45:57 PM FixtureSetup for Issue31375(Mac) 2026-02-25T14:45:57.6638170Z >>>>> 2/25/2026 2:45:57 PM VerifyRefreshViewCommandExecution Start 2026-02-25T14:46:05.8118720Z >>>>> 2/25/2026 2:46:05 PM VerifyRefreshViewCommandExecution Stop 2026-02-25T14:46:06.6361800Z Passed VerifyRefreshViewCommandExecution [8 s] 2026-02-25T14:46:10.1607710Z >>>>> 2/25/2026 2:46:10 PM FixtureSetup for Issue7371(Mac) 2026-02-25T14:46:10.3746690Z >>>>> 2/25/2026 2:46:10 PM RefreshingListViewCrashesWhenDisposedTest Start 2026-02-25T14:46:13.0572550Z >>>>> 2/25/2026 2:46:13 PM RefreshingListViewCrashesWhenDisposedTest Stop 2026-02-25T14:46:13.6499720Z Passed RefreshingListViewCrashesWhenDisposedTest [2 s] 2026-02-25T14:46:18.7344360Z >>>>> 2/25/2026 2:46:18 PM FixtureSetup for Issue8186(Mac) 2026-02-25T14:46:18.9787420Z >>>>> 2/25/2026 2:46:18 PM SetIsRefreshingToTrueInOnAppearingDoesntCrash Start 2026-02-25T14:46:30.8329040Z >>>>> 2/25/2026 2:46:30 PM SetIsRefreshingToTrueInOnAppearingDoesntCrash Stop 2026-02-25T14:46:31.0195810Z Passed SetIsRefreshingToTrueInOnAppearingDoesntCrash [11 s] 2026-02-25T14:46:35.5234250Z >>>>> 2/25/2026 2:46:35 PM FixtureSetup for RadioButtonTemplateFromStyle(Mac) 2026-02-25T14:46:35.7458510Z >>>>> 2/25/2026 2:46:35 PM ContentRenderers Start 2026-02-25T14:46:40.5112730Z >>>>> 2/25/2026 2:46:40 PM ContentRenderers Stop 2026-02-25T14:46:41.8944250Z Passed ContentRenderers [4 s] 2026-02-25T14:46:46.4779560Z >>>>> 2/25/2026 2:46:46 PM FixtureSetup for RefreshViewTests(Mac) 2026-02-25T14:46:46.9042330Z >>>>> 2/25/2026 2:46:46 PM IsRefreshingAndCommandTest Start 2026-02-25T14:47:01.2643280Z >>>>> 2/25/2026 2:47:01 PM IsRefreshingAndCommandTest Stop 2026-02-25T14:47:01.9472850Z Passed IsRefreshingAndCommandTest [14 s] 2026-02-25T14:47:07.9542930Z >>>>> 2/25/2026 2:47:07 PM FixtureSetup for RadioButtonFeatureTests(Mac) 2026-02-25T14:47:15.6339670Z >>>>> 2/25/2026 2:47:15 PM RadioButton_Checking_Default_Configuration_VerifyVisualState Start 2026-02-25T14:47:23.6313930Z >>>>> 2/25/2026 2:47:23 PM RadioButton_Checking_Default_Configuration_VerifyVisualState Stop 2026-02-25T14:47:23.6735380Z Passed RadioButton_Checking_Default_Configuration_VerifyVisualState [8 s] 2026-02-25T14:47:23.6866530Z >>>>> 2/25/2026 2:47:23 PM RadioButton_Checking_Initial_Configuration_VerifyVisualState Start 2026-02-25T14:47:45.1552030Z >>>>> 2/25/2026 2:47:45 PM RadioButton_Checking_Initial_Configuration_VerifyVisualState Stop 2026-02-25T14:47:46.8514460Z Passed RadioButton_Checking_Initial_Configuration_VerifyVisualState [21 s] 2026-02-25T14:47:46.8625850Z >>>>> 2/25/2026 2:47:45 PM RadioButton_FlowDirectionAndContent_VerifyVisualState Start 2026-02-25T14:48:51.7813240Z >>>>> 2/25/2026 2:48:51 PM RadioButton_FlowDirectionAndContent_VerifyVisualState Stop 2026-02-25T14:48:51.8192840Z Passed RadioButton_FlowDirectionAndContent_VerifyVisualState [1 m 6 s] 2026-02-25T14:48:51.8861710Z >>>>> 2/25/2026 2:48:51 PM RadioButton_IsEnabledAndContent_VerifyVisualState Start 2026-02-25T14:50:18.2277570Z >>>>> 2/25/2026 2:50:18 PM RadioButton_IsEnabledAndContent_VerifyVisualState Stop 2026-02-25T14:50:18.4133570Z Passed RadioButton_IsEnabledAndContent_VerifyVisualState [1 m 26 s] 2026-02-25T14:50:18.4480940Z >>>>> 2/25/2026 2:50:18 PM RadioButton_IsVisibleAndContent_VerifyVisualState Start 2026-02-25T14:51:13.1395530Z >>>>> 2/25/2026 2:51:13 PM RadioButton_IsVisibleAndContent_VerifyVisualState Stop 2026-02-25T14:51:13.2251860Z Passed RadioButton_IsVisibleAndContent_VerifyVisualState [54 s] 2026-02-25T14:51:13.2342300Z >>>>> 2/25/2026 2:51:13 PM RadioButton_SetBorderWidthAndCornerRadius_VerifyVisualState Start 2026-02-25T14:52:29.3067620Z >>>>> 2/25/2026 2:52:29 PM RadioButton_SetBorderWidthAndCornerRadius_VerifyVisualState Stop 2026-02-25T14:52:29.5710060Z Passed RadioButton_SetBorderWidthAndCornerRadius_VerifyVisualState [1 m 16 s] 2026-02-25T14:52:29.6718010Z >>>>> 2/25/2026 2:52:29 PM RadioButton_SetContentAndCharacterSpacing_VerifyVisualState Start 2026-02-25T14:55:33.3836250Z >>>>> 2/25/2026 2:55:33 PM RadioButton_SetContentAndCharacterSpacing_VerifyVisualState Stop 2026-02-25T14:55:33.9937030Z >>>>> 2/25/2026 2:55:33 PM Log types: 2026-02-25T14:55:49.1971130Z Failed RadioButton_SetContentAndCharacterSpacing_VerifyVisualState [3 m 19 s] 2026-02-25T14:55:49.2971390Z Error Message: 2026-02-25T14:55:49.3694560Z VisualTestUtils.VisualTestFailedException : 2026-02-25T14:55:49.4001620Z Snapshot different than baseline: RadioButton_SetContentAndCharacterSpacing_VerifyVisualState.png (86.20% difference) 2026-02-25T14:55:49.4623140Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T14:55:49.4754050Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T14:55:49.4908630Z 2026-02-25T14:55:49.5100710Z More info: https://aka.ms/visual-test-workflow 2026-02-25T14:55:49.5375880Z 2026-02-25T14:55:49.6033330Z Stack Trace: 2026-02-25T14:55:49.6185790Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 288 2026-02-25T14:55:49.6297410Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetContentAndCharacterSpacing_VerifyVisualState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 191 2026-02-25T14:55:49.6341840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T14:55:49.6503860Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T14:55:49.6721410Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T14:55:49.7021670Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T14:55:49.7232460Z 2026-02-25T14:55:49.7326100Z >>>>> 2/25/2026 2:55:48 PM RadioButton_SetContentAndFontAttributes_VerifyVisualState Start 2026-02-25T15:00:28.1458600Z >>>>> 2/25/2026 3:00:28 PM RadioButton_SetContentAndFontAttributes_VerifyVisualState Stop 2026-02-25T15:00:28.3701810Z >>>>> 2/25/2026 3:00:28 PM Log types: 2026-02-25T15:00:31.7982440Z Failed RadioButton_SetContentAndFontAttributes_VerifyVisualState [4 m 42 s] 2026-02-25T15:00:31.8642340Z Error Message: 2026-02-25T15:00:31.8936770Z VisualTestUtils.VisualTestFailedException : 2026-02-25T15:00:31.9535550Z Snapshot different than baseline: RadioButton_SetContentAndFontAttributes_VerifyVisualState.png (86.19% difference) 2026-02-25T15:00:32.0540130Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T15:00:32.1508940Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T15:00:32.1734660Z 2026-02-25T15:00:32.2739080Z More info: https://aka.ms/visual-test-workflow 2026-02-25T15:00:32.3741090Z 2026-02-25T15:00:32.4752370Z Stack Trace: 2026-02-25T15:00:32.5759530Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 288 2026-02-25T15:00:32.6758200Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetContentAndFontAttributes_VerifyVisualState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 232 2026-02-25T15:00:32.7758890Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:00:32.8816230Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:00:32.9710610Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:00:32.9994990Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:00:32.9997420Z 2026-02-25T15:00:33.1072230Z >>>>> 2/25/2026 3:00:31 PM RadioButton_SetContentAndFontSize_VerifyVisualState Start 2026-02-25T15:05:57.3838350Z >>>>> 2/25/2026 3:05:57 PM RadioButton_SetContentAndFontSize_VerifyVisualState Stop 2026-02-25T15:05:57.3907560Z >>>>> 2/25/2026 3:05:57 PM Log types: 2026-02-25T15:05:58.1542790Z Failed RadioButton_SetContentAndFontSize_VerifyVisualState [5 m 26 s] 2026-02-25T15:05:58.2167350Z Error Message: 2026-02-25T15:05:58.2400760Z VisualTestUtils.VisualTestFailedException : 2026-02-25T15:05:58.3418110Z Snapshot different than baseline: RadioButton_SetContentAndFontSize_VerifyVisualState.png (86.17% difference) 2026-02-25T15:05:58.3876400Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T15:05:58.4011830Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T15:05:58.4769800Z 2026-02-25T15:05:58.4792890Z More info: https://aka.ms/visual-test-workflow 2026-02-25T15:05:58.4849880Z 2026-02-25T15:05:58.4905940Z Stack Trace: 2026-02-25T15:05:58.5910730Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 288 2026-02-25T15:05:58.6921310Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetContentAndFontSize_VerifyVisualState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 214 2026-02-25T15:05:58.7927610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:05:58.8932030Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:05:58.9050300Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:05:58.9319640Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:05:58.9346480Z 2026-02-25T15:05:58.9370570Z >>>>> 2/25/2026 3:05:58 PM RadioButton_SetContentAndTextColor_VerifyVisualState Start 2026-02-25T15:07:58.6263280Z >>>>> 2/25/2026 3:07:58 PM RadioButton_SetContentAndTextColor_VerifyVisualState Stop 2026-02-25T15:07:58.8821850Z >>>>> 2/25/2026 3:07:58 PM Log types: 2026-02-25T15:08:02.7034990Z Failed RadioButton_SetContentAndTextColor_VerifyVisualState [2 m 4 s] 2026-02-25T15:08:02.8039050Z Error Message: 2026-02-25T15:08:02.9041080Z VisualTestUtils.VisualTestFailedException : 2026-02-25T15:08:03.0045600Z Snapshot different than baseline: RadioButton_SetContentAndTextColor_VerifyVisualState.png (86.20% difference) 2026-02-25T15:08:03.1048810Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T15:08:03.2055980Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T15:08:03.2811260Z 2026-02-25T15:08:03.3814380Z More info: https://aka.ms/visual-test-workflow 2026-02-25T15:08:03.4188430Z 2026-02-25T15:08:03.4368660Z Stack Trace: 2026-02-25T15:08:03.4416950Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 288 2026-02-25T15:08:03.4443810Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetContentAndTextColor_VerifyVisualState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 170 2026-02-25T15:08:03.4517420Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:08:03.4546470Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:08:03.4574520Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:08:03.4590940Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:08:03.4608900Z 2026-02-25T15:08:03.4626570Z >>>>> 2/25/2026 3:08:02 PM RadioButton_SetContentAndTextTransform Start 2026-02-25T15:12:09.3306170Z >>>>> 2/25/2026 3:12:09 PM RadioButton_SetContentAndTextTransform Stop 2026-02-25T15:12:09.6462120Z >>>>> 2/25/2026 3:12:09 PM Log types: 2026-02-25T15:12:11.8123890Z Failed RadioButton_SetContentAndTextTransform [4 m 8 s] 2026-02-25T15:12:11.8321630Z Error Message: 2026-02-25T15:12:11.9329690Z VisualTestUtils.VisualTestFailedException : 2026-02-25T15:12:11.9830260Z Snapshot different than baseline: RadioButton_SetContentAndTextTransform.png (86.18% difference) 2026-02-25T15:12:11.9948640Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T15:12:12.0188450Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T15:12:12.0245910Z 2026-02-25T15:12:12.0369590Z More info: https://aka.ms/visual-test-workflow 2026-02-25T15:12:12.0475760Z 2026-02-25T15:12:12.0615220Z Stack Trace: 2026-02-25T15:12:12.0668990Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 288 2026-02-25T15:12:12.0822470Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetContentAndTextTransform() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 250 2026-02-25T15:12:12.0878460Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:12:12.0952490Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:12:12.1306410Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:12:12.1620940Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:12:12.2062440Z 2026-02-25T15:12:12.2149650Z >>>>> 2/25/2026 3:12:11 PM RadioButton_SetContentWithView Start 2026-02-25T15:13:09.7418760Z >>>>> 2/25/2026 3:13:09 PM RadioButton_SetContentWithView Stop 2026-02-25T15:13:09.7613200Z >>>>> 2/25/2026 3:13:09 PM Log types: 2026-02-25T15:13:11.2200610Z Failed RadioButton_SetContentWithView [59 s] 2026-02-25T15:13:11.2312640Z Error Message: 2026-02-25T15:13:11.2462570Z VisualTestUtils.VisualTestFailedException : 2026-02-25T15:13:11.3466670Z Snapshot different than baseline: RadioButton_SetContentWithView.png (86.14% difference) 2026-02-25T15:13:11.4342870Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T15:13:11.4890870Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T15:13:11.5909670Z 2026-02-25T15:13:11.6480750Z More info: https://aka.ms/visual-test-workflow 2026-02-25T15:13:11.7247910Z 2026-02-25T15:13:11.7310030Z Stack Trace: 2026-02-25T15:13:11.7594880Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 288 2026-02-25T15:13:11.8598830Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetContentWithView() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 151 2026-02-25T15:13:11.9636280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:13:12.0663710Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:13:12.1719110Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:13:12.2723730Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:13:12.3726040Z 2026-02-25T15:13:12.4765450Z >>>>> 2/25/2026 3:13:11 PM RadioButton_SetFontAttributesAndTextColor_VerifyVisualState Start 2026-02-25T15:15:46.3784520Z >>>>> 2/25/2026 3:15:46 PM RadioButton_SetFontAttributesAndTextColor_VerifyVisualState Stop 2026-02-25T15:15:46.3962510Z >>>>> 2/25/2026 3:15:46 PM Log types: 2026-02-25T15:15:47.0466810Z Failed RadioButton_SetFontAttributesAndTextColor_VerifyVisualState [2 m 35 s] 2026-02-25T15:15:47.0495110Z Error Message: 2026-02-25T15:15:47.0564910Z VisualTestUtils.VisualTestFailedException : 2026-02-25T15:15:47.0572150Z Snapshot different than baseline: RadioButton_SetFontAttributesAndTextColor_VerifyVisualState.png (86.20% difference) 2026-02-25T15:15:47.0587750Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T15:15:47.0600080Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T15:15:47.0607350Z 2026-02-25T15:15:47.0639590Z More info: https://aka.ms/visual-test-workflow 2026-02-25T15:15:47.0665520Z 2026-02-25T15:15:47.0740990Z Stack Trace: 2026-02-25T15:15:47.0750810Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 288 2026-02-25T15:15:47.0754830Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetFontAttributesAndTextColor_VerifyVisualState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 76 2026-02-25T15:15:47.0760330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:15:47.0763900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:15:47.0781190Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:15:47.0781840Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:15:47.0782840Z 2026-02-25T15:15:47.0784560Z >>>>> 2/25/2026 3:15:46 PM RadioButton_SetFontFamilyAndFontAttributes_VerifyVisualState Start 2026-02-25T15:18:06.2073510Z >>>>> 2/25/2026 3:18:06 PM RadioButton_SetFontFamilyAndFontAttributes_VerifyVisualState Stop 2026-02-25T15:18:06.2188600Z >>>>> 2/25/2026 3:18:06 PM Log types: 2026-02-25T15:18:26.0715760Z Failed RadioButton_SetFontFamilyAndFontAttributes_VerifyVisualState [2 m 39 s] 2026-02-25T15:18:26.0719210Z Error Message: 2026-02-25T15:18:26.0720090Z System.TimeoutException : Timed out waiting for element... 2026-02-25T15:18:26.0721050Z Stack Trace: 2026-02-25T15:18:26.0722470Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T15:18:26.0723640Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2733 2026-02-25T15:18:26.0725240Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, IQuery query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 905 2026-02-25T15:18:26.0738160Z at UITest.Appium.HelperExtensions.WaitForElementTillPageNavigationSettled(IApp app, String elementId, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2367 2026-02-25T15:18:26.0739350Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetFontFamilyAndFontAttributes_VerifyVisualState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 266 2026-02-25T15:18:26.0741320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:18:26.0742350Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:18:26.0743040Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:18:26.0743610Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:18:26.0743890Z 2026-02-25T15:18:26.0746240Z >>>>> 2/25/2026 3:18:26 PM RadioButton_SetFontFamilyAndFontSize_VerifyVisualState Start 2026-02-25T15:21:58.7788020Z >>>>> 2/25/2026 3:21:58 PM RadioButton_SetFontFamilyAndFontSize_VerifyVisualState Stop 2026-02-25T15:21:58.7921630Z >>>>> 2/25/2026 3:21:58 PM Log types: 2026-02-25T15:22:45.2322040Z Failed RadioButton_SetFontFamilyAndFontSize_VerifyVisualState [4 m 19 s] 2026-02-25T15:22:45.2322850Z Error Message: 2026-02-25T15:22:45.2323290Z System.NullReferenceException : Object reference not set to an instance of an object. 2026-02-25T15:22:45.2323830Z Stack Trace: 2026-02-25T15:22:45.2324360Z at UITest.Appium.HelperExtensions.Clear(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 422 2026-02-25T15:22:45.2325040Z at UITest.Appium.HelperExtensions.ClearText(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 373 2026-02-25T15:22:45.2325800Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetFontFamilyAndFontSize_VerifyVisualState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 88 2026-02-25T15:22:45.2333390Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:22:45.2334180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:22:45.2334800Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:22:45.2335430Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:22:45.2335710Z 2026-02-25T15:22:45.2336770Z >>>>> 2/25/2026 3:22:45 PM RadioButton_SetFontFamilyAndTextTransform_VerifyVisualState Start 2026-02-25T15:23:33.6158860Z >>>>> 2/25/2026 3:23:33 PM RadioButton_SetFontFamilyAndTextTransform_VerifyVisualState Stop 2026-02-25T15:23:33.6250340Z >>>>> 2/25/2026 3:23:33 PM Log types: 2026-02-25T15:23:34.3779770Z Failed RadioButton_SetFontFamilyAndTextTransform_VerifyVisualState [49 s] 2026-02-25T15:23:34.3782160Z Error Message: 2026-02-25T15:23:34.3783500Z System.TimeoutException : Timed out waiting for element... 2026-02-25T15:23:34.3784780Z Stack Trace: 2026-02-25T15:23:34.3786310Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T15:23:34.3789380Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T15:23:34.3791230Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetFontFamilyAndTextTransform_VerifyVisualState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 126 2026-02-25T15:23:34.3792880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:23:34.3794820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:23:34.3796760Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:23:34.3798570Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:23:34.3800120Z 2026-02-25T15:23:34.3803420Z >>>>> 2/25/2026 3:23:34 PM RadioButton_SetFontSizeAndFontAttributes_VerifyVisualState Start 2026-02-25T15:24:00.8266380Z >>>>> 2/25/2026 3:24:00 PM RadioButton_SetFontSizeAndFontAttributes_VerifyVisualState Stop 2026-02-25T15:24:00.8391030Z >>>>> 2/25/2026 3:24:00 PM Log types: 2026-02-25T15:25:14.7370430Z Failed RadioButton_SetFontSizeAndFontAttributes_VerifyVisualState [1 m 40 s] 2026-02-25T15:25:14.7382870Z Error Message: 2026-02-25T15:25:14.7425070Z System.TimeoutException : Timed out waiting for element... 2026-02-25T15:25:14.7530580Z Stack Trace: 2026-02-25T15:25:14.7535220Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T15:25:14.7544250Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T15:25:14.7548660Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetFontSizeAndFontAttributes_VerifyVisualState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 274 2026-02-25T15:25:14.7558880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:25:14.7562060Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:25:14.7567050Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:25:14.7578010Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:25:14.7581530Z 2026-02-25T15:25:14.7583050Z >>>>> 2/25/2026 3:25:14 PM RadioButton_SetGroupAndContent_VerifyVisualState Start 2026-02-25T15:25:55.4829690Z >>>>> 2/25/2026 3:25:55 PM RadioButton_SetGroupAndContent_VerifyVisualState Stop 2026-02-25T15:25:55.4914380Z >>>>> 2/25/2026 3:25:55 PM Log types: 2026-02-25T15:26:45.1465740Z Failed RadioButton_SetGroupAndContent_VerifyVisualState [1 m 30 s] 2026-02-25T15:26:45.1466850Z Error Message: 2026-02-25T15:26:45.1467580Z System.TimeoutException : Timed out waiting for element... 2026-02-25T15:26:45.1468000Z Stack Trace: 2026-02-25T15:26:45.1468610Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T15:26:45.1469970Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T15:26:45.1470850Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetGroupAndContent_VerifyVisualState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 358 2026-02-25T15:26:45.1573950Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:26:45.1574770Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:26:45.1575560Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:26:45.1576210Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:26:45.1576520Z 2026-02-25T15:26:45.1577400Z >>>>> 2/25/2026 3:26:45 PM RadioButton_SetSelectedValueAndContent Start 2026-02-25T15:29:13.3954390Z >>>>> 2/25/2026 3:29:13 PM RadioButton_SetSelectedValueAndContent Stop 2026-02-25T15:29:13.4034010Z >>>>> 2/25/2026 3:29:13 PM Log types: 2026-02-25T15:29:49.4068590Z Failed RadioButton_SetSelectedValueAndContent [3 m 4 s] 2026-02-25T15:29:49.4072710Z Error Message: 2026-02-25T15:29:49.4074330Z System.TimeoutException : Timed out waiting for element... 2026-02-25T15:29:49.4076050Z Stack Trace: 2026-02-25T15:29:49.4078000Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T15:29:49.4080180Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T15:29:49.4082340Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetSelectedValueAndContent() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 383 2026-02-25T15:29:49.4084980Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:29:49.4087290Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:29:49.4089320Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:29:49.4091030Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:29:49.4091990Z 2026-02-25T15:29:49.4094210Z >>>>> 2/25/2026 3:29:49 PM RadioButton_SetTextColorAndBorderColor_VerifyVisualState Start 2026-02-25T15:31:07.9002140Z >>>>> 2/25/2026 3:31:07 PM RadioButton_SetTextColorAndBorderColor_VerifyVisualState Stop 2026-02-25T15:31:07.9078000Z >>>>> 2/25/2026 3:31:07 PM Log types: 2026-02-25T15:32:18.2512170Z Failed RadioButton_SetTextColorAndBorderColor_VerifyVisualState [2 m 27 s] 2026-02-25T15:32:18.2544530Z Error Message: 2026-02-25T15:32:18.3999200Z System.TimeoutException : Timed out waiting for element... 2026-02-25T15:32:18.4262700Z TearDown : OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Cannot get 'xml' source of the current application 2026-02-25T15:32:18.4294670Z Stack Trace: 2026-02-25T15:32:18.4437090Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T15:32:18.4450630Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T15:32:18.4455990Z at Microsoft.Maui.TestCases.Tests.RadioButtonFeatureTests.RadioButton_SetTextColorAndBorderColor_VerifyVisualState() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RadioButtonFeatureTests.cs:line 46 2026-02-25T15:32:18.4457730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:32:18.4459840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:32:18.4460720Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:32:18.4461340Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:32:18.4461850Z --TearDown 2026-02-25T15:32:18.4463010Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-25T15:32:18.4463860Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-25T15:32:18.4464640Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-25T15:32:18.4465380Z at OpenQA.Selenium.WebDriver.get_PageSource() 2026-02-25T15:32:18.4466070Z at UITest.Appium.AppiumApp.get_ElementTree() in /_/src/TestUtils/src/UITest.Appium/AppiumApp.cs:line 41 2026-02-25T15:32:18.4469470Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 228 2026-02-25T15:32:18.4471380Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-25T15:32:18.4472130Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 105 2026-02-25T15:32:18.4474510Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-25T15:32:18.4475290Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-25T15:32:18.4476140Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:32:18.4476430Z 2026-02-25T15:35:04.3964720Z >>>>> 2/25/2026 3:35:04 PM FixtureSetup for RadioButtonUITests(Mac) 2026-02-25T15:36:10.9187900Z >>>>> 2/25/2026 3:36:10 PM IsEnabled Start 2026-02-25T15:36:10.9836620Z >>>>> 2/25/2026 3:36:10 PM IsEnabled Stop 2026-02-25T15:36:10.9916070Z IsEnabled: This test is failing, likely due to product issue 2026-02-25T15:36:12.4825850Z Skipped IsEnabled [71 ms] 2026-02-25T15:36:39.4142800Z >>>>> 2/25/2026 3:36:39 PM FixtureSetup for RefreshViewFeatureTests(Mac) 2026-02-25T15:37:46.1171460Z >>>>> 2/25/2026 3:37:46 PM RefreshView_ValidateDefaultValues_VerifyLabels Start 2026-02-25T15:38:52.4638700Z >>>>> 2/25/2026 3:38:52 PM RefreshView_ValidateDefaultValues_VerifyLabels Stop 2026-02-25T15:38:52.4736230Z Passed RefreshView_ValidateDefaultValues_VerifyLabels [1 m 6 s] 2026-02-25T15:38:52.4755240Z >>>>> 2/25/2026 3:38:52 PM RefreshView_SetIsVisible_VerifyVisibilityState Start 2026-02-25T15:44:06.1890630Z >>>>> 2/25/2026 3:44:06 PM RefreshView_SetIsVisible_VerifyVisibilityState Stop 2026-02-25T15:44:06.1953080Z Passed RefreshView_SetIsVisible_VerifyVisibilityState [5 m 13 s] 2026-02-25T15:44:06.1983870Z >>>>> 2/25/2026 3:44:06 PM RefreshView_SetIsRefreshingAndScrollView_VerifyStatusChanges Start 2026-02-25T15:47:33.9579850Z >>>>> 2/25/2026 3:47:33 PM RefreshView_SetIsRefreshingAndScrollView_VerifyStatusChanges Stop 2026-02-25T15:47:34.0276260Z >>>>> 2/25/2026 3:47:34 PM Log types: 2026-02-25T15:47:52.6015830Z Failed RefreshView_SetIsRefreshingAndScrollView_VerifyStatusChanges [3 m 46 s] 2026-02-25T15:47:52.6123270Z Error Message: 2026-02-25T15:47:52.6124500Z System.TimeoutException : Timed out waiting for element... 2026-02-25T15:47:52.6129140Z Stack Trace: 2026-02-25T15:47:52.6131350Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T15:47:52.6134990Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T15:47:52.6141440Z at Microsoft.Maui.TestCases.Tests.RefreshViewFeatureTests.RefreshView_SetIsRefreshingAndScrollView_VerifyStatusChanges() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RefreshViewFeatureTests.cs:line 148 2026-02-25T15:47:52.6144930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:47:52.6150800Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:47:52.6159640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:47:52.6161840Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:47:52.6163230Z 2026-02-25T15:47:52.6167400Z >>>>> 2/25/2026 3:47:52 PM RefreshView_SetIsRefreshingAndCollectionView_VerifyStatusChanges Start 2026-02-25T15:51:30.3295560Z >>>>> 2/25/2026 3:51:30 PM RefreshView_SetIsRefreshingAndCollectionView_VerifyStatusChanges Stop 2026-02-25T15:51:30.3388430Z >>>>> 2/25/2026 3:51:30 PM Log types: 2026-02-25T15:51:30.7204320Z Failed RefreshView_SetIsRefreshingAndCollectionView_VerifyStatusChanges [3 m 38 s] 2026-02-25T15:51:30.7216990Z Error Message: 2026-02-25T15:51:30.7217410Z System.TimeoutException : Timed out waiting for element... 2026-02-25T15:51:30.7217790Z Stack Trace: 2026-02-25T15:51:30.7218400Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T15:51:30.7219300Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T15:51:30.7220250Z at Microsoft.Maui.TestCases.Tests.RefreshViewFeatureTests.RefreshView_SetIsRefreshingAndCollectionView_VerifyStatusChanges() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RefreshViewFeatureTests.cs:line 159 2026-02-25T15:51:30.7221090Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:51:30.7221800Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:51:30.7222490Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:51:30.7223120Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:51:30.7223690Z 2026-02-25T15:51:30.7224440Z >>>>> 2/25/2026 3:51:30 PM RefreshView_SetRefreshColorRedAndIsRefreshing_VerifyColorChange Start 2026-02-25T15:52:43.6047190Z >>>>> 2/25/2026 3:52:43 PM RefreshView_SetRefreshColorRedAndIsRefreshing_VerifyColorChange Stop 2026-02-25T15:52:43.6429840Z >>>>> 2/25/2026 3:52:43 PM Log types: 2026-02-25T15:52:50.1700590Z Failed RefreshView_SetRefreshColorRedAndIsRefreshing_VerifyColorChange [1 m 19 s] 2026-02-25T15:52:50.1707950Z Error Message: 2026-02-25T15:52:50.1710150Z System.TimeoutException : Timed out waiting for element... 2026-02-25T15:52:50.1712370Z Stack Trace: 2026-02-25T15:52:50.1714850Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T15:52:50.1742380Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T15:52:50.1763360Z at Microsoft.Maui.TestCases.Tests.RefreshViewFeatureTests.RefreshView_SetRefreshColorRedAndIsRefreshing_VerifyColorChange() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RefreshViewFeatureTests.cs:line 173 2026-02-25T15:52:50.1766920Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:52:50.1779000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:52:50.1782310Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:52:50.1784860Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:52:50.1787070Z 2026-02-25T15:52:50.1790040Z >>>>> 2/25/2026 3:52:50 PM RefreshView_SetShadow_VerifyShadowApplied Start 2026-02-25T15:53:51.1273250Z >>>>> 2/25/2026 3:53:51 PM RefreshView_SetShadow_VerifyShadowApplied Stop 2026-02-25T15:53:51.1362340Z >>>>> 2/25/2026 3:53:51 PM Log types: 2026-02-25T15:53:51.6508840Z Failed RefreshView_SetShadow_VerifyShadowApplied [1 m 1 s] 2026-02-25T15:53:51.6513980Z Error Message: 2026-02-25T15:53:51.6515260Z System.TimeoutException : Timed out waiting for element... 2026-02-25T15:53:51.6516490Z Stack Trace: 2026-02-25T15:53:51.6517280Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T15:53:51.6518530Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T15:53:51.6519580Z at Microsoft.Maui.TestCases.Tests.RefreshViewFeatureTests.RefreshView_SetShadow_VerifyShadowApplied() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RefreshViewFeatureTests.cs:line 192 2026-02-25T15:53:51.6520740Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:53:51.6521800Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:53:51.6522670Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:53:51.6523470Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:53:51.6524690Z 2026-02-25T15:53:51.6525600Z >>>>> 2/25/2026 3:53:51 PM RefreshView_SetShadowWithCollectionView_VerifyShadowApplied Start 2026-02-25T15:54:09.2883090Z >>>>> 2/25/2026 3:54:09 PM RefreshView_SetShadowWithCollectionView_VerifyShadowApplied Stop 2026-02-25T15:54:09.2981670Z >>>>> 2/25/2026 3:54:09 PM Log types: 2026-02-25T15:55:09.8459270Z Failed RefreshView_SetShadowWithCollectionView_VerifyShadowApplied [1 m 18 s] 2026-02-25T15:55:09.8706950Z Error Message: 2026-02-25T15:55:09.8724860Z System.TimeoutException : Timed out waiting for element... 2026-02-25T15:55:09.8735330Z Stack Trace: 2026-02-25T15:55:09.8736120Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T15:55:09.8737730Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 775 2026-02-25T15:55:09.8738760Z at Microsoft.Maui.TestCases.Tests.RefreshViewFeatureTests.RefreshView_SetShadowWithCollectionView_VerifyShadowApplied() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/RefreshViewFeatureTests.cs:line 206 2026-02-25T15:55:09.8739610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:55:09.8740570Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T15:55:09.8741240Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T15:55:09.8742010Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T15:55:09.8742540Z 2026-02-25T15:55:10.9495220Z NUnit Adapter 4.5.0.0: Test execution complete 2026-02-25T15:55:12.8749600Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-RadioButton_RefreshView.trx 2026-02-25T15:55:12.8813460Z 2026-02-25T15:55:12.9338830Z Test Run Failed. 2026-02-25T15:55:12.9367330Z Total tests: 47 2026-02-25T15:55:12.9367910Z Passed: 27 2026-02-25T15:55:12.9368590Z Failed: 19 2026-02-25T15:55:12.9369250Z Skipped: 1 2026-02-25T15:55:12.9369970Z Total time: 1.4119 Hours 2026-02-25T15:55:15.2240830Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-RadioButton_RefreshView.trx 2026-02-25T15:55:15.3809720Z An error occurred when executing task 'uitest'. 2026-02-25T15:55:15.5158090Z Completed in 01:29:08.7592247 2026-02-25T15:55:16.3475760Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-02-25T15:55:16.3477070Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-02-25T15:55:16.3478180Z at Cake.Core.Tooling.Tool`1.Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action`1 postAction) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 103 2026-02-25T15:55:16.3479200Z at Cake.Common.Tools.DotNet.DotNetTool`1.RunCommand(TSettings settings, ProcessArgumentBuilder arguments) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetTool.cs:line 64 2026-02-25T15:55:16.3480050Z at Cake.Common.Tools.DotNet.Test.DotNetTester.Test(String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\Test\DotNetTester.cs:line 49 2026-02-25T15:55:16.3481630Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 506 2026-02-25T15:55:16.3482490Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 443 2026-02-25T15:55:16.3483170Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-02-25T15:55:16.3483820Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-02-25T15:55:16.3484770Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-02-25T15:55:16.3485350Z at Submission#0.<>b__0_24() 2026-02-25T15:55:16.3485900Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-02-25T15:55:16.3486620Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-02-25T15:55:16.3487320Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-02-25T15:55:16.3487960Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-02-25T15:55:16.3488730Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 318 2026-02-25T15:55:16.3489590Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 341 2026-02-25T15:55:16.3490410Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 353 2026-02-25T15:55:16.3491760Z at Cake.Core.CakeEngine.RunTask(ICakeContext context, IExecutionStrategy strategy, CakeTask task, String target, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 254 2026-02-25T15:55:16.3492700Z at Cake.Core.CakeEngine.RunTarget(ICakeContext context, IExecutionStrategy strategy, CakeTask[] orderedTasks, String target, Boolean exclusive, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 229 2026-02-25T15:55:16.3493530Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-02-25T15:55:16.3494250Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-02-25T15:55:16.3494860Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-02-25T15:55:16.3495490Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-02-25T15:55:16.3496160Z at Submission#0.<>d__0.MoveNext() 2026-02-25T15:55:16.3496600Z --- End of stack trace from previous location --- 2026-02-25T15:55:16.3497260Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-25T15:55:16.3498900Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-25T15:55:16.3499750Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-02-25T15:55:16.3500460Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-02-25T15:55:16.3501330Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-02-25T15:55:16.3502140Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-02-25T15:55:16.3557620Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-02-25T15:55:20.0384020Z 2026-02-25T15:55:20.1178030Z ##[error]PowerShell exited with code '1'. 2026-02-25T15:55:20.1407680Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-02-25T15:55:22.1295330Z Generating script. 2026-02-25T15:55:22.1335030Z ========================== Starting Command Output =========================== 2026-02-25T15:55:22.1428270Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/df8c6119-f791-4d06-b787-ab8446c7b7a1.ps1' 2026-02-25T15:55:24.1672010Z $ErrorActionPreference = 'stop' 2026-02-25T15:55:24.1674040Z $ProgressPreference = 'silentlyContinue' 2026-02-25T15:55:24.1679020Z Get-Content $PSCommandPath 2026-02-25T15:55:24.1681650Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-02-25T15:55:24.1684350Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-25T15:55:24.1685810Z $command += " --runtimevariant=""Mono""" 2026-02-25T15:55:24.1687980Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-25T15:55:24.1690530Z 2026-02-25T15:55:24.1693040Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-25T15:55:24.1694610Z $deviceType = "" 2026-02-25T15:55:24.1701060Z if ($deviceType) { 2026-02-25T15:55:24.1703350Z $command += " --skin=""$deviceType""" 2026-02-25T15:55:24.1705370Z } 2026-02-25T15:55:24.1705990Z 2026-02-25T15:55:24.1706910Z $testFilter = "" 2026-02-25T15:55:24.1707300Z $testConfigrationArgs = "" 2026-02-25T15:55:24.1707880Z 2026-02-25T15:55:24.1709060Z "RadioButton,RefreshView".Split(",") | ForEach { 2026-02-25T15:55:24.1709720Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-25T15:55:24.1710380Z } 2026-02-25T15:55:24.1710970Z 2026-02-25T15:55:24.1712220Z $testFilter = $testFilter.TrimEnd("|") 2026-02-25T15:55:24.1712900Z 2026-02-25T15:55:24.1713760Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-25T15:55:24.1714210Z if ($testConfigrationArgs) { 2026-02-25T15:55:24.1714630Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-25T15:55:24.1715030Z } 2026-02-25T15:55:24.1715350Z if ($testFilter) { 2026-02-25T15:55:24.1715690Z $command += " --test-filter ""$testFilter""" 2026-02-25T15:55:24.1716040Z } 2026-02-25T15:55:24.1716220Z 2026-02-25T15:55:24.1716670Z $headless = true 2026-02-25T15:55:24.1717120Z if ($headless) { 2026-02-25T15:55:24.1717680Z $command += " --headless ""$headless""" 2026-02-25T15:55:24.1718960Z } 2026-02-25T15:55:24.1719100Z 2026-02-25T15:55:24.1719550Z Write-Host "Running command: $command" 2026-02-25T15:55:24.1719780Z 2026-02-25T15:55:24.1720210Z Invoke-Expression $command 2026-02-25T15:55:24.1720760Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-25T15:55:24.1722230Z } else { 2026-02-25T15:55:24.1723450Z exit $LASTEXITCODE 2026-02-25T15:55:24.1723870Z } 2026-02-25T15:55:24.3073950Z Running command: ./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project="/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --appproject="/Users/runner/work/1/Controls.TestCases.HostApp/" --device="mac" --apiversion="15.3" --configuration="Release" --runtimevariant="Mono" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=RadioButton|TestCategory=RefreshView" 2026-02-25T15:55:25.2561010Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T15:55:25.8721860Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T15:55:26.3358700Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T15:55:26.7928700Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T15:55:27.2800890Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T15:55:28.2006690Z Looking for modules... 2026-02-25T15:55:31.0714460Z No modules found to install. 2026-02-25T15:55:31.0804960Z Module directory does not exist. 2026-02-25T15:55:31.0868900Z Analyzing build script... 2026-02-25T15:55:31.0892680Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-25T15:55:31.0907630Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-25T15:55:31.0914150Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-25T15:55:31.2862800Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-25T15:55:33.4455560Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-25T15:55:34.3528060Z Processing build script... 2026-02-25T15:55:34.3545800Z Installing addins... 2026-02-25T15:55:34.5563690Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-25T15:55:34.5691730Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-25T15:55:34.5776430Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-25T15:55:34.8315290Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-25T15:55:34.8317250Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-25T15:55:34.8318050Z is referencing an older version of Cake.Core (0.33.0). 2026-02-25T15:55:34.8318640Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-25T15:55:34.8359730Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T15:55:34.8399520Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T15:55:35.1351940Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-25T15:55:35.1354170Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-25T15:55:35.1355890Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-25T15:55:35.1358060Z Adding assembly reference to System.Runtime.dll... 2026-02-25T15:55:35.1359690Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-25T15:55:35.1364580Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-25T15:55:35.1369710Z Adding assembly reference to System.Threading.dll... 2026-02-25T15:55:35.1374510Z Adding assembly reference to System.Linq.dll... 2026-02-25T15:55:35.1376440Z Adding assembly reference to System.Collections.dll... 2026-02-25T15:55:35.1379640Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-25T15:55:35.1382980Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-25T15:55:35.1387040Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-25T15:55:35.1389300Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-25T15:55:35.1390800Z Adding assembly reference to System.ObjectModel.dll... 2026-02-25T15:55:35.1392620Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-25T15:55:35.1394750Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-25T15:55:35.1396210Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-25T15:55:35.1397210Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-25T15:55:35.1398390Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-25T15:55:35.1399770Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-25T15:55:35.1400460Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-25T15:55:35.1401930Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-25T15:55:35.1402660Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-25T15:55:35.1403300Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-25T15:55:35.1403930Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-25T15:55:35.1404870Z Adding assembly reference to mscorlib.dll... 2026-02-25T15:55:35.1405450Z Adding assembly reference to netstandard.dll... 2026-02-25T15:55:35.1406630Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-25T15:55:35.1408200Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-25T15:55:35.1409710Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-25T15:55:35.1423430Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-25T15:55:35.1428330Z Adding assembly reference to System.Memory.dll... 2026-02-25T15:55:35.1430840Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-25T15:55:35.1433740Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-25T15:55:35.1436060Z Adding assembly reference to System.ComponentModel.dll... 2026-02-25T15:55:35.1439680Z Adding assembly reference to System.Console.dll... 2026-02-25T15:55:35.1465140Z Adding assembly reference to System.Data.Common.dll... 2026-02-25T15:55:35.1466510Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-25T15:55:35.1468330Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-25T15:55:35.1471650Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-25T15:55:35.1476860Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-25T15:55:35.1478600Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-25T15:55:35.1483430Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-25T15:55:35.1497380Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-25T15:55:35.1498870Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-25T15:55:35.1500600Z Adding assembly reference to System.IO.Compression.dll... 2026-02-25T15:55:35.1502010Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-25T15:55:35.1503130Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-25T15:55:35.1504090Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-25T15:55:35.1504680Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-25T15:55:35.1505470Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-25T15:55:35.1506070Z Adding assembly reference to System.Net.Requests.dll... 2026-02-25T15:55:35.1506640Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-25T15:55:35.1508120Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-25T15:55:35.1509510Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-25T15:55:35.1510110Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-25T15:55:35.1510900Z Adding assembly reference to System.Net.Http.dll... 2026-02-25T15:55:35.1511530Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-25T15:55:35.1512480Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-25T15:55:35.1513040Z Adding assembly reference to System.Net.Mail.dll... 2026-02-25T15:55:35.1513770Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-25T15:55:35.1514330Z Adding assembly reference to System.Net.Ping.dll... 2026-02-25T15:55:35.1514910Z Adding assembly reference to System.Net.Security.dll... 2026-02-25T15:55:35.1515460Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-25T15:55:35.1516020Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-25T15:55:35.1516590Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-25T15:55:35.1517180Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-25T15:55:35.1517750Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-25T15:55:35.1519000Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-25T15:55:35.1519590Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-25T15:55:35.1520350Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-25T15:55:35.1520970Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-25T15:55:35.1521710Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-25T15:55:35.1522500Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-25T15:55:35.1523260Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-25T15:55:35.1524090Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-25T15:55:35.1524730Z Adding assembly reference to System.Security.Claims.dll... 2026-02-25T15:55:35.1525350Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-25T15:55:35.1525980Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-25T15:55:35.1526550Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-25T15:55:35.1527610Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-25T15:55:35.1528540Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-25T15:55:35.1529360Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-25T15:55:35.1530160Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-25T15:55:35.1530750Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-25T15:55:35.1531320Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-25T15:55:35.1532300Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-25T15:55:35.1532930Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-25T15:55:35.1534410Z Adding assembly reference to System.AppContext.dll... 2026-02-25T15:55:35.1536750Z Adding assembly reference to System.Buffers.dll... 2026-02-25T15:55:35.1537690Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-25T15:55:35.1538560Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-25T15:55:35.1539570Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-25T15:55:35.1540470Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-25T15:55:35.1541400Z Adding assembly reference to System.Configuration.dll... 2026-02-25T15:55:35.1542320Z Adding assembly reference to System.Core.dll... 2026-02-25T15:55:35.1543090Z Adding assembly reference to System.Private.Uri.dll... 2026-02-25T15:55:35.1543960Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-25T15:55:35.1544770Z Adding assembly reference to System.Data.dll... 2026-02-25T15:55:35.1545610Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-25T15:55:35.1546610Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-25T15:55:35.1548160Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-25T15:55:35.1549160Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-25T15:55:35.1550000Z Adding assembly reference to System.dll... 2026-02-25T15:55:35.1550930Z Adding assembly reference to System.Drawing.dll... 2026-02-25T15:55:35.1551910Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-25T15:55:35.1552870Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-25T15:55:35.1553760Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-25T15:55:35.1554710Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-25T15:55:35.1555700Z Adding assembly reference to System.Globalization.dll... 2026-02-25T15:55:35.1556950Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-25T15:55:35.1557790Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-25T15:55:35.1558640Z Adding assembly reference to System.IO.dll... 2026-02-25T15:55:35.1559470Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-25T15:55:35.1560320Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-25T15:55:35.1561720Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-25T15:55:35.1562800Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-25T15:55:35.1563680Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-25T15:55:35.1564620Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-25T15:55:35.1565420Z Adding assembly reference to System.Net.dll... 2026-02-25T15:55:35.1566120Z Adding assembly reference to System.Net.Quic.dll... 2026-02-25T15:55:35.1566930Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-25T15:55:35.1567870Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-25T15:55:35.1568470Z Adding assembly reference to System.Text.Json.dll... 2026-02-25T15:55:35.1569060Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-25T15:55:35.1569960Z Adding assembly reference to System.Numerics.dll... 2026-02-25T15:55:35.1570540Z Adding assembly reference to System.Reflection.dll... 2026-02-25T15:55:35.1571170Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-25T15:55:35.1571870Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-25T15:55:35.1572480Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-25T15:55:35.1573120Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-25T15:55:35.1573750Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-25T15:55:35.1574790Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-25T15:55:35.1576070Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-25T15:55:35.1576960Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-25T15:55:35.1578660Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-25T15:55:35.1579980Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-25T15:55:35.1581250Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-25T15:55:35.1582190Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-25T15:55:35.1583250Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-25T15:55:35.1584030Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-25T15:55:35.1584690Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-25T15:55:35.1585340Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-25T15:55:35.1586070Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-25T15:55:35.1586760Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-25T15:55:35.1587350Z Adding assembly reference to System.Security.dll... 2026-02-25T15:55:35.1590250Z Adding assembly reference to System.Security.Principal.dll... 2026-02-25T15:55:35.1590960Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-25T15:55:35.1591930Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-25T15:55:35.1592800Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-25T15:55:35.1593630Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-25T15:55:35.1594470Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-25T15:55:35.1595890Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-25T15:55:35.1596990Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-25T15:55:35.1597680Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-25T15:55:35.1599360Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-25T15:55:35.1600070Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-25T15:55:35.1600780Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-25T15:55:35.1601400Z Adding assembly reference to System.Transactions.dll... 2026-02-25T15:55:35.1602150Z Adding assembly reference to System.ValueTuple.dll... 2026-02-25T15:55:35.1603270Z Adding assembly reference to System.Web.dll... 2026-02-25T15:55:35.1604160Z Adding assembly reference to System.Windows.dll... 2026-02-25T15:55:35.1604710Z Adding assembly reference to System.Xml.dll... 2026-02-25T15:55:35.1605280Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-25T15:55:35.1607260Z Adding assembly reference to System.Private.Xml.dll... 2026-02-25T15:55:35.1608290Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-25T15:55:35.1609470Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-25T15:55:35.1610150Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-25T15:55:35.1611190Z Adding assembly reference to WindowsBase.dll... 2026-02-25T15:55:35.1611910Z Adding assembly reference to Cake.Core.dll... 2026-02-25T15:55:35.1612700Z Adding assembly reference to Cake.Common.dll... 2026-02-25T15:55:35.1613620Z Adding assembly reference to Spectre.Console.dll... 2026-02-25T15:55:35.1614530Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-25T15:55:35.1615690Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-25T15:55:35.1616520Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-25T15:55:35.1617260Z Importing namespace Cake.Common... 2026-02-25T15:55:35.1618310Z Importing namespace Cake.Common.Build... 2026-02-25T15:55:35.1619070Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-25T15:55:35.1620280Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-25T15:55:35.1621080Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-25T15:55:35.1621910Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-25T15:55:35.1623080Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-25T15:55:35.1624390Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-25T15:55:35.1625120Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-25T15:55:35.1625930Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-25T15:55:35.1626730Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-25T15:55:35.1628010Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-25T15:55:35.1628940Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-25T15:55:35.1630960Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-25T15:55:35.1631970Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-25T15:55:35.1633210Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-25T15:55:35.1634830Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-25T15:55:35.1635650Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-25T15:55:35.1636510Z Importing namespace Cake.Common.Build.GoCD... 2026-02-25T15:55:35.1637280Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-25T15:55:35.1638080Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-25T15:55:35.1638950Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-25T15:55:35.1639830Z Importing namespace Cake.Common.Build.MyGet... 2026-02-25T15:55:35.1640960Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-25T15:55:35.1642510Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-25T15:55:35.1643360Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-25T15:55:35.1644850Z Importing namespace Cake.Common.Diagnostics... 2026-02-25T15:55:35.1645560Z Importing namespace Cake.Common.IO... 2026-02-25T15:55:35.1646180Z Importing namespace Cake.Common.IO.Paths... 2026-02-25T15:55:35.1647150Z Importing namespace Cake.Common.Net... 2026-02-25T15:55:35.1648410Z Importing namespace Cake.Common.Security... 2026-02-25T15:55:35.1649270Z Importing namespace Cake.Common.Solution... 2026-02-25T15:55:35.1650310Z Importing namespace Cake.Common.Solution.Project... 2026-02-25T15:55:35.1651190Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-25T15:55:35.1652190Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-25T15:55:35.1653560Z Importing namespace Cake.Common.Text... 2026-02-25T15:55:35.1654190Z Importing namespace Cake.Common.Tools.Cake... 2026-02-25T15:55:35.1655140Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-25T15:55:35.1656060Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-25T15:55:35.1656900Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-25T15:55:35.1657640Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-25T15:55:35.1658290Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-25T15:55:35.1658870Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-25T15:55:35.1659450Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-25T15:55:35.1661370Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-25T15:55:35.1662240Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-25T15:55:35.1663200Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-25T15:55:35.1664430Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-25T15:55:35.1665320Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-25T15:55:35.1667350Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-25T15:55:35.1668430Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-25T15:55:35.1669310Z Importing namespace Cake.Common.Tools.Command... 2026-02-25T15:55:35.1670320Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-25T15:55:35.1671620Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-25T15:55:35.1672840Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-25T15:55:35.1673730Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-25T15:55:35.1675040Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-25T15:55:35.1676420Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-25T15:55:35.1761010Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-25T15:55:35.1762210Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-25T15:55:35.1763010Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-25T15:55:35.1763570Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-25T15:55:35.1764110Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-25T15:55:35.1764660Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-25T15:55:35.1765220Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-25T15:55:35.1765780Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-25T15:55:35.1766770Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-25T15:55:35.1767320Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-25T15:55:35.1768200Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-25T15:55:35.1769370Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-25T15:55:35.1769960Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-25T15:55:35.1770540Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-25T15:55:35.1771100Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-25T15:55:35.1771680Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-25T15:55:35.1772230Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-25T15:55:35.1772800Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-25T15:55:35.1773490Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-25T15:55:35.1774100Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-25T15:55:35.1775830Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-25T15:55:35.1777560Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-25T15:55:35.1778190Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-25T15:55:35.1778780Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-25T15:55:35.1779360Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-25T15:55:35.1779980Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-25T15:55:35.1780540Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-25T15:55:35.1781590Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-25T15:55:35.1782220Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-25T15:55:35.1783440Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-25T15:55:35.1784480Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-25T15:55:35.1785100Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-25T15:55:35.1785700Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-25T15:55:35.1786400Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-25T15:55:35.1787250Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-25T15:55:35.1787850Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-25T15:55:35.1788410Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-25T15:55:35.1789370Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-25T15:55:35.1789990Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-25T15:55:35.1790900Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-25T15:55:35.1791770Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-25T15:55:35.1792370Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-25T15:55:35.1793200Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-25T15:55:35.1793760Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-25T15:55:35.1794420Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-25T15:55:35.1795000Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-25T15:55:35.1795890Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-25T15:55:35.1796440Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-25T15:55:35.1796970Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-25T15:55:35.1797890Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-25T15:55:35.1798440Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-25T15:55:35.1798980Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-25T15:55:35.1799540Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-25T15:55:35.1800130Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-25T15:55:35.1800680Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-25T15:55:35.1801590Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-25T15:55:35.1802210Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-25T15:55:35.1802810Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-25T15:55:35.1803380Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-25T15:55:35.1803930Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-25T15:55:35.1804480Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-25T15:55:35.1805080Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-25T15:55:35.1805640Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-25T15:55:35.1806190Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-25T15:55:35.1806780Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-25T15:55:35.1808200Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-25T15:55:35.1808830Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-25T15:55:35.1809370Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-25T15:55:35.1809930Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-25T15:55:35.1810510Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-25T15:55:35.1811140Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-25T15:55:35.1811720Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-25T15:55:35.1812310Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-25T15:55:35.1812850Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-25T15:55:35.1813580Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-25T15:55:35.1814240Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-25T15:55:35.1815200Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-25T15:55:35.1815760Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-25T15:55:35.1816530Z Importing namespace Cake.Common.Tools.WiX... 2026-02-25T15:55:35.1817080Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-25T15:55:35.1817660Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-25T15:55:35.1818250Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-25T15:55:35.1818850Z Importing namespace Cake.Common.Xml... 2026-02-25T15:55:35.1819600Z Importing namespace Cake.Core... 2026-02-25T15:55:35.1820160Z Importing namespace Cake.Core.Diagnostics... 2026-02-25T15:55:35.1820690Z Importing namespace Cake.Core.IO... 2026-02-25T15:55:35.1821250Z Importing namespace Cake.Core.Scripting... 2026-02-25T15:55:35.1821810Z Importing namespace Cake.Core.Tooling... 2026-02-25T15:55:35.1822690Z Importing namespace Cake.FileHelpers... 2026-02-25T15:55:35.1823200Z Importing namespace NuGet.Common... 2026-02-25T15:55:35.1823710Z Importing namespace NuGet.Configuration... 2026-02-25T15:55:35.1824250Z Importing namespace NuGet.Protocol... 2026-02-25T15:55:35.1824790Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-25T15:55:35.1825390Z Importing namespace NuGet.Versioning... 2026-02-25T15:55:35.1825950Z Importing namespace System... 2026-02-25T15:55:35.1826510Z Importing namespace System.Collections.Generic... 2026-02-25T15:55:35.1827020Z Importing namespace System.IO... 2026-02-25T15:55:35.1827510Z Importing namespace System.Linq... 2026-02-25T15:55:35.1828160Z Importing namespace System.Text... 2026-02-25T15:55:35.1829010Z Importing namespace System.Threading.Tasks... 2026-02-25T15:55:35.1829580Z .NETStandard,Version=v2.0 2026-02-25T15:55:35.2540000Z Compiling build script... 2026-02-25T15:55:38.1345240Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-02-25T15:55:39.3773870Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T15:55:39.3776170Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T15:55:39.3792780Z Host OS System Arch: X64 2026-02-25T15:55:39.3794050Z Host Processor System Arch: X64 2026-02-25T15:55:39.3798120Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T15:55:39.3800360Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-25T15:55:39.3802020Z Build Configuration: Release 2026-02-25T15:55:39.3803860Z Build Runtime Identifier: maccatalyst-x64 2026-02-25T15:55:39.3805810Z Build Target Framework: net10.0-maccatalyst 2026-02-25T15:55:39.3807650Z Test Device: mac 2026-02-25T15:55:39.3809580Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-25T15:55:39.3919670Z 2026-02-25T15:55:39.3923040Z ======================================== 2026-02-25T15:55:39.3924380Z uitest 2026-02-25T15:55:39.3925600Z ======================================== 2026-02-25T15:55:39.3927470Z Executing task: uitest 2026-02-25T15:55:39.3941000Z Starting UI Tests... 2026-02-25T15:55:39.3945950Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-25T15:55:39.3947940Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-25T15:55:39.4061420Z Testing Device: mac 2026-02-25T15:55:39.4064070Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-25T15:55:39.4066140Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-25T15:55:39.4067430Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-25T15:55:39.4088320Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-25T15:55:39.4811310Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T15:55:39.4984310Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-02-25T15:55:41.6827290Z Determining projects to restore... 2026-02-25T15:55:49.2149730Z All projects are up-to-date for restore. 2026-02-25T15:55:54.6367820Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-02-25T15:55:54.6914150Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-02-25T15:55:55.1385550Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-02-25T15:55:55.6987570Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-02-25T15:55:56.0871000Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-25T15:55:57.1070610Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-02-25T15:55:57.2939260Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-25T15:55:57.4577270Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-02-25T15:55:57.4782640Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-25T15:55:57.7222660Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-02-25T15:55:57.7674110Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-02-25T15:55:57.9406220Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-25T15:56:01.4309520Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T15:56:02.0763950Z 2026-02-25T15:56:02.1070760Z Build succeeded. 2026-02-25T15:56:02.1105060Z 0 Warning(s) 2026-02-25T15:56:02.1121280Z 0 Error(s) 2026-02-25T15:56:02.1157370Z 2026-02-25T15:56:02.1176020Z Time Elapsed 00:00:22.09 2026-02-25T15:56:02.1545160Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-RadioButton_RefreshView.log' 2026-02-25T15:56:02.1576580Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T15:56:02.1599950Z Run Tests With Filter TestCategory=RadioButton|TestCategory=RefreshView 2026-02-25T15:56:02.1611070Z Log Directory: /Users/runner/work/1/a/logs 2026-02-25T15:56:02.1629190Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-25T15:56:02.1654620Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-25T15:56:02.1674930Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T15:56:02.1694710Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-25T15:56:02.1719610Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T15:56:02.1744170Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-25T15:56:02.1765520Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-25T15:56:02.1784740Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-25T15:56:02.1803750Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-02-25T15:56:02.1816370Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-RadioButton_RefreshView.binlog 2026-02-25T15:56:02.1848020Z Executing: /Users/runner/work/1/s/.dotnet/dotnet test "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --filter "TestCategory=RadioButton|TestCategory=RefreshView" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-RadioButton_RefreshView.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/Users/runner/work/1/a/test-results" -dl:CentralLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-RadioButton_RefreshView.binlog /p:VStestUseMSBuildOutput=false 2026-02-25T15:56:04.2474670Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-02-25T15:56:04.3379180Z VSTest version 18.0.1 (x64) 2026-02-25T15:56:04.3389420Z 2026-02-25T15:56:04.4787820Z Starting test execution, please wait... 2026-02-25T15:56:04.5246510Z A total of 1 test files matched the specified pattern. 2026-02-25T15:56:05.1119150Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-02-25T15:56:05.2303810Z [xUnit.net 00:00:00.13] Discovering: Controls.TestCases.Mac.Tests 2026-02-25T15:56:05.4087430Z [xUnit.net 00:00:00.31] Discovered: Controls.TestCases.Mac.Tests 2026-02-25T15:56:05.4283460Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-25T15:56:05.4579390Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T15:56:06.1813190Z NUnit3TestExecutor discovered 47 of 47 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-25T15:57:34.3896430Z >>>>> 2/25/2026 3:57:34 PM BindingUpdatesFromProgrammaticRefresh Start 2026-02-25T15:57:34.3899000Z >>>>> 2/25/2026 3:57:34 PM FixtureSetup for BindingUpdatesFromProgrammaticRefresh 2026-02-25T16:00:12.3795200Z >>>>> 2/25/2026 4:00:12 PM BindingUpdatesFromProgrammaticRefresh Stop 2026-02-25T16:00:31.3996250Z Passed BindingUpdatesFromProgrammaticRefresh [2 m 57 s] 2026-02-25T16:02:02.1048270Z >>>>> 2/25/2026 4:02:02 PM FixtureSetup for Issue16973(Mac) 2026-02-25T16:02:02.1994390Z >>>>> 2/25/2026 4:02:02 PM Issue16973ValidateRefreshColor Start 2026-02-25T16:02:41.6596510Z >>>>> 2/25/2026 4:02:41 PM Issue16973ValidateRefreshColor Stop 2026-02-25T16:02:42.7242790Z Passed Issue16973ValidateRefreshColor [39 s] 2026-02-25T16:03:28.0081720Z >>>>> 2/25/2026 4:03:28 PM FixtureSetup for Issue22183(Mac) 2026-02-25T16:03:28.1143420Z >>>>> 2/25/2026 4:03:28 PM RadioButtonWithValueChangeSelected Start 2026-02-25T16:05:04.9150970Z >>>>> 2/25/2026 4:05:04 PM RadioButtonWithValueChangeSelected Stop 2026-02-25T16:05:04.9469660Z >>>>> 2/25/2026 4:05:04 PM Log types: 2026-02-25T16:05:05.6574860Z Failed RadioButtonWithValueChangeSelected [1 m 37 s] 2026-02-25T16:05:05.6575500Z Error Message: 2026-02-25T16:05:05.6575990Z VisualTestUtils.VisualTestFailedException : 2026-02-25T16:05:05.6576490Z Snapshot different than baseline: RadioButtonWithValueChangeSelected.png (86.51% difference) 2026-02-25T16:05:05.6577080Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T16:05:05.6577570Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T16:05:05.6577810Z 2026-02-25T16:05:05.6578150Z More info: https://aka.ms/visual-test-workflow 2026-02-25T16:05:05.6578310Z 2026-02-25T16:05:05.6578630Z Stack Trace: 2026-02-25T16:05:05.6579130Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-25T16:05:05.6579940Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-25T16:05:05.6580770Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 469 2026-02-25T16:05:05.6582160Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 301 2026-02-25T16:05:05.6583050Z at Microsoft.Maui.TestCases.Tests.Issues.Issue22183.RadioButtonWithValueChangeSelected() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22183.cs:line 25 2026-02-25T16:05:05.6584050Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T16:05:05.6584780Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-25T16:05:05.6585150Z 2026-02-25T16:06:41.5519040Z >>>>> 2/25/2026 4:06:41 PM FixtureSetup for Issue22750(Mac) 2026-02-25T16:06:41.6524120Z >>>>> 2/25/2026 4:06:41 PM RadioButtonUpdateValueInsideBorder Start 2026-02-25T16:09:06.0641970Z >>>>> 2/25/2026 4:09:06 PM RadioButtonUpdateValueInsideBorder Stop 2026-02-25T16:09:06.0815340Z >>>>> 2/25/2026 4:09:06 PM Log types: 2026-02-25T16:09:11.7248370Z Failed RadioButtonUpdateValueInsideBorder [2 m 29 s] 2026-02-25T16:09:11.7250620Z Error Message: 2026-02-25T16:09:11.7252470Z VisualTestUtils.VisualTestFailedException : 2026-02-25T16:09:11.7254210Z Snapshot different than baseline: RadioButtonUpdateValueInsideBorderNo.png (86.46% difference) 2026-02-25T16:09:11.7255830Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T16:09:11.7259810Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T16:09:11.7261090Z 2026-02-25T16:09:11.7262700Z More info: https://aka.ms/visual-test-workflow 2026-02-25T16:09:11.7264020Z 2026-02-25T16:09:11.7265650Z Stack Trace: 2026-02-25T16:09:11.7267400Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-25T16:09:11.7269500Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-25T16:09:11.7271040Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 469 2026-02-25T16:09:11.7272030Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 301 2026-02-25T16:09:11.7273010Z at Microsoft.Maui.TestCases.Tests.Issues.Issue22750.RadioButtonUpdateValueInsideBorder() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22750.cs:line 24 2026-02-25T16:09:11.7273730Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T16:09:11.7275100Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T16:09:11.7275480Z 2026-02-25T16:11:47.2512430Z >>>>> 2/25/2026 4:11:47 PM FixtureSetup for Issue23029(Mac) 2026-02-25T16:11:47.3632440Z >>>>> 2/25/2026 4:11:47 PM ValidateRefreshViewContentGetsFrameSet Start 2026-02-25T16:12:08.4542340Z >>>>> 2/25/2026 4:12:08 PM ValidateRefreshViewContentGetsFrameSet Stop 2026-02-25T16:12:09.8739420Z Passed ValidateRefreshViewContentGetsFrameSet [21 s] 2026-02-25T16:12:52.1620350Z >>>>> 2/25/2026 4:12:52 PM FixtureSetup for Issue24264(Mac) 2026-02-25T16:12:52.2552770Z >>>>> 2/25/2026 4:12:52 PM RadioButtonShouldNotLeakMemory Start 2026-02-25T16:15:42.9927260Z >>>>> 2/25/2026 4:15:42 PM RadioButtonShouldNotLeakMemory Stop 2026-02-25T16:15:43.0057360Z >>>>> 2/25/2026 4:15:43 PM Log types: 2026-02-25T16:15:43.3135380Z Failed RadioButtonShouldNotLeakMemory [2 m 50 s] 2026-02-25T16:15:43.3260200Z Error Message: 2026-02-25T16:15:43.3264070Z System.TimeoutException : Timed out waiting for element... 2026-02-25T16:15:43.3267010Z Stack Trace: 2026-02-25T16:15:43.3268960Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T16:15:43.3271100Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2731 2026-02-25T16:15:43.3273670Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 773 2026-02-25T16:15:43.3276820Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24264.RadioButtonShouldNotLeakMemory() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24264.cs:line 21 2026-02-25T16:15:43.3278990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:15:43.3293420Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:15:43.3295380Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T16:15:43.3296060Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T16:15:43.3296630Z 2026-02-25T16:16:12.0997610Z >>>>> 2/25/2026 4:16:12 PM FixtureSetup for Issue25887(Mac) 2026-02-25T16:16:12.2289350Z >>>>> 2/25/2026 4:16:12 PM RadioButtonContentNotRendering Start 2026-02-25T16:16:16.6423790Z >>>>> 2/25/2026 4:16:16 PM RadioButtonContentNotRendering Stop 2026-02-25T16:16:16.6535400Z >>>>> 2/25/2026 4:16:16 PM Log types: 2026-02-25T16:17:15.2386610Z Failed RadioButtonContentNotRendering [1 m 2 s] 2026-02-25T16:17:15.2393510Z Error Message: 2026-02-25T16:17:15.2396450Z VisualTestUtils.VisualTestFailedException : 2026-02-25T16:17:15.2400810Z Snapshot different than baseline: RadioButtonContentNotRendering.png (86.18% difference) 2026-02-25T16:17:15.2410810Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T16:17:15.2428350Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T16:17:15.2432190Z 2026-02-25T16:17:15.2438770Z More info: https://aka.ms/visual-test-workflow 2026-02-25T16:17:15.2441950Z 2026-02-25T16:17:15.2444980Z Stack Trace: 2026-02-25T16:17:15.2455440Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-25T16:17:15.2620820Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-25T16:17:15.2774000Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 469 2026-02-25T16:17:15.2777320Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 301 2026-02-25T16:17:15.2786800Z at Microsoft.Maui.TestCases.Tests.Issues.Issue25887.RadioButtonContentNotRendering() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25887.cs:line 20 2026-02-25T16:17:15.2790970Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:17:15.2793820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:17:15.2796430Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T16:17:15.2798390Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T16:17:15.2799920Z 2026-02-25T16:18:32.4065120Z >>>>> 2/25/2026 4:18:32 PM FixtureSetup for Issue26689(Mac) 2026-02-25T16:18:32.4969060Z >>>>> 2/25/2026 4:18:32 PM RadioButtonShouldApplyPropertiesCorrectly Start 2026-02-25T16:19:51.9229590Z >>>>> 2/25/2026 4:19:51 PM RadioButtonShouldApplyPropertiesCorrectly Stop 2026-02-25T16:19:51.9372160Z >>>>> 2/25/2026 4:19:51 PM Log types: 2026-02-25T16:19:53.6299300Z Failed RadioButtonShouldApplyPropertiesCorrectly [1 m 19 s] 2026-02-25T16:19:53.6302060Z Error Message: 2026-02-25T16:19:53.6303940Z VisualTestUtils.VisualTestFailedException : 2026-02-25T16:19:53.6305860Z Snapshot different than baseline: RadioButtonShouldApplyPropertiesCorrectly.png (81.59% difference) 2026-02-25T16:19:53.6307890Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T16:19:53.6308510Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T16:19:53.6308720Z 2026-02-25T16:19:53.6309100Z More info: https://aka.ms/visual-test-workflow 2026-02-25T16:19:53.6309330Z 2026-02-25T16:19:53.6310750Z Stack Trace: 2026-02-25T16:19:53.6312400Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-25T16:19:53.6314560Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-25T16:19:53.6316560Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 469 2026-02-25T16:19:53.6319640Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 301 2026-02-25T16:19:53.6322080Z at Microsoft.Maui.TestCases.Tests.Issues.Issue26689.RadioButtonShouldApplyPropertiesCorrectly() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue26689.cs:line 20 2026-02-25T16:19:53.6325790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:19:53.6329150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:19:53.6329800Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T16:19:53.6330700Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T16:19:53.6331090Z 2026-02-25T16:21:06.8174180Z >>>>> 2/25/2026 4:21:06 PM FixtureSetup for Issue28153(Mac) 2026-02-25T16:21:06.9259530Z >>>>> 2/25/2026 4:21:06 PM ValidateRadioButtonNoBorderColorWhenNoBorderWidth Start 2026-02-25T16:22:25.4125860Z >>>>> 2/25/2026 4:22:25 PM ValidateRadioButtonNoBorderColorWhenNoBorderWidth Stop 2026-02-25T16:22:25.4283600Z >>>>> 2/25/2026 4:22:25 PM Log types: 2026-02-25T16:22:26.4381870Z Failed ValidateRadioButtonNoBorderColorWhenNoBorderWidth [1 m 18 s] 2026-02-25T16:22:26.4383300Z Error Message: 2026-02-25T16:22:26.4384570Z VisualTestUtils.VisualTestFailedException : 2026-02-25T16:22:26.4385900Z Snapshot different than baseline: ValidateRadioButtonNoBorderColorWhenNoBorderWidth.png (86.25% difference) 2026-02-25T16:22:26.4387470Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-02-25T16:22:26.4388930Z See test attachment or download the build artifacts to get the new snapshot file. 2026-02-25T16:22:26.4389980Z 2026-02-25T16:22:26.4391230Z More info: https://aka.ms/visual-test-workflow 2026-02-25T16:22:26.4392190Z 2026-02-25T16:22:26.4393410Z Stack Trace: 2026-02-25T16:22:26.4397650Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-02-25T16:22:26.4398560Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-02-25T16:22:26.4399630Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 469 2026-02-25T16:22:26.4401110Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 301 2026-02-25T16:22:26.4402050Z at Microsoft.Maui.TestCases.Tests.Issues.Issue28153.ValidateRadioButtonNoBorderColorWhenNoBorderWidth() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28153.cs:line 18 2026-02-25T16:22:26.4402900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:22:26.4403640Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:22:26.4404290Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T16:22:26.4404920Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T16:22:26.4405240Z 2026-02-25T16:24:00.0655610Z >>>>> 2/25/2026 4:24:00 PM CheckInitialStates Start 2026-02-25T16:24:00.0732650Z >>>>> 2/25/2026 4:24:00 PM FixtureSetup for CheckInitialStates 2026-02-25T16:30:11.7413640Z >>>>> 2/25/2026 4:30:11 PM CheckInitialStates Stop 2026-02-25T16:30:11.7538050Z >>>>> 2/25/2026 4:30:11 PM Log types: 2026-02-25T16:33:07.9056610Z Failed CheckInitialStates [9 m 7 s] 2026-02-25T16:33:07.9058590Z Error Message: 2026-02-25T16:33:07.9060130Z Assert.That(App.FindElement(TestEntry).GetText(), Is.EqualTo("test input")) 2026-02-25T16:33:07.9060930Z Expected string length 10 but was 7. Strings differ at index 7. 2026-02-25T16:33:07.9062800Z Expected: "test input" 2026-02-25T16:33:07.9063860Z But was: "test in" 2026-02-25T16:33:07.9067420Z ------------------^ 2026-02-25T16:33:07.9067770Z 2026-02-25T16:33:07.9068810Z Stack Trace: 2026-02-25T16:33:07.9070720Z at Microsoft.Maui.TestCases.Tests.Issues.Issue30690.CheckInitialStates() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30690.cs:line 40 2026-02-25T16:33:07.9071920Z 2026-02-25T16:33:07.9073210Z 1) at Microsoft.Maui.TestCases.Tests.Issues.Issue30690.CheckInitialStates() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30690.cs:line 40 2026-02-25T16:33:07.9074060Z 2026-02-25T16:33:07.9074170Z 2026-02-25T16:33:07.9075100Z >>>>> 2/25/2026 4:33:07 PM IsEnabledDisablesEntireViewAndPreventsChildInteraction Start 2026-02-25T16:33:07.9075780Z >>>>> 2/25/2026 4:33:07 PM FixtureSetup for IsEnabledDisablesEntireViewAndPreventsChildInteraction 2026-02-25T16:37:26.8122840Z >>>>> 2/25/2026 4:37:26 PM IsEnabledDisablesEntireViewAndPreventsChildInteraction Stop 2026-02-25T16:37:57.0983910Z >>>>> 2/25/2026 4:37:57 PM Log types: 2026-02-25T16:39:38.8193290Z Failed IsEnabledDisablesEntireViewAndPreventsChildInteraction [6 m 30 s] 2026-02-25T16:39:38.8195120Z Error Message: 2026-02-25T16:39:38.8196710Z OpenQA.Selenium.UnknownErrorException : Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded 2026-02-25T16:39:38.8211920Z Stack Trace: 2026-02-25T16:39:38.8215650Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-25T16:39:38.8217820Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-25T16:39:38.8225030Z at OpenQA.Selenium.WebDriver.InternalExecute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-25T16:39:38.8228730Z at OpenQA.Selenium.WebElement.Execute(String commandToExecute, Dictionary`2 parameters) 2026-02-25T16:39:38.8232070Z at OpenQA.Selenium.WebElement.SendKeys(String text) 2026-02-25T16:39:38.8235430Z at UITest.Appium.AppiumTextActions.SendKeys(IDictionary`2 parameters) in /_/src/TestUtils/src/UITest.Appium/Actions/AppiumTextActions.cs:line 48 2026-02-25T16:39:38.8239530Z at UITest.Appium.AppiumTextActions.Execute(String commandName, IDictionary`2 parameters) in /_/src/TestUtils/src/UITest.Appium/Actions/AppiumTextActions.cs:line 29 2026-02-25T16:39:38.8242080Z at UITest.Appium.AppiumCommandExecutor.Execute(String commandName, IDictionary`2 parameters) in /_/src/TestUtils/src/UITest.Appium/Actions/AppiumCommandExecutor.cs:line 20 2026-02-25T16:39:38.8244380Z at UITest.Appium.HelperExtensions.SendKeys(IUIElement element, String text) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 413 2026-02-25T16:39:38.8253320Z at UITest.Appium.HelperExtensions.EnterText(IApp app, IUIElement element, String text) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 255 2026-02-25T16:39:38.8255830Z at UITest.Appium.HelperExtensions.EnterText(IApp app, String element, String text) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 235 2026-02-25T16:39:38.8258330Z at Microsoft.Maui.TestCases.Tests.Issues.Issue30690.IsEnabledDisablesEntireViewAndPreventsChildInteraction() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30690.cs:line 104 2026-02-25T16:39:38.8260750Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:39:38.8263750Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:39:38.8267620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T16:39:38.8277490Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T16:39:38.8293720Z 2026-02-25T16:39:38.8301240Z >>>>> 2/25/2026 4:39:38 PM IsEnabledDisablesEntireViewAndPreventsRefresh Start 2026-02-25T16:39:38.8305480Z >>>>> 2/25/2026 4:39:38 PM FixtureSetup for IsEnabledDisablesEntireViewAndPreventsRefresh 2026-02-25T16:44:51.4781380Z >>>>> 2/25/2026 4:44:51 PM IsEnabledDisablesEntireViewAndPreventsRefresh Stop 2026-02-25T16:45:40.0979180Z Passed IsEnabledDisablesEntireViewAndPreventsRefresh [6 m 1 s] 2026-02-25T16:45:40.0981930Z >>>>> 2/25/2026 4:45:40 PM IsRefreshEnabledAllowsChildInteraction Start 2026-02-25T16:45:40.0983860Z >>>>> 2/25/2026 4:45:40 PM FixtureSetup for IsRefreshEnabledAllowsChildInteraction 2026-02-25T16:50:55.8167170Z >>>>> 2/25/2026 4:50:55 PM IsRefreshEnabledAllowsChildInteraction Stop 2026-02-25T16:50:55.8288970Z >>>>> 2/25/2026 4:50:55 PM Log types: 2026-02-25T16:52:46.7007930Z Failed IsRefreshEnabledAllowsChildInteraction [7 m 6 s] 2026-02-25T16:52:46.7010760Z Error Message: 2026-02-25T16:52:46.7103790Z Assert.That(App.FindElement(TestEntry).GetText(), Is.EqualTo("refresh disabled but entry works")) 2026-02-25T16:52:46.7130990Z Expected string length 32 but was 10. Strings differ at index 10. 2026-02-25T16:52:46.7134300Z Expected: "refresh disabled but entry works" 2026-02-25T16:52:46.7137710Z But was: "refresh di" 2026-02-25T16:52:46.7139570Z ---------------------^ 2026-02-25T16:52:46.7141420Z 2026-02-25T16:52:46.7143660Z Stack Trace: 2026-02-25T16:52:46.7146800Z at Microsoft.Maui.TestCases.Tests.Issues.Issue30690.IsRefreshEnabledAllowsChildInteraction() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30690.cs:line 71 2026-02-25T16:52:46.7148700Z 2026-02-25T16:52:46.7151400Z 1) at Microsoft.Maui.TestCases.Tests.Issues.Issue30690.IsRefreshEnabledAllowsChildInteraction() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30690.cs:line 71 2026-02-25T16:52:46.7155210Z 2026-02-25T16:52:46.7157410Z 2026-02-25T16:52:46.7159680Z >>>>> 2/25/2026 4:52:46 PM IsRefreshEnabledPreventsRefresh Start 2026-02-25T16:52:46.7163810Z >>>>> 2/25/2026 4:52:46 PM FixtureSetup for IsRefreshEnabledPreventsRefresh 2026-02-25T16:54:59.5860600Z >>>>> 2/25/2026 4:54:59 PM IsRefreshEnabledPreventsRefresh Stop 2026-02-25T16:54:59.5968970Z >>>>> 2/25/2026 4:54:59 PM Log types: 2026-02-25T16:56:00.3375200Z Failed IsRefreshEnabledPreventsRefresh [3 m 12 s] 2026-02-25T16:56:00.3399140Z Error Message: 2026-02-25T16:56:00.3403850Z System.TimeoutException : Timed out waiting for element... 2026-02-25T16:56:00.3405610Z Stack Trace: 2026-02-25T16:56:00.3407450Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2716 2026-02-25T16:56:00.3409840Z at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2731 2026-02-25T16:56:00.3411970Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 773 2026-02-25T16:56:00.3414040Z at Microsoft.Maui.TestCases.Tests.Issues.Issue30690.IsRefreshEnabledPreventsRefresh() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30690.cs:line 47 2026-02-25T16:56:00.3416140Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:56:00.3418230Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-25T16:56:00.3420290Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-25T16:56:00.3422160Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-25T16:56:00.3423630Z 2026-02-25T16:57:16.3912990Z >>>>> 2/25/2026 4:57:16 PM FixtureSetup for Issue31375(Mac) 2026-02-25T16:57:16.4976110Z >>>>> 2/25/2026 4:57:16 PM VerifyRefreshViewCommandExecution Start 2026-02-25T16:59:54.8802200Z >>>>> 2/25/2026 4:59:54 PM VerifyRefreshViewCommandExecution Stop 2026-02-25T16:59:55.5487210Z Passed VerifyRefreshViewCommandExecution [2 m 38 s] 2026-02-25T17:01:36.4333850Z >>>>> 2/25/2026 5:01:36 PM FixtureSetup for Issue7371(Mac) 2026-02-25T17:01:36.5159800Z >>>>> 2/25/2026 5:01:36 PM RefreshingListViewCrashesWhenDisposedTest Start 2026-02-25T17:01:37.8068940Z >>>>> 2/25/2026 5:01:37 PM RefreshingListViewCrashesWhenDisposedTest Stop 2026-02-25T17:01:38.0096220Z Passed RefreshingListViewCrashesWhenDisposedTest [1 s] 2026-02-25T17:02:26.5894670Z >>>>> 2/25/2026 5:02:26 PM FixtureSetup for Issue8186(Mac) 2026-02-25T17:02:26.6957170Z >>>>> 2/25/2026 5:02:26 PM SetIsRefreshingToTrueInOnAppearingDoesntCrash Start 2026-02-25T17:06:01.5931760Z >>>>> 2/25/2026 5:06:01 PM SetIsRefreshingToTrueInOnAppearingDoesntCrash Stop 2026-02-25T17:06:02.7147750Z Passed SetIsRefreshingToTrueInOnAppearingDoesntCrash [3 m 34 s] 2026-02-25T17:08:39.5368680Z >>>>> 2/25/2026 5:08:39 PM FixtureSetup for RadioButtonTemplateFromStyle(Mac) 2026-02-25T17:08:39.6464160Z >>>>> 2/25/2026 5:08:39 PM ContentRenderers Start 2026-02-25T17:08:41.6211710Z >>>>> 2/25/2026 5:08:41 PM ContentRenderers Stop 2026-02-25T17:08:42.6471730Z Passed ContentRenderers [1 s] 2026-02-25T17:09:49.5977260Z >>>>> 2/25/2026 5:09:49 PM FixtureSetup for RefreshViewTests(Mac) 2026-02-25T17:09:49.7087810Z >>>>> 2/25/2026 5:09:49 PM IsRefreshingAndCommandTest Start 2026-02-25T17:11:43.8149620Z >>>>> 2/25/2026 5:11:43 PM IsRefreshingAndCommandTest Stop 2026-02-25T17:11:45.2124620Z Passed IsRefreshingAndCommandTest [1 m 54 s] 2026-02-25T17:12:13.3052500Z >>>>> 2/25/2026 5:12:13 PM FixtureSetup for RadioButtonFeatureTests(Mac) 2026-02-25T17:13:58.0291080Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-25T17:13:58.0823310Z ##[error]The operation was canceled. 2026-02-25T17:13:58.0830870Z ##[section]Async Command Start: Update Build Number 2026-02-25T17:13:58.0841890Z Update build number to 10.0.50-ci+azdo.1309303 for build 1309303 2026-02-25T17:13:58.0842290Z ##[section]Async Command End: Update Build Number 2026-02-25T17:13:58.0844570Z ##[section]Async Command Start: Update Build Number 2026-02-25T17:13:58.0845070Z Update build number to 10.0.50-ci+azdo.1309303 for build 1309303 2026-02-25T17:13:58.0845420Z ##[section]Async Command End: Update Build Number 2026-02-25T17:13:58.0847260Z ##[section]Async Command Start: Update Build Number 2026-02-25T17:13:58.0847760Z Update build number to 10.0.50-ci+azdo.1309303 for build 1309303 2026-02-25T17:13:58.0848060Z ##[section]Async Command End: Update Build Number 2026-02-25T17:13:58.0849850Z ##[section]Async Command Start: Update Build Number 2026-02-25T17:13:58.0850340Z Update build number to 10.0.50-ci+azdo.1309303 for build 1309303 2026-02-25T17:13:58.0850660Z ##[section]Async Command End: Update Build Number 2026-02-25T17:13:58.0852500Z ##[section]Async Command Start: Update Build Number 2026-02-25T17:13:58.0852980Z Update build number to 10.0.50-ci+azdo.1309303 for build 1309303 2026-02-25T17:13:58.0853280Z ##[section]Async Command End: Update Build Number 2026-02-25T17:13:58.0855100Z ##[section]Async Command Start: Update Build Number 2026-02-25T17:13:58.0855590Z Update build number to 10.0.50-ci+azdo.1309303 for build 1309303 2026-02-25T17:13:58.0855900Z ##[section]Async Command End: Update Build Number 2026-02-25T17:13:58.0857770Z ##[section]Async Command Start: Update Build Number 2026-02-25T17:13:58.0858260Z Update build number to 10.0.50-ci+azdo.1309303 for build 1309303 2026-02-25T17:13:58.0858560Z ##[section]Async Command End: Update Build Number 2026-02-25T17:13:58.0860440Z ##[section]Async Command Start: Update Build Number 2026-02-25T17:13:58.0860960Z Update build number to 10.0.50-ci+azdo.1309303 for build 1309303 2026-02-25T17:13:58.0861230Z ##[section]Async Command End: Update Build Number 2026-02-25T17:13:58.0863410Z ##[section]Finishing: Controls RadioButton,RefreshView