MSBuild does not currently offer any way to pass-through properties to the projects within a .sln file.
Despite the documentation, properties provided at the command line with a solution file are ignored.
This makes it very difficult to disable XML warnings on a CI server in order to reduce output noise. Many developers feel that 30% of their lines of code should not be /// <summary>, and that code noise (like output noise) must be justified .
MSBuild does not currently offer any way to pass-through properties to the projects within a .sln file.
Despite the documentation, properties provided at the command line with a solution file are ignored.
This makes it very difficult to disable XML warnings on a CI server in order to reduce output noise. Many developers feel that 30% of their lines of code should not be
/// <summary>, and that code noise (like output noise) must be justified .