You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-13
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,22 @@ This repository contains an implementation of the StyleCop rules using the .NET
10
10
11
11
The preferable way to use the analyzers is to add the nuget package [StyleCop.Analyzers](http://www.nuget.org/packages/StyleCop.Analyzers/)
12
12
to the project where you want to enforce StyleCop rules.
13
-
You can also build a vsix extension from source and install it into visual studio to use it in all
14
-
C# projects opened in visual studio.
15
13
16
14
Currently the only way to configure the rules is to change the severity for them in a ruleset file.
17
15
18
-
## Building
16
+
## Installation
19
17
20
-
Visual Studio 2015 RC is required for building this repository.
21
-
The Visual Studio 2015 RC SDK is required for building the vsix extension project and for
22
-
debugging in an experimental visual studio hive.
18
+
StyleCopAnalyzers can be installed using the NuGet Package Manager in Visual Studio 2015 RC.
23
19
24
-
## Contributing
20
+

21
+
22
+
## Team Considerations
25
23
26
-
If you want to contribute code you can get started by looking for issues marked as
27
-
[up for grabs](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/labels/up%20for%20grabs).
28
-
We also have the [easy](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/labels/easy) tag
29
-
for issues suitable if you are unfamiliar with roslyn.
24
+
If you use older versions of Visual Studio in addition to Visual Studio 2015, you may still install these analyzers. They will be automatically disabled when you open the project back up in Visual Studio 2013 or earlier.
30
25
31
-
Also see the [contributing guide](CONTRIBUTING.md).
26
+
## Contributing
32
27
33
-
You can also help by filing issues, participating in discussions and doing code review.
0 commit comments