Skip to content

Send DLL Hell to Heaven

Choose a tag to compare

@feO2x feO2x released this 10 Nov 13:09

Light.GuardClauses 6.0.0

  • Light.GuardClauses is now available as source code distribution with internal types (see Light.GuardClauses.SingleFile.cs in the top-level folder of the repository). You can also create you custom single source file by using the Light.GuardClauses.SourceCodeTransformation project.
  • Added string.Equals extension method which allows comparing strings ignoring the white space. Added corresponding MustBe and MustNotBe overloads for strings.
  • added char.IsLetter, char.IsDigit, char.IsLetterOrDigit, and char.IsWhiteSpace extension methods
  • fixed some typos in XML comments

Breaking changes:

  • Fixed typo in type: EqualivalentTypeComparer is now called EquivalentTypeComparer
  • IsValidEnumValue and MustBeValidEnumValue now use the new where T : Enum constraint of C# 7.3