Commit b57621d
committed
Squashed commit of the following:
commit cafaccf
Merge: b9cabce b994a1f
Author: William Chen <exanite78012@gmail.com>
Date: Fri Jun 12 09:38:49 2026 -0400
Merge branch 'develop/3.0' into feature/update-dependencies
commit b9cabce
Merge: c401b91 89841e7
Author: William Chen <exanite78012@gmail.com>
Date: Fri Jun 12 03:06:29 2026 -0400
Merge branch 'develop/3.0' into feature/update-dependencies
commit c401b91
Author: William Chen <exanite78012@gmail.com>
Date: Thu Jun 11 10:57:28 2026 -0400
Update solution path in generator.json
commit 5229ecc
Author: William Chen <exanite78012@gmail.com>
Date: Thu Jun 11 08:57:13 2026 -0400
Revert update to System.CommandLine
The code copied verbatim from ClangSharp uses an old version of System.CommandLine (v2.0.0-beta3.22114.1).
Since this code is copied verbatim, I don't want to update it to compile with the new version of System.CommandLine (v2.0.9).
This commit reverts the package to use v2.0.0-beta4.22272.1, which is the one we used before this PR.
commit 61fe9d5
Author: William Chen <exanite78012@gmail.com>
Date: Thu Jun 11 08:49:52 2026 -0400
Fix error caused by updating Microsoft.Build.Locator
Error in question:
Microsoft.Build.Locator.targets(19,5): Error MSBL001 : A PackageReference to the package 'Microsoft.NET.StringTools' at version '18.7.1' is present in this project without ExcludeAssets="runtime" and PrivateAssets="all" set. This can cause errors at run-time due to MSBuild assembly-loading.
I'm not sure what's the proper way to solve this, but I also had this error in my personal repos and this was how I solved it there.
commit f3077d6
Author: William Chen <exanite78012@gmail.com>
Date: Thu Jun 11 08:44:26 2026 -0400
Update rest of dependencies in Directory.Packages.props
commit 44e2078
Author: William Chen <exanite78012@gmail.com>
Date: Thu Jun 11 08:29:30 2026 -0400
Update Nuke and build system dependencies
commit 7df9f3a
Author: William Chen <exanite78012@gmail.com>
Date: Thu Jun 11 08:24:24 2026 -0400
Remove .sln version of the solution file
Note: The Silk.NET.sln.DotSettings files must not be renamed. Rider still looks for the .sln version.
commit 0ef164d
Author: William Chen <exanite78012@gmail.com>
Date: Thu Jun 11 08:16:08 2026 -0400
Generate SLNX using Rider's save as SLNX feature
commit 3322066
Author: William Chen <exanite78012@gmail.com>
Date: Thu Jun 11 07:57:20 2026 -0400
Update CSharpier and Roslyn packages
commit 06a8484
Author: William Chen <exanite78012@gmail.com>
Date: Thu Jun 11 07:26:59 2026 -0400
Start of feature/update-dependencies branch1 parent b994a1f commit b57621d
9 files changed
Lines changed: 141 additions & 312 deletions
File tree
- .nuke
- eng/build
- sources/SilkTouch/SilkTouch
- Mods/Common
- tests/SilkTouch/SilkTouch
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 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 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
0 commit comments