You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rule S1200 contains expected json file for ITs of AutoMapper project: \sonaranalyzer-dotnet\its\actual\Automapper\AutoMapper-025B9F93-7953-454B-AF29-E6A55B2AA58F-S1200.json
This file declares expected error message:
Split this class into smaller and more specialized ones to reduce its dependencies on other classes from 33 to the maximum authorized 30 or less.
Using VS 2019 with MSBuild 16 produces different error message:
Split this class into smaller and more specialized ones to reduce its dependencies on other classes from 34 to the maximum authorized 30 or less.
Description
Rule S1200 contains expected json file for ITs of AutoMapper project:
\sonaranalyzer-dotnet\its\actual\Automapper\AutoMapper-025B9F93-7953-454B-AF29-E6A55B2AA58F-S1200.json
This file declares expected error message:
Split this class into smaller and more specialized ones to reduce its dependencies on other classes from 33 to the maximum authorized 30 or less.
Using VS 2019 with MSBuild 16 produces different error message:
Split this class into smaller and more specialized ones to reduce its dependencies on other classes from 34 to the maximum authorized 30 or less.
Repro steps
Run ITs in VS2019 with MSBuild 16:
.\regression-test.ps1 -ruleId S1200 -project Automapper
and compare actual ITs results with expected.
Expected behavior
Both versions should provide the same result.
The text was updated successfully, but these errors were encountered: