test #23
Annotations
10 warnings
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.
|
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.
|
src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L43
Unreachable code detected
|
src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L317
Cannot convert null literal to non-nullable reference type.
|
src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L365
Converting null literal or possible null value to non-nullable type.
|
src/McProtoNet/McProtoNet.NBT/NbtSpanReader.cs#L386
Converting null literal or possible null value to non-nullable type.
|
src/McProtoNet/McProtoNet.NBT/NbtBinaryReader.cs#L12
Field 'NbtBinaryReader._seekBuffer' is never assigned to, and will always have its default value null
|
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.
|
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.
|
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.
|
This job succeeded
Loading