Commit Graph

297 Commits

Author SHA1 Message Date
Oliver Booth af9449935f
Fix null input for WithAlternative test 2022-04-20 19:32:34 +01:00
Oliver Booth 85becd2415
Add Array.Fill 2022-04-20 19:27:06 +01:00
Oliver Booth 778d8c6cf1
Add Deg<->Rad tests 2022-04-20 18:48:43 +01:00
Oliver Booth facc0834f0
Separate unwrapped Enum.Next/Previous to Unchecked overloads 2022-04-20 18:16:59 +01:00
Oliver Booth 4c81c218d5
Remove preview features 2022-04-20 17:34:49 +01:00
Oliver Booth 950c30f267
Update MSTest and Test SDK 2022-04-20 17:33:22 +01:00
Oliver Booth 3aaee23ebe
Add (some) missing tests 2022-04-20 17:33:02 +01:00
Oliver Booth 2128814db1
[ci skip] Use explicit type in tests 2022-04-20 17:31:16 +01:00
Oliver Booth a645f56204
[ci skip] Add test for Enumerable.Shuffled 2022-04-20 16:47:15 +01:00
Oliver Booth 66e7e79561
Rename Clusivity enum to InclusiveOptions
https://sonarcloud.io/project/issues?fileUuids=AX9gUgFivY1Q2LeuiUva&pullRequest=43&id=oliverbooth_X10D&open=AX75E353Zn_cGN5aPZcQ
2022-04-20 16:35:44 +01:00
Oliver Booth 374933e45e
Add FileInfo.GetHash<T>
Wraps Stream.GetHash<T>, but saves the caller having to OpenRead themselves
2022-04-20 14:29:45 +01:00
Oliver Booth 3c60340bde
Add Product extension method
Computes the element-wise product, optionally with a transformation delegate
2022-04-20 14:07:16 +01:00
Oliver Booth 5509305c5a
Update string.With*Alternative tests 2022-03-06 17:36:58 +00:00
Oliver Booth 1c0768c472 Remove legacy tests 2022-02-14 16:25:59 +00:00
Oliver Booth 64bcb34a11 Introduce Between clusivity 2022-02-14 16:24:14 +00:00
Oliver Booth 6c27227c3e Remove char.Random test 2022-02-14 16:04:57 +00:00
Oliver Booth e0e7965557 Remove old tests 2022-02-14 16:03:55 +00:00
Oliver Booth 54848848ac Enable implicit usings in tests csproj 2022-02-14 12:20:55 +00:00
Oliver Booth 375a382e1b Bump to .NET 6, bump dependency versions 2022-02-14 12:18:35 +00:00
Oliver Booth 093a504467 Remove CA ruleset enforcement 2022-02-14 12:17:49 +00:00
Oliver Booth 3257428fad Enable preview features in Tests csproj 2022-02-14 12:17:08 +00:00
Oliver Booth 920fadf639 Remove X10D.Unity dependency from Tests csproj 2022-02-14 12:16:28 +00:00
Oliver Booth 3592ec555e Remove X10D.Unity from solution 2022-02-14 12:13:29 +00:00
Oliver Booth 1205290ab4
Fix typos in IsPrimeTests xmldoc 2021-07-20 14:51:09 +01:00
Oliver Booth 09e126fa08
Add IsPrime tests 2021-07-20 14:47:33 +01:00
Oliver Booth 132573e262
Update byte unit tests to reflect new API 2021-07-20 00:53:43 +01:00
Oliver Booth 1cc2300e83
Update BooleanTests to reflect new API 2021-07-19 12:53:49 +01:00
Oliver Booth 6e6d6c48fb
(#14) Declare using directives outside of namespace 2021-07-19 12:48:58 +01:00
Oliver Booth 1443d7d4cf Update X10D.Unity to 2020.3.12.f1 LTS 2021-06-27 12:20:51 +01:00
Oliver Booth 188d662452 Update Tests project to .NET 5 2021-06-27 12:19:51 +01:00
Oliver Booth 937d701d14 Remove ruleset and unused analyzers 2021-03-07 18:00:17 +00:00
Oliver Booth f7664ba8a8 🗑 Remove IConvertible extension methods
Fully resolves #13
2021-01-14 18:31:16 +00:00
Oliver Booth 2cf508f253 🚨 Add tests for latest methods
AsNullIfEmpty
AsNullIfWhiteSpace
Reverse
WithAlternative
2020-10-20 15:08:20 +01:00
Oliver Booth 5bc71bd426 Add X10D.Unity 2020-07-15 14:33:40 +01:00
Oliver Booth 600b37fe82 🚚 Move X10D tests to Core namespace 2020-07-15 14:32:59 +01:00
Oliver Booth a591b91c6c
Add ReflectionTests 2020-04-21 04:17:19 +01:00
Oliver Booth 36d3014573
⚠ Treat warnings as errors 2020-04-21 03:45:02 +01:00
Oliver Booth 430eadee57
Add tests for StringExtensions 2020-04-19 16:16:28 +01:00
Oliver Booth 4df2543181
Add Roslynator.Analyzers 2020-04-19 14:31:29 +01:00
Oliver Booth 5034e1ceb4
👍 CLSCompliant assemblies 2020-04-19 14:13:46 +01:00
Oliver Booth 1780ae3a40
📕 Add XMLDoc to TimeSpanParserTests 2020-04-19 14:11:28 +01:00
Oliver Booth b1a69a7711
🔨 Add code analysis ruleset 2020-04-19 14:10:42 +01:00
Oliver Booth bf779bafec
Add ToInt16 and ToInt64 in BooleanTests 2020-04-18 23:39:04 +01:00
Oliver Booth e7bf572d09
🚨 Minor refactor in BooleanTests.cs
* const bool in Not()
* rename Xor() to XOr()
* conform XNOr() documentation
2020-04-18 23:14:48 +01:00
Timathy a0de8ceb11
Add logical operations in BooleanExtensions
Methods include:
* And
* Or
* Not
* XOr
* NAnd
* NOr
* XNOr
2020-04-18 22:50:26 +01:00
Oliver Booth 7e0de45b64
🚨 Fix ByteTests.GetString
Use unicode codepoint instead of raw literal
2020-04-18 17:43:51 +01:00
Oliver Booth 686b915be8
Add MSTests project 2020-04-18 14:41:53 +01:00