Fixed binary serialization support in unit testing. #144
Annotations
30 warnings
macos
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
macos
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
macos
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
macos
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
macos
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
macos
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
macos
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
macos:
SharpSnmpLib/Security/AESPrivacyProviderBase.cs#L429
'TripleDESPrivacyProvider' is obsolete: '3DES is no longer secure. Please use a more secure provider.'
|
macos:
SharpSnmpLib/Security/SHA512AuthenticationProvider.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)
|
linux
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
linux
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
linux
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
linux
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
linux
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
linux
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
linux
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
linux:
SharpSnmpLib/Security/AESPrivacyProviderBase.cs#L429
'TripleDESPrivacyProvider' is obsolete: '3DES is no longer secure. Please use a more secure provider.'
|
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/DefaultAuthenticationProvider.cs#L85
Make 'ComputeHash' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
windows
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
windows
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
windows
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
windows
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
windows
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
windows
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
windows
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
windows:
SharpSnmpLib/Security/AESPrivacyProviderBase.cs#L429
'TripleDESPrivacyProvider' is obsolete: '3DES is no longer secure. Please use a more secure provider.'
|
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)
|