Release Notes - 1.0
1.0.9-funcrel
Other Updates
| Details |
| Relyon link implemented between Entity object and corresponding C# class. |
| Improves the positioning of Entity and Entity Operation objects. |
1.0.8-funcrel
Other Updates
| Details |
| An update to ensure that transactions where "DapperPlusExtensions" and "DapperExtensions" methods are invoked as static methods are now correctly captured. |
| Improved the creation of Dapper entity objects when classes use Table annotation. |
| Added support for "Dapper.SqlMapper.QueryUnbufferedAsync". |
New Support
| Summary |
Details |
| Support for DapperPlusContext APIs and DapperPlusExtensions APIs |
Added support for Bulk[Action], Bulk[Action]Async, Single[Action], Single[Action]Async, ThenBulk[Action], ThenBulk[Action]Async APIs of Dapper Plus DapperPlusContext and DapperPlusExtensions classes. |
1.0.7-funcrel
Resolved Issues
| Customer Ticket Id |
Details |
| 48623 |
Fixes a traceback error in log - AttributeError: 'NoneType' object has no attribute 'scope_parent'. |
Other Updates
| Details |
| Transactions where SqlMapper methods are invoked as static methods are now captured. |
| CommandDefinition class is now supported. |
| Fixes an issue where transactions using "Dapper.FastCrud.DapperExtensions.InsertAsync" were not captured. |
1.0.6-funcrel
Other Updates
| Details |
| Fixes a traceback error in the analysis log (IndexError: list index out of range) occurring in applications containing data annotations. |
| Improvements have been made to the extension log file: a summary of detected unknown objects is now included. |
1.0.5-funcrel
Other Updates
| Details |
| Added new objects for unknown entity and unknown entity operation. |
| Fixes the vendor property for SQL Query and Entity objects for different libraries. |
1.0.4-funcrel
Other Updates
| Details |
| Fixes an issue where an internal library was not included properly. |
1.0.3-funcrel
Other Updates
| Details |
| A new object “DotNet Dapper Unknown SQL Query” has been added. |
1.0.2-funcrel
Other Updates
| Details |
| Summary logs added for Dapper Objects. |
1.0.1-funcrel
Other Updates
| Details |
| Added vendor property for Dapper SQL Query objects, Entity objects and Entity Operation objects. |
1.0.0-funcrel
Note
Moving to funcrel after thorough testing. No changes to the behaviour of the extension.
1.0.0-beta4
New Support
1.0.0-beta3
New Support
1.0.0-beta2
New Support
1.0.0-beta1
New Support
| Summary |
Details |
| Support for Dapper.SimpleCRUD library |
Added support for Dapper.SimpleCRUD library. |
1.0.0-alpha3
New Support
| Summary |
Details |
| Support for the Dapper Plus (Z.Dapper.Plus) library and additional API support for the Dapper library |
Added support for the Dapper Plus (Z.Dapper.Plus) libary and extended support for Dapper library synchronous and asynchronous QueryFirst and QuerySingle APIs. |
1.0.0-alpha2
Other Updates
| Details |
| Change in the description of Dapper framework in nuspec file. |
1.0.0-alpha1
Note
Initial release. For details, refer: https://doc.castsoftware.com/display/TECHNOS/Dapper+Framework
New Support
| Summary |
Details |
| New library support for Dapper Framework. |
Support Dapper ORM with Execute, ExecuteScaler, ExecuteReader and Queries APIs |