Reflection_Engine: RunExtensionMethod and Try #692
Labels
severity:medium
Slows progress, but workaround is possible
type:feature
New capability or enhancement
type:question
Ask for further details or start conversation
Could be useful to have two methods for this:
To put into some context, @pawelbaran found a case where it was useful to use the RunExtensionMethod and take different actions depending if it returned a null or not. Given the method name, it does not feel like it should be used as a "null check" but be a bit more agressive if the method could not be found, either recording an error or potentionally even throwing an exception. Still this pattern might be useful, and with a slightly different name, TryRunExtensionMethod, it feels like it could be ok.
The text was updated successfully, but these errors were encountered: