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
When launching test AvoidExcessiveInheritance_DefaultValues with concurrent execution on, we've got the issue, that Other_6 class (line 61) has 13 parents instead of 6 expected. This is obviously not correct and needs to be investigated and fixed. After that, concurrent execution could be enabled for that rule.
Expected behavior
AvoidExcessiveInheritance_DefaultValues test should pass in concurrent mode.
Related information
C#/VB.NET Plugins version 8.27
The text was updated successfully, but these errors were encountered:
Description
When launching test AvoidExcessiveInheritance_DefaultValues with concurrent execution on, we've got the issue, that Other_6 class (line 61) has 13 parents instead of 6 expected. This is obviously not correct and needs to be investigated and fixed. After that, concurrent execution could be enabled for that rule.
Expected behavior
AvoidExcessiveInheritance_DefaultValues test should pass in concurrent mode.
Related information
The text was updated successfully, but these errors were encountered: