Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.14 KB

File metadata and controls

25 lines (21 loc) · 1.14 KB

v2.1.0.7515 [RzR] 15-12-2025

  • [0a85d60] (RzR) -> Auto commit uncommited files
  • [65d00ee] (RzR) -> Add code version generate scripts
  • [fbae95c] (RzR) -> Add TryBuilder helper.

v1.1.2.4376

-> Add Func<Exception, Task<TResult>> and Func<Exception, TResult> execute in catch block;

v1.1.1.7383

-> Add Func<Task<TResult>> execute in finally block;
-> Add Func<Task> execute in finally block;
-> Add Action execute in finally block;
-> Small adjustments in finally block action execution;

v1.1.0.0

-> Adjust namespase and add entry point;
-> Add new methods with action execution in finally block.

v2.0.0.0

-> Add temp internal request analyze async or sync;
-> Add internal helper to set variables to default value;
-> Move code execution to internal more generic code/methods;
-> Refactor and clean code to use more generic functionalities;
-> Add missing and minimum required tests to cover base functionalities;
-> Add methods(SetToDefaultIfPresent) in the base class to set variables to default value;