PR 2 (merge sessionize changes first) - Improve timeslot UI for differing session lengths #31
Annotations
10 warnings
|
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L81
Non-nullable property 'bio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L80
Non-nullable property 'lastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L79
Non-nullable property 'firstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L78
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
PocketDDD.Server/PocketDDD.Server.Model/DTOs/SpeakerFeedbackResponseDTOs.cs#L23
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
PocketDDD.Server/PocketDDD.Server.Model/DBModel/UserSessionFeedback.cs#L26
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
PocketDDD.Server/PocketDDD.Server.Model/DBModel/UserSessionFeedback.cs#L24
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
PocketDDD.Server/PocketDDD.Server.Model/DBModel/UserSessionFeedback.cs#L17
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
PocketDDD.Server/PocketDDD.Server.Model/DBModel/UserSessionFeedback.cs#L14
Non-nullable property 'EventDetail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
PocketDDD.Shared/API/ResponseDTOs/FeedbackResponseDTO.cs#L10
Non-nullable property 'ClientId' 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