-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use assembly references to detect Test projects #966
Milestone
Comments
This feature will be supported only for MsBuild 15 and 16. MsBuild14: Target
MsBuild15: Target
MsBuild16: Target
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of MMF-2298, we need to extend test project detection to assembly references as well. Projects referencing any assembly from known list will be also classified as a Test projects.
C# and VB.NET analyzers will use project type from the Scanner as an authoritative information and will not perform own detection afterwards.
List of test assemblies should be copied from https://github.com/SonarSource/sonar-dotnet/blob/master/analyzers/src/SonarAnalyzer.Common/Helpers/ProjectTypeHelper.cs
The text was updated successfully, but these errors were encountered: