Skip to content

Commit 3244459

Browse files
authored
Merge pull request #2396 from sharwell/csharp7-documentation
Update documentation rules for C# 7
2 parents 81e5015 + e4650ca commit 3244459

53 files changed

Lines changed: 762 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
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.DocumentationRules
5+
{
6+
using StyleCop.Analyzers.Test.DocumentationRules;
7+
8+
public class CSharp7InheritdocCodeFixProviderUnitTests : InheritdocCodeFixProviderUnitTests
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.DocumentationRules
5+
{
6+
using StyleCop.Analyzers.Test.DocumentationRules;
7+
8+
public class CSharp7NoXmlFileHeaderUnitTests : NoXmlFileHeaderUnitTests
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.DocumentationRules
5+
{
6+
using StyleCop.Analyzers.Test.DocumentationRules;
7+
8+
public class SA1600CSharp7UnitTests : SA1600UnitTests
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.DocumentationRules
5+
{
6+
using StyleCop.Analyzers.Test.DocumentationRules;
7+
8+
public class SA1601CSharp7UnitTests : SA1601UnitTests
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.DocumentationRules
5+
{
6+
using StyleCop.Analyzers.Test.DocumentationRules;
7+
8+
public class SA1602CSharp7UnitTests : SA1602UnitTests
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.DocumentationRules
5+
{
6+
using StyleCop.Analyzers.Test.DocumentationRules;
7+
8+
public class SA1603CSharp7UnitTests : SA1603UnitTests
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.DocumentationRules
5+
{
6+
using StyleCop.Analyzers.Test.DocumentationRules;
7+
8+
public class SA1604CSharp7UnitTests : SA1604UnitTests
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.DocumentationRules
5+
{
6+
using StyleCop.Analyzers.Test.DocumentationRules;
7+
8+
public class SA1605CSharp7UnitTests : SA1605UnitTests
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.DocumentationRules
5+
{
6+
using StyleCop.Analyzers.Test.DocumentationRules;
7+
8+
public class SA1606CSharp7UnitTests : SA1606UnitTests
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.DocumentationRules
5+
{
6+
using StyleCop.Analyzers.Test.DocumentationRules;
7+
8+
public class SA1607CSharp7UnitTests : SA1607UnitTests
9+
{
10+
}
11+
}

0 commit comments

Comments
 (0)