Moving code to common projects

Yesterday I talked about our current setup, Today I will start to refactor away projects.

First up is to combine all the ServiceContracts-projects to one common ServiceContract-project

ServicesSolution after ServiceContracts

This reduced the build time from 90-100 seconds to 80-90 seconds. Not much, and maybe not enough to be statistically significant.

Next up was to combine all the Services-projects to one common Services project.

ServicesSolution after Services

This reduced the build time to 72-85 seconds. A little better, and I would say that we are on the right track.

Tomorrow I will try to reduce this even further.

2 comments

Leave a comment

Your email address will not be published. Required fields are marked *