Deploy terraform from GitHub #32
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/DBModel/UserSessionFeedback.cs#L14
Non-nullable property 'EventDetail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DBModel/UserSessionFeedback.cs#L17
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DBModel/UserSessionFeedback.cs#L24
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
PocketDDD.Server/PocketDDD.Server.Model/DBModel/UserSessionFeedback.cs#L26
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/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.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "webapp".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading