Add resharper to hide unecessary comment

This commit is contained in:
atef 2025-04-25 09:30:55 +02:00
parent 3ac3cabb1c
commit 111bc2226a
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ using static InnovEnergy.App.SodiStoreMax.AggregationService.Aggregator;
using static InnovEnergy.App.SodiStoreMax.MiddlewareClasses.MiddlewareAgent; using static InnovEnergy.App.SodiStoreMax.MiddlewareClasses.MiddlewareAgent;
using static InnovEnergy.Lib.Devices.Trumpf.SystemControl.DataTypes.SystemConfig; using static InnovEnergy.Lib.Devices.Trumpf.SystemControl.DataTypes.SystemConfig;
using DeviceState = InnovEnergy.App.SodiStoreMax.Devices.DeviceState; using DeviceState = InnovEnergy.App.SodiStoreMax.Devices.DeviceState;
// ReSharper disable PossibleLossOfFraction
#pragma warning disable IL2026 #pragma warning disable IL2026