Skip to content

Refactor: Handling Reconnections #464

Refactor: Handling Reconnections

Refactor: Handling Reconnections #464

Triggered via pull request May 6, 2024 13:32
Status Success
Total duration 3m 6s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
pipeline-ubuntu-latest-dotnet-6.0.x: Source/HiveMQtt/Client/Exceptions/HiveMQttClientException.cs#L40
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
pipeline-ubuntu-latest-dotnet-6.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-6.0.x: Source/HiveMQtt/Client/HiveMQClient.cs#L244
Object initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0017)
pipeline-ubuntu-latest-dotnet-6.0.x: Source/HiveMQtt/Client/HiveMQClient.cs#L245
Object initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0017)
pipeline-ubuntu-latest-dotnet-6.0.x: Source/HiveMQtt/Client/HiveMQClientUtil.cs#L116
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
pipeline-ubuntu-latest-dotnet-6.0.x: Tests/HiveMQtt.Test/HiveMQClient/ConnectTest.cs#L40
Lambda expression can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0200)
pipeline-ubuntu-latest-dotnet-6.0.x: Tests/HiveMQtt.Test/HiveMQClient/ConnectTest.cs#L40
Use expression body for lambda expression (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0053)
pipeline-ubuntu-latest-dotnet-6.0.x: Tests/HiveMQtt.Test/HiveMQClient/UnsubscribeTest.cs#L44
Use expression body for lambda expression (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0053)
pipeline-ubuntu-latest-dotnet-7.0.x: Source/HiveMQtt/Client/Exceptions/HiveMQttClientException.cs#L40
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
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. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
pipeline-ubuntu-latest-dotnet-7.0.x: Source/HiveMQtt/Client/HiveMQClient.cs#L244
Object initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0017)
pipeline-ubuntu-latest-dotnet-7.0.x: Source/HiveMQtt/Client/HiveMQClient.cs#L245
Object initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0017)
pipeline-ubuntu-latest-dotnet-7.0.x: Source/HiveMQtt/Client/HiveMQClientUtil.cs#L116
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
pipeline-ubuntu-latest-dotnet-7.0.x: Tests/HiveMQtt.Test/HiveMQClient/UnsubscribeTest.cs#L44
Use expression body for lambda expression (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0053)
pipeline-ubuntu-latest-dotnet-7.0.x: Tests/HiveMQtt.Test/HiveMQClient/ConnectTest.cs#L40
Lambda expression can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0200)
pipeline-ubuntu-latest-dotnet-7.0.x: Tests/HiveMQtt.Test/HiveMQClient/ConnectTest.cs#L40
Use expression body for lambda expression (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0053)
pipeline-ubuntu-latest-dotnet-8.0.x: Source/HiveMQtt/Client/Exceptions/HiveMQttClientException.cs#L40
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
pipeline-ubuntu-latest-dotnet-8.0.x: Source/HiveMQtt/Client/HiveMQClient.cs#L244
Object initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0017)
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/HiveMQClient.cs#L245
Object initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0017)
pipeline-ubuntu-latest-dotnet-8.0.x: Source/HiveMQtt/Client/HiveMQClientUtil.cs#L116
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: Tests/HiveMQtt.Test/HiveMQClient/ConnectTest.cs#L40
Lambda expression can be removed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0200)
pipeline-ubuntu-latest-dotnet-8.0.x: Tests/HiveMQtt.Test/HiveMQClient/ConnectTest.cs#L40
Use expression body for lambda expression (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0053)
pipeline-ubuntu-latest-dotnet-8.0.x: Tests/HiveMQtt.Test/HiveMQClient/UnsubscribeTest.cs#L44
Use expression body for lambda expression (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0053)