1.0.0-beta9
Pre-release
Pre-release
What's new in 1.0.0-beta9
- ReflectionExtensions.IsAnonymous methods
- string.ToInt and ToDouble methods
- OptionalElementValue overload
- Min/MaxItem renamed to Min/MaxBy
- Min/MaxBy now throws exception when no not null elements in collection in all overloads
- Min/MaxByOrDefault, returns default(TSource) if no not null elements in source added
- Refactoring
- Fixes and code cleanup