From 1d3692086f6856d67e7f4a78d7335ac5f23b7e15 Mon Sep 17 00:00:00 2001 From: ChaosEngine Date: Sun, 5 Nov 2023 00:19:26 +0100 Subject: [PATCH] 1st try of migration to dotnet 8. rc.2 is failing miserably with impossible RCL error (https://github.com/dotnet/aspnetcore/issues/42629) and requirement of some additional package reference to fix. Crazy but rc.1 works. Tests still failing on Inkball SignalR. Weird. --- .../Areas/InkBall/Pages/Game.cshtml | 4 +- .../Areas/InkBall/Pages/Game.cshtml.cs | 9 ++- src/InkBall.Module/Configuration.cs | 81 ++++++++++--------- src/InkBall.Module/InkBall.Module.csproj | 18 ++--- test/InkBall.Tests/InkBall.Tests.csproj | 10 +-- 5 files changed, 62 insertions(+), 60 deletions(-) diff --git a/src/InkBall.Module/Areas/InkBall/Pages/Game.cshtml b/src/InkBall.Module/Areas/InkBall/Pages/Game.cshtml index 2cccc755..21931d29 100644 --- a/src/InkBall.Module/Areas/InkBall/Pages/Game.cshtml +++ b/src/InkBall.Module/Areas/InkBall/Pages/Game.cshtml @@ -115,11 +115,11 @@ } - + @if (useMessagePackBinaryTransport) { @: - @: + @: }