c8b264cef6b684504b08e2f492821a66db5983be
Updated validation logic to use null-forgiving operators and added null checks for nested properties in When clauses. This ensures rules are only applied when parent objects are not null, preventing possible null reference errors and improving overall robustness.
Description
Languages
C#
100%