1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 05:35:41 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
d5c63feb5c
fix(tests): remove ambiguous call to Span<T>.Count (#88) 2023-11-14 16:57:25 +00:00
9caa0acb7b
style: remove UTF8 BOM 2023-08-26 18:11:29 +01:00
71b0bec85c
style(test): format span tests 2023-08-24 01:53:24 +01:00
24a7de7e8c
refactor: define test fixtures as internal 2023-08-22 17:32:47 +01:00
8d7ca6ea0a
fix(tests): remove outdated tests
This should have been part of d8be858359
2023-05-14 16:31:57 +01:00
0ae377250c
feat: add IEnumerable<T>.Except(T)
LINQ-provided Except method filters by array, but there's no way to filter a single value. This method introduces single-value filtering.
2023-04-13 20:55:24 +01:00
dbeb13efcd
test: fix expected/actual value swap (#76) 2023-04-05 22:51:59 +01:00
ab62db2b37
chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
9cf003481c
refactor: move exception messages to resource file (#27) 2023-04-03 15:57:31 +01:00
b806e50ec1
[ci skip] style: remove unused using directives 2023-04-03 13:42:53 +01:00
6b1dc2837a
test: bring coverage to 100% for Collections, Linq, Math, and Text 2023-04-02 04:16:33 +01:00
4cd669a200
[ci skip] fix(test): force enumeration of lazy enumerable 2023-03-31 15:11:50 +01:00
14e638e6d9
feat: add IEnumerable<T>.ConcatOne 2023-03-31 14:53:02 +01:00
121c3a388a
test: 100% coverage on EnumerableExtensions 2023-03-28 16:28:38 +01:00
3b85419da3
Add MinMax and MinMaxBy (resolves #72) 2023-03-26 17:03:40 +01:00
b5227f58d3
Code cleanup for X10D.Tests 2022-06-01 15:35:00 +01:00
23e07b65b8
Add [ReadOnly]Span<T>.Count(Predicate<T>) 2022-05-12 13:52:04 +01:00
0e726e9cd8
Cast sbyte values
Rename test file to SByteTests.cs
2022-05-07 23:12:28 +01:00
b743adb445
Rename n.To(n) to n.RangeTo(n) 2022-04-27 21:58:46 +01:00
f961530962
[ci skip] fix product formula in overflow comment 2022-04-22 09:12:35 +01:00
6a1f64f042
Move IEnumerable.Product tests to Linq namespace (#7) 2022-04-22 09:11:18 +01:00
d5a74c12a8
Move Span.Any/All to Linq namespace (#7) 2022-04-22 08:50:06 +01:00