|
02765b8b19
|
Add IList<T>.Swap (#62)
|
2022-07-14 10:22:37 +01:00 |
|
|
c0395feba3
|
Add GetClosestConsoleColor (#66)
|
2022-07-13 14:18:12 +01:00 |
|
|
46bfa17b93
|
Add vector and point component rounding (#65)
|
2022-07-13 12:09:37 +01:00 |
|
|
b1eadf61f4
|
Add PopCount for built-in integer types
|
2022-07-08 13:09:34 +01:00 |
|
|
2e8626a32b
|
Add DirectoryInfo.Clear (#63)
|
2022-06-21 13:57:20 +01:00 |
|
|
3d896ea5d1
|
Add IList<T>.RemoveRange(Range)
|
2022-06-03 11:53:40 +01:00 |
|
|
3b78235957
|
Add tests for 3D shapes
|
2022-06-01 19:43:52 +01:00 |
|
|
f02de2ad14
|
Refer to points as vertices in unit tests
|
2022-06-01 19:43:24 +01:00 |
|
|
0b3bf01fa0
|
Convert Polygon/F to class
This change also now refers to "Points" as "Vertices"
|
2022-06-01 18:30:48 +01:00 |
|
|
b0cce087b3
|
Add additional ctor overloads for Ellipse/F
|
2022-06-01 17:05:25 +01:00 |
|
|
ea56f2be48
|
Add Line3D
|
2022-06-01 16:47:03 +01:00 |
|
|
b666b272a1
|
Add missing unit tests, bumps coverage to 99%
|
2022-06-01 15:36:45 +01:00 |
|
|
5e835e10f1
|
Add Ellipse struct
|
2022-06-01 15:36:18 +01:00 |
|
|
b5227f58d3
|
Code cleanup for X10D.Tests
|
2022-06-01 15:35:00 +01:00 |
|
|
e9b0ed08d4
|
Add primitive 2D structs to complement System.Drawing types
|
2022-06-01 13:46:22 +01:00 |
|
|
f35f398d7f
|
Add conversions between Size(F)/Point(F)/Vector and Rect/Rectangle(F)
|
2022-05-28 14:19:46 +01:00 |
|
|
7ca206721b
|
Add MathUtility.InverseLerp (#60)
|
2022-05-23 10:33:52 +01:00 |
|
|
683e02cc2a
|
Add RoundUpToPowerOf2
|
2022-05-18 11:55:47 +01:00 |
|
|
d312d05f7a
|
Add vector tuple deconstruction
|
2022-05-16 10:30:55 +01:00 |
|
|
23e07b65b8
|
Add [ReadOnly]Span<T>.Count(Predicate<T>)
|
2022-05-12 13:52:04 +01:00 |
|
|
4d19e2f64c
|
Add Vector.With* methods (resolves #56)
|
2022-05-09 10:33:21 +01:00 |
|
|
d904daf431
|
Add Color.With* methods (resolves #55)
|
2022-05-09 10:01:03 +01:00 |
|
|
176ad9fa09
|
[ci skip] Define colors as fields
|
2022-05-09 09:59:03 +01:00 |
|
|
aa30abea93
|
Add Color.Inverted (#54)
|
2022-05-08 19:52:49 +01:00 |
|
|
d405faf6e2
|
Add IsEmoji method
Emoji validation is performed by using a regex which is generated from Twemoji. Source: https://raw.githubusercontent.com/twitter/twemoji-parser/master/src/lib/regex.js
|
2022-05-07 23:37:14 +01:00 |
|
|
ed2920f8a0
|
Multi-target X10D.Tests
|
2022-05-07 23:16:06 +01:00 |
|
|
39ccf1f198
|
Denote CLS-noncompliant tests as such
|
2022-05-07 23:14:07 +01:00 |
|
|
0e726e9cd8
|
Cast sbyte values
Rename test file to SByteTests.cs
|
2022-05-07 23:12:28 +01:00 |
|
|
adf2281f21
|
Add DisposeAll(Async) and ClearAndDisposeAll(Async)
|
2022-05-02 22:31:09 +01:00 |
|
|
fd53b41610
|
Move EnumerableTests to Collections namespace
|
2022-05-02 22:27:21 +01:00 |
|
|
5d3a82a33a
|
Add IEnumerable<T>.For and ForEach (#50)
|
2022-05-01 22:25:37 +01:00 |
|
|
6505299c00
|
Move Stream extensions to IO namespace (#7)
* Finalizes unit tests, 99% coverage
* Update CHANGELOG
|
2022-04-30 13:52:34 +01:00 |
|
|
a6139a5720
|
Migrate string extensions to appropriate namespaces (#7)
Introduces more tests
|
2022-04-30 13:08:39 +01:00 |
|
|
c13cc934b6
|
Move ListOfByteExtensions to IO namespace
Also introduces unit tests
|
2022-04-30 11:59:03 +01:00 |
|
|
5d5bc1e384
|
Add tests for NextUnitVector2/3 and NextRotation(Uniform)
|
2022-04-30 11:34:15 +01:00 |
|
|
8ba5a5ad19
|
Remove empty lines and unnecessary namespace imports
|
2022-04-30 11:33:48 +01:00 |
|
|
a7631b0efe
|
Add MultiplicativePersistence for integer types
|
2022-04-30 11:29:09 +01:00 |
|
|
3ae2827fd5
|
Fix precision errors by specifying delta 1e-6
|
2022-04-30 11:07:57 +01:00 |
|
|
7577fc1c99
|
"Fix" weird edge-case with Atanh returning incorrect value 1x10^-16
|
2022-04-30 10:41:27 +01:00 |
|
|
14148f751a
|
Add tests for ToConnectionString/ToGetParameters
|
2022-04-30 10:36:03 +01:00 |
|
|
2547d4a227
|
Add comprehensive math tests
Introduces extension methods for decimal
|
2022-04-30 10:15:36 +01:00 |
|
|
8d4f82e964
|
Remove Lerp extension methods
These extension methods lead to confusion with the parameter order, and so the advice now is to simply use MathUtility.Lerp directly
|
2022-04-29 23:24:59 +01:00 |
|
|
155a604812
|
Add FromUnixTime(Milli)Seconds for unsigned types
|
2022-04-29 23:21:00 +01:00 |
|
|
cacdf148d5
|
Add RotateLeft and RotateRight for integer types
|
2022-04-29 23:16:37 +01:00 |
|
|
06413fd710
|
Add comprehensive IsPrime tests
|
2022-04-29 21:57:41 +01:00 |
|
|
9006bdffa2
|
Add IDictionary.AddOrUpdate
|
2022-04-29 18:10:41 +01:00 |
|
|
d1de1625f2
|
Move ToHost/NetworkOrder to Net namespace (#7)
|
2022-04-29 17:45:43 +01:00 |
|
|
0f40bb2e31
|
[ci skip] Update MSTest 2.2.10
|
2022-04-29 11:24:56 +01:00 |
|
|
e7bdb20b19
|
Add tests for reflection extensions
|
2022-04-29 11:17:02 +01:00 |
|
|
dc3de3816e
|
Add T.RepeatValue(int)
|
2022-04-29 11:16:44 +01:00 |
|