Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compare two fxcop results

Tags:

fxcop

I'm going to analysis two different versions of the same dll with fxcop. I would like to display only the differences between these two reports. Does anyone know if this is possible ?

Thanks for your time.

like image 321
excepeiont32 Avatar asked Oct 15 '22 07:10

excepeiont32


1 Answers

Yes, it's possible, but there are no built-in tools available for this. One fairly simple approach would be to use a diff tool to compare the two reports. If the result is too noisy for you, another approach would be to roll your own tool to compare the XML of the two reports.

like image 71
Nicole Calinoiu Avatar answered Oct 18 '22 13:10

Nicole Calinoiu