Commit 874283f
authored
Updating the entire solution to include .NET 10 as a compile target.
* Updated GitHub Actions steps (`checkout` and `setup-dotnet`) to v5, `sdk.version` in `global.json` to `10.0.x`, and `TargetFrameworks` to include `net10.0`.
* Fixed breaking code changes as a result of .NET 10 relating to implicit conversion.
* Refactored tests to use xUnit v3 and Microsoft Test Platform.
* Reviewed and converted many of the extension methods to .NET 10 extension blocks.
* Scoped preconditions to their associated exceptions, and added attributes such as `NotNull`, and `CallerArgumentExpression`.
* Eliminated some code due to implicit span conversion.
* Updated lots of XMLDoc documentation, providing enhanced clarity.1 parent 18f6977 commit 874283f
File tree
117 files changed
+3158
-3292
lines changed- .github/workflows
- OnixLabs.Core.UnitTests
- Linq
- OnixLabs.Core
- Collections
- Generic
- Linq
- Reflection
- Text
- OnixLabs.DependencyInjection
- OnixLabs.Numerics.UnitTests.Data
- OnixLabs.Numerics
- OnixLabs.Security.Cryptography
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
117 files changed
+3158
-3292
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| |||
0 commit comments