Search code examples
visual-studiovs-extensibility

VS Extension to Record compile time


I want to develop a Visual Studio extension to run each time the developer compile the currently opened solution. The extension should be able to access or calculate the total compile time and persist this time.

Any directions where I should start.


Solution

  • Not sure if this helps you, but there are a couple of great extensions that do this already:

    Been using BuildVision for a long time and really like it.

    Build Monitor is open source and you can check out the code on GitHub to see how the build timing has been implemented there: https://github.com/vinntreus/BuildMonitor