lukebuehler / CShell

A simple, yet powerful, C# scripting IDE and REPL
http://cshell.net
Other
702 stars 97 forks source link

StyleCop fixes for CShell.Hosting #81

Open theelderwand opened 8 years ago

theelderwand commented 8 years ago

https://github.com/lukebuehler/CShell/issues/80

lukebuehler commented 8 years ago

Thanks for this PR, I merged it locally, but also quickly realized that we need to be careful how we configure the settings.

I do not agree with all stylecop defaults and want to disable a few. I'm trying to set it up properly though based on your initial template.

theelderwand commented 8 years ago

I already disabled a few where i felt like for example the documentation XML etc. Please feel free to edit it and a template that we can work with. As mentioned in the issue https://github.com/lukebuehler/CShell/issues/80 i wanted to start off somewhere. Once you push a commit i'll start fixing the other projects and we can integrate it with build. Also, I am quite curious about the roadmap, would it be possible for you to share one ?

lukebuehler commented 8 years ago

Yep, let me think some more about how to introduce stylecop gracefully. I think we should incrementally enable rules.

Re roadmap, here: https://github.com/lukebuehler/CShell/wiki/Roadmap

theelderwand commented 8 years ago

Alright that works well too. Once a minimal set is ready, I'll start fixing the remaining projects.