-
-
Notifications
You must be signed in to change notification settings - Fork 887
StyleCop #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StyleCop #1
Conversation
Does this also list stylecop analysers as a dependency in the output Nuget package? |
I was wondering that also. I haven't tested that yet but I can take a look at it. And we should probably also create a .ruleset file that we should configure in the same way as the stylecop.json file (http://stackoverflow.com/a/38094474/2410453) Edit: It does, will try to figure out how we can get rid of it there. |
Just pushed a patch to resolve the dependency. |
Sync with imagesharp master
Update from SixLabors/ImageSharp
Sync with imagesharp master
Added guards from the ImageSharp project
Remove typo in NuGet package description
Added guards from the ImageSharp project
Remove typo in NuGet package description
Added guards from the ImageSharp project
Remove typo in NuGet package description
Merge upstream changes
This adds StyleCop.Analyzers that will enable StyleCop during the build. The documentation for the library can be found here: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/DOCUMENTATION.md. I added stylecop.json file and you can find more information about how that file works here: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/Configuration.md.