unit tests fix #5
Annotations
10 warnings
build:
RetailECommercePlatform.Repository/Repositories/Generic/IGenericRepository.cs#L9
Cannot convert null literal to non-nullable reference type.
|
build:
RetailECommercePlatform.Repository/Repositories/Generic/GenericRepository.cs#L23
Cannot convert null literal to non-nullable reference type.
|
build:
RetailECommercePlatform.Repository/Entities/Admin.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RetailECommercePlatform.Repository/Entities/Admin.cs#L6
Non-nullable property 'Surname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RetailECommercePlatform.Repository/Entities/Admin.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RetailECommercePlatform.Repository/Entities/Admin.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RetailECommercePlatform.Repository/Entities/Product.cs#L5
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RetailECommercePlatform.Repository/Entities/Product.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RetailECommercePlatform.Repository/Entities/Order.cs#L5
Non-nullable property 'CustomerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RetailECommercePlatform.Repository/Entities/Order.cs#L6
Non-nullable property 'OrderItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|