-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3491 from bjornhellander/feature/test11
Added a new test project for c# 11
- Loading branch information
Showing
268 changed files
with
3,481 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp11/AnalyzerConfigurationTestsCSharp11.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11 | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10; | ||
|
||
public class AnalyzerConfigurationTestsCSharp11 : AnalyzerConfigurationTestsCSharp10 | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers.Test.CSharp11/DocumentationRules/CSharp11InheritdocCodeFixProviderUnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class CSharp11InheritdocCodeFixProviderUnitTests : CSharp10InheritdocCodeFixProviderUnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...s/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/CSharp11NoXmlFileHeaderUnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class CSharp11NoXmlFileHeaderUnitTests : CSharp10NoXmlFileHeaderUnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1600CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1600CSharp11UnitTests : SA1600CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1601CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1601CSharp11UnitTests : SA1601CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1602CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1602CSharp11UnitTests : SA1602CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1603CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1603CSharp11UnitTests : SA1603CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1604CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1604CSharp11UnitTests : SA1604CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1605CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1605CSharp11UnitTests : SA1605CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1606CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1606CSharp11UnitTests : SA1606CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1607CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1607CSharp11UnitTests : SA1607CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1608CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1608CSharp11UnitTests : SA1608CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1609CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1609CSharp11UnitTests : SA1609CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1610CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1610CSharp11UnitTests : SA1610CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1611CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1611CSharp11UnitTests : SA1611CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1612CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1612CSharp11UnitTests : SA1612CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1613CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1613CSharp11UnitTests : SA1613CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1614CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1614CSharp11UnitTests : SA1614CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1615CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1615CSharp11UnitTests : SA1615CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1616CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1616CSharp11UnitTests : SA1616CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1617CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1617CSharp11UnitTests : SA1617CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1618CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1618CSharp11UnitTests : SA1618CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1619CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1619CSharp11UnitTests : SA1619CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1620CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1620CSharp11UnitTests : SA1620CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1621CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1621CSharp11UnitTests : SA1621CSharp10UnitTests | ||
{ | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
....Analyzers/StyleCop.Analyzers.Test.CSharp11/DocumentationRules/SA1622CSharp11UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#nullable disable | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp11.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp10.DocumentationRules; | ||
|
||
public class SA1622CSharp11UnitTests : SA1622CSharp10UnitTests | ||
{ | ||
} | ||
} |
Oops, something went wrong.