I am coming from a native iOS / Android development background. I am looking for some command line tools that would allow to perform static code analysis on our Xamarin project.
Are you aware of such tools? I have found Gendarme but it seems that it hasn't been updated in a while so I am not sure how actual it is.
Also I have found MonoDevelop.StyleCop which seems to be an add on to Xamarin Studio (although we use Visual Studio for Mac - but it might just work) - but I can't figure our how you can run it from the command line.
What would be your approach into integrating static code analysis in your Xamarin Project Continuous Integration?
Thank you!
EDIT: I'm using macOS so I am interested in tools that run on macOS