Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Update README.md

Update README.md #28

Triggered via pull request January 29, 2024 17:05
Status Success
Total duration 2m 15s
Artifacts

aws.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build: src/SWD-Laundry-Backend.Core/Config/SystemSettingModel.cs#L11
Possible null reference assignment.
Build: src/SWD-Laundry-Backend.Core/Config/SystemSettingModel.cs#L8
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/SWD-Laundry-Backend.Core/Config/SystemSettingModel.cs#L10
Non-nullable property 'Configs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/SWD-Laundry-Backend.Core/Models/PaymentModel.cs#L5
Non-nullable property 'OrderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L47
Converting null literal or possible null value to non-nullable type.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L47
Converting null literal or possible null value to non-nullable type.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L55
Converting null literal or possible null value to non-nullable type.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L55
Converting null literal or possible null value to non-nullable type.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L60
Converting null literal or possible null value to non-nullable type.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L73
Possible null reference assignment.