Update seed data to include breaks and make UI show local time #13
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/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.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L81
Non-nullable property 'bio' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L82
Non-nullable property 'tagLine' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L83
Non-nullable property 'profilePicture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L85
Non-nullable property 'links' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/Sessionize/ApiDTOs.cs#L86
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/Sessionize/ApiDTOs.cs#L87
Non-nullable property 'fullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading