fix windows #27
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/NbtSpanReader.cs#L43
Unreachable code detected
|
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#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/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.
|
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.
|
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.
|
This job succeeded
Loading