add service #5
Annotations
10 errors and 11 warnings
build:
Exam.StockManagement.Infrastructure/BaseRepositories/BaseRepository.cs#L1
The type or namespace name 'IRepository' does not exist in the namespace 'Exam.StockManagement.Application.Abstractions' (are you missing an assembly reference?)
|
build:
Exam.StockManagement.Infrastructure/BaseRepositories/CategoryRepository.cs#L1
The type or namespace name 'IRepository' does not exist in the namespace 'Exam.StockManagement.Application.Abstractions' (are you missing an assembly reference?)
|
build:
Exam.StockManagement.Infrastructure/BaseRepositories/ProductRepository.cs#L1
The type or namespace name 'IRepository' does not exist in the namespace 'Exam.StockManagement.Application.Abstractions' (are you missing an assembly reference?)
|
build:
Exam.StockManagement.Infrastructure/BaseRepositories/StatsRepository.cs#L1
The type or namespace name 'IRepository' does not exist in the namespace 'Exam.StockManagement.Application.Abstractions' (are you missing an assembly reference?)
|
build:
Exam.StockManagement.Infrastructure/BaseRepositories/UserRepository.cs#L1
The type or namespace name 'IRepository' does not exist in the namespace 'Exam.StockManagement.Application.Abstractions' (are you missing an assembly reference?)
|
build:
Exam.StockManagement.Infrastructure/BaseRepositories/BaseRepository.cs#L12
The type or namespace name 'IBaseRepository<>' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Exam.StockManagement.Infrastructure/BaseRepositories/CategoryRepository.cs#L7
The type or namespace name 'ICategoryRepository' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Exam.StockManagement.Infrastructure/BaseRepositories/ProductRepository.cs#L7
The type or namespace name 'IProductRepository' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Exam.StockManagement.Infrastructure/BaseRepositories/StatsRepository.cs#L7
The type or namespace name 'IStatsService' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Exam.StockManagement.Infrastructure/BaseRepositories/UserRepository.cs#L7
The type or namespace name 'IUserRepository' could not be found (are you missing a using directive or an assembly reference?)
|
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.
|