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

fix for issue #27 #29

Merged
merged 5 commits into from
Jul 2, 2017
Merged

fix for issue #27 #29

merged 5 commits into from
Jul 2, 2017

Conversation

Bor1ss
Copy link

@Bor1ss Bor1ss commented Jun 29, 2017

getting value from dictionary by not existing key results in KeyNotFoundException. It is safer to use TryGetValue. As, there is no null values in dictionary, checking out value for null is not need.

@JonathanMagnan JonathanMagnan self-assigned this Jun 29, 2017
@JonathanMagnan
Copy link
Member

Thank you for your contribution,

I will have my developer look at your Pull Request over the weekend.

Best Regards,

Jonathan

@JonathanMagnan JonathanMagnan merged commit edbaf3b into zzzprojects:master Jul 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants