iotgateway/Plugins/Drivers/PLC.ModBusMaster/NModbus4/GlobalSuppressions.cs

9 lines
323 B
C#
Raw Normal View History

using System.Diagnostics.CodeAnalysis;
[module:
SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace",
Target = "Modbus")]
[module:
SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace",
Target = "Modbus.Utility")]