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

Property binding with case sensitivity #87

Closed
BernieWhite opened this issue Feb 19, 2019 · 0 comments
Closed

Property binding with case sensitivity #87

BernieWhite opened this issue Feb 19, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@BernieWhite
Copy link
Member

PSRule offers a number of options for binding key properties during pipeline processing. Currently property binding is done ignoring case, which mirrors PowerShell behaviour when accessing properties using . notation.

In some languages and object types, case sensitivity is more important, particularly when the object is a dictionary.

Add support to turn on case sensitive property binding.

@BernieWhite BernieWhite added the enhancement New feature or request label Feb 19, 2019
@BernieWhite BernieWhite added this to the v0.3.0 milestone Feb 19, 2019
@BernieWhite BernieWhite self-assigned this Feb 19, 2019
BernieWhite added a commit that referenced this issue Feb 19, 2019
BernieWhite added a commit that referenced this issue Feb 19, 2019
- Added object type binding and dynamic filtering for rules #82
- Added support for indexed and quoted field names #86
- Added support for case-sensitive binding operations #87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant