Release Notes 2021-05-18

Generic GUI 2.1.0 requires the Product Bundles to update the Generic Controller to v2.1.1 and Common Contracts to version 1.0.3

Generic Controller 2.1.1

Fixes

  • Fixed consuming new version of Contracts to remove DoPostExecutionAction

Actions to deal with breaking changes

  • DosPostExecutionActions was removed, so the Execute method should be implemented passing an ICodeModelReader

Common Contracts 1.0.3

Fixes

  • Removed DoPostExecutionActions from ICodeProcessor to avoid mayor breaking change, the CodeModelReader is passed in Execute method like before. In future releases this change will be reverted to assure the right use of the Assessment Code Model reader and writer

Last updated