Skip to content

Release Notes (AsyncRewriter)

Thong Nguyen edited this page Jul 21, 2018 · 1 revision

1.7.0

  • Switch to semantic versioning

1.5.0.1304

  • Fixed AsyncRewriter fails when calling rewritten async extension methods (in the same project) using static call method syntax.

1.5.0.1300

  • Added GetPrimaryKeysForUpdate.
  • Reviewed and reenabled TestDefaults3.
  • Added Exception to DataAccessModelHookSubmitContext
  • Refactor DataAccessObjectDataContext into multiple files
  • Fixed default value for primary key should be set on client side when a new DAO is created

1.4.0.1286

  • Fixed expression bodies of expression bodied methods shouldnt be surrounded by parenthesis to fix compilation error with expression bodied methods that return void.

1.4.0.1282

  • Fix ambiguous reference can occur if multiple classes with the same name (but different namespaces) implement a possible asynchronous version of a synchronous method.

1.4.0.1273

  • Bug fix

1.4.0.1271

  • Fix some await statements missing some leading spaces/tabs.

1.4.0.1265

  • Fix problem with some await statements not being parenthesised where necessary.

1.4.0.1264

  • Fix problem when building projects with a large number of files (paths longer than 32k)

1.4.0.1263

Clone this wiki locally