Dangerous Extension of Feature Checking. #21734
-
I found this code while reading through the documentaion. I think the naming is vague and the lackness of comment explanation makes that method dangerous for the people who doesn't read the documentation. Maybe a XML Comment will be useful for user to understand what that method returns. And I don't get why this framework needs a method that throws an exception if the value is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi This method will be used in filters or interceptions. I will add the comment for the extension methods that will throw exceptions. |
Beta Was this translation helpful? Give feedback.
hi
This method will be used in filters or interceptions.
I will add the comment for the extension methods that will throw exceptions.
#21737