Page tree

On this page:

Summary: This document provides information about changes and new features introduced in this release.

Resolved issues in this release

The following issues have been fixed in this release of the .NET Analyzer extension:

Internal ID
Call ID
Summary
DOTNET-466-False violation appearing for the QR: "Close the outermost stream ASAP"
DOTNET-46812486False Violation for QR - Close SQL connection ASAP

Changes in results post upgrade

This section lists changes in results post upgrade from 1.0. to 1.0.2:

DOTNET-466 - Close the outermost stream ASAP - 8108

A bug has been discovered that is causing the rule "Close the outermost stream ASAP - 8108" to be incorrectly violated when the stream is closed in a "finally block". This bug has been fixed and therefore after an upgrade to 1.0.2 and the generation of a new snapshot on the same source code, results may change: there may be less violations for this rule, improving accuracy.

DOTNET-468 - Close SQL connection ASAP - 3612

A bug has been discovered that is causing the rule "Close SQL connection ASAP - 3612" to be incorrectly violated when the SQL connection is correctly closed. This bug has been fixed and therefore after an upgrade to 1.0.2 and the generation of a new snapshot on the same source code, results may change: there may be less violations for this rule, improving accuracy.

  • No labels