Skip to content

add update some files #16

add update some files

add update some files #16

Triggered via push March 3, 2024 18:44
Status Success
Total duration 33s
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/UserViewModel.cs#L7
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/Models/User.cs#L9
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/Stats.cs#L12
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/Models/Product.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/Models/Product.cs#L10
Non-nullable property 'ProductDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/Models/Product.cs#L11
Non-nullable property 'ProductPicture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/Models/Product.cs#L13
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/DTOs/UserDTO.cs#L7
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/UserDTO.cs#L8
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Exam.StockManagement.Domain/Entities/DTOs/Auth/ResponseLogin.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.