4.2.0
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.