Skip to content

docs: update documentation #526

docs: update documentation

docs: update documentation #526

Triggered via pull request April 30, 2025 13:30
Status Success
Total duration 9m 31s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
ci: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: 3-microservices-architecture-style/src/Services/Identity/src/Identity/Data/IdentityContext.cs#L78
Cannot convert null literal to non-nullable reference type.
ci: 3-microservices-architecture-style/src/Services/Identity/src/Identity/Data/IdentityContext.cs#L65
Cannot convert null literal to non-nullable reference type.
ci: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: 3-microservices-architecture-style/src/Services/Identity/src/Identity/Configurations/UserValidator.cs#L43
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
ci: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: 3-microservices-architecture-style/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: building-blocks/Core/IEventDispatcher.cs#L9
Cannot convert null literal to non-nullable reference type.
ci: building-blocks/Core/IEventDispatcher.cs#L7
Cannot convert null literal to non-nullable reference type.
ci: building-blocks/Core/EventDispatcher.cs#L70
Cannot convert null literal to non-nullable reference type.
ci: building-blocks/Core/EventDispatcher.cs#L21
Cannot convert null literal to non-nullable reference type.
ci: building-blocks/TestBase/TestBase.cs#L744
Cannot convert null literal to non-nullable reference type.
ci: building-blocks/TestBase/TestBase.cs#L751
'TestBase<TEntryPoint, TWContext, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
ci: building-blocks/TestBase/TestBase.cs#L727
Cannot convert null literal to non-nullable reference type.
ci: building-blocks/TestBase/TestBase.cs#L733
'TestWriteBase<TEntryPoint, TWContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
ci: building-blocks/TestBase/TestBase.cs#L711
Cannot convert null literal to non-nullable reference type.
ci: building-blocks/TestBase/TestBase.cs#L717
'TestReadBase<TEntryPoint, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.