This is what i want to achieve:
When a developer runs code analysis on his solution folder or on a project i want all the errors and warnings generated by code analysis to be transferred to a remote server. To to this i want to write an extension to visual studio. But don't have a single clue where to start. Any head-start regarding how to get code-analysis output (through code) and send it to a remote location, would be appreciated.