Clanup warning minori

This commit is contained in:
Samuele Locatelli
2026-06-22 08:07:08 +02:00
parent 15cdb1aa55
commit 31a33acdd9
3 changed files with 4 additions and 7 deletions
-1
View File
@@ -945,7 +945,6 @@ namespace MP.Data.Controllers
#region Private Fields
private static NLog.Logger Log = LogManager.GetCurrentClassLogger();
private DbContextOptions<MoonPro_FluxContext> optionsFlux;
#endregion Private Fields
}
-1
View File
@@ -557,7 +557,6 @@ namespace MP.Data.Services.IOC
/// <returns></returns>
private async Task<bool> 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");
+4 -5
View File
@@ -8,10 +8,10 @@
</PropertyGroup>
<ItemGroup>
<Compile Remove="Services\BaseServ.cs" />
<Compile Remove="Services\InMemoryWeightProvider.cs" />
<Compile Remove="Services\IWeightProvider.cs" />
<Compile Remove="Services\RedisWeightProvider.cs" />
<Compile Remove="Services\**" />
<Content Remove="Services\**" />
<EmbeddedResource Remove="Services\**" />
<None Remove="Services\**" />
</ItemGroup>
<ItemGroup>
@@ -64,7 +64,6 @@
<ItemGroup>
<Folder Include="Components\Layout\" />
<Folder Include="Services\" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">