Skip to content

Update README.md

Update README.md #43

Triggered via push March 6, 2024 16:40
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: push
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: Exam.StockManagement.Domain/Entities/DTOs/UserDTO.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/Models/User.cs#L15
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/Models/Product.cs#L9
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/Models/Product.cs#L17
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/Models/Category.cs#L9
Non-nullable property 'CategoryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Application/Services/AuthServices/AuthService.cs#L41
Possible null reference argument for parameter 'email' in 'Task<User> IUserService.GetByEmail(string email)'.
build: Exam.StockManagement.Application/Services/AuthServices/AuthService.cs#L71
Dereference of a possibly null reference.
build: Exam.StockManagement.Application/Services/AuthServices/AuthService.cs#L69
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Exam.StockManagement.Application/Services/AuthServices/AuthService.cs#L113
Possible null reference argument for parameter 'saltAsStringFromDB' in 'bool HashingPassword.VerifyPassword(string passwordFromUser, string hashFromDB, string saltAsStringFromDB)'.
build: Exam.StockManagement.Infrastructure/Migrations/20240303031232_add-column.cs#L10
The type name 'addcolumn' only contains lower-cased ascii characters. Such names may become reserved for the language.