X10D/X10D.Tests/src
Oliver Booth 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
..
Collections feat: add Span<T>.Replace 2023-04-06 02:31:22 +01:00
Core chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
Drawing test: return coverage to 100% (#76) 2023-04-05 23:18:14 +01:00
Hosting chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
IO feat: add float/double support for WriteNoAlloc and WriteLineNoAlloc 2023-04-11 22:27:31 +01:00
Linq feat: add IEnumerable<T>.Except(T) 2023-04-13 20:55:24 +01:00
Math feat: add CountDigit for integer types 2023-04-06 14:40:27 +01:00
Net chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
Numerics chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
Reactive feat: add Progress<T>.OnProgressChanged 2023-04-10 12:44:53 +01:00
Reflection test: return coverage to 100% (#76) 2023-04-05 23:18:14 +01:00
Text chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
Time chore: switch from MSTest to NUnit (#76) 2023-04-05 22:51:59 +01:00
Assembly.cs [ci skip] Remove unnecessary namespace import 2022-04-21 22:09:36 +01:00