Skip to content

Conversation

ejoebstl
Copy link
Contributor

@ejoebstl ejoebstl commented Dec 2, 2019

No description provided.

throw new ArgumentNullException(nameof(image));

if (gradient == null)
throw new ArgumentNullException(nameof(image));
Copy link
Owner

Choose a reason for hiding this comment

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

nameof(gradient)

Copy link
Owner

Choose a reason for hiding this comment

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

And

image.ThrowIfDisposed();
graduent.ThrowIfDisposed();

Copy link
Owner

Choose a reason for hiding this comment

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

And, you created feature branch but it does not derive from develop branch.
Why don't you use gitflow?
By chance, does github PR force to create branch from master?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the feedback. Done.

Regarding the branch, I don't understand?
Should I branch from development instead of master?

Copy link
Owner

Choose a reason for hiding this comment

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

Should I branch from development instead of master?
Yes. I adopt gitflow development model.
I'm very sorry for the inconvenience.

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.

2 participants