test linux, macos #26
devbuilds.yaml
on: push
Matrix: linux-builds
Matrix: macos-builds
Matrix: windows-builds
Annotations
11 errors and 70 warnings
windows-builds (win-arm)
There is no application host available for the specified RuntimeIdentifier 'win-arm'.
|
windows-builds (win-arm)
There is no application host available for the specified RuntimeIdentifier 'win-arm'.
|
windows-builds (win-arm)
There is no application host available for the specified RuntimeIdentifier 'win-arm'.
|
windows-builds (win-arm)
There is no application host available for the specified RuntimeIdentifier 'win-arm'.
|
windows-builds (win-arm)
Process completed with exit code 1.
|
windows-builds (win-arm64)
The job was canceled because "win-arm" failed.
|
windows-builds (win-arm64)
The operation was canceled.
|
windows-builds (win-x64)
The job was canceled because "win-arm" failed.
|
windows-builds (win-x64)
The operation was canceled.
|
windows-builds (win-x86)
The job was canceled because "win-arm" failed.
|
windows-builds (win-x86)
The operation was canceled.
|
linux-builds (linux-arm64):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L20
Possible null reference return.
|
linux-builds (linux-arm64):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L26
Possible null reference return.
|
linux-builds (linux-arm64):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L34
Possible null reference return.
|
linux-builds (linux-arm64):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L76
Possible null reference return.
|
linux-builds (linux-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-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-arm64):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L122
Possible null reference return.
|
linux-builds (linux-arm64):
src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L183
Cannot convert null literal to non-nullable reference type.
|
linux-builds (linux-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-arm64):
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.Utils/Utils/CryptoHandler.cs#L20
Possible null reference return.
|
linux-builds (linux-x64):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L26
Possible null reference return.
|
linux-builds (linux-x64):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L34
Possible null reference return.
|
linux-builds (linux-x64):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L76
Possible null reference return.
|
linux-builds (linux-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)
|
linux-builds (linux-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)
|
linux-builds (linux-x64):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L122
Possible null reference return.
|
linux-builds (linux-x64):
src/McProtoNet/McProtoNet.Utils/LanServerDetector.cs#L183
Cannot convert null literal to non-nullable reference type.
|
linux-builds (linux-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.
|
linux-builds (linux-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/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-musl-x64):
src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L58
Possible null reference assignment.
|
linux-builds (linux-musl-x64):
src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L62
Cannot convert null literal to non-nullable reference type.
|
linux-builds (linux-musl-x64):
src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L49
Cannot convert null literal to non-nullable reference type.
|
linux-builds (linux-musl-x64):
src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L50
Cannot convert null literal to non-nullable reference type.
|
linux-builds (linux-musl-x64):
src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L51
Cannot convert null literal to non-nullable reference type.
|
linux-builds (linux-musl-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-musl-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.
|
macos-builds (osx-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.
|
macos-builds (osx-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.
|
macos-builds (osx-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.
|
macos-builds (osx-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.
|
macos-builds (osx-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.
|
macos-builds (osx-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.
|
macos-builds (osx-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.
|
macos-builds (osx-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.
|
macos-builds (osx-x64):
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).
|
macos-builds (osx-x64):
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).
|
linux-builds (linux-musl-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-musl-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-musl-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-musl-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-musl-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-musl-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-musl-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-musl-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-musl-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-musl-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/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.
|
macos-builds (osx-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.
|
macos-builds (osx-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.
|
macos-builds (osx-arm64):
src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L58
Possible null reference assignment.
|
macos-builds (osx-arm64):
src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L62
Cannot convert null literal to non-nullable reference type.
|
macos-builds (osx-arm64):
src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L49
Cannot convert null literal to non-nullable reference type.
|
macos-builds (osx-arm64):
src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L50
Cannot convert null literal to non-nullable reference type.
|
macos-builds (osx-arm64):
src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L51
Cannot convert null literal to non-nullable reference type.
|
macos-builds (osx-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.
|
macos-builds (osx-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-arm):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L20
Possible null reference return.
|
linux-builds (linux-arm):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L26
Possible null reference return.
|
linux-builds (linux-arm):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L34
Possible null reference return.
|
linux-builds (linux-arm):
src/McProtoNet/McProtoNet.Utils/Utils/CryptoHandler.cs#L76
Possible null reference return.
|
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/Utils/CryptoHandler.cs#L122
Possible null reference return.
|
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.
|
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 |
|