Remove protected setter for InputProperties in BusinessRuleBase #3855
Replies: 1 comment 1 reply
-
Shouldn't this be an issue on the backlog? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title says:
Remove the protected setter for InputProperties. It should be initialized by the base class and users should only add to it not replace it.
If they want to replace the content they can clear and add to do that. This would make the future "null handling" also easier.
Beta Was this translation helpful? Give feedback.
All reactions