Skip to content

Removed xamarin related. Revised .NET SDK detection. #124

Removed xamarin related. Revised .NET SDK detection.

Removed xamarin related. Revised .NET SDK detection. #124

Triggered via push October 10, 2024 01:26
Status Failure
Total duration 3m 35s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 36 warnings
macos
Process completed with exit code 1.
linux
Process completed with exit code 1.
macos
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/
macos
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/
macos: SharpSnmpLib/Messaging/Discoverer.cs#L331
Dispose 'source' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
macos: 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)
macos: SharpSnmpLib/Security/TripleDESPrivacyProvider.cs#L419
Make 'ExtendShortKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
macos: SharpSnmpLib/Security/SHA512AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
macos: SharpSnmpLib/Security/SHA384AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
macos: SharpSnmpLib/Security/SHA256AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
macos: SharpSnmpLib/IP.cs#L123
Do not update the loop counter 'i' within the loop body. (https://rules.sonarsource.com/csharp/RSPEC-127)
macos: SharpSnmpLib/Security/SHA1AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
macos: SharpSnmpLib/Security/MD5AuthenticationProvider.cs#L93
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
macos: SharpSnmpLib/Security/DefaultAuthenticationProvider.cs#L85
Make 'ComputeHash' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
linux
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/
linux
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/
linux: 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)
linux: SharpSnmpLib/Messaging/Discoverer.cs#L331
Dispose 'source' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
linux: SharpSnmpLib/IP.cs#L123
Do not update the loop counter 'i' within the loop body. (https://rules.sonarsource.com/csharp/RSPEC-127)
linux: SharpSnmpLib/Security/TripleDESPrivacyProvider.cs#L419
Make 'ExtendShortKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
linux: SharpSnmpLib/Security/SHA512AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
linux: SharpSnmpLib/Security/SHA384AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
linux: SharpSnmpLib/Security/SHA256AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
linux: SharpSnmpLib/Security/SHA1AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
linux: SharpSnmpLib/Security/MD5AuthenticationProvider.cs#L93
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
linux: SharpSnmpLib/Security/AESPrivacyProviderBase.cs#L449
Make 'GetIV' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
windows
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/
windows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
windows: SharpSnmpLib/Messaging/Net6Discoverer.cs#L26
Remove this empty namespace. (https://rules.sonarsource.com/csharp/RSPEC-3261)
windows: 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)
windows: SharpSnmpLib/Security/TripleDESPrivacyProvider.cs#L419
Make 'ExtendShortKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
windows: SharpSnmpLib/Security/SHA512AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
windows: SharpSnmpLib/Security/SHA384AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
windows: SharpSnmpLib/Security/SHA256AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
windows: SharpSnmpLib/Security/SHA1AuthenticationProvider.cs#L92
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
windows: SharpSnmpLib/Security/MD5AuthenticationProvider.cs#L93
Make '_PasswordToKey' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
windows: SharpSnmpLib/Security/DefaultAuthenticationProvider.cs#L85
Make 'ComputeHash' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
windows: SharpSnmpLib/Security/AESPrivacyProviderBase.cs#L449
Make 'GetIV' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)