Skip to content

change post publish #18

change post publish

change post publish #18

Triggered via push October 25, 2024 16:33
Status Failure
Total duration 1m 9s
Artifacts

devbuilds.yaml

on: push
Matrix: basic
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
basic (ubuntu-latest)
Process completed with exit code 1.
basic (ubuntu-latest): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L183
Cannot convert null literal to non-nullable reference type.
basic (ubuntu-latest): 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.
basic (ubuntu-latest): 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)
basic (ubuntu-latest): 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)
basic (ubuntu-latest): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L102
Converting null literal or possible null value to non-nullable type.