Ensure all phases of the build are fully incremental, including:
1. Compile
2. Run Code Analysis (FxCop)
3. Run StyleCop
4. Run Unit tests
If I change product code that is only referenced by two unit test DLLs, only those two unit tests should run. (Same with FxCop and StyleCop.)
Comments: We feel the we are in a good place at the moment, and don't want to invest time here. We will of course fix if this become a major nagging issue.
1. Compile
2. Run Code Analysis (FxCop)
3. Run StyleCop
4. Run Unit tests
If I change product code that is only referenced by two unit test DLLs, only those two unit tests should run. (Same with FxCop and StyleCop.)
Comments: We feel the we are in a good place at the moment, and don't want to invest time here. We will of course fix if this become a major nagging issue.