Skip to content

fix windows

fix windows #27

Triggered via push October 27, 2024 17:52
Status Success
Total duration 2m 40s
Artifacts 10

devbuilds.yaml

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

Annotations

100 warnings
linux-builds (linux-musl-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)
linux-builds (linux-musl-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)
linux-builds (linux-musl-arm64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L183
Cannot convert null literal to non-nullable reference type.
linux-builds (linux-musl-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.
linux-builds (linux-musl-arm64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L102
Converting null literal or possible null value to non-nullable type.
linux-builds (linux-arm64): 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.
linux-builds (linux-arm64): 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.
linux-builds (linux-arm64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'ClientCertificates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
linux-builds (linux-arm64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'SslCipherSuitesPolicy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
linux-builds (linux-arm64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable field 'sslValidationInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
linux-builds (linux-arm64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable property 'ServerCertificateValidationCallback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
linux-builds (linux-arm64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable property 'ClientCertificates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
linux-builds (linux-arm64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable property 'SslCipherSuitesPolicy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
linux-builds (linux-arm64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L56
Nullability of reference types in type of parameter 'certificate' of 'bool HttpsProxyClient.ValidateRemoteCertificate(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)' doesn't match the target delegate 'RemoteCertificateValidationCallback' (possibly because of nullability attributes).
linux-builds (linux-arm64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L56
Nullability of reference types in type of parameter 'chain' of 'bool HttpsProxyClient.ValidateRemoteCertificate(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)' doesn't match the target delegate 'RemoteCertificateValidationCallback' (possibly because of nullability attributes).
macos-builds (osx-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)
macos-builds (osx-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)
macos-builds (osx-arm64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L183
Cannot convert null literal to non-nullable reference type.
macos-builds (osx-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.
macos-builds (osx-arm64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L102
Converting null literal or possible null value to non-nullable type.
macos-builds (osx-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)
macos-builds (osx-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)
macos-builds (osx-x64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L183
Cannot convert null literal to non-nullable reference type.
macos-builds (osx-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.
macos-builds (osx-x64): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L102
Converting null literal or possible null value to non-nullable type.
linux-builds (linux-musl-x64): src/McProtoNet/McProtoNet.NBT/NbtReader.cs#L47
Non-nullable field '_nodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
linux-builds (linux-musl-x64): src/McProtoNet/McProtoNet.NBT/NbtWriter.cs#L45
Non-nullable field '_nodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
linux-builds (linux-musl-x64): src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L317
Cannot convert null literal to non-nullable reference type.
linux-builds (linux-musl-x64): src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L365
Converting null literal or possible null value to non-nullable type.
linux-builds (linux-musl-x64): src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L386
Converting null literal or possible null value to non-nullable type.
linux-builds (linux-musl-x64): src/McProtoNet/McProtoNet.NBT/NbtBinaryReader.cs#L12
Field 'NbtBinaryReader._seekBuffer' is never assigned to, and will always have its default value null
linux-builds (linux-musl-x64): 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.
linux-builds (linux-musl-x64): 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.
linux-builds (linux-musl-x64): 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.
linux-builds (linux-arm): 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)
linux-builds (linux-arm): 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)
linux-builds (linux-arm): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L183
Cannot convert null literal to non-nullable reference type.
linux-builds (linux-arm): 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.
linux-builds (linux-arm): src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L102
Converting null literal or possible null value to non-nullable type.
linux-builds (linux-x64): src/McProtoNet/McProtoNet.NBT/NbtReader.cs#L47
Non-nullable field '_nodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
linux-builds (linux-x64): src/McProtoNet/McProtoNet.NBT/NbtWriter.cs#L45
Non-nullable field '_nodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
linux-builds (linux-x64): src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L317
Cannot convert null literal to non-nullable reference type.
linux-builds (linux-x64): src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L365
Converting null literal or possible null value to non-nullable type.
linux-builds (linux-x64): src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L386
Converting null literal or possible null value to non-nullable type.
linux-builds (linux-x64): src/McProtoNet/McProtoNet.NBT/NbtBinaryReader.cs#L12
Field 'NbtBinaryReader._seekBuffer' is never assigned to, and will always have its default value null
linux-builds (linux-x64): 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.
linux-builds (linux-x64): 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.
linux-builds (linux-x64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'ClientCertificates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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-x64): 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-x64): 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-x64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'ClientCertificates' 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/QuickProxyNet/Clients/HttpsProxyClient.cs#L13
Non-nullable property 'SslCipherSuitesPolicy' 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/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
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-x64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
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-x64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable property 'ClientCertificates' 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/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-x64): src/QuickProxyNet/Clients/HttpsProxyClient.cs#L17
Non-nullable property 'SslCipherSuitesPolicy' 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/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-x64): 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-arm64): 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-x64): 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-arm64): src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L58
Possible null reference assignment.
windows-builds (win-arm64): src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L62
Cannot convert null literal to non-nullable reference type.
windows-builds (win-arm64): src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L49
Cannot convert null literal to non-nullable reference type.
windows-builds (win-arm64): src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L50
Cannot convert null literal to non-nullable reference type.
windows-builds (win-arm64): src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L51
Cannot convert null literal to non-nullable reference type.
windows-builds (win-arm64): 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-arm64): 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.

Artifacts

Produced during runtime
Name Size
HolyClient.Desktop-linux-arm Expired
51.2 MB
HolyClient.Desktop-linux-arm64 Expired
51.5 MB
HolyClient.Desktop-linux-musl-arm64 Expired
51.5 MB
HolyClient.Desktop-linux-musl-x64 Expired
54.2 MB
HolyClient.Desktop-linux-x64 Expired
53.3 MB
HolyClient.Desktop-osx-arm64 Expired
47.7 MB
HolyClient.Desktop-osx-x64 Expired
49.3 MB
HolyClient.Desktop-win-arm64 Expired
53.3 MB
HolyClient.Desktop-win-x64 Expired
55.3 MB
HolyClient.Desktop-win-x86 Expired
51.8 MB