Skip to content

v3.1.3

Latest
Compare
Choose a tag to compare
@Acuminator-Sync Acuminator-Sync released this 24 Oct 10:19
abc47b1

Acuminator 3.1.3: October 24, 2023

Acuminator 3.1.3 includes the bug fixes and enhancements described in this section, as well as the features that have been implemented in previous versions.

Enhancements

In Acuminator 3.1.3, the following enhancements have been implemented:

  • The Acuminator code refactoring mechanism that changed weakly typed old graph event handlers into strongly typed generic event handlers has been converted into a new diagnostic PX1041.
    The default severity of the new diagnostic is Information because Acumatica Framework supports both types of event handlers. Now you can use the new diagnostic to convert graph event handlers to generic ones in the entire document, project, and solution.
  • The category of Acuminator diagnostics has been changed to "Acuminator". You can see this category in Error List window of Visual Studio if you group diagnostics by Category as shown in the following screenshot.

    image

Fixed Bugs

In this version of Acuminator, the following bugs have been fixed:

  • Visual Studio 17.7 crashed when the static code analysis was configured to be executed in the Visual Studio process (in process mode).
    The crashes were caused by the asynchonous code in old Acuminator analyzers.