Skip to content

Merge pull request #373 from meysamhadeli/fix/fix-ci #593

Merge pull request #373 from meysamhadeli/fix/fix-ci

Merge pull request #373 from meysamhadeli/fix/fix-ci #593

Triggered via push February 24, 2026 19:26
Status Success
Total duration 11m 22s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
ci
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
Cannot convert null literal to non-nullable reference type.
ci
Nullability of reference types in return type of 'Task<TResult?> CustomeDiagnosticsProvider.ExecuteActivityAsync<TResult>(CreateActivityInfo createActivityInfo, Func<Activity?, CancellationToken, Task<TResult>> action, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<TResult> IDiagnosticsProvider.ExecuteActivityAsync<TResult>(CreateActivityInfo createActivityInfo, Func<Activity?, CancellationToken, Task<TResult>> action, CancellationToken cancellationToken = default(CancellationToken))'.
ci
Cannot convert null literal to non-nullable reference type.
ci
'TestBase<TEntryPoint, TWContext, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
ci
Cannot convert null literal to non-nullable reference type.
ci
'TestWriteBase<TEntryPoint, TWContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
ci
Cannot convert null literal to non-nullable reference type.
ci
'TestReadBase<TEntryPoint, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
ci
Cannot convert null literal to non-nullable reference type.
ci: src/Services/Booking/src/Booking/Booking/ValueObjects/Trip.cs#L16
Constructor for 'Trip' contains 8 parameters, which exceeds the maximum of 3 parameters (https://github.com/dennisdoomen/CSharpGuidelines/blob/5.7.0/_rules/1561.md)
ci: src/Services/Booking/src/Booking/Booking/Dtos/CreateReservation.cs#L3
Constructor for 'BookingResponseDto' contains 10 parameters, which exceeds the maximum of 3 parameters (https://github.com/dennisdoomen/CSharpGuidelines/blob/5.7.0/_rules/1561.md)
ci: src/Services/Booking/src/Booking/Booking/Features/CreatingBook/V1/CreateBooking.cs#L41
'OpenApiEndpointConventionBuilderExtensions.WithOpenApi<TBuilder>(TBuilder)' is obsolete: 'WithOpenApi is deprecated and will be removed in a future release. For more information, visit https://aka.ms/aspnet/deprecate/002.' (https://aka.ms/aspnet/deprecate/002)
ci: src/Services/Booking/src/Booking/Booking/Models/Booking.cs#L11
Non-nullable property 'PassengerInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ci: src/Services/Booking/src/Booking/Booking/Models/Booking.cs#L10
Non-nullable property 'Trip' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ci: src/Services/Booking/src/Booking/Configuration/GrpcOptions.cs#L6
Non-nullable property 'PassengerAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ci: src/Services/Booking/src/Booking/Configuration/GrpcOptions.cs#L5
Non-nullable property 'FlightAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ci: src/Services/Booking/src/Booking/Booking/Features/CreatingBook/V1/CreateBooking.cs#L129
Possible null reference argument for parameter 'seatNumber' in 'Trip Trip.Of(string flightNumber, Guid aircraftId, Guid departureAirportId, Guid arriveAirportId, DateTime flightDate, decimal price, string description, string seatNumber)'.
ci: src/Services/Booking/src/Booking/Booking/Features/CreatingBook/V1/CreateBooking.cs#L124
Possible null reference argument for parameter 'name' in 'PassengerInfo PassengerInfo.Of(string name)'.
ci: src/Services/Booking/src/Booking/Booking/Features/CreatingBook/V1/CreateBooking.cs#L31
Parameter 'Id' is unread. Did you forget to use it to initialize the property with that name?
ci: src/Services/Passenger/src/Passenger/Passengers/Models/Passenger.cs#L13
Property 'PassengerType' contains the name of its containing type 'Passenger' (https://github.com/dennisdoomen/CSharpGuidelines/blob/5.7.0/_rules/1710.md)
ci: src/Services/Passenger/src/Passenger/Passengers/Features/CompletingRegisterPassenger/V1/CompleteRegisterPassenger.cs#L48
'OpenApiEndpointConventionBuilderExtensions.WithOpenApi<TBuilder>(TBuilder)' is obsolete: 'WithOpenApi is deprecated and will be removed in a future release. For more information, visit https://aka.ms/aspnet/deprecate/002.' (https://aka.ms/aspnet/deprecate/002)
ci: src/Services/Passenger/src/Passenger/Passengers/Features/GettingPassengerById/V1/GetPassengerById.cs#L30
'OpenApiEndpointConventionBuilderExtensions.WithOpenApi<TBuilder>(TBuilder)' is obsolete: 'WithOpenApi is deprecated and will be removed in a future release. For more information, visit https://aka.ms/aspnet/deprecate/002.' (https://aka.ms/aspnet/deprecate/002)
ci: src/Services/Passenger/src/Passenger/Passengers/Features/PassengerMappings.cs#L26
Dereference of a possibly null reference.
ci: src/Services/Passenger/src/Passenger/Data/Migrations/20230611213031_initial.Designer.cs#L16
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
ci: src/Services/Passenger/src/Passenger/Data/Migrations/20230611213031_initial.cs#L9
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
ci: src/Services/Passenger/src/Passenger/Passengers/Exceptions/PassengerNotFoundException.cs#L7
Cannot convert null literal to non-nullable reference type.
ci: src/Services/Passenger/src/Passenger/Passengers/Exceptions/PassengerAlreadyExist.cs#L7
Cannot convert null literal to non-nullable reference type.
ci: src/Services/Identity/src/Identity/Identity/Features/RegisteringNewUser/V1/RegisterNewUser.cs#L41
'OpenApiEndpointConventionBuilderExtensions.WithOpenApi<TBuilder>(TBuilder)' is obsolete: 'WithOpenApi is deprecated and will be removed in a future release. For more information, visit https://aka.ms/aspnet/deprecate/002.' (https://aka.ms/aspnet/deprecate/002)
ci: src/Services/Identity/src/Identity/Data/IdentityContext.cs#L119
Possible null reference argument for parameter 'logger' in 'void LoggerExtensions.LogError(ILogger logger, string? message, params object?[] args)'.
ci: src/Services/Identity/src/Identity/Data/IdentityContext.cs#L78
Cannot convert null literal to non-nullable reference type.
ci: src/Services/Identity/src/Identity/Data/IdentityContext.cs#L65
Cannot convert null literal to non-nullable reference type.
ci: src/Services/Identity/src/Identity/Configurations/UserValidator.cs#L43
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
ci: src/Services/Identity/src/Identity/Configurations/UserValidator.cs#L27
Possible null reference argument for parameter 'user' in 'Task<SignInResult> SignInManager<User>.PasswordSignInAsync(User user, string password, bool isPersistent, bool lockoutOnFailure)'.
ci: src/Services/Identity/src/Identity/Data/IdentityContext.cs#L27
Non-nullable field '_currentTransaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
ci: src/Services/Identity/src/Identity/Configurations/AuthOptions.cs#L5
Non-nullable property 'IssuerUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
ci: src/Services/Identity/src/Identity/Data/Migrations/20230331193410_initial.Designer.cs#L16
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
ci: src/Services/Identity/src/Identity/Data/Migrations/20230331193410_initial.cs#L10
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L679
Cannot convert null literal to non-nullable reference type.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L686
'TestWriteBase<TEntryPoint, TWContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L662
Cannot convert null literal to non-nullable reference type.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L669
'TestReadBase<TEntryPoint, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L516
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/Core/EventDispatcher.cs#L70
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/IEventDispatcher.cs#L9
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.