Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Conversation

@pakrym
Copy link
Contributor

@pakrym pakrym commented Nov 4, 2016

if (value < 0)
{
throw new ArgumentOutOfRangeException(nameof(value), $"{nameof(BackgroundQueueSize)} must be positive or 0.");
throw new ArgumentOutOfRangeException(nameof(value), $"{nameof(BackgroundQueueSize)} must be non-negative.");
Copy link
Contributor

Choose a reason for hiding this comment

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

non-negative positive integer?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

can be 0

@pakrym pakrym merged commit 0189d3e into dev Nov 4, 2016
@pakrym pakrym deleted the pakrym/morefixes branch November 4, 2016 22:00
@Eilon
Copy link
Contributor

Eilon commented Nov 4, 2016

Thanks! 😄 😄 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants