v0.14.0: Events Improvements & Concurrent Transactions Enforcement #502
Annotations
10 warnings
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/HiveMQClientUtil.cs#L116
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/PublishTest.cs#L224
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/PublishBuilderTest.cs#L21
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/PublishBuilderTest.cs#L44
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/PublishBuilderTest.cs#L66
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/PublishBuilderTest.cs#L88
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/PublishBuilderTest.cs#L66
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/PublishBuilderTest.cs#L88
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
Dotnet Cake Build:
Tests/HiveMQtt.Test/HiveMQClient/PublishBuilderTest.cs#L44
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
Loading