Skip to content

test win build

test win build #21

Triggered via push October 27, 2024 17:11
Status Success
Total duration 2m 33s
Artifacts

devbuilds.yaml

on: push
Matrix: windows-builds
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
windows-builds (win-x64): src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L97
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
windows-builds (win-x64): src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L118
'SHA1CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
windows-builds (win-x64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L183
Cannot convert null literal to non-nullable reference type.
windows-builds (win-x64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L180
Non-nullable property 'WorkSocket' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
windows-builds (win-x64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L102
Converting null literal or possible null value to non-nullable type.
windows-builds (win-x86): src/QuickProxyNet/ProxyClientFactory.cs#L9
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(QuickProxyNet.ProxyType)5' is not covered.
windows-builds (win-x86): src/QuickProxyNet/ProxyClientFactory.cs#L25
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(QuickProxyNet.ProxyType)5' is not covered.
windows-builds (win-x86): src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L44
Non-nullable field 'host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
windows-builds (win-x86): src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L58
Possible null reference assignment.
windows-builds (win-x86): src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L62
Cannot convert null literal to non-nullable reference type.
windows-builds (win-x86): src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L49
Cannot convert null literal to non-nullable reference type.
windows-builds (win-x86): src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L50
Cannot convert null literal to non-nullable reference type.
windows-builds (win-x86): src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L51
Cannot convert null literal to non-nullable reference type.
windows-builds (win-x86): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable field 'sslValidationInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
windows-builds (win-x86): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'ServerCertificateValidationCallback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
windows-builds (win-arm64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L183
Cannot convert null literal to non-nullable reference type.
windows-builds (win-arm64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L180
Non-nullable property 'WorkSocket' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
windows-builds (win-arm64): src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L97
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
windows-builds (win-arm64): src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L118
'SHA1CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
windows-builds (win-arm64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L102
Converting null literal or possible null value to non-nullable type.