File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/Smdn.Net.SmartMeter/Smdn.Net.SmartMeter Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,9 @@ public static readonly string ResiliencePipelineKeyForRunAggregationTask
108108 public IReadOnlyCollection < SmartMeterDataAggregation > DataAggregations { get ; }
109109
110110 private readonly IReadOnlyCollection < IMeasurementValueAggregation > measurementValueAggregations ;
111+ #pragma warning disable CA1859
111112 private readonly IReadOnlyCollection < PeriodicCumulativeElectricEnergyAggregation > periodicCumulativeElectricEnergyAggregations ;
113+ #pragma warning restore CA1859
112114
113115 private readonly bool shouldAggregateCumulativeElectricEnergyNormalDirection ;
114116 private readonly bool shouldAggregateCumulativeElectricEnergyReverseDirection ;
@@ -577,10 +579,12 @@ private IEnumerable<byte> EnumeratePropertyCodesToGet()
577579 yield return SmartMeter . ReverseDirectionCumulativeElectricEnergyAtEvery30Min . PropertyCode ;
578580 }
579581
582+ #pragma warning disable CA1859
580583 private async ValueTask AcquirePropertyValuesForAggregatingDataAsync (
581584 IReadOnlyCollection < byte > propertyCodesToAcquire ,
582585 CancellationToken stoppingToken
583586 )
587+ #pragma warning restore CA1859
584588 {
585589 if ( propertyCodesToAcquire . Count <= 0 )
586590 return ; // nothing to do
You can’t perform that action at this time.
0 commit comments