From 31a33acdd91837adad426c5eada5722dc3b984fb Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 22 Jun 2026 08:07:08 +0200 Subject: [PATCH] Clanup warning minori --- MP.Data/Controllers/MpIocController.cs | 1 - MP.Data/Services/IOC/IocService.cs | 1 - MP.IOC/MP.IOC.csproj | 9 ++++----- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/MP.Data/Controllers/MpIocController.cs b/MP.Data/Controllers/MpIocController.cs index f2520dfa..56705d1d 100644 --- a/MP.Data/Controllers/MpIocController.cs +++ b/MP.Data/Controllers/MpIocController.cs @@ -945,7 +945,6 @@ namespace MP.Data.Controllers #region Private Fields private static NLog.Logger Log = LogManager.GetCurrentClassLogger(); - private DbContextOptions optionsFlux; #endregion Private Fields } diff --git a/MP.Data/Services/IOC/IocService.cs b/MP.Data/Services/IOC/IocService.cs index 8669e3e1..3e9abb08 100644 --- a/MP.Data/Services/IOC/IocService.cs +++ b/MP.Data/Services/IOC/IocService.cs @@ -557,7 +557,6 @@ namespace MP.Data.Services.IOC /// private async Task IobSLogEnabAsync(string idxMacchina) { - bool answ = false; // ORA recupero da memoria redis... var rKey = MP.Data.Utils.RedKeyDatiMacc(idxMacchina, MpIoNS); RedisValue rawData = await _redisDb.HashGetAsync(rKey, (RedisValue)"sLogEnabled"); diff --git a/MP.IOC/MP.IOC.csproj b/MP.IOC/MP.IOC.csproj index a0c478a1..da3199ee 100644 --- a/MP.IOC/MP.IOC.csproj +++ b/MP.IOC/MP.IOC.csproj @@ -8,10 +8,10 @@ - - - - + + + + @@ -64,7 +64,6 @@ -