Completato ring aggiornamenti nuget

This commit is contained in:
2026-09-08 11:36:32 +02:00
parent 50885b7c6c
commit 94e36d1524
7 changed files with 13 additions and 3 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
<PrivateAssets>all</PrivateAssets>
</PackageVersion>
<PackageVersion Include="Egw.Data" Version="2.8.9.811" />
<PackageVersion Include="EgwCoreLib.Lux.Core" Version="1.0.2609.718" />
<PackageVersion Include="EgwCoreLib.Lux.Data" Version="1.0.2609.718" />
<PackageVersion Include="EgwCoreLib.Lux.Core" Version="1.0.2609.811" />
<PackageVersion Include="EgwCoreLib.Lux.Data" Version="1.0.2609.811" />
<PackageVersion Include="EgwCoreLib.Razor" Version="1.5.2606.2416" />
<PackageVersion Include="EgwCoreLib.Utils" Version="1.5.2606.2416" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="8.0.21" />
@@ -1,4 +1,5 @@
using Egw.Data.Window;
using Egw.Data.Window.Dto;
using EgwCoreLib.Lux.Core;
using EgwCoreLib.Lux.Core.RestPayload;
using EgwCoreLib.Lux.Data.Services;
+4 -1
View File
@@ -4,6 +4,7 @@ using EgwCoreLib.Lux.Core;
using EgwCoreLib.Lux.Core.RestPayload;
using EgwCoreLib.Lux.Data.DbModel.Config;
using EgwCoreLib.Lux.Data.DbModel.Utils;
using EgwCoreLib.Lux.Data.Mappings;
using EgwCoreLib.Lux.Data.Services;
using EgwCoreLib.Lux.Data.Services.Config;
using EgwCoreLib.Lux.Data.Services.General;
@@ -271,7 +272,9 @@ namespace Test.UI.Components.Pages
{
// lettura config setup varie da DB/Cache Redis
AllConfGlass = await CGService.GetAllAsync();
AvailProfileList = await CPService.GetAllAsync();
//AvailProfileList = await CPService.GetAllAsync();
var rawList= await CPService.GetAllAsync();
AvailProfileList = rawList.ToBaseProfileList().ToList();
// FixMe Todo: eliminare da REDIS e usare elenco DB solamente...
var rawProfiles = await CDService.ProfileListAsync(cEnvir, "Default");
+1
View File
@@ -9,6 +9,7 @@ using Egw.Data.Window;
using WebWindowComplex.DTO;
using WebWindowConfigurator.DTO;
using EgwCoreLib.Lux.Data.Services.General;
using Egw.Data.Window.Dto;
namespace Test.UI.Components.Pages
{
@@ -1,4 +1,5 @@
using Egw.Data.Window;
using Egw.Data.Window.Dto;
using EgwCoreLib.Lux.Core;
using EgwCoreLib.Lux.Core.RestPayload;
using EgwCoreLib.Lux.Data.Services;
+2
View File
@@ -142,6 +142,8 @@
@@ -241,6 +241,8 @@