vsts-resharper-code-quality-task
vsts-resharper-code-quality-task copied to clipboard
fix for #26
Hi ! Since the "Migrate task to latest vsts runner" commit in August, the _additionalArguments_ input is passed to the command line between double quotes. While running in VS2017 Hosted...
We are experiencing an issue with Start-Process taking about 15 minutes to complete. This is probably due to the fact that Start-Process -Wait also waits for any child processes spawned...
To speed up, I've added the CLT directly as a library to the Git repository. When not doing that, but letting the task download the CLT, everything works fine, but...
When viewing the task in the DevOps website, you'll be able to see the output from InspectCode.exe whilst it is executing, instead of it all being uploaded at the end.
Total time to run task was taking about 20 minutes for one of my solutions. Storing the issue types in a hash table reduced the time to 4.5 minutes, with...
When the task runs in Azure CI I get errors for unresolved symbols on packages I have already installed. 
Hi, I keep getting a huge amount of the following issues: ``` app-routing.module.ts(50,1): error : R# Symbol 'MachineModuleResolverService' cannot be properly resolved, probably it is located in inaccessible module ```...
Speedup severity lookup.
The foreach loop @ https://github.com/alanwales/vsts-resharper-code-quality-task/blob/master/src/task/RunResharperCodeAnalysisTool.ps1#L134 is very slow with a huge amount of found issues. (takes like 3-5 min for 30000 issues on our machines). A rewrite using a dictionary...