Skip to content

Steven Volckaert's Enterprise Library 1.2.0

Latest
Compare
Choose a tag to compare
@stevenvolckaert stevenvolckaert released this 25 Nov 16:06
d093570

New features

Added extension methods

  • object.IsNull()
  • object.IsNotNull()
  • string.TryParseAs<T>() (#17)
  • string.TryParseAs<T>(bool) (#17)
  • IEnumerable<T>.IsNullOrEmpty() (#18)

Other changes

  • Migrated the unit test framework from MSTest to xUnit.NET.

NuGet packages