feat: update dotnet to version 9 #472
Annotations
2 errors and 10 warnings
Integration.Test.Identity.Features.RegisterNewUserTests ► should_create_new_user_to_db_and_publish_message_to_broker:
src/Services/Identity/src/Identity/Data/Seed/IdentityDataSeeder.cs#L64
Failed test found in:
src/Services/Identity/tests/IntegrationTest/TestResults/test-results.trx
Error:
System.InvalidOperationException : The instance of entity type 'User' cannot be tracked because another instance with the same key value for {'Id'} is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.
|
ci
Failed tests were found and 'fail-on-error' option is set to true
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L697
'TestReadBase<TEntryPoint, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L691
Cannot convert null literal to non-nullable reference type.
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L713
'TestWriteBase<TEntryPoint, TWContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L707
Cannot convert null literal to non-nullable reference type.
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L731
'TestBase<TEntryPoint, TWContext, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L724
Cannot convert null literal to non-nullable reference type.
|
ci:
src/BuildingBlocks/Core/EventDispatcher.cs#L21
Cannot convert null literal to non-nullable reference type.
|
ci:
src/BuildingBlocks/Core/EventDispatcher.cs#L70
Cannot convert null literal to non-nullable reference type.
|
ci:
src/BuildingBlocks/Core/IEventDispatcher.cs#L7
Cannot convert null literal to non-nullable reference type.
|
ci:
src/BuildingBlocks/Core/IEventDispatcher.cs#L9
Cannot convert null literal to non-nullable reference type.
|