]> git.smokeofanarchy.ru Git - space-station-14.git/commit
v269.0.0 RT update - .NET 10 (#41855)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Mon, 22 Dec 2025 01:24:24 +0000 (02:24 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Dec 2025 01:24:24 +0000 (01:24 +0000)
commit787330f5c6c256c53c2ed6f9b0909ab4265476a5
treef040fde45e661dd36dbc07b881e8c47694c14998
parentfab0fe14ccbd732d4648feb23e8c957535fc1ec3
v269.0.0 RT update - .NET 10 (#41855)

* Make ServerPackaging automatically get extra server assemblies

* Make the switch

* Use Content.Server.deps.json instead

* Remove debug

* Rewrite

Now recursively fetches dependencies from Content.Server

Only copies dependencies not covered by Robust

This removes the need to manually specify most of the dependencies, even the content ones!

Also look at runtime key properly to figure out the proper dll name.

This actually removes some assemblies that were duplicated between the main directory and assemblies (various Microsoft.Extensions stuff)

* Fix test compile errors when updating dependencies

Ran across this while updating dependencies on the RT .NET 10 update. Should be fine to merge immediately.

* More .NET 10 prep

* Convert to SLNX

Hell yeah

* slnx now has size-2 indents

* Update SLNX with new RT system

* Remove reference to RT test in toolshed test

* Remove accidental usage of transitive RT dependencies

* Move Robust project references to RobustApi

* Update solution file

* Fix warnings in pow3r

* Fix nullable warnings in integration tests

idk where these came from

* gitignore binlog files

* Fix transitive dependency warnings in Content.Benchmarks

* Update slnx

* Okay, the Robust API thing didn't pan out. New plan.

It apparently broke clean builds, as the dependencies aren't in the project asset list or something anymore. I tried to fix this, but it seems impossible to do without relying on .NET SDK internals, as there's no point in the NuGet graph walk process that seems cleanly extensible.

Instead let's just do the much dumber thing: a bunch of .props files for content to import. Hooray!

This also means that I have to go through and *explicitly* disable transitive dependencies everywhere in RT. This thankfully isn't too hard.

* Update RT to 269.0.0

* One last solution update

* Fix more data definition issues

* Update RT to 269.0.1

* Fix it again

---------

Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
52 files changed:
.editorconfig
.github/workflows/build-docfx.yml
.github/workflows/build-map-renderer.yml
.github/workflows/build-test-debug.yml
.github/workflows/publish-testing.yml
.github/workflows/publish.yml
.github/workflows/test-packaging.yml
.github/workflows/yaml-linter.yml
.gitignore
BuildChecker/git_helper.py
Content.Benchmarks/Content.Benchmarks.csproj
Content.Client/Cargo/UI/BountyEntry.xaml.cs
Content.Client/Content.Client.csproj
Content.Client/Lobby/UI/LobbyCharacterPreviewPanel.xaml.cs
Content.IntegrationTests/Content.IntegrationTests.csproj
Content.IntegrationTests/Tests/Commands/ObjectiveCommandsTest.cs
Content.IntegrationTests/Tests/Minds/MindTests.EntityDeletion.cs
Content.IntegrationTests/Tests/Toolshed/AdminTest.cs
Content.IntegrationTests/Tests/Toolshed/LocTest.cs
Content.MapRenderer/Content.MapRenderer.csproj
Content.Packaging/Content.Packaging.csproj
Content.Packaging/DepsHandler.cs [new file with mode: 0644]
Content.Packaging/ServerPackaging.cs
Content.PatreonParser/Content.PatreonParser.csproj
Content.Replay/Content.Replay.csproj
Content.Server.Database/Content.Server.Database.csproj
Content.Server/Codewords/CodewordFactionPrototype.cs
Content.Server/Codewords/CodewordGeneratorPrototype.cs
Content.Server/Content.Server.csproj
Content.Server/GameTicking/Commands/SetGamePresetCommand.cs
Content.Server/Players/JobWhitelist/JobWhitelistManager.cs
Content.Shared.Database/Content.Shared.Database.csproj
Content.Shared/Actions/Components/ActionComponent.cs
Content.Shared/Chat/Prototypes/EmoteSoundsPrototype.cs
Content.Shared/Chemistry/Prototypes/InjectorModePrototype.cs
Content.Shared/Content.Shared.csproj
Content.Shared/CrewManifest/SharedCrewManifestSystem.cs
Content.Shared/Lathe/LatheMessages.cs
Content.Shared/Nutrition/Prototypes/EdiblePrototype.cs
Content.Shared/Preferences/Loadouts/LoadoutGroupPrototype.cs
Content.Shared/SmartFridge/SmartFridgeComponent.cs
Content.Tests/Content.Tests.csproj
Content.Tools/Content.Tools.csproj
Content.YAMLLinter/Content.YAMLLinter.csproj
Directory.Packages.props
MSBuild/Content.props [new file with mode: 0644]
Pow3r/Pow3r.csproj
RobustToolbox
SpaceStation14.sln [deleted file]
SpaceStation14.slnx [new file with mode: 0644]
SpaceStation14.slnx.DotSettings [moved from SpaceStation14.sln.DotSettings with 100% similarity]
global.json