Release Notes - 1.0


  • 1.0.12-funcrel

    1.0.12-funcrel
    Fixes missing bookmark issue occurring when SQL query used verbatim text.
    Fixes bookmark related traceback issue which caused missing SQL query objects.
    Fixes wrong bookmark for SQL Query objects occurring when multiple queries in a C# method used the same identifier name.
    Fixes an issue where .NET missing objects were not linked to a .NET language category, causing them to be excluded from modules based on the .NET technology.
    Unknown SQL Query objects are now created per C# method, versus .NET Analysis Unit.
    Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results.
    Supports missing FastCrud method: Dapper.FastCrud.DapperExtensions.Count.
    Improves analysis speed and accuracy by adding optimized filtering.
  • 1.0.11-funcrel

    1.0.11-funcrel
    Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results.
    Fixes a traceback issue: AttributeError: ‘Array’ object has no attribute ‘get_typename’.
    Improves exception handling leading to more accurate evaluation results and better logs.
    Fixes a traceback related to ‘SqlBuilder’ causing missing ‘Dapper SQL Query’ objects and corresponding links.
  • 1.0.10-funcrel

    1.0.10-funcrel
    Fixes an issue where ‘Dapper SQL Query’ objects were missing in case of overloaded methods.
    New details to explain which framework API has been triggered for CRUD operations and queries.
    Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results.
  • 1.0.9-funcrel

    1.0.9-funcrel
    Relyon link implemented between Entity object and corresponding C# class.
    Improves the positioning of Entity and Entity Operation objects.
  • 1.0.8-funcrel

    1.0.8-funcrel
    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”.
    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.Support for DapperPlusContext APIs and DapperPlusExtensions APIs
  • 1.0.7-funcrel

    1.0.7-funcrel
    Fixes a traceback error in log - AttributeError: ‘NoneType’ object has no attribute ‘scope_parent’. 📝 48623
    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

    1.0.6-funcrel
    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

    1.0.5-funcrel
    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

    1.0.4-funcrel
    Fixes an issue where an internal library was not included properly.
  • 1.0.3-funcrel

    1.0.3-funcrel
    A new object “DotNet Dapper Unknown SQL Query” has been added.
  • 1.0.2-funcrel

    1.0.2-funcrel
    Summary logs added for Dapper Objects.
  • 1.0.1-funcrel

    1.0.1-funcrel
    Added vendor property for Dapper SQL Query objects, Entity objects and Entity Operation objects.
  • 1.0.0-funcrel

    1.0.0-funcrel
    Moving to funcrel after thorough testing. No changes to the behaviour of the extension.
  • 1.0.0-beta4

    1.0.0-beta4
    Support for Dapper.FluentMap.Dommel API to override table name. See https://doc.castsoftware.com/display/TECHNOS/Dapper+Framework+-+1.0#DapperFramework1.0-Dommelexternal link.Support for Dapper.FluentMap.Dommel API to override table name
  • 1.0.0-beta3

    1.0.0-beta3
  • 1.0.0-beta2

    1.0.0-beta2
  • 1.0.0-beta1

    1.0.0-beta1
    Added support for Dapper.SimpleCRUD library.Support for Dapper.SimpleCRUD library
  • 1.0.0-alpha3

    1.0.0-alpha3
    Added support for the Dapper Plus (Z.Dapper.Plus) libary and extended support for Dapper library synchronous and asynchronous QueryFirst and QuerySingle APIs.Support for the Dapper Plus (Z.Dapper.Plus) library and additional API support for the Dapper library
  • 1.0.0-alpha2

    1.0.0-alpha2
    Change in the description of Dapper framework in nuspec file.
  • 1.0.0-alpha1

    1.0.0-alpha1
    Support Dapper ORM with Execute, ExecuteScaler, ExecuteReader and Queries APIsNew library support for Dapper Framework.