Enabled multicast based discovery in IPv6. #127
Annotations
10 warnings
Build:
SharpSnmpLib/Messaging/Discoverer.cs#L91
Possible null reference argument for parameter 'multicastAddr' in 'void UdpClient.JoinMulticastGroup(IPAddress multicastAddr)'.
|
Build:
SharpSnmpLib/OperationException.cs#L39
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Make the serialization constructor 'protected'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
Build:
SharpSnmpLib/Messaging/Discoverer.cs#L333
Dispose 'source' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|
Build:
SharpSnmpLib/IP.cs#L123
Do not update the loop counter 'i' within the loop body. (https://rules.sonarsource.com/csharp/RSPEC-127)
|
Build:
SharpSnmpLib/Security/TripleDESPrivacyProvider.cs#L419
Make 'ExtendShortKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/Security/SHA512AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/Security/SHA384AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/Security/SHA256AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/Security/SHA1AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
SharpSnmpLib/Security/MD5AuthenticationProvider.cs#L93
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Loading