Open andrei-epure-sonarsource opened 2 years ago
This can be put here: https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/Tests/Directory.Build.targets
While doing so, be aware that (only locally?) test files are dumped into /Tests/SonarScanner.MsBuild.*/**/bin/*/**
so the changes can affect the content of the test cases as well.
Currently the TFM and LangVersion is duplicated across the test project
csproj
files. We should consolidate them into a common Properties file referenced by all projects.