[add] appointment get all for admin #140
Triggered via pull request
September 10, 2024 01:12
Status
Failure
Total duration
2m 43s
Artifacts
–
ci.yaml
on: pull_request
Matrix: Build and Test
Code Scanning
57s
Annotations
1 error and 40 warnings
Code Scanning
Process completed with exit code 1.
|
Build and Test (6.0.x, ubuntu-latest):
REMS.Models/Appointment/AppointmentDetail.cs#L27
Non-nullable property 'appointmentDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, ubuntu-latest):
REMS.Models/Transaction/TransactionResponseModel.cs#L8
Non-nullable property 'Transaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, ubuntu-latest):
REMS.Models/Transaction/TransactionResponseModel.cs#L9
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, ubuntu-latest):
REMS.Models/Transaction/TransactionResponseModel.cs#L10
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, ubuntu-latest):
REMS.Models/Transaction/TransactionRequestModel.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, ubuntu-latest):
REMS.Models/Transaction/TransactionModel.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, ubuntu-latest):
REMS.Models/Review/ReviewResponseModel.cs#L5
Non-nullable property 'Review' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, ubuntu-latest):
REMS.Models/Review/ReviewListResponseModel.cs#L7
Non-nullable property 'DataList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, ubuntu-latest):
REMS.Models/Review/ReviewListResponseModel.cs#L9
Non-nullable property 'PageSetting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, ubuntu-latest):
REMS.Models/Authentication/RefreshTokenRequestModel.cs#L5
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, ubuntu-latest):
REMS.Models/Transaction/TransactionResponseModel.cs#L8
Non-nullable property 'Transaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, ubuntu-latest):
REMS.Models/Transaction/TransactionResponseModel.cs#L9
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, ubuntu-latest):
REMS.Models/Transaction/TransactionResponseModel.cs#L10
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, ubuntu-latest):
REMS.Models/Transaction/TransactionRequestModel.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, ubuntu-latest):
REMS.Models/Authentication/RefreshTokenRequestModel.cs#L5
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, ubuntu-latest):
REMS.Models/Transaction/TransactionModel.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, ubuntu-latest):
REMS.Models/Authentication/RefreshTokenModel.cs#L11
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, ubuntu-latest):
REMS.Models/Review/ReviewResponseModel.cs#L5
Non-nullable property 'Review' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, ubuntu-latest):
REMS.Models/Authentication/RefreshTokenModel.cs#L6
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, ubuntu-latest):
REMS.Models/Authentication/AccessTokenModel.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, windows-latest):
REMS.Models/Review/ReviewResponseModel.cs#L5
Non-nullable property 'Review' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, windows-latest):
REMS.Models/Property/PropertyStatusChangeRequestModel.cs#L6
Non-nullable property 'PropertyStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, windows-latest):
REMS.Models/Property/PropertyStatusChangeRequestModel.cs#L7
Non-nullable property 'ApprovedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, windows-latest):
REMS.Models/Jwt/JwtTokenUserModel.cs#L5
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, windows-latest):
REMS.Models/Jwt/JwtTokenUserModel.cs#L7
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, windows-latest):
REMS.Models/Jwt/JwtTokenUserModel.cs#L9
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, windows-latest):
REMS.Models/Jwt/JwtTokenModel.cs#L5
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, windows-latest):
REMS.Models/Jwt/JwtTokenModel.cs#L6
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, windows-latest):
REMS.Models/Jwt/JwtTokenModel.cs#L7
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (8.0.x, windows-latest):
REMS.Models/Jwt/AccessTokenRequestModel.cs#L5
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, windows-latest):
REMS.Models/Transaction/TransactionResponseModel.cs#L8
Non-nullable property 'Transaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, windows-latest):
REMS.Models/Transaction/TransactionResponseModel.cs#L9
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, windows-latest):
REMS.Models/Transaction/TransactionResponseModel.cs#L10
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, windows-latest):
REMS.Models/Transaction/TransactionRequestModel.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, windows-latest):
REMS.Models/Appointment/AppointmentDetail.cs#L27
Non-nullable property 'appointmentDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, windows-latest):
REMS.Models/Transaction/TransactionModel.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, windows-latest):
REMS.Models/Review/ReviewResponseModel.cs#L5
Non-nullable property 'Review' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, windows-latest):
REMS.Models/Review/ReviewListResponseModel.cs#L7
Non-nullable property 'DataList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, windows-latest):
REMS.Models/Review/ReviewListResponseModel.cs#L9
Non-nullable property 'PageSetting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test (6.0.x, windows-latest):
REMS.Models/Authentication/RefreshTokenRequestModel.cs#L5
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|