Add conversion property to Less/Greater expressions #943
Labels
enhancement
New feature or request
feature: language
Issues that affect language such keywords and variables
Milestone
Following up from #908,
The following expressions have conversion capability but currently are not exposed through the
convert
property introduced from the type expressions:Less
- https://github.com/microsoft/PSRule/blob/main/src/PSRule/Definitions/Expressions/LanguageExpressions.cs#L689LessOrEquals
- https://github.com/microsoft/PSRule/blob/main/src/PSRule/Definitions/Expressions/LanguageExpressions.cs#L724Greater
- https://github.com/microsoft/PSRule/blob/main/src/PSRule/Definitions/Expressions/LanguageExpressions.cs#L759GreaterOrEquals
- https://github.com/microsoft/PSRule/blob/main/src/PSRule/Definitions/Expressions/LanguageExpressions.cs#L794This is configurable with the equivalent assertions.
The text was updated successfully, but these errors were encountered: