Update Protocols #105
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
OpenGSQ/RconProtocols/SourceRcon.cs#L102
Possible null reference argument for parameter 'tcpClient' in 'Task TcpClientExtensions.SendAsync(TcpClient tcpClient, byte[] data)'.
|
build:
OpenGSQ/Exceptions/InvalidPacketException.cs#L38
Dereference of a possibly null reference.
|
build:
OpenGSQ/Exceptions/InvalidPacketException.cs#L56
Dereference of a possibly null reference.
|
build:
OpenGSQ/Exceptions/InvalidPacketException.cs#L57
Dereference of a possibly null reference.
|
build:
OpenGSQ/Protocols/Minecraft.cs#L75
Possible null reference return.
|
build:
OpenGSQ/Exceptions/InvalidPacketException.cs#L33
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<byte>(IEnumerable<byte> first, IEnumerable<byte> second)'.
|
build:
OpenGSQ/Exceptions/InvalidPacketException.cs#L33
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<byte>(IEnumerable<byte> first, IEnumerable<byte> second)'.
|
build:
OpenGSQ/Exceptions/InvalidPacketException.cs#L38
Dereference of a possibly null reference.
|
build:
OpenGSQ/RconProtocols/SourceRcon.cs#L102
Possible null reference argument for parameter 'tcpClient' in 'Task TcpClientExtensions.SendAsync(TcpClient tcpClient, byte[] data)'.
|
build:
OpenGSQ/Exceptions/InvalidPacketException.cs#L51
Possible null reference argument for parameter 'value' in 'string BitConverter.ToString(byte[] value)'.
|