Skip to content

6.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 08:42
· 80 commits to main since this release
12e0fbf

Added

  • Preserve Original Object: Introduced OriginalValue property in RuleParameter to preserve the original Expando without converting its type.
  • TryGetPropertyValue Method: Implemented TryGetPropertyValue to safely access properties, returning a boolean indicating success and setting the out parameter to the property value or null if not found.