- Added
AddRange
extension forISet<T>
. - Added ReSharper contract annotations that were removed by accident.
- Added
IsNullOrEmpty
andIsNullOrWhiteSpace
extensions forstring
. - Removed
IsEmpty
andIsWhiteSpace
extensions forstring
. - Added
IsNullOrEmpty
extension forIEnumerable<T>
. - Renamed
ExceptEmptyOrWhiteSpace
toExceptNullOrWhiteSpace
.