Skip to content

Fix loading custom rules that do not have comment help #464

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

Merged
merged 2 commits into from
Mar 14, 2016

Conversation

kapilmb
Copy link

@kapilmb kapilmb commented Mar 12, 2016

Add conditions to check if indexing does not take place on a null valued Value property.

If a PowerShell based custom rule does't have comment based help, the engine throws an error. This occurs because the lack of comment based help results in a null value for the Value property of the dynamically typed description variable.

Fixes #463


This change is Review on Reviewable

Add conditions to check if indexing does not take place on a null valued Value property.

If a PowerShell based custom rule does't have comment based help, the engine throws an error. This occurs because the lack of comment based help results in a null value for the Value property of the dynamically typed description variable.
@raghushantha
Copy link
Member

Changes look good. I will sign-off after the Appveyor issue is taken care of. Dev builds are failing.


Comments from the review on Reviewable.io

@raghushantha
Copy link
Member

Reviewed 1 of 1 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved, some commit checks failed.


Comments from the review on Reviewable.io

@raghushantha
Copy link
Member

Reviewed 1 of 1 files at r2.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from the review on Reviewable.io

kapilmb pushed a commit that referenced this pull request Mar 14, 2016
Fix loading custom rules that do not have comment help
@kapilmb kapilmb merged commit 5de9a47 into development Mar 14, 2016
@kapilmb kapilmb deleted the FixCustomRuleWithoutHelp branch March 15, 2016 02:38
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.

3 participants