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
This Visual Studio analyzer supports you in making your code comply with the C# coding guidelines at [CSharpGuidelines](https://github.com/dennisdoomen/CSharpGuidelines).
6
+
This Visual Studio analyzer supports you in making your code comply with the C# coding guidelines at [CSharpGuidelines](https://github.com/dennisdoomen/CSharpGuidelines).
7
7
8
-
Note that many guidelines are already covered by [Resharper](https://www.jetbrains.com/resharper/), for which [a layer file is provided](https://github.com/bkoelman/CSharpGuidelinesAnalyzer/blob/master/docs/Resharper%20Settings.md).
9
-
See [Overview](https://github.com/bkoelman/CSharpGuidelinesAnalyzer/blob/master/docs/Overview.md) for the list of supported rules.
8
+
Note that many guidelines are already covered by [Resharper](https://www.jetbrains.com/resharper/), for which [a layer file is provided](/docs/Resharper%20Settings.md).
9
+
See [Overview](/docs/Overview.md) for the list of supported rules.
10
10
11
11

12
12
13
13
## Get started
14
14
15
-
The latest version requires [Visual Studio 2017 with Update 5](https://www.visualstudio.com/) or higher. To get instant feedback on all files in your solution, activate [Full Solution Analysis](https://github.com/bkoelman/CSharpGuidelinesAnalyzer/blob/master/docs/Full%20Solution%20Analysis.md).
15
+
The latest version requires [Visual Studio 2017 with Update 5](https://www.visualstudio.com/) or higher. To get instant feedback on all files in your solution, activate [Full Solution Analysis](/docs/Full%20Solution%20Analysis.md).
16
16
17
17
* From the NuGet package manager console:
18
18
19
-
`Install-Package CSharpGuidelinesAnalyzer`
19
+
`Install-Package CSharpGuidelinesAnalyzer`
20
20
21
21
or, if you are using Visual Studio 2017 with Update 3:
22
22
@@ -28,7 +28,7 @@ The latest version requires [Visual Studio 2017 with Update 5](https://www.visua
28
28
29
29
* Rebuild your solution
30
30
31
-
* Optional: [Reference CSharpGuidelines.Layer.DotSettings in your existing Resharper preferences](https://github.com/bkoelman/CSharpGuidelinesAnalyzer/blob/master/docs/Resharper%20Settings.md)
31
+
* Optional: [Reference CSharpGuidelines.Layer.DotSettings in your existing Resharper preferences](/docs/Resharper%20Settings.md)
32
32
33
33
## Suppressing rules
34
34
Rule warnings can be suppressed at various scopes, ranging from per line to at the project or solution level.
Many guidelines are covered by Resharper. To verify those, this repository contains a special DotSettings file.
3
+
Many guidelines are covered by Resharper. To verify those, this repository contains a special DotSettings file.
4
4
You can easily use it in combination with your own Resharper settings, by adding it as a layer. That way, your existing preferences are merged with it.
5
5
6
6
To try it out, follow the next steps:
7
7
* Open your solution in Visual Studio
8
8
* Go to **Resharper**, **Manage Options**
9
9
* At the level **Solution team-shared**, click the green plus next to it and select **Open Settings File**
10
-
* Download [CSharpGuidelines.Layer.DotSettings](https://github.com/bkoelman/CSharpGuidelinesAnalyzer/blob/master/CSharpGuidelines.Layer.DotSettings) to your solution folder and browse to it
10
+
* Download [CSharpGuidelines.Layer.DotSettings](/CSharpGuidelines.Layer.DotSettings) to your solution folder and browse to it
0 commit comments