Skip to content

Update compiled model baselines for DefaultStringValueComparer

a084003
Select commit
Loading
Failed to load commit list.
Open

Fix PendingModelChangesWarning for Unicode diacritics (NFC/NFD) on Linux #38197

Update compiled model baselines for DefaultStringValueComparer
a084003
Select commit
Loading
Failed to load commit list.
Azure Pipelines / efcore-ci succeeded May 4, 2026 in 1h 13m 0s

Build #20260503.14 had test failures

Details

Tests

  • Failed: 3 (0.00%)
  • Passed: 332,953 (87.47%)
  • Other: 47,700 (12.53%)
  • Total: 380,656

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.SqlServer.FunctionalTests_net11.0_x64.html [net11.0|x64]

Check failure on line 55 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

Build log #L55

Cmd.exe exited with code '1'.

Check failure on line 1 in Microsoft.EntityFrameworkCore.OptimisticConcurrencyCosmosTest.Simple_concurrency_exception_can_be_resolved_with_store_values_using_equivalent_of_accept_changes

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

Microsoft.EntityFrameworkCore.OptimisticConcurrencyCosmosTest.Simple_concurrency_exception_can_be_resolved_with_store_values_using_equivalent_of_accept_changes

System.InvalidOperationException : The instance of entity type 'EngineSupplier' cannot be tracked because another instance with the key value '{Name: Mercedes}' is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached.
Raw output
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.ThrowIdentityConflict(InternalEntityEntry entry) in D:\a\_work\1\s\src\EFCore\ChangeTracking\Internal\IdentityMap.cs:line 253
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.Add(TKey key, InternalEntityEntry entry, Boolean updateDuplicate) in D:\a\_work\1\s\src\EFCore\ChangeTracking\Internal\IdentityMap.cs:line 289
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.StartTracking(InternalEntityEntry entry) in D:\a\_work\1\s\src\EFCore\ChangeTracking\Internal\StateManager.cs:line 565
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase.SetEntityState(EntityState oldState, EntityState newState, Boolean acceptChanges, Boolean modifyProperties) in D:\a\_work\1\s\src\EFCore\ChangeTracking\Internal\InternalEntryBase.cs:line 233
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityGraphAttacher.PaintAction(EntityEntryGraphNode`1 node) in D:\a\_work\1\s\src\EFCore\ChangeTracking\Internal\EntityGraphAttacher.cs:line 127
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityEntryGraphIterator.TraverseGraph[TState](EntityEntryGraphNode`1 node, Func`2 handleNode) in D:\a\_work\1\s\src\EFCore\ChangeTracking\Internal\EntityEntryGraphIterator.cs:line 26
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityGraphAttacher.AttachGraph(InternalEntityEntry rootEntry, EntityState targetState, EntityState storeGeneratedWithKeySetTargetState, Boolean forceStateWhenUnknownKey) in D:\a\_work\1\s\src\EFCore\ChangeTracking\Internal\EntityGraphAttacher.cs:line 43
   at Microsoft.EntityFrameworkCore.DbContext.Add[TEntity](TEntity entity) in D:\a\_work\1\s\src\EFCore\DbContext.cs:line 1260
   at Microsoft.EntityFrameworkCore.TestModels.ConcurrencyModel.F1Context.AddSeedData(F1Context context) in D:\a\_work\1\s\test\EFCore.Specification.Tests\TestModels\ConcurrencyModel\F1Context.cs:line 30
   at Microsoft.EntityFrameworkCore.F1FixtureBase`1.<AddOptions>b__4_1(DbContext c, Boolean _, CancellationToken t) in D:\a\_work\1\s\test\EFCore.Specification.Tests\F1FixtureBase.cs:line 37
   at Microsoft.EntityFrameworkCore.Cosmos.Storage.Internal.CosmosDatabaseCreator.SeedDataAsync(Boolean created, CancellationToken cancellationToken) in D:\a\_work\1\s\src\EFCore.Cosmos\Storage\Internal\CosmosDatabaseCreator.cs:line 204
   at Microsoft.EntityFrameworkCore.Cosmos.Storage.Internal.CosmosDatabaseCreator.EnsureCreatedAsync(CancellationToken cancellationToken) in D:\a\_work\1\s\src\EFCore.Cosmos\Storage\Internal\CosmosDatabaseCreator.cs:line 69
   at Microsoft.EntityFrameworkCore.TestUtilities.CosmosTestStore.CleanAsyncImpl(DbContext context, Boolean createTables) in D:\a\_work\1\s\test\EFCore.Cosmos.FunctionalTests\TestUtilities\CosmosTestStore.cs:line 277
   at Microsoft.EntityFrameworkCore.TestUtilities.CosmosTestStore.CleanAsyncImpl(DbContext context, Boolean createTables) in D:\a\_work\1\s\test\EFCore.Cosmos.FunctionalTests\TestUtilities\CosmosTestStore.cs:line 299
   at Microsoft.EntityFrameworkCore.TestUtilities.CosmosTestStore.<CleanAsync>b__35_0(DbContext _, ValueTuple`2 state, CancellationToken ct) in D:\a\_work\1\s\test\EFCore.Cosmos.FunctionalTests\TestUtilities\CosmosTestStore.cs:line 256
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext() in D:\a\_work\1\s\src\EFCore\Storage\ExecutionStrategy.cs:line 307
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken) in D:\a\_work\1\s\src\EFCore\Storage\ExecutionStrategy.cs:line 330
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken) in D:\a\_work\1\s\src\EFCore\Storage\ExecutionStrategy.cs:line 354
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken) in D:\a\_work\1\s\src\EFCore\Storage\ExecutionStrategy.cs:line 306
   at Microsoft.EntityFrameworkCore.SharedStoreFixtureBase`1.ReseedAsync() in D:\a\_work\1\s\test\EFCore.Specification.Tests\SharedStoreFixtureBase.cs:line 98

Check failure on line 1 in Microsoft.EntityFrameworkCore.Cosmos.FunctionalTests.dll.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

Microsoft.EntityFrameworkCore.Cosmos.FunctionalTests.dll.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in Microsoft.EntityFrameworkCore.Scaffolding.CompiledModelSqlServerTest.ComplexTypes

See this annotation in the file changed.

@azure-pipelines azure-pipelines / efcore-ci

Microsoft.EntityFrameworkCore.Scaffolding.CompiledModelSqlServerTest.ComplexTypes

System.AggregateException : Differences found in 2 files (Difference found in PrincipalBaseEntityType.cs) (Difference found in PrincipalDerivedEntityType.cs)\r\n---- System.Exception : Difference found in PrincipalBaseEntityType.cs\r\n-------- Assert.Equal() Failure: Strings differ\r\n                                  ↓ (pos 77295)\r\nExpected: ···\"etails) == null) && (PrincipalBaseUnsafeA\"···\r\nActual:   ···\"etails) == null) && string.Equals((Princi\"···\r\n                                  ↑ (pos 77295)\r\n---- System.Exception : Difference found in PrincipalDerivedEntityType.cs\r\n-------- Assert.Equal() Failure: Strings differ\r\n                                  ↓ (pos 8019)\r\nExpected: ···\"etails) == null) && (PrincipalDerivedUnsa\"···\r\nActual:   ···\"etails) == null) && string.Equals((Princi\"···\r\n                                  ↑ (pos 8019)
Raw output
   at Microsoft.EntityFrameworkCore.Scaffolding.CompiledModelTestBase.AssertBaseline(IReadOnlyCollection`1 scaffoldedFiles, String testName) in /_/test/EFCore.Specification.Tests/Scaffolding/CompiledModelTestBase.cs:line 2232
   at Microsoft.EntityFrameworkCore.Scaffolding.CompiledModelTestBase.Test[TContext](Action`1 onModelCreating, Action`1 assertModel, Func`2 useContext, Action`1 onConfiguring, CompiledModelCodeGenerationOptions options, Func`2 addServices, Func`2 addDesignTimeServices, IEnumerable`1 additionalSourceFiles, Action`1 assertAssembly, String expectedExceptionMessage, Boolean skipValidation, String testName) in /_/test/EFCore.Specification.Tests/Scaffolding/CompiledModelTestBase.cs:line 2146
--- End of stack trace from previous location ---
----- Inner Stack Trace #1 (System.Exception) -----

----- Inner Stack Trace -----
   at Microsoft.EntityFrameworkCore.Scaffolding.CompiledModelTestBase.AssertBaseline(IReadOnlyCollection`1 scaffoldedFiles, String testName) in /_/test/EFCore.Specification.Tests/Scaffolding/CompiledModelTestBase.cs:line 2215
----- Inner Stack Trace #2 (System.Exception) -----

----- Inner Stack Trace -----
   at Microsoft.EntityFrameworkCore.Scaffolding.CompiledModelTestBase.AssertBaseline(IReadOnlyCollection`1 scaffoldedFiles, String testName) in /_/test/EFCore.Specification.Tests/Scaffolding/CompiledModelTestBase.cs:line 2215