You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
- 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
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.
The text was updated successfully, but these errors were encountered: