Merge pull request #229 from InternAcademy/dev #28
Annotations
13 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build:
src/server/CookingApp/Services/Message/MessageService.cs#L20
The using directive for 'SixLabors.ImageSharp.Formats.Jpeg' appeared previously in this namespace
|
Build:
src/server/CookingApp/ViewModels/Api/ApiResponse.cs#L14
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/server/CookingApp/Services/UserProfile/UserProfileService.cs#L17
Parameter 'recipeRepo' is unread.
|
Build:
src/server/CookingApp/Services/UserProfile/UserProfileService.cs#L28
Dereference of a possibly null reference.
|
Build:
src/server/CookingApp/Services/Stripe/StripeService.cs#L22
Parameter 'invoiceService' is unread.
|
Build:
src/server/CookingApp/Services/Feedback/FeedbackService.cs#L37
Possible null reference return.
|
Build:
src/server/CookingApp/Models/ValueObjects/Ingredient.cs#L10
Non-nullable property 'Quantity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/server/CookingApp/Infrastructure/Filters/PaginationHeadersFilter.cs#L17
Possible null reference argument for parameter 'value' in 'bool PaginationHeadersFilter.TryGetIPageData(object value, out IPage page)'.
|
Build:
src/server/CookingApp/Infrastructure/Filters/PaginationHeadersFilter.cs#L29
Cannot convert null literal to non-nullable reference type.
|
Build:
src/server/CookingApp/Infrastructure/Extensions/MongoEntityExtensions.cs#L15
Converting null literal or possible null value to non-nullable type.
|
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