[3.0] Switch to SLNX and update dependencies#2588
Open
Exanite wants to merge 11 commits into
Open
Conversation
Contributor
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against cafaccf |
Note: The Silk.NET.sln.DotSettings files must not be renamed. Rider still looks for the .sln version.
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.
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.
curin
approved these changes
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the PR
This PR updates all dependencies in
Directory.Packages.props, except forSystem.CommandLinewhich some of the code copied verbatim from ClangSharp still requires. I can update this code, but seeing as ClangSharp has not updated either, I'm keeping the current version for simplicity.This PR also switches the branch to use the SLNX solution format. This notably impacts people currently working the project, but fortunately easy to address by just letting them know.
Related issues, Discord discussions, or proposals
PR Discord Thread: https://discord.com/channels/521092042781229087/1514592267132866711
Further Comments
Tasks