Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 27, 2024
1 parent 05f58af commit ee36cc0
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 42 deletions.
3 changes: 1 addition & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ Example:
#pragma warning disable

namespace Polyfills;

using System;
using System.Text;
using System.IO;
Expand Down Expand Up @@ -399,7 +398,7 @@ static partial class Polyfill
#endif
}
```
<sup><a href='/src/Polyfill/Polyfill_TextWriter.cs#L1-L212' title='Snippet source file'>snippet source</a> | <a href='#snippet-Polyfill_TextWriter.cs' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Polyfill/Polyfill_TextWriter.cs#L1-L211' title='Snippet source file'>snippet source</a> | <a href='#snippet-Polyfill_TextWriter.cs' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down
1 change: 0 additions & 1 deletion src/Polyfill/Guard.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// <auto-generated />

namespace Polyfills;

using System.Runtime.CompilerServices;

#pragma warning disable
Expand Down
1 change: 0 additions & 1 deletion src/Polyfill/Guard_NotNullOrEmpty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#if PolyGuard

namespace Polyfills;

using System.Runtime.CompilerServices;
using System;
using System.Collections;
Expand Down
1 change: 0 additions & 1 deletion src/Polyfill/Guard_NotNullOrWhiteSpace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#if PolyGuard

namespace Polyfills;

using System.Runtime.CompilerServices;
using System;
using System.Diagnostics.CodeAnalysis;
Expand Down
1 change: 0 additions & 1 deletion src/Polyfill/Guard_NotWhiteSpace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#if PolyGuard

namespace Polyfills;

using System.Runtime.CompilerServices;
using System;

Expand Down
2 changes: 0 additions & 2 deletions src/Polyfill/GuidPolyfill.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// <auto-generated />
#pragma warning disable

// ReSharper disable RedundantUsingDirective
// ReSharper disable PartialTypeWithSinglePart
namespace Polyfills;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions src/Polyfill/Numbers/BytePolyfill.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// <auto-generated />
#pragma warning disable

// ReSharper disable RedundantUsingDirective
// ReSharper disable PartialTypeWithSinglePart

namespace Polyfills;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions src/Polyfill/Numbers/DoublePolyfill.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// <auto-generated />
#pragma warning disable

// ReSharper disable RedundantUsingDirective
// ReSharper disable PartialTypeWithSinglePart

namespace Polyfills;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions src/Polyfill/Numbers/IntPolyfill.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// <auto-generated />
#pragma warning disable

// ReSharper disable RedundantUsingDirective
// ReSharper disable PartialTypeWithSinglePart

namespace Polyfills;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions src/Polyfill/Numbers/LongPolyfill.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// <auto-generated />
#pragma warning disable

// ReSharper disable RedundantUsingDirective
// ReSharper disable PartialTypeWithSinglePart

namespace Polyfills;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions src/Polyfill/Numbers/SBytePolyfill.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// <auto-generated />
#pragma warning disable

// ReSharper disable RedundantUsingDirective
// ReSharper disable PartialTypeWithSinglePart

namespace Polyfills;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions src/Polyfill/Numbers/ShortPolyfill.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// <auto-generated />
#pragma warning disable

// ReSharper disable RedundantUsingDirective
// ReSharper disable PartialTypeWithSinglePart

namespace Polyfills;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions src/Polyfill/Numbers/UIntPolyfill.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// <auto-generated />
#pragma warning disable

// ReSharper disable RedundantUsingDirective
// ReSharper disable PartialTypeWithSinglePart

namespace Polyfills;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions src/Polyfill/Numbers/ULongPolyfill.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// <auto-generated />
#pragma warning disable

// ReSharper disable RedundantUsingDirective
// ReSharper disable PartialTypeWithSinglePart

namespace Polyfills;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions src/Polyfill/Numbers/UShortPolyfill.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// <auto-generated />
#pragma warning disable

// ReSharper disable RedundantUsingDirective
// ReSharper disable PartialTypeWithSinglePart

namespace Polyfills;
using System;
using System.Collections.Generic;
Expand Down
1 change: 0 additions & 1 deletion src/Polyfill/Polyfill.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
global using global::Polyfills;

namespace Polyfills;

using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
Expand Down
1 change: 0 additions & 1 deletion src/Polyfill/Polyfill_HashSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#if NET46X || NET47 || NET471 || NETSTANDARD2_0

namespace Polyfills;

using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Link = System.ComponentModel.DescriptionAttribute;
Expand Down
1 change: 0 additions & 1 deletion src/Polyfill/Polyfill_Memory_SpanSplit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#if FeatureMemory

namespace Polyfills;

using System;
using System.Buffers;
using System.Diagnostics.CodeAnalysis;
Expand Down
1 change: 0 additions & 1 deletion src/Polyfill/Polyfill_TextWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#pragma warning disable

namespace Polyfills;

using System;
using System.Text;
using System.IO;
Expand Down
3 changes: 0 additions & 3 deletions src/Polyfill/StringPolyfill.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// <auto-generated />
#pragma warning disable

// ReSharper disable RedundantUsingDirective
// ReSharper disable PartialTypeWithSinglePart

namespace Polyfills;
using System.Collections.Generic;
using System.Diagnostics;
Expand Down

0 comments on commit ee36cc0

Please sign in to comment.