Add idempotency to catalog api (#70) #29
Annotations
10 warnings
build:
src/Services/Catalog/Catalog.API/Models/Product.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Services/Catalog/Catalog.API/Features/Products/GetProducts/GetProductsHandler.cs#L27
Possible null reference argument for parameter 'data' in 'PaginatedItems<ProductModule>.PaginatedItems(int pageIndex, int pageSize, long count, IEnumerable<ProductModule> data)'.
|
build:
src/Services/Catalog/Catalog.API/Features/Products/GetProductsByCategory/GetProductsByCategoryHandler.cs#L32
Possible null reference argument for parameter 'data' in 'PaginatedItems<ProductModule>.PaginatedItems(int pageIndex, int pageSize, long count, IEnumerable<ProductModule> data)'.
|
build:
src/Services/Catalog/Catalog.API/Models/Product.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Services/Catalog/Catalog.API/Features/Products/GetProducts/GetProductsHandler.cs#L27
Possible null reference argument for parameter 'data' in 'PaginatedItems<ProductModule>.PaginatedItems(int pageIndex, int pageSize, long count, IEnumerable<ProductModule> data)'.
|
build:
src/Services/Catalog/Catalog.API/Features/Products/GetProductsByCategory/GetProductsByCategoryHandler.cs#L32
Possible null reference argument for parameter 'data' in 'PaginatedItems<ProductModule>.PaginatedItems(int pageIndex, int pageSize, long count, IEnumerable<ProductModule> data)'.
|
build
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build
Possible null reference argument for parameter 'data' in 'PaginatedItems<ProductModule>.PaginatedItems(int pageIndex, int pageSize, long count, IEnumerable<ProductModule> data)'.
|
build
Possible null reference argument for parameter 'data' in 'PaginatedItems<ProductModule>.PaginatedItems(int pageIndex, int pageSize, long count, IEnumerable<ProductModule> data)'.
|
build
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|