From 5f95187c01479d5687207007eec7a0191db4e110 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 19 Feb 2024 19:24:38 +0100 Subject: [PATCH] Ancora ottimizzazioni layout struct x balzor.js e reload --- MP-TAB3/MP-TAB3.csproj | 2 +- MP-TAB3/Pages/_Layout.cshtml | 13 +++++++++---- MP-TAB3/Program.cs | 8 -------- MP-TAB3/Resources/ChangeLog.html | 2 +- MP-TAB3/Resources/VersNum.txt | 2 +- MP-TAB3/Resources/manifest.xml | 2 +- MP.Land/MP.Land.csproj | 2 +- MP.Land/Pages/_Host.cshtml | 13 ++++++++----- MP.Land/Resources/ChangeLog.html | 2 +- MP.Land/Resources/VersNum.txt | 2 +- MP.Land/Resources/manifest.xml | 2 +- MP.Mon/MP.Mon.csproj | 2 +- MP.Mon/Pages/_Layout.cshtml | 10 ++++++---- MP.Mon/Resources/ChangeLog.html | 2 +- MP.Mon/Resources/VersNum.txt | 2 +- MP.Mon/Resources/manifest.xml | 2 +- MP.Prog/MP.Prog.csproj | 2 +- MP.Prog/Pages/_Host.cshtml | 5 ++--- MP.Prog/Resources/ChangeLog.html | 2 +- MP.Prog/Resources/VersNum.txt | 2 +- MP.Prog/Resources/manifest.xml | 2 +- MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Pages/_Layout.cshtml | 14 ++++++++------ MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- MP.Stats/MP.Stats.csproj | 4 ++-- MP.Stats/Pages/_Host.cshtml | 14 ++++++++------ MP.Stats/Resources/ChangeLog.html | 2 +- MP.Stats/Resources/VersNum.txt | 2 +- MP.Stats/Resources/manifest.xml | 2 +- 31 files changed, 66 insertions(+), 61 deletions(-) diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj index 93e9da4c..6af8c0a6 100644 --- a/MP-TAB3/MP-TAB3.csproj +++ b/MP-TAB3/MP-TAB3.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2402.1915 + 6.16.2402.1918 enable MP_TAB3 diff --git a/MP-TAB3/Pages/_Layout.cshtml b/MP-TAB3/Pages/_Layout.cshtml index 36b3cde9..14f63779 100644 --- a/MP-TAB3/Pages/_Layout.cshtml +++ b/MP-TAB3/Pages/_Layout.cshtml @@ -40,12 +40,18 @@ + + @*Gestione autoriconnessione: https://github.com/dotnet/aspnetcore/issues/38305 (vedere anche https://docs.microsoft.com/it-it/aspnet/core/blazor/fundamentals/signalr?view=aspnetcore-6.0#modify-the-reconnection-handler-blazor-server)*@ @*Gestione ricollegamento successivo: https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/signalr?view=aspnetcore-6.0*@ - + @* *@ - diff --git a/MP-TAB3/Program.cs b/MP-TAB3/Program.cs index efd6079b..31f145a1 100644 --- a/MP-TAB3/Program.cs +++ b/MP-TAB3/Program.cs @@ -53,14 +53,6 @@ if (!app.Environment.IsDevelopment()) app.UseHsts(); } -#if false -// disable response compression in development, see https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/signalr?view=aspnetcore-6.0 -if (!app.Environment.IsDevelopment()) -{ - app.UseResponseCompression(); -} -#endif - app.UseHttpsRedirection(); app.UseStaticFiles(); diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html index 23d9a0a2..707a73f1 100644 --- a/MP-TAB3/Resources/ChangeLog.html +++ b/MP-TAB3/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2402.1915

+

Versione: 6.16.2402.1918


Note di rilascio: