Update terraform/locals.tf #54
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/DBModel/EventDetail.cs#L6
Non-nullable property 'SessionizeId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DBModel/EventDetail.cs#L8
Non-nullable property 'Tracks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DBModel/EventDetail.cs#L9
Non-nullable property 'TimeSlots' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DBModel/EventDetail.cs#L10
Non-nullable property 'Sessions' 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/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/Sessionize/ApiDTOs.cs#L78
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L79
Non-nullable property 'firstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L80
Non-nullable property 'lastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading