Skip to content

Translate COALESCE as ISNULL in more cases - #35986

Draft
ranma42 wants to merge 3 commits into
dotnet:mainfrom
ranma42:isnull-more
Draft

Translate COALESCE as ISNULL in more cases#35986
ranma42 wants to merge 3 commits into
dotnet:mainfrom
ranma42:isnull-more

Update baselines

68037e4
Select commit
Loading
Failed to load commit list.
Azure Pipelines / efcore-ci failed Nov 4, 2025 in 51m 43s

Build #20251104.1 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 235,642 (81.94%)
  • Other: 51,920 (18.06%)
  • Total: 287,563

Annotations

Check failure on line 0 in XUnit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

XUnit#L0

XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: D:\a\_work\1\s\artifacts\TestResults\Release\EFCore.Relational.Tests_net10.0_x64.html [net10.0|x64]

Check failure on line 1 in Microsoft.EntityFrameworkCore.RelationalConnectionTest.HandleTransactionCompleted_with_concurrent_ClearTransactions_is_thread_safe

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

Microsoft.EntityFrameworkCore.RelationalConnectionTest.HandleTransactionCompleted_with_concurrent_ClearTransactions_is_thread_safe

Assert.Empty() Failure: Collection was not empty\r\nCollection: [System.ObjectDisposedException: Cannot access a disposed object.\r\nObject name: 'System.Transactions.TransactionScope'.\r\n   at System.Transactions.TransactionScope.Complete()\r\n   at Microsoft.EntityFrameworkCore.RelationalConnectionTest.<>c__DisplayClass46_1.<<HandleTransactionCompleted_with_concurrent_ClearTransactions_is_thread_safe>b__1>d.MoveNext() in /_/test/EFCore.Relational.Tests/RelationalConnectionTest.cs:line 1138]
Raw output
   at Microsoft.EntityFrameworkCore.RelationalConnectionTest.HandleTransactionCompleted_with_concurrent_ClearTransactions_is_thread_safe() in /_/test/EFCore.Relational.Tests/RelationalConnectionTest.cs:line 1157
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)