Merge pull request #246 from technosoftware-gmbh/master #313
Annotations
10 warnings
src/Technosoftware/UaPubSub/Enums.cs#L258
If possible, make the underlying type of GroupFlagsEncodingMask System.Int32 instead of byte (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1028)
|
src/Technosoftware/UaPubSub/Enums.cs#L286
If possible, make the underlying type of SecurityFlagsEncodingMask System.Int32 instead of byte (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1028)
|
src/Technosoftware/UaPubSub/Enums.cs#L311
If 'SecurityFlagsEncodingMask.Reserved' is not used in the current implementation, remove it. Otherwise give it a meaningful name. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1700)
|
src/Technosoftware/UaPubSub/Enums.cs#L445
In enum JSONNetworkMessageType, change the name of Invalid to 'None' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1008)
|
src/Technosoftware/UaPubSub/ITransportProtocolConfiguration.cs#L27
Change 'ConnectionProperties' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
src/Technosoftware/UaPubSub/RawDataReceivedEventArgs.cs#L33
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
src/Technosoftware/UaPubSub/DatasetWriterConfigurationEventArgs.cs#L48
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
src/Technosoftware/UaPubSub/DataSetWriterConfigurationResponse.cs#L28
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
src/Technosoftware/UaPubSub/DataSetWriterConfigurationResponse.cs#L40
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
src/Technosoftware/UaPubSub/DatasetWriterConfigurationEventArgs.cs#L28
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
This job succeeded
Loading