Skip to content

1.0.0-beta9

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrewvk andrewvk released this 13 Apr 21:26
· 1710 commits to master since this 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