test #23
Annotations
30 warnings
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-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-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.
|
windows-builds (win-x64):
src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L58
Possible null reference assignment.
|
windows-builds (win-x64):
src/QuickProxyNet/ProxyChecker/ProxyClientCache.cs#L62
Cannot convert null literal to non-nullable reference type.
|
windows-builds (win-x64):
src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L49
Cannot convert null literal to non-nullable reference type.
|
windows-builds (win-x64):
src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L50
Cannot convert null literal to non-nullable reference type.
|
windows-builds (win-x64):
src/QuickProxyNet/ProxyChecker/ProxyCheckerChunk.cs#L51
Cannot convert null literal to non-nullable reference type.
|
windows-builds (win-x64):
src/QuickProxyNet/Internal/HttpHelper.cs#L58
Possible null reference argument for parameter 'proxyCredentials' in 'ValueTask HttpHelper.WriteConnectionCommand(Stream stream, string host, int port, NetworkCredential proxyCredentials, CancellationToken cancellationToken)'.
|
windows-builds (win-x64):
src/QuickProxyNet/Clients/ProxyClient.cs#L8
Non-nullable property 'LocalEndPoint' 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.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.
|
windows-builds (win-arm64):
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.
|
windows-builds (win-arm64):
src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L43
Unreachable code detected
|
windows-builds (win-arm64):
src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L317
Cannot convert null literal to non-nullable reference type.
|
windows-builds (win-arm64):
src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L365
Converting null literal or possible null value to non-nullable type.
|
windows-builds (win-arm64):
src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L386
Converting null literal or possible null value to non-nullable type.
|
windows-builds (win-arm64):
src/McProtoNet/McProtoNet.NBT/NbtBinaryReader.cs#L12
Field 'NbtBinaryReader._seekBuffer' is never assigned to, and will always have its default value null
|
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.
|
windows-builds (win-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.
|
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.
|