Delta-v/Content.Benchmarks
Pieter-Jan Briers eb33b88067 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>
2026-04-04 16:57:19 +02:00
..
ColorInterpolateBenchmark.cs Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
ComponentFetchBenchmark.cs updates submodule & fixes content benchmarks & sets up ci (#11851) 2022-10-11 20:51:52 +02:00
ComponentQueryBenchmark.cs Increase benchmark BuildTimeout (#37029) 2025-05-18 17:13:53 +01:00
Content.Benchmarks.csproj v269.0.0 RT update - .NET 10 (#41855) 2026-04-04 16:57:19 +02:00
DeltaPressureBenchmark.cs Atmos Delta-Pressure Window Shattering (#39238) 2025-11-23 15:22:34 -06:00
DependencyInjectBenchmark.cs updates submodule & fixes content benchmarks & sets up ci (#11851) 2022-10-11 20:51:52 +02:00
DestructibleBenchmark.cs Fix destructible benchmark OOMing (#41880) 2026-04-04 16:57:18 +02:00
DeviceNetworkingBenchmark.cs Predict two-way levers (#25043) 2024-02-18 22:46:26 +01:00
DynamicTreeBenchmark.cs Update b2dynamictree (#30630) 2025-03-09 23:24:40 +00:00
EntityFetchBenchmark.cs Fix Content.Benchmark warnings (#17771) 2023-07-02 01:11:01 +10:00
EntityManagerGetAllComponents.cs Fix IComponentFactory mock in benchmark (#29015) 2024-07-05 20:37:01 +02:00
GasReactionBenchmark.cs Add a new gas React() benchmark (#41202) 2025-12-29 11:39:34 -06:00
GlobalUsings.cs Move TestPair & PoolManager to engine (#36797) 2025-12-29 11:39:10 -06:00
MapLoadBenchmark.cs move GameMapPrototype and GameMapCondition to shared (#41742) 2026-04-04 16:56:50 +02:00
NetSerializerIntBenchmark.cs Fix Content.Benchmark warnings (#17771) 2023-07-02 01:11:01 +10:00
NetSerializerStringBenchmark.cs Fix Content.Benchmark warnings (#17771) 2023-07-02 01:11:01 +10:00
Program.cs Increase benchmark BuildTimeout (#37029) 2025-05-18 17:13:53 +01:00
PvsBenchmark.cs Predict warp point location examines. (#39402) 2025-11-23 15:22:16 -06:00
RaiseEventBenchmark.cs Update RaiseEventBenchmark for engine changes (#37349) 2026-01-26 19:22:38 +01:00
SpawnEquipDeleteBenchmark.cs Upstream Merge (June / July) attempt 2 electric boogaloo (#4607) 2025-11-06 18:22:39 +00:00
StereoToMonoBenchmark.cs updates submodule & fixes content benchmarks & sets up ci (#11851) 2022-10-11 20:51:52 +02:00