From 98d2dda7809bd4adad8496be1b8763029528acf1 Mon Sep 17 00:00:00 2001 From: MarcoE Date: Thu, 23 Apr 2026 14:45:48 +0200 Subject: [PATCH] Aggiornamento librerie --- .../LocalDb/EntityServices/IspezioniService.cs | 2 +- SteUp.Data/SteUp.Data.csproj | 6 +++--- SteUp.Maui/SteUp.Maui.csproj | 18 +++++++++--------- .../Core/Services/IntegrySteupService.cs | 4 ++-- SteUp.Shared/SteUp.Shared.csproj | 14 +++++++------- SteUp.Web/SteUp.Web.csproj | 8 ++++---- .../Steup.HoneywellScanner.csproj | 6 +++--- 7 files changed, 29 insertions(+), 29 deletions(-) diff --git a/SteUp.Data/LocalDb/EntityServices/IspezioniService.cs b/SteUp.Data/LocalDb/EntityServices/IspezioniService.cs index b5dbbb2..cf3a1be 100644 --- a/SteUp.Data/LocalDb/EntityServices/IspezioniService.cs +++ b/SteUp.Data/LocalDb/EntityServices/IspezioniService.cs @@ -119,7 +119,7 @@ public class IspezioniService(AppDbContext db) : IIspezioniService { var schede = await GetAllSchedeOfIspezioneAsync(codMdep, data, rilevatore); if (schede.Count > 0) - throw new Exception("Impossibile cancellare l'ispezione perché ci sono schede collegate. Cancellare prima le schede."); + throw new Exception("Impossibile cancellare l'ispezione perché ci sono schede collegate."); var ispezione = await db.Ispezioni .FirstOrDefaultAsync(x => diff --git a/SteUp.Data/SteUp.Data.csproj b/SteUp.Data/SteUp.Data.csproj index a8a87ca..b5eccd9 100644 --- a/SteUp.Data/SteUp.Data.csproj +++ b/SteUp.Data/SteUp.Data.csproj @@ -7,12 +7,12 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/SteUp.Maui/SteUp.Maui.csproj b/SteUp.Maui/SteUp.Maui.csproj index 26b6cb4..5d7ecec 100644 --- a/SteUp.Maui/SteUp.Maui.csproj +++ b/SteUp.Maui/SteUp.Maui.csproj @@ -112,15 +112,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/SteUp.Shared/Core/Services/IntegrySteupService.cs b/SteUp.Shared/Core/Services/IntegrySteupService.cs index ae0b668..5160af4 100644 --- a/SteUp.Shared/Core/Services/IntegrySteupService.cs +++ b/SteUp.Shared/Core/Services/IntegrySteupService.cs @@ -26,7 +26,7 @@ public class IntegrySteupService(IIntegryApiRestClient integryApiRestClient) : I public Task RetrieveArtFromBarcode(string barcode) => integryApiRestClient.AuthorizedGet( $"{BaseRequest}/retrieveArtFromBarcode", - new Dictionary + new Dictionary { { "barcode", barcode } } @@ -73,7 +73,7 @@ public class IntegrySteupService(IIntegryApiRestClient integryApiRestClient) : I public Task DeleteScheda(string activityId) => integryApiRestClient.AuthorizedGet( $"{BaseRequest}/deleteScheda", - new Dictionary + new Dictionary { { "activityId", activityId } } diff --git a/SteUp.Shared/SteUp.Shared.csproj b/SteUp.Shared/SteUp.Shared.csproj index 83a7d0a..297ae74 100644 --- a/SteUp.Shared/SteUp.Shared.csproj +++ b/SteUp.Shared/SteUp.Shared.csproj @@ -11,15 +11,15 @@ - - - + + + - - - - + + + + diff --git a/SteUp.Web/SteUp.Web.csproj b/SteUp.Web/SteUp.Web.csproj index 106f9be..56b2975 100644 --- a/SteUp.Web/SteUp.Web.csproj +++ b/SteUp.Web/SteUp.Web.csproj @@ -7,10 +7,10 @@ - - - - + + + + diff --git a/Steup.HoneywellScanner/Steup.HoneywellScanner.csproj b/Steup.HoneywellScanner/Steup.HoneywellScanner.csproj index 9c21a80..decf500 100644 --- a/Steup.HoneywellScanner/Steup.HoneywellScanner.csproj +++ b/Steup.HoneywellScanner/Steup.HoneywellScanner.csproj @@ -20,8 +20,8 @@ - - - + + + \ No newline at end of file