PokemonGo-Desktop
PokemonGo-Desktop copied to clipboard
Stylecop + Resharper Cleanup.
As discussed on external slack channel. Cleaned up the project and added StyleCop & Resharper settings to be used to improve coding standards and maintainability of the project.
The changes are looking good apart from the fact that you are also formatting libraries, formatting POGOProtos for example is probbaly a bad idea as that is generated code and will be regenerated multiple times. The copyright information also needs fixing or to be removed as its just empty.
Could you also post details about your exact setup for doing this? (for future reference)
Fixed the copyright, included a stylecop rule that should ignore the library folders. Reverted the libraries back.