Removed xamarin related. Revised .NET SDK detection. #124
Annotations
1 error and 12 warnings
Test
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L331
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)
|
Build:
SharpSnmpLib/Security/AESPrivacyProviderBase.cs#L449
Make 'GetIV' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Loading