From 3d68f3c1e2736640dea0359f45b5c59630ae72e5 Mon Sep 17 00:00:00 2001 From: Chris <50419942+flaeri@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:31:32 +0100 Subject: [PATCH 1/3] Fix missing Moq dep in TeamChat tests (#299) --- .../Modules/TeamChatModule.Tests/TeamChatModule.Tests.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/Modules/TeamChatModule.Tests/TeamChatModule.Tests.csproj b/tests/Modules/TeamChatModule.Tests/TeamChatModule.Tests.csproj index c5823fc9d..144ec22f2 100644 --- a/tests/Modules/TeamChatModule.Tests/TeamChatModule.Tests.csproj +++ b/tests/Modules/TeamChatModule.Tests/TeamChatModule.Tests.csproj @@ -10,8 +10,9 @@ - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all From 642d34e62230c71caf3e9cb557be0fd1b6d72241 Mon Sep 17 00:00:00 2001 From: Chris <50419942+flaeri@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:44:13 +0100 Subject: [PATCH 2/3] Replace ** and Recursivedir for FastestCP test (#300) --- tests/Modules/FastestCp.Tests/FastestCp.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Modules/FastestCp.Tests/FastestCp.Tests.csproj b/tests/Modules/FastestCp.Tests/FastestCp.Tests.csproj index 13a687d91..c172a5166 100644 --- a/tests/Modules/FastestCp.Tests/FastestCp.Tests.csproj +++ b/tests/Modules/FastestCp.Tests/FastestCp.Tests.csproj @@ -35,9 +35,9 @@ - + PreserveNewest - %(RecursiveDir)\%(Filename)%(Extension) + Manialinks\%(Filename)%(Extension) From 48b15679196af7cf9e9365f33e51d06d2e3d9241 Mon Sep 17 00:00:00 2001 From: AtomicLiquid Date: Sun, 29 Sep 2024 18:02:10 +0200 Subject: [PATCH 3/3] Upgrading hawf to be compatible with ToornamentModule. (#301) --- .gitignore | 1 + src/Modules/MapsModule/MapsModule.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1730a86de..86bf4d50c 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ EvoSC/ext_plugins/* docker-compose.yml global.json .env +nuget.config \ No newline at end of file diff --git a/src/Modules/MapsModule/MapsModule.csproj b/src/Modules/MapsModule/MapsModule.csproj index be13ce5e5..1780ec94b 100644 --- a/src/Modules/MapsModule/MapsModule.csproj +++ b/src/Modules/MapsModule/MapsModule.csproj @@ -9,6 +9,7 @@ + all runtime; build; native; contentfiles; analyzers; buildtransitive