Update engine to v281.0.0 - #4462
Conversation
* 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>
cleanup TimerComponent
* Move TestPair & PoolManager to engine * Add to global usings * A * Move ITestContextLike to engine * Readd cvars partial class * cleanup diff
Necessary for the move to .NET 10 & C# 14. Actual PR to change SS14 to C# 14 will be separate.
|
RSI Diff Bot; head commit 83c0eb1 merging into 390da44 Resources/Textures/_NF/Decals/stencil.rsi
|
* Add test result archiving to our test actions. * heck. * Don't waste tremendous amounts of storage. * Fix ReagentDataTest. * Reduce retention and increase compression on integration output. * Back to 7 days, depend on RT instead. * Poke. * Fix linter. * til. * Actually send YAMLLinter's pair messages into the void.
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
43459b9 to
de1c589
Compare
|
|
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
…-station-14 into 2026-04-22_RT_version_bump
Fixes conflit from new-frontiers-14#4794
…#44454) * Added EntitySystemSubscriptionsGenerator project to content solution. * Added imports to Content.Client/Server/Shared projects.
marlyn-x86
left a comment
There was a problem hiding this comment.
Looks fine, no obvious warts. We should probably move forward instead of letting our codebase fall behind.
|
Agreed, We should also consider merging #4811 sooner rather than later to fix the potential new hundred warnings with the
|
…nges (adding Nanotrasen as a word).
Cherrypick missing PR to make Content code compilable from scratch (plus some code generation fixes).
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
Merge conflicts fixed but i'm waiting for a cherry-pick fix for #4641 (that we'll have to merge handle too) to PR . |












































About the PR
Updates RobustToolbox to the latest version
Why / Balance
Latest engine version contains a security fix which we probably want.
Technical details
Also added in some minor fixes after the upstream merge
How to test
Media
Requirements
Breaking changes
{ get; private set; }instead of just{ get; })Changelog
🆑 Alkheemist & Menshin