Merge pull request #13 from dddsw/sg/update-seed-data #10
Annotations
10 warnings
Build:
PocketDDD.Shared/API/ResponseDTOs/FeedbackResponseDTO.cs#L10
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DTOs/SpeakerFeedbackResponseDTOs.cs#L23
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L6
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L7
Non-nullable property 'items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L9
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DTOs/SpeakerFeedbackResponseDTOs.cs#L10
Non-nullable property 'SpeakerName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DTOs/PrizeDrawResponseDTO.cs#L12
Non-nullable property 'WinningNumbers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DTOs/SpeakerFeedbackResponseDTOs.cs#L11
Non-nullable property 'SessionTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DTOs/PrizeDrawResponseDTO.cs#L13
Non-nullable property 'Winners' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DTOs/SpeakerFeedbackResponseDTOs.cs#L12
Non-nullable property 'Feedback' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading