Open
Description
- The documentation here indicates that an ArgumentException will be thrown if no element in source implements IComparable or IComparable. This is not true if source contains only a single element, even if that element does not implement IComparable or IComparable
- The documentation here does not indicate that an ArgumentException will be thrown if some of the elements of source implement IComparable and some of the elements of source do not implement IComparable or IComparable
- The documentation here indicates that null can be returned if TSource is a reference type and source is empty, but it does not indicate that an InvalidOperationException will be thrown if TSource is a value type and source is empty
- The documentation here does not indicate that an ArgumentException can be thrown if none of the projected elements implement IComparable or IComparable, or if only some of them implement IComparable or IComparable
- The documentation here does not indicate that an InvalidOperationException can be thrown if TResult is a value type and source is empty
- The documentation here does not indicate that null will be returned if source is empty
- The documentation here does not indicate that null will be returned if source is empty
- The documentation here does not indicate that null will be returned if source is empty
- The documentation here does not indicate that null will be returned if source is empty
Metadata
Metadata
Assignees
Labels
Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner