Adding Images to FilteredLitterReports #619
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish Android Mobile App:
TrashMobMobile/Models/PickupLocationImage.cs#L5
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Android Mobile App:
TrashMobMobile/ViewModels/WaiverViewModel.cs#L18
Dereference of a possibly null reference.
|
Publish Android Mobile App:
TrashMobMobile/ViewModels/ViewPickupLocationViewModel.cs#L8
Non-nullable field 'pickupLocationViewModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish Android Mobile App:
TrashMobMobile/ViewModels/ViewPickupLocationViewModel.cs#L34
Nullable value type may be null.
|
Publish Android Mobile App:
TrashMobMobile/ViewModels/ViewPickupLocationViewModel.cs#L34
Nullable value type may be null.
|
Publish Android Mobile App:
TrashMobMobile/ViewModels/ViewLitterReportViewModel.cs#L10
Non-nullable field 'litterReportStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish Android Mobile App:
TrashMobMobile/ViewModels/ViewLitterReportViewModel.cs#L10
Non-nullable property 'LitterReport' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Android Mobile App:
TrashMobMobile/ViewModels/ViewLitterReportViewModel.cs#L50
Dereference of a possibly null reference.
|
Publish Android Mobile App:
TrashMobMobile/ViewModels/ViewLitterReportViewModel.cs#L106
Dereference of a possibly null reference.
|
Publish Android Mobile App:
TrashMobMobile/ViewModels/ViewEventViewModel.cs#L12
Non-nullable field 'attendeeCount' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifacts-android-2.8.17-PullRequest1751.5", "artifacts-ios-2.8.17-PullRequest1751.5".
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