Skip to content

Steven Volckaert's Enterprise Library 1.1.0

Compare
Choose a tag to compare
@stevenvolckaert stevenvolckaert released this 07 Jun 06:56
· 21 commits to master since this release

As the .NET Core tooling contains a bug, this release temporarily drops support for .NET Framework 3.5. See issue #7 for more information.

New features

Added extension methods

  • ICollection<T>.AddRange(IEnumerable<T>, bool)
  • IEnumerable<T>.Append(T)
  • IEnumerable<T>.Prepend(T)
  • String.FallbackIfNullOrEmpty(string) (replaces String.DefaultIfNullOrEmpty(string))
  • String.FallbackIfNullOrWhitespace(string) (replaces String.DefaultIfNullOrWhitespace(string))
  • IEnumerable<T>.IsEmpty() (replaces IEnumerable<T>.Empty())

Other new features

  • Added several unit conversion methods to UnitConvert.

NuGet packages