Merge branch 'master' of https://github.com/Tohirjon-Odilov/Exam.Stoc… #2
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 'Login' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Exam.StockManagement.Domain/Entities/Models/User.cs#L10
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#L11
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/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 'Login' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|