You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the requirement of a parameterless constructor should be fixed in order to avoid the creation of invalid objects which is an antipattern regarding DDD
The text was updated successfully, but these errors were encountered:
Do you mean there should be a parameterless instance constructor?
Currently the only parameterless constructor is a private static. This is run once per type TThis and is required to construct the factory method for creating instances using ValueOf<TThis>.From(TValue).
I think the requirement of a parameterless constructor should be fixed in order to avoid the creation of invalid objects which is an antipattern regarding DDD
The text was updated successfully, but these errors were encountered: