Skip to content

Commit 270f065

Browse files
authored
Add missing code decorations (#187)
1 parent f2fb266 commit 270f065

File tree

98 files changed

+188
-107
lines changed

Some content is hidden

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

98 files changed

+188
-107
lines changed

contributing.md

Lines changed: 3 additions & 3 deletions

readme.md

Lines changed: 8 additions & 8 deletions

src/Polyfill/CallerArgumentExpressionAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// <auto-generated />
2+
#pragma warning disable
23

34
#if NETFRAMEWORK || NETSTANDARD || NETCOREAPP2X
45

src/Polyfill/CollectionBuilderAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// <auto-generated />
2+
#pragma warning disable
23

34
#if !NET8_0_OR_GREATER && FeatureMemory
45

src/Polyfill/CompilerFeatureRequiredAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// <auto-generated />
2+
#pragma warning disable
23

34
#if !NET7_0_OR_GREATER
45

src/Polyfill/ConstantExpectedAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// <auto-generated />
2+
#pragma warning disable
23

34
#if !NET7_0_OR_GREATER
45

src/Polyfill/DisableRuntimeMarshallingAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// <auto-generated />
2+
#pragma warning disable
23

34
#if !NET7_0_OR_GREATER
45

src/Polyfill/EnumPolyfill.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
// <auto-generated />
2-
32
#pragma warning disable
43

54
using System;
65
using System.Collections.Generic;
76
using System.Diagnostics.CodeAnalysis;
7+
using System.Diagnostics;
88
using Link = System.ComponentModel.DescriptionAttribute;
99

1010
[ExcludeFromCodeCoverage]
11+
[DebuggerNonUserCode]
1112
#if PolyPublic
1213
public
1314
#endif

src/Polyfill/ExperimentalAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// <auto-generated />
2+
#pragma warning disable
23

34
#nullable enable
45

src/Polyfill/GuidPolyfill.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// <auto-generated />
12
#pragma warning disable
23

34
// ReSharper disable RedundantUsingDirective

0 commit comments

Comments
 (0)