Update README.md #2
Annotations
10 errors and 10 warnings
Build:
E-commerce API/Controllers/ProductController.cs#L89
The type or namespace name 'ProductDTO' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
E-commerce API/Controllers/ProductController.cs#L124
The type or namespace name 'ProductDTO' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
E-commerce API/Controllers/ProductController.cs#L18
The type or namespace name 'IProductService' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
E-commerce API/Controllers/CategoryController.cs#L83
The type or namespace name 'CategoryDTO' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
E-commerce API/Controllers/CategoryController.cs#L101
The type or namespace name 'CategoryDTO' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
E-commerce API/Controllers/ProductController.cs#L19
The type or namespace name 'IProductService' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
E-commerce API/Controllers/CategoryController.cs#L18
The type or namespace name 'ICategoryService' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
E-commerce API/Controllers/CategoryController.cs#L19
The type or namespace name 'ICategoryService' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
E-commerce API/Controllers/ProductController.cs#L89
The type or namespace name 'ProductDTO' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
E-commerce API/Controllers/ProductController.cs#L124
The type or namespace name 'ProductDTO' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
E-commerceAPI.Entities/Models/EmailSetting/MailSettings.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
E-commerceAPI.Entities/Models/EmailSetting/MailSettings.cs#L12
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
E-commerceAPI.Entities/Models/EmailSetting/MailSettings.cs#L13
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
E-commerceAPI.Entities/Models/EmailSetting/MailSettings.cs#L14
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
E-commerceAPI.Entities/Models/Products_Carts.cs#L15
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
E-commerceAPI.Entities/Models/Products_Carts.cs#L16
Non-nullable property 'Cart' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
E-commerceAPI.Entities/Models/ApplicationUser.cs#L16
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
E-commerceAPI.Entities/Models/ApplicationUser.cs#L18
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
E-commerceAPI.Entities/Models/ApplicationUser.cs#L19
Non-nullable property 'Orders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
E-commerceAPI.Entities/Models/Product.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading