Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCC-192: Catalog navigation and Search #374

Merged
merged 13 commits into from
Oct 31, 2023
Merged

OCC-192: Catalog navigation and Search #374

merged 13 commits into from
Oct 31, 2023

Conversation

barthamark
Copy link
Contributor

@barthamark barthamark commented Oct 29, 2023

OCC-192
Fixes #351

Comment on lines 84 to 87
if (productList is null)
{
throw new ArgumentNullException(nameof(productList));
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot this one.

Suggested change
if (productList is null)
{
throw new ArgumentNullException(nameof(productList));
}
ArgumentNullException.ThrowIfNull(productList);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Catalog navigation and Search (OCC-192)
3 participants