feat: update dotnet to version 9 #471
Annotations
6 errors and 10 warnings
Integration.Test.Flight.Features.CreateFlightTests ► should_create_new_flight_to_db_and_publish_message_to_broker:
src/BuildingBlocks/EFCore/AppDbContextBase.cs#L99
Failed test found in:
src/Services/Flight/tests/IntegrationTest/TestResults/test-results.trx
Error:
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details.
---- Npgsql.PostgresException : 23503: insert or update on table "flight" violates foreign key constraint "fk_flight_aircraft_aircraft_id"
DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
|
Integration.Test.Flight.Features.DeleteFlightTests ► should_delete_flight_from_db:
src/Services/Flight/tests/IntegrationTest/Flight/Features/DeleteFlightTests.cs#L30
Failed test found in:
src/Services/Flight/tests/IntegrationTest/TestResults/test-results.trx
Error:
System.NullReferenceException : Object reference not set to an instance of an object.
|
Integration.Test.Flight.Features.GetAvailableFlightsTests ► should_return_available_flights:
src/Services/Flight/tests/IntegrationTest/Flight/Features/GetAvailableFlightsTests.cs#L37
Failed test found in:
src/Services/Flight/tests/IntegrationTest/TestResults/test-results.trx
Error:
Expected response?.Count to be greater than or equal to 2, but found 1.
|
Integration.Test.Flight.Features.UpdateFlightTests ► should_update_flight_to_db_and_publish_message_to_broker:
src/Services/Flight/tests/IntegrationTest/Fakes/FakeUpdateFlightCommand.cs#L11
Failed test found in:
src/Services/Flight/tests/IntegrationTest/TestResults/test-results.trx
Error:
System.NullReferenceException : Object reference not set to an instance of an object.
|
Integration.Test.Seat.Features.ReserveSeatTests ► should_return_valid_reserve_seat_from_grpc_service:
src/BuildingBlocks/EFCore/AppDbContextBase.cs#L99
Failed test found in:
src/Services/Flight/tests/IntegrationTest/TestResults/test-results.trx
Error:
Microsoft.EntityFrameworkCore.DbUpdateException : An error occurred while saving the entity changes. See the inner exception for details.
---- Npgsql.PostgresException : 23503: insert or update on table "flight" violates foreign key constraint "fk_flight_aircraft_aircraft_id"
DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
|
ci
Failed tests were found and 'fail-on-error' option is set to true
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L694
'TestReadBase<TEntryPoint, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L688
Cannot convert null literal to non-nullable reference type.
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L710
'TestWriteBase<TEntryPoint, TWContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L704
Cannot convert null literal to non-nullable reference type.
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L728
'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#L721
Cannot convert null literal to non-nullable reference type.
|
ci:
src/BuildingBlocks/Web/ConfigurationHelper.cs#L7
Cannot convert null literal to non-nullable reference type.
|
ci:
src/BuildingBlocks/Web/SlugifyParameterTransformer.cs#L9
Nullability of reference types in type of parameter 'value' of 'string SlugifyParameterTransformer.TransformOutbound(object value)' doesn't match implicitly implemented member 'string? IOutboundParameterTransformer.TransformOutbound(object? value)' (possibly because of nullability attributes).
|
ci:
src/BuildingBlocks/Core/IEventDispatcher.cs#L7
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.
|