diff --git a/Directory.Packages.props b/Directory.Packages.props index 23e75b41..0dd9728d 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -12,6 +12,7 @@ + diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index aa0becf3..5040d93c 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 1.1.2605.1809 + 1.1.2605.1817 @@ -65,6 +65,7 @@ + diff --git a/Lux.API/Program.cs b/Lux.API/Program.cs index 90fe23da..0c5178c9 100644 --- a/Lux.API/Program.cs +++ b/Lux.API/Program.cs @@ -4,7 +4,7 @@ using NLog.Targets; using NLog.Web; using OpenTelemetry.Resources; using OpenTelemetry.Trace; -using System.Text.Json.Serialization; +//using System.Text.Json.Serialization; var builder = WebApplication.CreateBuilder(args); // recupero env corrente @@ -156,19 +156,19 @@ builder.Services.AddDbContextFactory(options => .LogTo(_ => { }); // disabilita EF logging; }); -// fix serializazzione senza loop -builder.Services.AddControllers().AddJsonOptions(options => -{ - options.JsonSerializerOptions.ReferenceHandler = ReferenceHandler.IgnoreCycles; -}); +//// fix serializazzione senza loop +//builder.Services.AddControllers().AddJsonOptions(options => +//{ +// options.JsonSerializerOptions.ReferenceHandler = ReferenceHandler.IgnoreCycles; +//}); -//// fix serializzazione con NewtonsoftJson e gestione loop... -//builder.Services -// .AddControllers() -// .AddNewtonsoftJson(options => -// { -// options.SerializerSettings.ReferenceLoopHandling = ReferenceLoopHandling.Ignore; -// }); +// fix serializzazione con NewtonsoftJson e gestione loop... +builder.Services + .AddControllers() + .AddNewtonsoftJson(options => + { + options.SerializerSettings.ReferenceLoopHandling = ReferenceLoopHandling.Ignore; + }); // registrazione in blocco servizi con metodo extension custom diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj index 1430117b..3109337d 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.2605.1809 + 1.1.2605.1817 diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index 65fb6988..19fc0a88 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ LUX - Web Windows MES -

Versione: 1.1.2605.1809

+

Versione: 1.1.2605.1817


Note di rilascio:
  • diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt index 2a9a1b91..9218cdf3 100644 --- a/Resources/VersNum.txt +++ b/Resources/VersNum.txt @@ -1 +1 @@ -1.1.2605.1809 +1.1.2605.1817 diff --git a/Resources/manifest.xml b/Resources/manifest.xml index de7e4ffd..8782f12c 100644 --- a/Resources/manifest.xml +++ b/Resources/manifest.xml @@ -1,6 +1,6 @@ - 1.1.2605.1809 + 1.1.2605.1817 http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html false