From 8e5b13e90c88378946ca6030a8ce7b0da4e5b3bc Mon Sep 17 00:00:00 2001 From: Loretta Date: Sat, 30 May 2026 06:47:05 +0200 Subject: [PATCH] Add logger support to grids, data sources, and helpers - Added optional logger to TaskHelper.Forget for fire-and-forget error logging - Updated MgGridBase and data sources to accept and use logger instances - Refactored AcSignalRDataSource to log deserialization faults - Modified constructors and usages of SignalRDataSourceList/Observable for logger injection - Added CountryCode to CargoTruck and displayed in new GridCargoTruck - Introduced GridCargoTruck.razor and base class with logger integration - Updated GridCargoPartner to use new cargo truck grid as detail row - Improved code style and ensured consistent error handling throughout --- AyCode.Blazor.Components/Components/Grids/MgGridBase.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AyCode.Blazor.Components/Components/Grids/MgGridBase.cs b/AyCode.Blazor.Components/Components/Grids/MgGridBase.cs index afa0314..711a551 100644 --- a/AyCode.Blazor.Components/Components/Grids/MgGridBase.cs +++ b/AyCode.Blazor.Components/Components/Grids/MgGridBase.cs @@ -295,7 +295,7 @@ public abstract class MgGridBase