Skip to content

Commit 4505056

Browse files
authored
Add comments to ignore StyleCop warnings (#17)
1 parent 6945ee8 commit 4505056

File tree

78 files changed

+312
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+312
-78
lines changed

PolyShim/NamespaceDummies.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// ReSharper disable RedundantUsingDirective
1+
// The following comment is required to instruct analyzers to skip this file
2+
// <auto-generated/>
3+
4+
// ReSharper disable RedundantUsingDirective
25
// ReSharper disable CheckNamespace
36
// ReSharper disable InconsistentNaming
47
// ReSharper disable PartialTypeWithSinglePart

PolyShim/Net50/DynamicallyAccessedMemberTypes.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
1+
// The following comment is required to instruct analyzers to skip this file
2+
// <auto-generated/>
3+
4+
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
25
#nullable enable
36
// ReSharper disable RedundantUsingDirective
47
// ReSharper disable CheckNamespace

PolyShim/Net50/DynamicallyAccessedMembersAttribute.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
1+
// The following comment is required to instruct analyzers to skip this file
2+
// <auto-generated/>
3+
4+
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
25
#nullable enable
36
// ReSharper disable RedundantUsingDirective
47
// ReSharper disable CheckNamespace

PolyShim/Net50/HttpClient.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#if FEATURE_HTTPCLIENT
1+
// The following comment is required to instruct analyzers to skip this file
2+
// <auto-generated/>
3+
4+
#if FEATURE_HTTPCLIENT
25
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
36
#nullable enable
47
// ReSharper disable RedundantUsingDirective

PolyShim/Net50/HttpContent.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#if FEATURE_HTTPCLIENT
1+
// The following comment is required to instruct analyzers to skip this file
2+
// <auto-generated/>
3+
4+
#if FEATURE_HTTPCLIENT
25
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
36
#nullable enable
47
// ReSharper disable RedundantUsingDirective

PolyShim/Net50/IsExternalInit.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
1+
// The following comment is required to instruct analyzers to skip this file
2+
// <auto-generated/>
3+
4+
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
25
#nullable enable
36
// ReSharper disable RedundantUsingDirective
47
// ReSharper disable CheckNamespace

PolyShim/Net50/MemberNotNullAttribute.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
1+
// The following comment is required to instruct analyzers to skip this file
2+
// <auto-generated/>
3+
4+
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
25
#nullable enable
36
// ReSharper disable RedundantUsingDirective
47
// ReSharper disable CheckNamespace

PolyShim/Net50/MemberNotNullWhenAttribute.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
1+
// The following comment is required to instruct analyzers to skip this file
2+
// <auto-generated/>
3+
4+
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
25
#nullable enable
36
// ReSharper disable RedundantUsingDirective
47
// ReSharper disable CheckNamespace

PolyShim/Net50/ModuleInitializerAttribute.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
1+
// The following comment is required to instruct analyzers to skip this file
2+
// <auto-generated/>
3+
4+
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
25
#nullable enable
36
// ReSharper disable RedundantUsingDirective
47
// ReSharper disable CheckNamespace

PolyShim/Net50/OSPlatformAttribute.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
1+
// The following comment is required to instruct analyzers to skip this file
2+
// <auto-generated/>
3+
4+
#if (NETCOREAPP && !NET5_0_OR_GREATER) || (NETFRAMEWORK) || (NETSTANDARD)
25
#nullable enable
36
// ReSharper disable RedundantUsingDirective
47
// ReSharper disable CheckNamespace

0 commit comments

Comments
 (0)