From 1e22c24e95737734953fcbfd76072304b3bd018e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Sat, 20 Jun 2026 13:21:23 +0200 Subject: [PATCH] Fix init RIOC, aggiunta fusioncache su RIOC, test con reset (da gestire meglio) --- MP-TAB3/MP-TAB3.csproj | 2 +- MP-TAB3/Resources/ChangeLog.html | 2 +- MP-TAB3/Resources/VersNum.txt | 2 +- MP-TAB3/Resources/manifest.xml | 2 +- MP.Data/DataServiceCollectionExtensions.cs | 19 ++ MP.INVE/MP.INVE.csproj | 2 +- MP.INVE/Resources/ChangeLog.html | 2 +- MP.INVE/Resources/VersNum.txt | 2 +- MP.INVE/Resources/manifest.xml | 2 +- MP.IOC/MP.IOC.csproj | 2 +- MP.IOC/Program.cs | 10 +- MP.IOC/Resources/ChangeLog.html | 2 +- MP.IOC/Resources/VersNum.txt | 2 +- MP.IOC/Resources/manifest.xml | 2 +- MP.IOC/Services/IWeightProvider.cs | 4 +- MP.IOC/Services/InMemoryWeightProvider.cs | 4 +- MP.IOC/Services/RedisWeightProvider.cs | 234 +++++++++++++-------- MP.IOC/appsettings.Production.json | 1 + MP.IOC/appsettings.json | 1 + MP.Land/MP.Land.csproj | 2 +- 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/Resources/ChangeLog.html | 2 +- MP.MON/Resources/VersNum.txt | 2 +- MP.MON/Resources/manifest.xml | 2 +- MP.Prog/MP.Prog.csproj | 2 +- MP.Prog/Resources/ChangeLog.html | 2 +- MP.Prog/Resources/VersNum.txt | 2 +- MP.Prog/Resources/manifest.xml | 2 +- MP.RIOC/MP.RIOC.csproj | 2 +- MP.RIOC/Program.cs | 100 ++++++--- MP.RIOC/Properties/launchSettings.json | 4 +- MP.RIOC/Resources/ChangeLog.html | 2 +- MP.RIOC/Resources/VersNum.txt | 2 +- MP.RIOC/Resources/manifest.xml | 2 +- MP.RIOC/Services/RedisWeightProvider.cs | 233 ++++++++++++++------ MP.RIOC/appsettings.Development.json | 3 +- MP.RIOC/appsettings.Production.json | 3 +- MP.RIOC/appsettings.Staging-silent.json | 8 +- MP.RIOC/appsettings.Staging-verbose.json | 3 +- MP.RIOC/appsettings.Staging.json | 8 +- MP.RIOC/appsettings.json | 8 +- MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- MP.Stats/MP.Stats.csproj | 2 +- MP.Stats/Resources/ChangeLog.html | 2 +- MP.Stats/Resources/VersNum.txt | 2 +- MP.Stats/Resources/manifest.xml | 2 +- 52 files changed, 476 insertions(+), 239 deletions(-) diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj index 65364cf6..1a5cd375 100644 --- a/MP-TAB3/MP-TAB3.csproj +++ b/MP-TAB3/MP-TAB3.csproj @@ -3,7 +3,7 @@ net8.0 enable - 8.16.2606.1312 + 8.16.2606.2012 enable MP_TAB3 diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html index b09252cc..31f8f6da 100644 --- a/MP-TAB3/Resources/ChangeLog.html +++ b/MP-TAB3/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 8.16.2606.1312

+

Versione: 8.16.2606.2012


Note di rilascio: