From 6cf54dc715a4e60d1b5b864b9bb06548f4433eff Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 24 Mar 2026 09:22:19 +0100 Subject: [PATCH] Modifica servizio CalcRequestService --- EgwCoreLib.Lux.Data/DataServiceCollectionExtensions.cs | 1 + .../Services/{ => General}/CalcRequestService.cs | 2 +- EgwCoreLib.Lux.Data/Services/General/ImageCacheService.cs | 6 +++--- Lux.API/Lux.API.csproj | 2 +- Lux.UI/Lux.UI.csproj | 2 +- Lux.UI/Program.cs | 1 - Resources/ChangeLog.html | 2 +- Resources/VersNum.txt | 2 +- Resources/manifest.xml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) rename EgwCoreLib.Lux.Data/Services/{ => General}/CalcRequestService.cs (98%) diff --git a/EgwCoreLib.Lux.Data/DataServiceCollectionExtensions.cs b/EgwCoreLib.Lux.Data/DataServiceCollectionExtensions.cs index da37c9b0..2e13017c 100644 --- a/EgwCoreLib.Lux.Data/DataServiceCollectionExtensions.cs +++ b/EgwCoreLib.Lux.Data/DataServiceCollectionExtensions.cs @@ -102,6 +102,7 @@ namespace EgwCoreLib.Lux.Data // aggiunta servizi finali Singleton... services.TryAddSingleton(); services.TryAddSingleton(); + services.TryAddSingleton(); //services.TryAddSingleton(); diff --git a/EgwCoreLib.Lux.Data/Services/CalcRequestService.cs b/EgwCoreLib.Lux.Data/Services/General/CalcRequestService.cs similarity index 98% rename from EgwCoreLib.Lux.Data/Services/CalcRequestService.cs rename to EgwCoreLib.Lux.Data/Services/General/CalcRequestService.cs index 6a0c069c..5625016d 100644 --- a/EgwCoreLib.Lux.Data/Services/CalcRequestService.cs +++ b/EgwCoreLib.Lux.Data/Services/General/CalcRequestService.cs @@ -2,7 +2,7 @@ using NLog; using RestSharp; -namespace EgwCoreLib.Lux.Data.Services +namespace EgwCoreLib.Lux.Data.Services.General { public class CalcRequestService { diff --git a/EgwCoreLib.Lux.Data/Services/General/ImageCacheService.cs b/EgwCoreLib.Lux.Data/Services/General/ImageCacheService.cs index 85001230..028826b0 100644 --- a/EgwCoreLib.Lux.Data/Services/General/ImageCacheService.cs +++ b/EgwCoreLib.Lux.Data/Services/General/ImageCacheService.cs @@ -34,7 +34,7 @@ namespace EgwCoreLib.Lux.Data.Services.General // conf tag x cache liveTag = _config.GetValue("ServerConf:ImageLiveTag") ?? "svg"; cacheTag = _config.GetValue("ServerConf:ImageFileTag") ?? "svgfile"; - calcTag = _config.GetValue("ServerConf:ImageCalcTag") ?? "svg-preview"; + imgCalcTag = _config.GetValue("ServerConf:ImageCalcTag") ?? "live"; // verifico la url base apiUrl = _config.GetValue("ServerConf:Prog.ApiUrl") ?? "https://iis01.egalware.com/lux/srv/api"; imgBasePath = _config.GetValue("ServerConf:ImageBaseUrl") ?? "window"; @@ -548,7 +548,7 @@ namespace EgwCoreLib.Lux.Data.Services.General private readonly string cacheTag = "svgfile"; - private readonly string calcTag = "svgpreview"; + private readonly string imgCalcTag = "live"; private readonly string chBom = "lux:bom"; @@ -572,7 +572,7 @@ namespace EgwCoreLib.Lux.Data.Services.General private readonly string chSvg = "lux:svg:img"; - private readonly string chUpdate = "lux::update"; + private readonly string chUpdate = "lux:update"; private readonly string imgBasePath = ""; diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index 6403dbdb..e486aca9 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 1.1.2603.2408 + 1.1.2603.2409 diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj index cc4772f5..6d935fe1 100644 --- a/Lux.UI/Lux.UI.csproj +++ b/Lux.UI/Lux.UI.csproj @@ -5,7 +5,7 @@ enable enable aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50 - 1.1.2603.2408 + 1.1.2603.2409 diff --git a/Lux.UI/Program.cs b/Lux.UI/Program.cs index ce01fed2..54d0ea64 100644 --- a/Lux.UI/Program.cs +++ b/Lux.UI/Program.cs @@ -186,7 +186,6 @@ builder.Services.AddSingleton, IdentityNoOpEmailSe // Aggiunta servizi specifici builder.Services.AddSingleton(); -builder.Services.AddSingleton(); builder.Services.AddSingleton(); // aggiunta componenti Radzen diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index a1abd439..05f86281 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ LUX - Web Windows MES -

Versione: 1.1.2603.2408

+

Versione: 1.1.2603.2409


Note di rilascio:
  • diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt index cbe66518..3a432a27 100644 --- a/Resources/VersNum.txt +++ b/Resources/VersNum.txt @@ -1 +1 @@ -1.1.2603.2408 +1.1.2603.2409 diff --git a/Resources/manifest.xml b/Resources/manifest.xml index c462aeb8..28bb9ca9 100644 --- a/Resources/manifest.xml +++ b/Resources/manifest.xml @@ -1,6 +1,6 @@ - 1.1.2603.2408 + 1.1.2603.2409 http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html false