v2.1.0.7515 [RzR] 15-12-2025
- [0a85d60] (RzR) -> Auto commit uncommited files
- [65d00ee] (RzR) -> Add code version generate scripts
- [fbae95c] (RzR) -> Add
TryBuilderhelper.
-> Add Func<Exception, Task<TResult>> and Func<Exception, TResult> execute in catch block;
-> 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;
-> Adjust namespase and add entry point;
-> Add new methods with action execution in finally block.
-> 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;