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
Therefore these will be considered test assemblies: BestEstimator, MyTestament or TheCutestPony.
Expected behavior
The previously quoted names should not be detected as test assemblies. Assembly name should be split by '.' and case and should contain test or tests as one of the split item.
Related information
SonarC# Version: 6.5
The text was updated successfully, but these errors were encountered:
Actual behavior
The assembly detection looks if the name contains the word "test": https://github.com/SonarSource/sonar-csharp/blob/master/sonaranalyzer-dotnet/src/SonarAnalyzer.Common/Helpers/ProjectTypeHelper.cs
Therefore these will be considered test assemblies:
BestEstimator
,MyTestament
orTheCutestPony
.Expected behavior
The previously quoted names should not be detected as test assemblies. Assembly name should be split by '.' and case and should contain
test
ortests
as one of the split item.Related information
SonarC# Version: 6.5
The text was updated successfully, but these errors were encountered: