Skip to content

Commit 9471fd5

Browse files
committed
Merge remote-tracking branch 'DotNetAnalyzers/master' into testing-library
2 parents a45080c + 35283f2 commit 9471fd5

2 files changed

Lines changed: 9 additions & 1 deletion

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.

StyleCop.Analyzers/StyleCop.Analyzers.Test/LayoutRules/SA1501UnitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ public void Bar(int i)
10831083
/// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
10841084
[Theory]
10851085
[MemberData(nameof(TestStatements))]
1086-
private async Task TestNoSA1503CodeFixForStatementAsync(string statementText)
1086+
public async Task TestNoSA1503CodeFixForStatementAsync(string statementText)
10871087
{
10881088
await new CSharpTest
10891089
{

0 commit comments

Comments
 (0)