Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /Documentation (#206) #636
Annotations
10 warnings
Dotnet Cake Build:
Source/HiveMQtt/Client/Transport/WebSocketTransport.cs#L120
Possible null reference argument for parameter 'buffer' in 'Task MemoryStream.WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)'.
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClient.cs#L262
Possible null reference return.
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClientUtil.cs#L176
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Transport/WebSocketTransport.cs#L126
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Options/HiveMQClientOptions.cs#L65
Documentation text should end with a period (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1629.md)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Transport/WebSocketTransport.cs#L120
Change the 'WriteAsync' method call to use the 'Stream.WriteAsync(ReadOnlyMemory<byte>, CancellationToken)' overload (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1835)
|
Dotnet Cake Build:
Source/HiveMQtt/MQTT5/Packets/PublishPacket.cs#L296
Remove redundant equality (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0100)
|
Dotnet Cake Build:
Source/HiveMQtt/MQTT5/Packets/PublishPacket.cs#L312
Remove redundant equality (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0100)
|
Dotnet Cake Build:
Source/HiveMQtt/MQTT5/Packets/ConnectPacket.cs#L124
Remove redundant equality (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0100)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Transport/WebSocketTransport.cs#L120
Possible null reference argument for parameter 'buffer' in 'Task MemoryStream.WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)'.
|
Loading