Code coverage exclusions don't work for 6.7.x+ with C# projects

Seems, I found one of the possible solutions: set sonar.coverage.exclusions for module level in UI (Code - - Administration - General Settings - Analysis Scope). In that case, we can exclude all files (whole module or .net project) with **\*.cs. But still trying to find more automative way…