sonar-dotnet
sonar-dotnet copied to clipboard
NET-2005 New Rule Idea: Tests should be contained in a separate project (S3414)
It is a good practice to isolate test classes in a separate package so that what is shipped to production is neither polluted by nor bloated with them. Further, including unit tests in code assemblies could affect build processes.
Internal ticket NET-2005