We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a594152 commit a0297dfCopy full SHA for a0297df
2 files changed
Source/NETworkManager.Models/Network/ARP.cs
@@ -12,8 +12,7 @@
12
using System.Threading.Tasks;
13
14
namespace NETworkManager.Models.Network
15
-{
16
- [SuppressMessage("ReSharper", "InconsistentNaming")]
+{
17
public class ARP
18
{
19
#region Variables
Source/NETworkManager.Models/Network/WiFi.cs
@@ -285,7 +285,6 @@ public static string GetHumandReadablePhyKind(WiFiPhyKind phyKind)
285
return kind;
286
}
287
288
- [System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1712:Do not prefix enum values with type name", Justification = "<Pending>")]
289
public enum Radio
290
291
One,
0 commit comments