Pieter-Jan Briers
b1de6dd601
Switch project files to C# 12. ( #25487 )
...
Just unlocks new language features like primary constructors.
2024-02-23 15:02:59 +11:00
Pieter-Jan Briers
a6c9c36b68
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
2024-01-12 23:22:01 +01:00
TemporalOroboros
ba91023a85
Fix content.integration tests warnings ( #17817 )
...
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2023-07-06 14:54:25 +10:00
Pieter-Jan Briers
c5b3f62f6f
Update project files for configuration changes. ( #14281 )
2023-03-06 11:38:07 -08:00
DrSmugleaf
cd803a82bd
Update projects to C# 11 ( #13111 )
2022-12-20 22:33:57 +11:00
wrexbe
0fc8c0ef5e
Update some nugets ( #8738 )
2022-06-09 18:25:59 -07:00
metalgearsloth
6e1c19092f
Update nuget dependencies ( #6975 )
2022-03-13 23:03:55 -07:00
Javier Guardia Fernández
af579b15cc
Update to .NET 6 and C# 10 ( #5233 )
...
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2021-11-09 15:05:07 +01:00
Pieter-Jan Briers
356716ee5c
Update NuGet packages.
2021-02-25 12:05:53 +01:00
Paul
ed4202c9eb
content using robust.analyzers
2020-12-29 16:10:15 +01:00
Pieter-Jan Briers
450e30fbda
Update submodule, NuGet natives
2020-12-13 01:14:29 +01:00
Pieter-Jan Briers
2585498699
Update NuGet packages.
...
Most notably YamlDotNet which has performance improvements for large files such as our map files.
2020-11-26 02:18:58 +01:00
DrSmugleaf
607be16c0d
Update LangVersion to 9 for all Content projects ( #2587 )
2020-11-24 01:36:36 +01:00
Pieter-Jan Briers
4ebba74b1f
Update submodule and fix ARM builds.
2020-06-09 00:17:11 +02:00
Pieter-Jan Briers
8f4834b1d8
Revert "add integration test for serializer"
...
This reverts commit 0e286ad808 .
2020-02-15 02:33:37 +01:00
Tyler Young
0e286ad808
add integration test for serializer
2020-02-15 01:48:49 +01:00
Pieter-Jan Briers
aaa4329d8c
Update submodule for windows build fixes.
2020-01-23 00:45:49 +01:00
Pieter-Jan Briers
ba88b2b1da
Update NuGet dependencies.
...
EFCore excluded because I'm still using .NET Core Runtime 3.1.0 instead of 3.1.1
2020-01-20 20:44:36 +01:00
Pieter-Jan Briers
1e696edcff
Use C# 8.
2019-12-17 16:09:10 +01:00
Pieter-Jan Briers
ecb7cd3c66
Update all the NuGet packages & submodule.
2019-08-27 22:39:32 +02:00
Pieter-Jan Briers
44fdf4022e
Fix accidental C# 8.0 usage.
2019-08-22 11:06:10 +02:00
Pieter-Jan Briers
3c09c18943
Update submodule, noise removal, parallax optimizations.
2019-08-07 18:10:55 +02:00
Pieter-Jan Briers
3488ca0173
Try to work around space-wizards/space-station-14#284
2019-08-03 15:07:47 +02:00
Pieter-Jan Briers
8cf5195db6
.NET Core support.
...
Also dropped x86 because apparently unit tests still work.
2019-08-02 22:45:41 +02:00
Pieter-Jan Briers
15d81c1876
Fix build scripts.
2019-07-30 12:57:08 +02:00
Pieter-Jan Briers
338f456c50
AppVeyor attempt 5
2019-06-29 16:56:17 +02:00
Pieter-Jan Briers
b9e4410c93
AppVeyor attempt 4
2019-06-29 03:06:39 +02:00
Pieter-Jan Briers
f97977323a
Improve integration testing
2019-06-29 01:58:16 +02:00
Pieter-Jan Briers
56bccdbc3e
Update submodule, update NuGet dependencies.
2019-05-29 14:04:57 +02:00
Pieter-Jan Briers
996b45a04f
Project File Refactor ( #241 )
...
* Project file refactor, content edition
* Update submodule
2019-05-28 00:18:29 +02:00
Acruid
ce163bdd80
Removes error spam about missing Platform.
...
Content.IntegrationTests now defaults to x64 platform.
2019-05-22 12:19:42 -07:00
Pieter-Jan Briers
cb7e5d4214
Content-side integration tests.
...
Currently only tests that the server starts.
2019-05-03 13:34:49 +02:00