Skip to content

Commit 64f2d60

Browse files
authored
Merge pull request #2763 from vweijsters/update-readme
Updated README.md for C# language version support
2 parents a7d874c + c8eda5e commit 64f2d60

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ For documentation and reasoning on the rules themselves, see the [Documentation]
2424
For users upgrading from StyleCop Classic, see [KnownChanges.md](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/tree/master/documentation/KnownChanges.md)
2525
for information about known differences which you may notice when switching to StyleCop Analyzers.
2626

27+
### C# language versions
28+
Not all versions of StyleCop.Analyzers support all features of each C# language version. The table below shows the minimum version of StyleCop.Analyzers required for proper support of a C# language version.
29+
30+
| C# version | StyleCop.Analyzers version | Visual Studio version |
31+
|------------|----------------------------|-----------------------|
32+
| 1.0 - 6.0 | v1.0.2 or higher | VS2015+ |
33+
| 7.0 - 7.3 | v1.1.0-beta or higher | VS2017 |
34+
2735
## Installation
2836

2937
StyleCopAnalyzers can be installed using the NuGet command line or the NuGet Package Manager in Visual Studio 2015.

0 commit comments

Comments
 (0)