Avoid DNS lookup if provided an IPv4 or IPv6 #687
Annotations
39 warnings
pipeline-ubuntu-latest-dotnet-6.0.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pipeline-ubuntu-latest-dotnet-6.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-6.0.x:
Source/HiveMQtt/Client/Transport/TCPTransport.cs#L18
Using directive is unnecessary.
|
pipeline-ubuntu-latest-dotnet-6.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-6.0.x:
Source/HiveMQtt/Client/Transport/TCPTransport.cs#L18
Using directive is unnecessary.
|
pipeline-ubuntu-latest-dotnet-7.0.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pipeline-ubuntu-latest-dotnet-7.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-7.0.x:
Source/HiveMQtt/Client/internal/Validator.cs#L43
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.
|
pipeline-ubuntu-latest-dotnet-7.0.x:
Source/HiveMQtt/Client/Transport/TCPTransport.cs#L18
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
pipeline-ubuntu-latest-dotnet-7.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-7.0.x:
Source/HiveMQtt/Client/Transport/TCPTransport.cs#L18
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
pipeline-ubuntu-latest-dotnet-7.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-7.0.x:
Source/HiveMQtt/Client/internal/Validator.cs#L43
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.
|
pipeline-ubuntu-latest-dotnet-7.0.x:
Source/HiveMQtt/Client/Transport/TCPTransport.cs#L18
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
pipeline-ubuntu-latest-dotnet-7.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-7.0.x:
Source/HiveMQtt/Client/Transport/TCPTransport.cs#L18
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
pipeline-ubuntu-latest-dotnet-8.0.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pipeline-ubuntu-latest-dotnet-8.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-8.0.x:
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)
|
pipeline-ubuntu-latest-dotnet-8.0.x:
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)
|
pipeline-ubuntu-latest-dotnet-8.0.x:
Source/HiveMQtt/Client/Transport/TCPTransport.cs#L18
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
pipeline-ubuntu-latest-dotnet-8.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-8.0.x:
Source/HiveMQtt/Client/Transport/TCPTransport.cs#L18
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
pipeline-ubuntu-latest-dotnet-8.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-8.0.x:
Source/HiveMQtt/Client/internal/Validator.cs#L43
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.
|
pipeline-ubuntu-latest-dotnet-8.0.x:
Source/HiveMQtt/Client/Transport/TCPTransport.cs#L18
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
pipeline-ubuntu-latest-dotnet-8.0.x:
Tests/HiveMQtt.Test/HiveMQClient/PublishBuilderTest.cs#L11
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
pipeline-ubuntu-latest-dotnet-9.0.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pipeline-ubuntu-latest-dotnet-9.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-9.0.x:
Source/HiveMQtt/Client/HiveMQClientOptionsBuilder.cs#L207
'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
pipeline-ubuntu-latest-dotnet-9.0.x:
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)
|
pipeline-ubuntu-latest-dotnet-9.0.x:
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)
|
pipeline-ubuntu-latest-dotnet-9.0.x:
Source/HiveMQtt/Client/Transport/TCPTransport.cs#L18
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
pipeline-ubuntu-latest-dotnet-9.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-9.0.x:
Source/HiveMQtt/Client/Transport/TCPTransport.cs#L18
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
pipeline-ubuntu-latest-dotnet-9.0.x:
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)'.
|
pipeline-ubuntu-latest-dotnet-9.0.x:
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)
|
pipeline-ubuntu-latest-dotnet-9.0.x:
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)
|
publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
nuget-packages-6.0.x
|
158 KB |
|
nuget-packages-7.0.x
|
291 KB |
|
nuget-packages-8.0.x
|
422 KB |
|
nuget-packages-9.0.x
|
565 KB |
|