Skip to content

Update README.md

Update README.md #34

Triggered via push March 5, 2024 16:53
Status Success
Total duration 37s
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/ViewModels/ProductViewModel.cs#L7
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/ViewModels/ProductViewModel.cs#L11
Non-nullable property 'CategoryName' 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.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/DTOs/Auth/RequestLogin.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/DTOs/Auth/RequestLogin.cs#L13
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Application/Services/AuthServices/AuthService.cs#L34
Possible null reference assignment.