-
Notifications
You must be signed in to change notification settings - Fork 507
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 #3864 from bjornhellander/feature/csharp13-tests
Add test project for c# 13 (pre-release version)
- Loading branch information
Showing
268 changed files
with
2,992 additions
and
9 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
11 changes: 11 additions & 0 deletions
11
...eCop.Analyzers/StyleCop.Analyzers.Test.CSharp13/AnalyzerConfigurationCSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13 | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12; | ||
|
||
public partial class AnalyzerConfigurationCSharp13UnitTests : AnalyzerConfigurationCSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers.Test.CSharp13/DocumentationRules/InheritdocCodeFixProviderCSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class InheritdocCodeFixProviderCSharp13UnitTests : InheritdocCodeFixProviderCSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...s/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/NoXmlFileHeaderCSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class NoXmlFileHeaderCSharp13UnitTests : NoXmlFileHeaderCSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1600CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1600CSharp13UnitTests : SA1600CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1601CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1601CSharp13UnitTests : SA1601CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1602CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1602CSharp13UnitTests : SA1602CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1603CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1603CSharp13UnitTests : SA1603CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1604CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1604CSharp13UnitTests : SA1604CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1605CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1605CSharp13UnitTests : SA1605CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1606CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1606CSharp13UnitTests : SA1606CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1607CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1607CSharp13UnitTests : SA1607CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1608CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1608CSharp13UnitTests : SA1608CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1609CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1609CSharp13UnitTests : SA1609CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1610CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1610CSharp13UnitTests : SA1610CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1611CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1611CSharp13UnitTests : SA1611CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1612CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1612CSharp13UnitTests : SA1612CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1613CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1613CSharp13UnitTests : SA1613CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1614CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1614CSharp13UnitTests : SA1614CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1615CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1615CSharp13UnitTests : SA1615CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1616CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1616CSharp13UnitTests : SA1616CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1617CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1617CSharp13UnitTests : SA1617CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1618CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1618CSharp13UnitTests : SA1618CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1619CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1619CSharp13UnitTests : SA1619CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1620CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1620CSharp13UnitTests : SA1620CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1621CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1621CSharp13UnitTests : SA1621CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1622CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1622CSharp13UnitTests : SA1622CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1623CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1623CSharp13UnitTests : SA1623CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1624CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1624CSharp13UnitTests : SA1624CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1625CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1625CSharp13UnitTests : SA1625CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1626CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1626CSharp13UnitTests : SA1626CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1627CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1627CSharp13UnitTests : SA1627CSharp12UnitTests | ||
{ | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
....Analyzers/StyleCop.Analyzers.Test.CSharp13/DocumentationRules/SA1628CSharp13UnitTests.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,11 @@ | ||
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
namespace StyleCop.Analyzers.Test.CSharp13.DocumentationRules | ||
{ | ||
using StyleCop.Analyzers.Test.CSharp12.DocumentationRules; | ||
|
||
public partial class SA1628CSharp13UnitTests : SA1628CSharp12UnitTests | ||
{ | ||
} | ||
} |
Oops, something went wrong.