Skip to content

Commit 09cdb06

Browse files
authored
Merge pull request #2392 from sharwell/csharp7-ordering
Update ordering rules for C# 7
2 parents e82cfa8 + 3cdc379 commit 09cdb06

34 files changed

Lines changed: 326 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class CSharp7UsingCodeFixProviderCombinedSystemDirectivesUnitTests : UsingCodeFixProviderCombinedSystemDirectivesUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class CSharp7UsingCodeFixProviderGroupSeparationUnitTests : UsingCodeFixProviderGroupSeparationUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class CSharp7UsingCodeFixProviderRegressionUnitTests : UsingCodeFixProviderRegressionUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class CSharp7UsingCodeFixProviderUnitTests : UsingCodeFixProviderUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1200CSharp7OutsideNamespaceUnitTests : SA1200OutsideNamespaceUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1200CSharp7PreserveUnitTests : SA1200PreserveUnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1200CSharp7UnitTests : SA1200UnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1201CSharp7UnitTests : SA1201UnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1202CSharp7UnitTests : SA1202UnitTests
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
4+
namespace StyleCop.Analyzers.Test.CSharp7.OrderingRules
5+
{
6+
using StyleCop.Analyzers.Test.OrderingRules;
7+
8+
public class SA1203CSharp7UnitTests : SA1203UnitTests
9+
{
10+
}
11+
}

0 commit comments

Comments
 (0)