Use parameter types to get method via reflection#6911
Use parameter types to get method via reflection#6911valadas merged 1 commit intodnnsoftware:developfrom
Conversation
valadas
left a comment
There was a problem hiding this comment.
Of a fan of us doing this through reflection but given the context, I am fine with this fix.
Thanks!
|
I suspect that some recent inexplicable anomalies (such as incorrect language/locale, null TabId, or failures to retrieve certain portal settings) might be related to this issue. We should review the codebase to identify if there are other places using this unsafe 'get method via reflection' pattern. This type of issue is particularly difficult to detect because it appears to fail silently (or swallow exceptions). (Apologies for any language errors, I'm using Google Translate. :D) |
|
I did review all usages of |
Fixes #6909
Thanks @thienvc!