silverlight - do you have any solution to reduce the build time? -


i'm working on big solution, includes 20 projects(in silverlight, , use 10 wcf sevices), each tim test presentation layer, have build solution, , take more time. have solution reduce build time?

  1. go build/configuration manager... , uncheck projects not working on. way build relevant project.

  2. create solution include project wish modify. copy dlls other projects folder. go build, your_project properties... reference path, , add folder.

  3. switch parallel msbuild (by adding external tool), can utilize cpu cores. set arguments multiproc , verbosity - minimal:

    /m /v:m

  4. get rid of unused styles

  5. use ssd

  6. if you're on laptop, make sure machine set in high performance mode.

  7. also refer old blog post


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -