Skip to content

4.2.0

Compare
Choose a tag to compare
@maiconheck maiconheck released this 24 Nov 10:50
· 39 commits to master since this release

New Features

  • Package: Krafted.ValueObjects

    ActivatorHelper: When using Entity Framework with Lazy Loading, provides a helper method to bypass the Guard Clauses via reflection, during the Value Object materialization.

  • Package: Krafted.Guards

    Guard.Guid

Improvements

  • HttpResponseMessageExtension.DeserializeAsync<T>(...): where T : class constraint removed in order to deserialize literal values.
  • Guard.String: ArgumentException changed to ArgumentOutOfRangeException on Length guard clauses.