From 111bc2226af2fcb378e38b8dab04b3c3b02a7971 Mon Sep 17 00:00:00 2001 From: atef Date: Fri, 25 Apr 2025 09:30:55 +0200 Subject: [PATCH] Add resharper to hide unecessary comment --- csharp/App/SodiStoreMax/src/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/csharp/App/SodiStoreMax/src/Program.cs b/csharp/App/SodiStoreMax/src/Program.cs index 8d052e223..a106e0859 100644 --- a/csharp/App/SodiStoreMax/src/Program.cs +++ b/csharp/App/SodiStoreMax/src/Program.cs @@ -38,6 +38,7 @@ using static InnovEnergy.App.SodiStoreMax.AggregationService.Aggregator; using static InnovEnergy.App.SodiStoreMax.MiddlewareClasses.MiddlewareAgent; using static InnovEnergy.Lib.Devices.Trumpf.SystemControl.DataTypes.SystemConfig; using DeviceState = InnovEnergy.App.SodiStoreMax.Devices.DeviceState; +// ReSharper disable PossibleLossOfFraction #pragma warning disable IL2026