Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@YoussefSell YoussefSell released this 09 May 21:01

For more details click here to get to our CHANGELOG.

Changes:

  • added a Cast<>() extension method that allows you to cast a Result instance into a Result{TData} instance.
  • Removed ListResult<> no need for this type, to simplify the usage the Result<data[]> can be used instead.
  • Removed Clone() methods, the new Cast<>() method should be used instead.
  • All properties on the Result instance will not be set and they will have their default value (null, or empty string).
  • Fixed JSON Deserialization issue by removing all constructors from the Result class and only setting one default constructor.