style: remove UTF8 BOM

This commit is contained in:
Oliver Booth 2023-08-26 18:11:29 +01:00
parent 129cbfb51f
commit 9caa0acb7b
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
281 changed files with 281 additions and 281 deletions

View File

@ -1 +1 @@
[assembly: CLSCompliant(true)] [assembly: CLSCompliant(true)]

View File

@ -1,4 +1,4 @@
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Hosting;
namespace X10D.Hosting.DependencyInjection; namespace X10D.Hosting.DependencyInjection;

View File

@ -1,4 +1,4 @@
2 2
3 3
5 5
7 7

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;
namespace X10D.Tests.Collections; namespace X10D.Tests.Collections;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;
namespace X10D.Tests.Collections; namespace X10D.Tests.Collections;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
namespace X10D.Tests.Collections; namespace X10D.Tests.Collections;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;
namespace X10D.Tests.Collections; namespace X10D.Tests.Collections;

View File

@ -1,4 +1,4 @@
using System.Runtime.Intrinsics.X86; using System.Runtime.Intrinsics.X86;
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;

View File

@ -1,4 +1,4 @@
using System.Collections.ObjectModel; using System.Collections.ObjectModel;
using NSubstitute; using NSubstitute;
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;

View File

@ -1,4 +1,4 @@
using System.Collections.ObjectModel; using System.Collections.ObjectModel;
using NSubstitute; using NSubstitute;
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
namespace X10D.Tests.Collections; namespace X10D.Tests.Collections;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;
namespace X10D.Tests.Collections; namespace X10D.Tests.Collections;

View File

@ -1,4 +1,4 @@
using NSubstitute; using NSubstitute;
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;

View File

@ -1,4 +1,4 @@
using NSubstitute; using NSubstitute;
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;
using X10D.Core; using X10D.Core;

View File

@ -1,4 +1,4 @@
#if NET5_0_OR_GREATER #if NET5_0_OR_GREATER
using System.Runtime.Intrinsics.X86; using System.Runtime.Intrinsics.X86;
#endif #endif
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
#if NET5_0_OR_GREATER #if NET5_0_OR_GREATER
using System.Runtime.Intrinsics.X86; using System.Runtime.Intrinsics.X86;
#endif #endif
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using System.Diagnostics; using System.Diagnostics;
using System.Globalization; using System.Globalization;
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;
namespace X10D.Tests.Collections; namespace X10D.Tests.Collections;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;
namespace X10D.Tests.Collections; namespace X10D.Tests.Collections;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Core; using X10D.Core;
namespace X10D.Tests.Core; namespace X10D.Tests.Core;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Core; using X10D.Core;
namespace X10D.Tests.Core; namespace X10D.Tests.Core;

View File

@ -1,4 +1,4 @@
#if NET6_0_OR_GREATER #if NET6_0_OR_GREATER
using System.Runtime.Intrinsics; using System.Runtime.Intrinsics;
using System.Runtime.Intrinsics.X86; using System.Runtime.Intrinsics.X86;
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Core; using X10D.Core;
namespace X10D.Tests.Core; namespace X10D.Tests.Core;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Collections; using X10D.Collections;
using X10D.Core; using X10D.Core;

View File

@ -1,4 +1,4 @@
#if NET5_0_OR_GREATER #if NET5_0_OR_GREATER
using System.Runtime.Intrinsics.Arm; using System.Runtime.Intrinsics.Arm;
using System.Runtime.Intrinsics.X86; using System.Runtime.Intrinsics.X86;
#endif #endif

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;
namespace X10D.Tests.Drawing; namespace X10D.Tests.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using System.Numerics; using System.Numerics;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using System.Numerics; using System.Numerics;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using System.Numerics; using System.Numerics;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;
namespace X10D.Tests.Drawing; namespace X10D.Tests.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using NUnit.Framework; using NUnit.Framework;
#if !NET6_0_OR_GREATER #if !NET6_0_OR_GREATER
using X10D.Core; using X10D.Core;

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using System.Numerics; using System.Numerics;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using System.Numerics; using System.Numerics;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using System.Drawing; using System.Drawing;
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Drawing; using X10D.Drawing;
namespace X10D.Tests.Drawing; namespace X10D.Tests.Drawing;

View File

@ -1,4 +1,4 @@
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Hosting;
using NUnit.Framework; using NUnit.Framework;
using X10D.Hosting.DependencyInjection; using X10D.Hosting.DependencyInjection;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;
namespace X10D.Tests.IO; namespace X10D.Tests.IO;

View File

@ -1,4 +1,4 @@
using System.Diagnostics.CodeAnalysis; using System.Diagnostics.CodeAnalysis;
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;

View File

@ -1,4 +1,4 @@
using System.Text; using System.Text;
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;

View File

@ -1,4 +1,4 @@
using System.Globalization; using System.Globalization;
using System.Text; using System.Text;
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;

View File

@ -1,4 +1,4 @@
using System.Globalization; using System.Globalization;
using System.Text; using System.Text;
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;

View File

@ -1,4 +1,4 @@
using System.Globalization; using System.Globalization;
using System.Text; using System.Text;
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;

View File

@ -1,4 +1,4 @@
using System.Globalization; using System.Globalization;
using System.Text; using System.Text;
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;

View File

@ -1,4 +1,4 @@
using System.Globalization; using System.Globalization;
using System.Text; using System.Text;
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;

View File

@ -1,4 +1,4 @@
using System.Globalization; using System.Globalization;
using System.Text; using System.Text;
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;

View File

@ -1,4 +1,4 @@
using System.Diagnostics; using System.Diagnostics;
using System.Diagnostics.CodeAnalysis; using System.Diagnostics.CodeAnalysis;
using System.Text; using System.Text;
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;
namespace X10D.Tests.IO; namespace X10D.Tests.IO;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;
namespace X10D.Tests.IO; namespace X10D.Tests.IO;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.IO; using X10D.IO;
namespace X10D.Tests.IO; namespace X10D.Tests.IO;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Linq; using X10D.Linq;
namespace X10D.Tests.Linq; namespace X10D.Tests.Linq;

View File

@ -1,4 +1,4 @@
using System.Numerics; using System.Numerics;
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;

View File

@ -1,4 +1,4 @@
using System.Numerics; using System.Numerics;
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using System.Numerics; using System.Numerics;
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using System.Numerics; using System.Numerics;
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using System.Numerics; using System.Numerics;
using System.Reflection; using System.Reflection;
using System.Text; using System.Text;
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
#if !NET6_0_OR_GREATER #if !NET6_0_OR_GREATER
using X10D.Core; using X10D.Core;
#endif #endif

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using System.Numerics; using System.Numerics;
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Math; using X10D.Math;
namespace X10D.Tests.Math; namespace X10D.Tests.Math;

View File

@ -1,4 +1,4 @@
using System.Net; using System.Net;
using NUnit.Framework; using NUnit.Framework;
using X10D.Net; using X10D.Net;

View File

@ -1,4 +1,4 @@
using System.Net; using System.Net;
using NUnit.Framework; using NUnit.Framework;
using X10D.Net; using X10D.Net;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Net; using X10D.Net;
namespace X10D.Tests.Net; namespace X10D.Tests.Net;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Net; using X10D.Net;
namespace X10D.Tests.Net; namespace X10D.Tests.Net;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Net; using X10D.Net;
namespace X10D.Tests.Net; namespace X10D.Tests.Net;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
using X10D.Numerics; using X10D.Numerics;
namespace X10D.Tests.Numerics; namespace X10D.Tests.Numerics;

Some files were not shown because too many files have changed in this diff Show More