You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing IList or something similar, the Add method is flagged as not being descriptive enough. The ability to add some standard function names which could be ignored would be great (exclusion list). Especially if they come from the .NET framework itself.
The text was updated successfully, but these errors were encountered:
Another example is any class implementing System.Windows.Data.IMultiValueConverter.
Both methods public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
raises the following warning:
When implementing IList or something similar, the Add method is flagged as not being descriptive enough. The ability to add some standard function names which could be ignored would be great (exclusion list). Especially if they come from the .NET framework itself.
The text was updated successfully, but these errors were encountered: