⬆️ Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 #684
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Transport/WebSocketTransport.cs#L121
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/Transport/WebSocketTransport.cs#L121
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/Connection/ConnectionManager.cs#L143
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/internal/Validator.cs#L43
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Transport/WebSocketTransport.cs#L121
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/internal/Validator.cs#L43
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/PublishBuilderTest.cs#L11
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/PubSubTest.cs#L81
Remove redundant equality (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0100)
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/WebSocket/PubSubTest.cs#L85
Remove redundant equality (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0100)
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/PublishBuilderTest.cs#L11
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
Loading