Enhance security and modularity of Docker Compose setup #56
Annotations
10 warnings
|
GymMgmt.Application/Features/Members/GetMemberById/ReadMemberDto.cs#L9
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
GymMgmt.Application/Features/Members/GetMemberById/ReadMemberDto.cs#L8
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
GymMgmt.Application/Common/Exceptions/BadRequestException.cs#L27
Possible null reference argument for parameter 'innerException' in 'ApplicationLayerException.ApplicationLayerException(string errorCode, string message, Exception innerException)'.
|
|
GymMgmt.Application/Common/Models/AppIdentityError.cs#L12
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
GymMgmt.Application/Common/Models/AppIdentityError.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
GymMgmt.Application/Common/Models/RegistreResponse.cs#L14
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
GymMgmt.Application/Common/Models/RegistreResponse.cs#L13
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
GymMgmt.Application/Common/Models/RegistreResponse.cs#L12
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
GymMgmt.Domain/Common/Entity.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
GymMgmt.Domain/Entities/Payments/Payment.cs#L37
Non-nullable property 'MemberId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading