Skip to content

Conversation

kapilmb
Copy link

@kapilmb kapilmb commented Sep 9, 2016

Resolves #576


This change is Reviewable

if (argumentList != null)
{
if (argumentList.Any(arg => arg != null && arg.EndsWith("ignorecase", StringComparison.OrdinalIgnoreCase)))
{
Copy link

Choose a reason for hiding this comment

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

You should probably be more selective than this - a hashtable uses StringComparer.CurrentCultureIgnoreCase - so you wouldn't want to ignore [hashtable]::new(0, [stringcomparer]::OrdinalIgnoreCase)

@kapilmb kapilmb merged commit dcb94b3 into development Sep 12, 2016
@kapilmb
Copy link
Author

kapilmb commented Sep 12, 2016

Thanks @lzybkr

@kapilmb kapilmb deleted the kapilmb/RuleCreateHashtableWithLiteralInitializer branch September 13, 2016 20:34
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