Skip to content

unsafePtr/VstsGitSolutionAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VstsGitSolutionAnalyzer

This is a standalone analyzer.

Overall processing includes the following steps:

  1. Connect to VSTS (now Azure DevOps)
  2. Get all repositories with develop branch (fallback to master if is not found develop branch)
  3. For every repository do:
    1. Download repository locally
    2. Use Nuget to restore packages
    3. Build solution with MSBuild and apply analyzer on build time.
    4. Get received diagnostics from the build
    5. Write received diagnostics into the log (I used Serilog and Sink it into the file)

I used BlockingAsyncAnalyzer to perform analyzing, but you can use whatever analyzer you want.

About

Standalone analyzer for performing the VSTS analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages