Release Notes 2021-05-24

Generic GUI 2.1.0 requires the Product Bundles to update the Generic Controller to v2.1.3, Common Contracts to version 1.0.4 and Assessment Model to version 1.1.2

Generic Controller 2.1.3

Fixes

  • Fixed bug that causes slowdown when reporting exceptions to Application Insights resource

Internal Versions

  • Common Contracts updated to v1.0.4

  • License Manager updated to v4.0.9

  • Assessment Model updated to v1.1.2

  • Common Utils updated to v3.0.5

Assessment Model 1.1.2

New features

  • New methods added:

    • CodeModelReader.ReadToolExecution

    • AssessmentModelReader.CreateAllCodeModelReaders

    • AssessmentModelReader.GetAllCodeModelNames

Improvements

  • Changed the way in which the files and projects are added to the CodeModel.

  • Added some fields to assessment model entities.

Fixes

  • Fixed ReportGenerator constructor to receive a CodeModelReader instead a path

Actions to deal with breaking changes

  • The CodeModelWriter now receive a ToolExecution as parameter, to create a ToolExecution is needed to send an IController or an CodeProcessorDescriptor. In the case of the migrators, commonly they have a CMD Runner that creates a CodeModelWriter

  • The ReportGenerator is receiving a CodeModelReader instead a string (path), simply it is needed to replace the path string for a CodeModelReader

Last updated