Skip to content

1.4.0, Blocks 1.4.0

Compare
Choose a tag to compare
@andrewvk andrewvk released this 09 Sep 21:34
· 660 commits to release since this release

What's new in 1.4.0-rc2

  • ToLookupDictionary renamed to ToDictionary
  • TaskHelper additional overloads
  • Refactoring, fixes and code cleanup

What's new in 1.4.0-rc1

  • PathHelpers + IoCode assertions
  • EnumHelper.GetDisplayName/Description/both
  • EnumHelper.IsDefined(string)
  • ToLookupDictionary() helper to fill lookup dictionaries
  • EnumValues class that stores enum value metadata
  • DateTimeExtensions fixes
  • Task.WaitAll/Any and WhenAll/Any (FW4.5+ only) infix helpers
  • AsyncLock class (FW4.5+ only)
  • TempData: SuppressDelete() method, overload for GetTempName() that accepts desired file extension
  • ValueTypes dependency update
  • Refactoring, fixes and code cleanup

What's new in 1.4.0-beta2

  • .NET FW 4.7 support (remove dependency from System.ValueTuple package)
  • System.Uri assertions and helper
  • Refactoring and code cleanup

What's new in 1.4.0-beta1

  • IsDebugAssembly moved from ReflectionExtension to AssemblyExtension
  • ReflectionExtension.GetModulePath method added
  • Refactoring and code cleanup