Linter: Fix IDE0028 and others (#143) #439
Annotations
10 warnings
Dotnet Cake Build:
Source/HiveMQtt/Client/LastWillAndTestamentBuilder.cs#L25
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Options/SubscribeOptions.cs#L53
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClient.cs#L62
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClient.cs#L68
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClientTrafficProcessor.cs#L33
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/HiveMQClientTrafficProcessor.cs#L35
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Events/OnUnsubscribeSentEventArgs.cs#L27
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Events/OnSubscribeSentEventArgs.cs#L27
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Events/OnUnsubAckReceivedEventArgs.cs#L27
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
Dotnet Cake Build:
Source/HiveMQtt/Client/Events/OnSubAckReceivedEventArgs.cs#L27
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
Loading