Commit Graph

12 Commits

Author SHA1 Message Date
VMSolidus
c72c517be1 Fix MapRenderer (#1985)
# Description

Just makes the Map Renderer ignore the recent ImageSharp vulnerability
(I verified that it was completely unrelated to our use-case).

# Changelog

No CL, this isn't playerfacing.

(cherry picked from commit ce7d467e0b4717155fedc85dcc60dc8697d7c7b4)
2025-03-21 18:25:41 +03:00
Pieter-Jan Briers
1c54b75da5 Dependency update / fixes / skrungle bungle (#23745)
* Give .props files 2-space indents.

* Move to Central Package Management.

Allows us to store NuGet package versions all in one place. Yay!

* Update NuGet packages and fix code for changes.

Notable:

Changes to ILVerify.
Npgsql doesn't need hacks for inet anymore, now we need hacks to make the old code work with this new reality.
NUnit's analyzers are already complaining and I didn't even update it to 4.x yet.
TerraFX changed to GetLastSystemError so error handling had to be changed.
Buncha APIs have more NRT annotations.

* Remove dotnet-eng NuGet package source.

I genuinely don't know what this was for, and Central Package Management starts throwing warnings about it, so YEET.

* Remove Robust.Physics project.

Never used.

* Remove erroneous NVorbis reference.

Should be VorbisPizza and otherwise wasn't used.

* Sandbox fixes

* Remove unused unit test package references.

Castle.Core and NUnit.ConsoleRunner.

* Update NUnit to 4.0.1

This requires replacing all the old assertion methods because they removed them 🥲

* Oh so that's what dotnet-eng was used for. Yeah ok that makes sense.

* Add Robust.Analyzers.Test

* Update submodule

* commit to re-run CI

(cherry picked from commit a6c9c36b688a1ba78ff4c12502e81661cf607b6c)
2024-01-26 22:33:46 +01:00
Pieter-Jan Briers
c5b3f62f6f Update project files for configuration changes. (#14281) 2023-03-06 11:38:07 -08:00
Pieter-Jan Briers
acdc92d0ab Pull TFM on missing content projects from robust props files. (#12872) 2022-12-05 20:22:38 +01:00
Pieter-Jan Briers
bbca523756 Enable server GC by default on some relevant projects. (#12674) 2022-11-20 14:49:36 +11:00
metalgearsloth
dfec3a10a5 Update submodule to 0.38.1.0 again (#10481) 2022-08-10 16:37:43 +10:00
metalgearsloth
044e688ce8 Revert "Update submodule to 0.38.1.0 (#10473)" (#10479) 2022-08-10 15:33:53 +10:00
metalgearsloth
2aa08c7627 Update submodule to 0.38.1.0 (#10473) 2022-08-10 13:49:45 +10:00
wrexbe
1a30d42ae3 Change imagesharp on map renderer back to 1.0.4 (#9046) 2022-06-22 19:41:32 -07:00
wrexbe
b01e605ee3 Nuget fix (#8742) 2022-06-09 19:38:08 -07:00
wrexbe
0fc8c0ef5e Update some nugets (#8738) 2022-06-09 18:25:59 -07:00
Javier Guardia Fernández
c30c8020e8 Add a map renderer (#3613)
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2022-01-07 18:54:06 +01:00