Bump codecov/codecov-action from 4 to 5 #314
Annotations
10 warnings
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/Enums.cs#L179
If possible, make the underlying type of ExtendedFlags1EncodingMask System.Int32 instead of byte (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1028)
|
src/Technosoftware/UaPubSub/Enums.cs#L212
If possible, make the underlying type of ExtendedFlags2EncodingMask System.Int32 instead of byte (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1028)
|
src/Technosoftware/UaPubSub/Enums.cs#L237
If 'ExtendedFlags2EncodingMask.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#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/RawDataReceivedEventArgs.cs#L33
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)
|
src/Technosoftware/UaPubSub/DatasetWriterConfigurationEventArgs.cs#L48
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
This job succeeded
Loading