Skip to content

Add idempotency to catalog api (#70) #29

Add idempotency to catalog api (#70)

Add idempotency to catalog api (#70) #29

Triggered via push November 24, 2024 08:15
Status Success
Total duration 2m 41s
Artifacts
Fit to window
Zoom out
Zoom in

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.