Merge pull request #21 from meysamhadeli/feat/update-to-dotnet-9 #52
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/BuildingBlocks/Utils/SlugifyParameterTransformer.cs#L8
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).
|
build:
src/BuildingBlocks/Validation/ValidationResultModel.cs#L16
Cannot convert null literal to non-nullable reference type.
|
build:
src/BuildingBlocks/Web/ConfigurationHelper.cs#L7
Cannot convert null literal to non-nullable reference type.
|
build:
src/BuildingBlocks/Exception/IdentityException.cs#L7
Cannot convert null literal to non-nullable reference type.
|
build:
src/BuildingBlocks/Contracts/Grpc/PassengerGrpcContracts.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/BuildingBlocks/Contracts/Grpc/PassengerGrpcContracts.cs#L20
Non-nullable property 'PassportNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/BuildingBlocks/Contracts/Grpc/PassengerGrpcContracts.cs#L26
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/BuildingBlocks/Domain/Model/Aggregate.cs#L30
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/BuildingBlocks/Contracts/Grpc/FlightGrpcContracts.cs#L45
Non-nullable property 'FlightNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/BuildingBlocks/Contracts/Grpc/FlightGrpcContracts.cs#L30
Non-nullable property 'SeatNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|