diff --git a/Directory.Build.props b/Directory.Build.props
index 8e66a1f..5e4e445 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,4 +1,6 @@
+
+
12.1.1
12.1.1
@@ -11,5 +13,64 @@
en
Copyright © ONIXLabs 2020
https://github.com/onix-labs/onixlabs-dotnet
+ true
+
+
+
+ $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
+ embedded
+ true
+ true
+ true
+ Apache-2.0
+ https://github.com/onix-labs/onixlabs-dotnet
+ README.md
+ true
+ true
+ git
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+ true
+ false
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ false
+ false
+
+
+
+
+
+
+
+
+
+
+ false
+ false
+
+
diff --git a/OnixLabs.Core.UnitTests.Data/OnixLabs.Core.UnitTests.Data.csproj b/OnixLabs.Core.UnitTests.Data/OnixLabs.Core.UnitTests.Data.csproj
index 62d7548..dbde492 100644
--- a/OnixLabs.Core.UnitTests.Data/OnixLabs.Core.UnitTests.Data.csproj
+++ b/OnixLabs.Core.UnitTests.Data/OnixLabs.Core.UnitTests.Data.csproj
@@ -1,24 +1,8 @@
- false
false
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
diff --git a/OnixLabs.Core.UnitTests/ArrayExtensionTests.cs b/OnixLabs.Core.UnitTests/ArrayExtensionTests.cs
index ee7853d..cf78cb3 100644
--- a/OnixLabs.Core.UnitTests/ArrayExtensionTests.cs
+++ b/OnixLabs.Core.UnitTests/ArrayExtensionTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Text;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/Collections/CollectionTests.cs b/OnixLabs.Core.UnitTests/Collections/CollectionTests.cs
index 9f18b7b..06f19e5 100644
--- a/OnixLabs.Core.UnitTests/Collections/CollectionTests.cs
+++ b/OnixLabs.Core.UnitTests/Collections/CollectionTests.cs
@@ -15,7 +15,6 @@
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
-using Xunit;
using static OnixLabs.Core.Collections.Collection;
namespace OnixLabs.Core.UnitTests.Collections;
diff --git a/OnixLabs.Core.UnitTests/DateTimeExtensionTests.cs b/OnixLabs.Core.UnitTests/DateTimeExtensionTests.cs
index c1ddf4a..52d5df5 100644
--- a/OnixLabs.Core.UnitTests/DateTimeExtensionTests.cs
+++ b/OnixLabs.Core.UnitTests/DateTimeExtensionTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/EnumerationTests.cs b/OnixLabs.Core.UnitTests/EnumerationTests.cs
index a09f1c9..54e7313 100644
--- a/OnixLabs.Core.UnitTests/EnumerationTests.cs
+++ b/OnixLabs.Core.UnitTests/EnumerationTests.cs
@@ -14,7 +14,6 @@
using System.Collections.Generic;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/Linq/IEnumerableExtensionTests.cs b/OnixLabs.Core.UnitTests/Linq/IEnumerableExtensionTests.cs
index 5035b48..0e7dd97 100644
--- a/OnixLabs.Core.UnitTests/Linq/IEnumerableExtensionTests.cs
+++ b/OnixLabs.Core.UnitTests/Linq/IEnumerableExtensionTests.cs
@@ -20,7 +20,6 @@
using System.Numerics;
using OnixLabs.Core.Linq;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Linq;
diff --git a/OnixLabs.Core.UnitTests/ObjectExtensionTests.cs b/OnixLabs.Core.UnitTests/ObjectExtensionTests.cs
index 8d73668..c699ad2 100644
--- a/OnixLabs.Core.UnitTests/ObjectExtensionTests.cs
+++ b/OnixLabs.Core.UnitTests/ObjectExtensionTests.cs
@@ -15,7 +15,6 @@
using System;
using System.Threading.Tasks;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/OnixLabs.Core.UnitTests.csproj b/OnixLabs.Core.UnitTests/OnixLabs.Core.UnitTests.csproj
index ddfd2f7..34e4898 100644
--- a/OnixLabs.Core.UnitTests/OnixLabs.Core.UnitTests.csproj
+++ b/OnixLabs.Core.UnitTests/OnixLabs.Core.UnitTests.csproj
@@ -1,25 +1,7 @@
-
- false
- true
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
-
+
+
+
diff --git a/OnixLabs.Core.UnitTests/OptionalEqualityComparerTests.cs b/OnixLabs.Core.UnitTests/OptionalEqualityComparerTests.cs
index 72ba7ff..59320bf 100644
--- a/OnixLabs.Core.UnitTests/OptionalEqualityComparerTests.cs
+++ b/OnixLabs.Core.UnitTests/OptionalEqualityComparerTests.cs
@@ -14,7 +14,6 @@
using System;
using System.Collections.Generic;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/OptionalTests.cs b/OnixLabs.Core.UnitTests/OptionalTests.cs
index 1b490f9..556137b 100644
--- a/OnixLabs.Core.UnitTests/OptionalTests.cs
+++ b/OnixLabs.Core.UnitTests/OptionalTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/PreconditionTests.cs b/OnixLabs.Core.UnitTests/PreconditionTests.cs
index e7069fd..855116b 100644
--- a/OnixLabs.Core.UnitTests/PreconditionTests.cs
+++ b/OnixLabs.Core.UnitTests/PreconditionTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/RandomExtensionTests.cs b/OnixLabs.Core.UnitTests/RandomExtensionTests.cs
index fe512f0..d17a762 100644
--- a/OnixLabs.Core.UnitTests/RandomExtensionTests.cs
+++ b/OnixLabs.Core.UnitTests/RandomExtensionTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/ReadOnlySequenceExtensionTests.cs b/OnixLabs.Core.UnitTests/ReadOnlySequenceExtensionTests.cs
index 0b078a8..9d9f327 100644
--- a/OnixLabs.Core.UnitTests/ReadOnlySequenceExtensionTests.cs
+++ b/OnixLabs.Core.UnitTests/ReadOnlySequenceExtensionTests.cs
@@ -15,7 +15,6 @@
using System;
using System.Buffers;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/Reflection/TypeExtensionTests.cs b/OnixLabs.Core.UnitTests/Reflection/TypeExtensionTests.cs
index cf074cc..f9c5d89 100644
--- a/OnixLabs.Core.UnitTests/Reflection/TypeExtensionTests.cs
+++ b/OnixLabs.Core.UnitTests/Reflection/TypeExtensionTests.cs
@@ -15,7 +15,6 @@
using System;
using System.Collections.Generic;
using OnixLabs.Core.Reflection;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Reflection;
diff --git a/OnixLabs.Core.UnitTests/ResultEqualityComparerTests.cs b/OnixLabs.Core.UnitTests/ResultEqualityComparerTests.cs
index d90a863..1047821 100644
--- a/OnixLabs.Core.UnitTests/ResultEqualityComparerTests.cs
+++ b/OnixLabs.Core.UnitTests/ResultEqualityComparerTests.cs
@@ -14,7 +14,6 @@
using System;
using System.Collections.Generic;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/ResultExtensionTests.cs b/OnixLabs.Core.UnitTests/ResultExtensionTests.cs
index e452169..e8c7d06 100644
--- a/OnixLabs.Core.UnitTests/ResultExtensionTests.cs
+++ b/OnixLabs.Core.UnitTests/ResultExtensionTests.cs
@@ -15,7 +15,6 @@
using System;
using System.Threading;
using System.Threading.Tasks;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/ResultGenericTests.cs b/OnixLabs.Core.UnitTests/ResultGenericTests.cs
index 3a85bf4..8606e00 100644
--- a/OnixLabs.Core.UnitTests/ResultGenericTests.cs
+++ b/OnixLabs.Core.UnitTests/ResultGenericTests.cs
@@ -16,7 +16,6 @@
using System.Threading;
using System.Threading.Tasks;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/ResultTests.cs b/OnixLabs.Core.UnitTests/ResultTests.cs
index 4982b21..a955c2c 100644
--- a/OnixLabs.Core.UnitTests/ResultTests.cs
+++ b/OnixLabs.Core.UnitTests/ResultTests.cs
@@ -15,7 +15,6 @@
using System;
using System.Threading;
using System.Threading.Tasks;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/SpecificationTests.cs b/OnixLabs.Core.UnitTests/SpecificationTests.cs
index faddb01..e5086a5 100644
--- a/OnixLabs.Core.UnitTests/SpecificationTests.cs
+++ b/OnixLabs.Core.UnitTests/SpecificationTests.cs
@@ -16,7 +16,6 @@
using System.Linq;
using OnixLabs.Core.Linq;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/StringExtensionTests.cs b/OnixLabs.Core.UnitTests/StringExtensionTests.cs
index 7cbd138..f7664f5 100644
--- a/OnixLabs.Core.UnitTests/StringExtensionTests.cs
+++ b/OnixLabs.Core.UnitTests/StringExtensionTests.cs
@@ -14,7 +14,6 @@
using System;
using System.Globalization;
-using Xunit;
namespace OnixLabs.Core.UnitTests;
diff --git a/OnixLabs.Core.UnitTests/Text/Base16CodecTests.cs b/OnixLabs.Core.UnitTests/Text/Base16CodecTests.cs
index 39d6261..cf9a56a 100644
--- a/OnixLabs.Core.UnitTests/Text/Base16CodecTests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base16CodecTests.cs
@@ -16,7 +16,6 @@
using System.Text;
using OnixLabs.Core.Text;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/Base16FormatProviderTests.cs b/OnixLabs.Core.UnitTests/Text/Base16FormatProviderTests.cs
index 3ed6938..f37161e 100644
--- a/OnixLabs.Core.UnitTests/Text/Base16FormatProviderTests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base16FormatProviderTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Core.Text;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/Base16Tests.cs b/OnixLabs.Core.UnitTests/Text/Base16Tests.cs
index f9c3980..718f2cc 100644
--- a/OnixLabs.Core.UnitTests/Text/Base16Tests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base16Tests.cs
@@ -16,7 +16,6 @@
using System.Buffers;
using System.Text;
using OnixLabs.Core.Text;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/Base32CodecTests.cs b/OnixLabs.Core.UnitTests/Text/Base32CodecTests.cs
index 9e6c6da..1a034a5 100644
--- a/OnixLabs.Core.UnitTests/Text/Base32CodecTests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base32CodecTests.cs
@@ -16,7 +16,6 @@
using System.Text;
using OnixLabs.Core.Text;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/Base32FormatProviderTests.cs b/OnixLabs.Core.UnitTests/Text/Base32FormatProviderTests.cs
index 8ab5839..5a1985c 100644
--- a/OnixLabs.Core.UnitTests/Text/Base32FormatProviderTests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base32FormatProviderTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Core.Text;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/Base32Tests.cs b/OnixLabs.Core.UnitTests/Text/Base32Tests.cs
index 0cacf48..f5a6991 100644
--- a/OnixLabs.Core.UnitTests/Text/Base32Tests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base32Tests.cs
@@ -16,7 +16,6 @@
using System.Buffers;
using System.Text;
using OnixLabs.Core.Text;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/Base58CodecTests.cs b/OnixLabs.Core.UnitTests/Text/Base58CodecTests.cs
index e46b818..752ac5d 100644
--- a/OnixLabs.Core.UnitTests/Text/Base58CodecTests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base58CodecTests.cs
@@ -16,7 +16,6 @@
using System.Text;
using OnixLabs.Core.Text;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/Base58FormatProviderTests.cs b/OnixLabs.Core.UnitTests/Text/Base58FormatProviderTests.cs
index d9ef5ca..90f9b9c 100644
--- a/OnixLabs.Core.UnitTests/Text/Base58FormatProviderTests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base58FormatProviderTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Core.Text;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/Base58Tests.cs b/OnixLabs.Core.UnitTests/Text/Base58Tests.cs
index aa23322..2199749 100644
--- a/OnixLabs.Core.UnitTests/Text/Base58Tests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base58Tests.cs
@@ -16,7 +16,6 @@
using System.Buffers;
using System.Text;
using OnixLabs.Core.Text;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/Base64CodecTests.cs b/OnixLabs.Core.UnitTests/Text/Base64CodecTests.cs
index beb53a6..412a8b4 100644
--- a/OnixLabs.Core.UnitTests/Text/Base64CodecTests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base64CodecTests.cs
@@ -16,7 +16,6 @@
using System.Text;
using OnixLabs.Core.Text;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/Base64FormatProviderTests.cs b/OnixLabs.Core.UnitTests/Text/Base64FormatProviderTests.cs
index 89ac5c3..976754d 100644
--- a/OnixLabs.Core.UnitTests/Text/Base64FormatProviderTests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base64FormatProviderTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Core.Text;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/Base64Tests.cs b/OnixLabs.Core.UnitTests/Text/Base64Tests.cs
index 8257353..012589d 100644
--- a/OnixLabs.Core.UnitTests/Text/Base64Tests.cs
+++ b/OnixLabs.Core.UnitTests/Text/Base64Tests.cs
@@ -16,7 +16,6 @@
using System.Buffers;
using System.Text;
using OnixLabs.Core.Text;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/ExtensionTests.cs b/OnixLabs.Core.UnitTests/Text/ExtensionTests.cs
index 61e4c26..f7b3643 100644
--- a/OnixLabs.Core.UnitTests/Text/ExtensionTests.cs
+++ b/OnixLabs.Core.UnitTests/Text/ExtensionTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Core.Text;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/IBaseCodecTests.cs b/OnixLabs.Core.UnitTests/Text/IBaseCodecTests.cs
index 09638fa..a3241ff 100644
--- a/OnixLabs.Core.UnitTests/Text/IBaseCodecTests.cs
+++ b/OnixLabs.Core.UnitTests/Text/IBaseCodecTests.cs
@@ -16,7 +16,6 @@
using System.Text;
using OnixLabs.Core.Text;
using OnixLabs.Core.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core.UnitTests/Text/StringBuilderExtensionTests.cs b/OnixLabs.Core.UnitTests/Text/StringBuilderExtensionTests.cs
index 2414324..43c908a 100644
--- a/OnixLabs.Core.UnitTests/Text/StringBuilderExtensionTests.cs
+++ b/OnixLabs.Core.UnitTests/Text/StringBuilderExtensionTests.cs
@@ -14,7 +14,6 @@
using System.Text;
using OnixLabs.Core.Text;
-using Xunit;
namespace OnixLabs.Core.UnitTests.Text;
diff --git a/OnixLabs.Core/OnixLabs.Core.csproj b/OnixLabs.Core/OnixLabs.Core.csproj
index 9c6bbcf..3f87fc2 100644
--- a/OnixLabs.Core/OnixLabs.Core.csproj
+++ b/OnixLabs.Core/OnixLabs.Core.csproj
@@ -3,41 +3,10 @@
OnixLabs.Core
ONIXLabs Core API for .NET
-
- $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
- embedded
- true
- true
- true
- Apache-2.0
- https://github.com/onix-labs/onixlabs-dotnet
- README.md
- true
- true
- git
- https://github.com/onix-labs/onixlabs-dotnet
-
-
- true
-
-
- true
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
+
diff --git a/OnixLabs.DependencyInjection.UnitTests.Data/OnixLabs.DependencyInjection.UnitTests.Data.csproj b/OnixLabs.DependencyInjection.UnitTests.Data/OnixLabs.DependencyInjection.UnitTests.Data.csproj
index 6742cca..274f12f 100644
--- a/OnixLabs.DependencyInjection.UnitTests.Data/OnixLabs.DependencyInjection.UnitTests.Data.csproj
+++ b/OnixLabs.DependencyInjection.UnitTests.Data/OnixLabs.DependencyInjection.UnitTests.Data.csproj
@@ -1,25 +1,5 @@
-
- false
false
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
diff --git a/OnixLabs.DependencyInjection.UnitTests/OnixLabs.DependencyInjection.UnitTests.csproj b/OnixLabs.DependencyInjection.UnitTests/OnixLabs.DependencyInjection.UnitTests.csproj
index c263cff..ee10c07 100644
--- a/OnixLabs.DependencyInjection.UnitTests/OnixLabs.DependencyInjection.UnitTests.csproj
+++ b/OnixLabs.DependencyInjection.UnitTests/OnixLabs.DependencyInjection.UnitTests.csproj
@@ -1,30 +1,6 @@
-
-
- false
- true
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
+
+
-
-
-
-
-
-
-
-
-
-
diff --git a/OnixLabs.DependencyInjection/OnixLabs.DependencyInjection.csproj b/OnixLabs.DependencyInjection/OnixLabs.DependencyInjection.csproj
index 4e7c01c..670e300 100644
--- a/OnixLabs.DependencyInjection/OnixLabs.DependencyInjection.csproj
+++ b/OnixLabs.DependencyInjection/OnixLabs.DependencyInjection.csproj
@@ -3,40 +3,9 @@
OnixLabs.DependencyInjection
ONIXLabs Dependency Injection API for .NET
-
- $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
- embedded
- true
- true
- true
- Apache-2.0
- https://github.com/onix-labs/onixlabs-dotnet
- README.md
- true
- true
- git
- https://github.com/onix-labs/onixlabs-dotnet
-
-
- true
-
-
- true
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
+
+
+
diff --git a/OnixLabs.Numerics.UnitTests.Data/OnixLabs.Numerics.UnitTests.Data.csproj b/OnixLabs.Numerics.UnitTests.Data/OnixLabs.Numerics.UnitTests.Data.csproj
index 0965ed3..2a8f8e6 100644
--- a/OnixLabs.Numerics.UnitTests.Data/OnixLabs.Numerics.UnitTests.Data.csproj
+++ b/OnixLabs.Numerics.UnitTests.Data/OnixLabs.Numerics.UnitTests.Data.csproj
@@ -1,24 +1,9 @@
- false
false
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
+
+
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticAbsTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticAbsTests.cs
index dabd13e..d0bf3b6 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticAbsTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticAbsTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticAdditionTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticAdditionTests.cs
index 7a55ce0..d7c7d0c 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticAdditionTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticAdditionTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticDecrementTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticDecrementTests.cs
index 139206e..de6137e 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticDecrementTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticDecrementTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class BigDecimalArithmeticDecrementTests
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticDivisionTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticDivisionTests.cs
index 4b22954..8116ed5 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticDivisionTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticDivisionTests.cs
@@ -16,7 +16,6 @@
using System.Collections.Generic;
using System.Numerics;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticIncrementTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticIncrementTests.cs
index 912ce6c..f427f26 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticIncrementTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticIncrementTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class BigDecimalArithmeticIncrementTests
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticModulusTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticModulusTests.cs
index 319cade..4ff3b10 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticModulusTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticModulusTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticMultiplicationTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticMultiplicationTests.cs
index 1e65663..ec15096 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticMultiplicationTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticMultiplicationTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticPowTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticPowTests.cs
index 724b1e2..9e626b6 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticPowTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticPowTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticRoundTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticRoundTests.cs
index a8f0f29..054d396 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticRoundTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticRoundTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticScaleTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticScaleTests.cs
index 7cbc755..b5870fc 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticScaleTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticScaleTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticSubtractionTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticSubtractionTests.cs
index ef96856..526867b 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticSubtractionTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticSubtractionTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticTrimTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticTrimTests.cs
index 4c342e6..62d085a 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticTrimTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticTrimTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticTruncateTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticTruncateTests.cs
index f4a803d..99878b1 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticTruncateTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticTruncateTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticUnaryAdditionTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticUnaryAdditionTests.cs
index df48ba0..6575bb7 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticUnaryAdditionTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticUnaryAdditionTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticUnarySubtractionTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticUnarySubtractionTests.cs
index a2e81bf..703456d 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticUnarySubtractionTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalArithmeticUnarySubtractionTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalComparableMinMaxTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalComparableMinMaxTests.cs
index fa81607..c01045a 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalComparableMinMaxTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalComparableMinMaxTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class BigDecimalComparableMinMaxTests
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalComparableTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalComparableTests.cs
index 6d6e362..463dacd 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalComparableTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalComparableTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class BigDecimalComparableTests
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstantTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstantTests.cs
index aa99386..f00f674 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstantTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstantTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class BigDecimalConstantTests
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorBigIntegerTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorBigIntegerTests.cs
index 93699e7..24bf71c 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorBigIntegerTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorBigIntegerTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class BigDecimalConstructorBigIntegerTests
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorByteTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorByteTests.cs
index 1412c1b..8e11569 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorByteTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorByteTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Globalization;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorDoubleBinaryTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorDoubleBinaryTests.cs
index 08948eb..3f52d71 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorDoubleBinaryTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorDoubleBinaryTests.cs
@@ -14,7 +14,6 @@
using System.Globalization;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorDoubleDecimalTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorDoubleDecimalTests.cs
index 78255ca..c8b9e3f 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorDoubleDecimalTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorDoubleDecimalTests.cs
@@ -14,7 +14,6 @@
using System.Globalization;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt16Tests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt16Tests.cs
index 68a2e60..1dfea82 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt16Tests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt16Tests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Globalization;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt32Tests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt32Tests.cs
index 07c0395..c253cc7 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt32Tests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt32Tests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Globalization;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt64Tests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt64Tests.cs
index bc1c254..7d15e9d 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt64Tests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorInt64Tests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Globalization;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorSByteTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorSByteTests.cs
index 7ea0eb1..1f26481 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorSByteTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorSByteTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Globalization;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt16Tests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt16Tests.cs
index 9e61076..3c8101a 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt16Tests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt16Tests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Globalization;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt32Tests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt32Tests.cs
index 6a70a9c..66e9021 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt32Tests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt32Tests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Globalization;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt64Tests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt64Tests.cs
index b6ce6c1..8c40066 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt64Tests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalConstructorUInt64Tests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Globalization;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalEqualityComparerTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalEqualityComparerTests.cs
index 4e1a42a..7854dac 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalEqualityComparerTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalEqualityComparerTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalEquatableTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalEquatableTests.cs
index 8e4770b..5ea32b8 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalEquatableTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalEquatableTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class BigDecimalEquatableTests
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalFormatTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalFormatTests.cs
index 4559c53..7bd7760 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalFormatTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalFormatTests.cs
@@ -15,7 +15,6 @@
using System;
using System.Globalization;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalIsTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalIsTests.cs
index 374b51d..43651db 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalIsTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalIsTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalOrdinalityComparerTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalOrdinalityComparerTests.cs
index f1a703d..18dddb4 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalOrdinalityComparerTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalOrdinalityComparerTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalParseTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalParseTests.cs
index 4a265dc..319ef8b 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalParseTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalParseTests.cs
@@ -15,7 +15,6 @@
using System;
using System.Globalization;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalToStringTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalToStringTests.cs
index c2562ec..6ac63b4 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalToStringTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalToStringTests.cs
@@ -15,7 +15,6 @@
using System;
using System.Globalization;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/BigDecimalWriteTests.cs b/OnixLabs.Numerics.UnitTests/BigDecimalWriteTests.cs
index 9950022..17c6558 100644
--- a/OnixLabs.Numerics.UnitTests/BigDecimalWriteTests.cs
+++ b/OnixLabs.Numerics.UnitTests/BigDecimalWriteTests.cs
@@ -15,7 +15,6 @@
using System.Buffers.Binary;
using System.Numerics;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/GenericMathDeltaTests.cs b/OnixLabs.Numerics.UnitTests/GenericMathDeltaTests.cs
index db671c3..a471ae8 100644
--- a/OnixLabs.Numerics.UnitTests/GenericMathDeltaTests.cs
+++ b/OnixLabs.Numerics.UnitTests/GenericMathDeltaTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class GenericMathDeltaTests
diff --git a/OnixLabs.Numerics.UnitTests/GenericMathFactorialTests.cs b/OnixLabs.Numerics.UnitTests/GenericMathFactorialTests.cs
index a5739e4..ddd2f92 100644
--- a/OnixLabs.Numerics.UnitTests/GenericMathFactorialTests.cs
+++ b/OnixLabs.Numerics.UnitTests/GenericMathFactorialTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Numerics;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/GenericMathIntegerLengthTests.cs b/OnixLabs.Numerics.UnitTests/GenericMathIntegerLengthTests.cs
index b7fb89a..0591f55 100644
--- a/OnixLabs.Numerics.UnitTests/GenericMathIntegerLengthTests.cs
+++ b/OnixLabs.Numerics.UnitTests/GenericMathIntegerLengthTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class GenericMathIntegerLengthTests
diff --git a/OnixLabs.Numerics.UnitTests/GenericMathMinMaxTests.cs b/OnixLabs.Numerics.UnitTests/GenericMathMinMaxTests.cs
index 0fb0976..9c4bc12 100644
--- a/OnixLabs.Numerics.UnitTests/GenericMathMinMaxTests.cs
+++ b/OnixLabs.Numerics.UnitTests/GenericMathMinMaxTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class GenericMathMinMaxTests
diff --git a/OnixLabs.Numerics.UnitTests/GenericMathPow10Tests.cs b/OnixLabs.Numerics.UnitTests/GenericMathPow10Tests.cs
index 09cb894..b59b36b 100644
--- a/OnixLabs.Numerics.UnitTests/GenericMathPow10Tests.cs
+++ b/OnixLabs.Numerics.UnitTests/GenericMathPow10Tests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/NumberInfoComparableTests.cs b/OnixLabs.Numerics.UnitTests/NumberInfoComparableTests.cs
index ac0d7d2..0ac462d 100644
--- a/OnixLabs.Numerics.UnitTests/NumberInfoComparableTests.cs
+++ b/OnixLabs.Numerics.UnitTests/NumberInfoComparableTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class NumberInfoComparableTests
diff --git a/OnixLabs.Numerics.UnitTests/NumberInfoConstantTests.cs b/OnixLabs.Numerics.UnitTests/NumberInfoConstantTests.cs
index 2bfd308..58d31cf 100644
--- a/OnixLabs.Numerics.UnitTests/NumberInfoConstantTests.cs
+++ b/OnixLabs.Numerics.UnitTests/NumberInfoConstantTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Numerics;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/NumberInfoEqualityComparerTests.cs b/OnixLabs.Numerics.UnitTests/NumberInfoEqualityComparerTests.cs
index 61324a5..06c9e10 100644
--- a/OnixLabs.Numerics.UnitTests/NumberInfoEqualityComparerTests.cs
+++ b/OnixLabs.Numerics.UnitTests/NumberInfoEqualityComparerTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/NumberInfoEquatableTests.cs b/OnixLabs.Numerics.UnitTests/NumberInfoEquatableTests.cs
index cf83cb8..b9335c3 100644
--- a/OnixLabs.Numerics.UnitTests/NumberInfoEquatableTests.cs
+++ b/OnixLabs.Numerics.UnitTests/NumberInfoEquatableTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Numerics.UnitTests;
public sealed class NumberInfoEquatableTests
diff --git a/OnixLabs.Numerics.UnitTests/NumberInfoOrdinalityComparerTests.cs b/OnixLabs.Numerics.UnitTests/NumberInfoOrdinalityComparerTests.cs
index 8733fa5..828df23 100644
--- a/OnixLabs.Numerics.UnitTests/NumberInfoOrdinalityComparerTests.cs
+++ b/OnixLabs.Numerics.UnitTests/NumberInfoOrdinalityComparerTests.cs
@@ -14,7 +14,6 @@
using System;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/NumberInfoParseTests.cs b/OnixLabs.Numerics.UnitTests/NumberInfoParseTests.cs
index 25459de..d42c746 100644
--- a/OnixLabs.Numerics.UnitTests/NumberInfoParseTests.cs
+++ b/OnixLabs.Numerics.UnitTests/NumberInfoParseTests.cs
@@ -15,7 +15,6 @@
using System;
using System.Globalization;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/NumberInfoToStringTests.cs b/OnixLabs.Numerics.UnitTests/NumberInfoToStringTests.cs
index d7e83d9..abfd71c 100644
--- a/OnixLabs.Numerics.UnitTests/NumberInfoToStringTests.cs
+++ b/OnixLabs.Numerics.UnitTests/NumberInfoToStringTests.cs
@@ -15,7 +15,6 @@
using System;
using System.Globalization;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/NumericsExtensionsTests.cs b/OnixLabs.Numerics.UnitTests/NumericsExtensionsTests.cs
index 27854ed..3020959 100644
--- a/OnixLabs.Numerics.UnitTests/NumericsExtensionsTests.cs
+++ b/OnixLabs.Numerics.UnitTests/NumericsExtensionsTests.cs
@@ -16,7 +16,6 @@
using System.Globalization;
using System.Numerics;
using OnixLabs.Numerics.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Numerics.UnitTests;
diff --git a/OnixLabs.Numerics.UnitTests/OnixLabs.Numerics.UnitTests.csproj b/OnixLabs.Numerics.UnitTests/OnixLabs.Numerics.UnitTests.csproj
index 412809f..7e6bf6d 100644
--- a/OnixLabs.Numerics.UnitTests/OnixLabs.Numerics.UnitTests.csproj
+++ b/OnixLabs.Numerics.UnitTests/OnixLabs.Numerics.UnitTests.csproj
@@ -1,25 +1,7 @@
-
- false
- true
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
-
+
+
+
diff --git a/OnixLabs.Numerics/OnixLabs.Numerics.csproj b/OnixLabs.Numerics/OnixLabs.Numerics.csproj
index f094c39..4fc8882 100644
--- a/OnixLabs.Numerics/OnixLabs.Numerics.csproj
+++ b/OnixLabs.Numerics/OnixLabs.Numerics.csproj
@@ -3,39 +3,8 @@
OnixLabs.Numerics
ONIXLabs Numerics API for .NET
-
- $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
- embedded
- true
- true
- true
- Apache-2.0
- https://github.com/onix-labs/onixlabs-dotnet
- README.md
- true
- true
- git
- https://github.com/onix-labs/onixlabs-dotnet
-
-
- true
-
-
- true
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
diff --git a/OnixLabs.Playground/OnixLabs.Playground.csproj b/OnixLabs.Playground/OnixLabs.Playground.csproj
index 3b2ceee..3c25aa1 100644
--- a/OnixLabs.Playground/OnixLabs.Playground.csproj
+++ b/OnixLabs.Playground/OnixLabs.Playground.csproj
@@ -3,16 +3,11 @@
Exe
true
-
- false
-
-
-
diff --git a/OnixLabs.Security.Cryptography.UnitTests.Data/OnixLabs.Security.Cryptography.UnitTests.Data.csproj b/OnixLabs.Security.Cryptography.UnitTests.Data/OnixLabs.Security.Cryptography.UnitTests.Data.csproj
index 4337676..3d9ac6f 100644
--- a/OnixLabs.Security.Cryptography.UnitTests.Data/OnixLabs.Security.Cryptography.UnitTests.Data.csproj
+++ b/OnixLabs.Security.Cryptography.UnitTests.Data/OnixLabs.Security.Cryptography.UnitTests.Data.csproj
@@ -1,24 +1,9 @@
- false
false
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
+
+
diff --git a/OnixLabs.Security.Cryptography.UnitTests/DigitalSignatureTests.cs b/OnixLabs.Security.Cryptography.UnitTests/DigitalSignatureTests.cs
index 05c3008..1ac4830 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/DigitalSignatureTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/DigitalSignatureTests.cs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-using Xunit;
-
namespace OnixLabs.Security.Cryptography.UnitTests;
public sealed class DigitalSignatureTests
diff --git a/OnixLabs.Security.Cryptography.UnitTests/EcdhKeyTests.cs b/OnixLabs.Security.Cryptography.UnitTests/EcdhKeyTests.cs
index 55daf30..607d794 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/EcdhKeyTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/EcdhKeyTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System.Security.Cryptography;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/EcdsaKeyTests.cs b/OnixLabs.Security.Cryptography.UnitTests/EcdsaKeyTests.cs
index 81eb698..bfae05f 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/EcdsaKeyTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/EcdsaKeyTests.cs
@@ -14,7 +14,6 @@
using System;
using System.Security.Cryptography;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/ExtensionTests.cs b/OnixLabs.Security.Cryptography.UnitTests/ExtensionTests.cs
index a38fa7c..64335a5 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/ExtensionTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/ExtensionTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/HashAlgorithmExtensionTests.cs b/OnixLabs.Security.Cryptography.UnitTests/HashAlgorithmExtensionTests.cs
index f75f27c..1e00107 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/HashAlgorithmExtensionTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/HashAlgorithmExtensionTests.cs
@@ -17,7 +17,6 @@
using System.Security.Cryptography;
using OnixLabs.Core;
using OnixLabs.Security.Cryptography.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/HashTests.cs b/OnixLabs.Security.Cryptography.UnitTests/HashTests.cs
index 34b2408..dba465c 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/HashTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/HashTests.cs
@@ -17,7 +17,6 @@
using System.Security.Cryptography;
using OnixLabs.Core;
using OnixLabs.Security.Cryptography.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/MerkleTreeGenericTests.cs b/OnixLabs.Security.Cryptography.UnitTests/MerkleTreeGenericTests.cs
index 0fdcfa0..d60ebd1 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/MerkleTreeGenericTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/MerkleTreeGenericTests.cs
@@ -18,7 +18,6 @@
using System.Security.Cryptography;
using OnixLabs.Core;
using OnixLabs.Security.Cryptography.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/MerkleTreeTests.cs b/OnixLabs.Security.Cryptography.UnitTests/MerkleTreeTests.cs
index 9ab5ec8..a054ac1 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/MerkleTreeTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/MerkleTreeTests.cs
@@ -15,7 +15,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/NamedHashTests.cs b/OnixLabs.Security.Cryptography.UnitTests/NamedHashTests.cs
index 8aa385b..e68513f 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/NamedHashTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/NamedHashTests.cs
@@ -14,7 +14,6 @@
using System;
using System.Security.Cryptography;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/OnixLabs.Security.Cryptography.UnitTests.csproj b/OnixLabs.Security.Cryptography.UnitTests/OnixLabs.Security.Cryptography.UnitTests.csproj
index 1ecb1f1..1a2a637 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/OnixLabs.Security.Cryptography.UnitTests.csproj
+++ b/OnixLabs.Security.Cryptography.UnitTests/OnixLabs.Security.Cryptography.UnitTests.csproj
@@ -1,25 +1,7 @@
-
- false
- true
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
-
+
+
+
diff --git a/OnixLabs.Security.Cryptography.UnitTests/PrivateKeyTests.cs b/OnixLabs.Security.Cryptography.UnitTests/PrivateKeyTests.cs
index e3c64f7..ceb11ad 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/PrivateKeyTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/PrivateKeyTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using OnixLabs.Security.Cryptography.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/PublicKeyTests.cs b/OnixLabs.Security.Cryptography.UnitTests/PublicKeyTests.cs
index 76501a2..60746ce 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/PublicKeyTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/PublicKeyTests.cs
@@ -14,7 +14,6 @@
using System.Security.Cryptography;
using OnixLabs.Security.Cryptography.UnitTests.Data;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/RsaKeyTests.cs b/OnixLabs.Security.Cryptography.UnitTests/RsaKeyTests.cs
index a94587f..928eb42 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/RsaKeyTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/RsaKeyTests.cs
@@ -14,7 +14,6 @@
using System;
using System.Security.Cryptography;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/SaltTests.cs b/OnixLabs.Security.Cryptography.UnitTests/SaltTests.cs
index 6274431..0bed48f 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/SaltTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/SaltTests.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using OnixLabs.Core.Linq;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/SecretTests.cs b/OnixLabs.Security.Cryptography.UnitTests/SecretTests.cs
index f3cc531..114024c 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/SecretTests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/SecretTests.cs
@@ -17,7 +17,6 @@
using System.Text;
using OnixLabs.Core;
using OnixLabs.Core.Text;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography.UnitTests/Sha3Tests.cs b/OnixLabs.Security.Cryptography.UnitTests/Sha3Tests.cs
index be162e4..5c32982 100644
--- a/OnixLabs.Security.Cryptography.UnitTests/Sha3Tests.cs
+++ b/OnixLabs.Security.Cryptography.UnitTests/Sha3Tests.cs
@@ -14,7 +14,6 @@
using System.Security.Cryptography;
using OnixLabs.Core;
-using Xunit;
namespace OnixLabs.Security.Cryptography.UnitTests;
diff --git a/OnixLabs.Security.Cryptography/DigitalSignature.To.cs b/OnixLabs.Security.Cryptography/DigitalSignature.To.cs
index 0869c01..cad1999 100644
--- a/OnixLabs.Security.Cryptography/DigitalSignature.To.cs
+++ b/OnixLabs.Security.Cryptography/DigitalSignature.To.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using OnixLabs.Core;
using OnixLabs.Core.Text;
namespace OnixLabs.Security.Cryptography;
diff --git a/OnixLabs.Security.Cryptography/EcdhPrivateKey.ImportPem.cs b/OnixLabs.Security.Cryptography/EcdhPrivateKey.ImportPem.cs
index b9423bf..0024aa2 100644
--- a/OnixLabs.Security.Cryptography/EcdhPrivateKey.ImportPem.cs
+++ b/OnixLabs.Security.Cryptography/EcdhPrivateKey.ImportPem.cs
@@ -14,7 +14,6 @@
using System;
using System.Security.Cryptography;
-using OnixLabs.Core;
namespace OnixLabs.Security.Cryptography;
diff --git a/OnixLabs.Security.Cryptography/EcdsaPrivateKey.ImportPem.cs b/OnixLabs.Security.Cryptography/EcdsaPrivateKey.ImportPem.cs
index 4d86005..c3e3c72 100644
--- a/OnixLabs.Security.Cryptography/EcdsaPrivateKey.ImportPem.cs
+++ b/OnixLabs.Security.Cryptography/EcdsaPrivateKey.ImportPem.cs
@@ -14,7 +14,6 @@
using System;
using System.Security.Cryptography;
-using OnixLabs.Core;
namespace OnixLabs.Security.Cryptography;
diff --git a/OnixLabs.Security.Cryptography/NamedHash.Convertible.cs b/OnixLabs.Security.Cryptography/NamedHash.Convertible.cs
index 1e99c9b..ab5fa33 100644
--- a/OnixLabs.Security.Cryptography/NamedHash.Convertible.cs
+++ b/OnixLabs.Security.Cryptography/NamedHash.Convertible.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using OnixLabs.Core.Text;
namespace OnixLabs.Security.Cryptography;
diff --git a/OnixLabs.Security.Cryptography/NamedPrivateKey.Convertible.cs b/OnixLabs.Security.Cryptography/NamedPrivateKey.Convertible.cs
index 005b46b..a64bd59 100644
--- a/OnixLabs.Security.Cryptography/NamedPrivateKey.Convertible.cs
+++ b/OnixLabs.Security.Cryptography/NamedPrivateKey.Convertible.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using OnixLabs.Core.Text;
namespace OnixLabs.Security.Cryptography;
diff --git a/OnixLabs.Security.Cryptography/NamedPublicKey.Convertible.cs b/OnixLabs.Security.Cryptography/NamedPublicKey.Convertible.cs
index d440af5..2e65ab9 100644
--- a/OnixLabs.Security.Cryptography/NamedPublicKey.Convertible.cs
+++ b/OnixLabs.Security.Cryptography/NamedPublicKey.Convertible.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using OnixLabs.Core.Text;
namespace OnixLabs.Security.Cryptography;
diff --git a/OnixLabs.Security.Cryptography/OnixLabs.Security.Cryptography.csproj b/OnixLabs.Security.Cryptography/OnixLabs.Security.Cryptography.csproj
index e98c97a..18f28ae 100644
--- a/OnixLabs.Security.Cryptography/OnixLabs.Security.Cryptography.csproj
+++ b/OnixLabs.Security.Cryptography/OnixLabs.Security.Cryptography.csproj
@@ -3,39 +3,8 @@
OnixLabs.Security.Cryptography
ONIXLabs Cryptography API for .NET
-
- $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
- embedded
- true
- true
- true
- Apache-2.0
- https://github.com/onix-labs/onixlabs-dotnet
- README.md
- true
- true
- git
- https://github.com/onix-labs/onixlabs-dotnet
-
-
- true
-
-
- true
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
diff --git a/OnixLabs.Security.Cryptography/PrivateKey.Convertible.cs b/OnixLabs.Security.Cryptography/PrivateKey.Convertible.cs
index 8424aeb..3b3d95f 100644
--- a/OnixLabs.Security.Cryptography/PrivateKey.Convertible.cs
+++ b/OnixLabs.Security.Cryptography/PrivateKey.Convertible.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using OnixLabs.Core.Text;
namespace OnixLabs.Security.Cryptography;
diff --git a/OnixLabs.Security.Cryptography/PublicKey.Convertible.cs b/OnixLabs.Security.Cryptography/PublicKey.Convertible.cs
index 44a5ec6..ec190ee 100644
--- a/OnixLabs.Security.Cryptography/PublicKey.Convertible.cs
+++ b/OnixLabs.Security.Cryptography/PublicKey.Convertible.cs
@@ -13,8 +13,6 @@
// limitations under the License.
using System;
-using System.ComponentModel;
-using OnixLabs.Core.Text;
namespace OnixLabs.Security.Cryptography;
diff --git a/OnixLabs.Security.Cryptography/PublicKey.To.cs b/OnixLabs.Security.Cryptography/PublicKey.To.cs
index f412cc1..451c1b5 100644
--- a/OnixLabs.Security.Cryptography/PublicKey.To.cs
+++ b/OnixLabs.Security.Cryptography/PublicKey.To.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using System.ComponentModel;
using OnixLabs.Core.Text;
namespace OnixLabs.Security.Cryptography;
diff --git a/OnixLabs.Security.Cryptography/PublicKey.cs b/OnixLabs.Security.Cryptography/PublicKey.cs
index 4659e64..a1bbd71 100644
--- a/OnixLabs.Security.Cryptography/PublicKey.cs
+++ b/OnixLabs.Security.Cryptography/PublicKey.cs
@@ -13,7 +13,6 @@
// limitations under the License.
using System;
-using OnixLabs.Core;
namespace OnixLabs.Security.Cryptography;
diff --git a/OnixLabs.Security.Cryptography/RsaPrivateKey.ImportPem.cs b/OnixLabs.Security.Cryptography/RsaPrivateKey.ImportPem.cs
index f065719..69dab1b 100644
--- a/OnixLabs.Security.Cryptography/RsaPrivateKey.ImportPem.cs
+++ b/OnixLabs.Security.Cryptography/RsaPrivateKey.ImportPem.cs
@@ -14,7 +14,6 @@
using System;
using System.Security.Cryptography;
-using OnixLabs.Core;
namespace OnixLabs.Security.Cryptography;
diff --git a/OnixLabs.Security.UnitTests/OnixLabs.Security.UnitTests.csproj b/OnixLabs.Security.UnitTests/OnixLabs.Security.UnitTests.csproj
index fdb9b73..a94ff90 100644
--- a/OnixLabs.Security.UnitTests/OnixLabs.Security.UnitTests.csproj
+++ b/OnixLabs.Security.UnitTests/OnixLabs.Security.UnitTests.csproj
@@ -1,29 +1,5 @@
-
-
- false
- true
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
-
-
-
-
-
-
-
-
-
diff --git a/OnixLabs.Security/OnixLabs.Security.csproj b/OnixLabs.Security/OnixLabs.Security.csproj
index b9d3386..933abf7 100644
--- a/OnixLabs.Security/OnixLabs.Security.csproj
+++ b/OnixLabs.Security/OnixLabs.Security.csproj
@@ -1,41 +1,6 @@
-
- OnixLabs.Security
- ONIXLabs Security API for .NET
-
-
- $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
- embedded
- true
- true
- true
- Apache-2.0
- https://github.com/onix-labs/onixlabs-dotnet
- README.md
- true
- true
- git
- https://github.com/onix-labs/onixlabs-dotnet
-
-
- true
-
-
- true
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-