Continuous Integration #1393
ci_standard.yaml
on: schedule
Matrix: build_windows
build_linux
42m 8s
build_macos_x64
1h 2m
build_macos_arm64
21m 39s
publish_coveralls
3s
Annotations
96 warnings
build_macos_arm64:
Build/OpenDDSharp.Build/Tasks/PrepareCMakeConfig.cs#L53
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
build_macos_arm64:
Build/OpenDDSharp.Build/Tasks/BuildThirdPartyTask.cs#L60
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
build_macos_arm64:
Sources/OpenDDSharp.BuildTasks/AddPathVC.cs#L37
Missing XML comment for publicly visible type or member 'AddPathVC.Platform'
|
build_macos_arm64:
Sources/OpenDDSharp.BuildTasks/AddPathVC.cs#L43
Missing XML comment for publicly visible type or member 'AddPathVC.Execute()'
|
build_macos_arm64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L41
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.OriginalProjectName'
|
build_macos_arm64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L44
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IntDir'
|
build_macos_arm64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L47
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.TemplatePath'
|
build_macos_arm64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L50
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IdlFiles'
|
build_macos_arm64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L52
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IsLinux'
|
build_macos_arm64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L54
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IsOSX'
|
build_macos_arm64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L35
Remove the field '_projectName' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
|
build_macos_arm64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L36
Remove the field 'returnValue' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
|
build_macos_arm64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build_macos_arm64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L40
Return type of 'CdrReader.ReadSByte()' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L60
Argument type 'sbyte' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L77
Return type of 'CdrReader.ReadUInt16()' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L97
Return type of 'CdrReader.ReadUInt32()' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L95
Argument type 'ushort' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L117
Return type of 'CdrReader.ReadUInt64()' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L115
Argument type 'uint' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L135
Argument type 'ulong' is not CLS-compliant
|
build_macos_arm64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L60
Argument type 'sbyte' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L95
Argument type 'ushort' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L115
Argument type 'uint' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L135
Argument type 'ulong' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L207
Argument type 'uint' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L267
Argument type 'IList<sbyte>' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L304
Argument type 'sbyte[]' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L449
Argument type 'IList<ushort>' is not CLS-compliant
|
build_macos_arm64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L469
Argument type 'ushort[]' is not CLS-compliant
|
build_linux
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build_linux
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L60
Argument type 'sbyte' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L95
Argument type 'ushort' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L115
Argument type 'uint' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L135
Argument type 'ulong' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L207
Argument type 'uint' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L267
Argument type 'IList<sbyte>' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L304
Argument type 'sbyte[]' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L449
Argument type 'IList<ushort>' is not CLS-compliant
|
build_linux
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L60
Argument type 'sbyte' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L95
Argument type 'ushort' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L115
Argument type 'uint' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L135
Argument type 'ulong' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L207
Argument type 'uint' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L267
Argument type 'IList<sbyte>' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L304
Argument type 'sbyte[]' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L449
Argument type 'IList<ushort>' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L469
Argument type 'ushort[]' is not CLS-compliant
|
build_linux:
Sources/OpenDDSharp.BuildTasks/AddPathVC.cs#L37
Missing XML comment for publicly visible type or member 'AddPathVC.Platform'
|
build_linux:
Sources/OpenDDSharp.BuildTasks/AddPathVC.cs#L43
Missing XML comment for publicly visible type or member 'AddPathVC.Execute()'
|
build_linux:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L41
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.OriginalProjectName'
|
build_linux:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L44
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IntDir'
|
build_linux:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L47
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.TemplatePath'
|
build_linux:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L50
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IdlFiles'
|
build_linux:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L52
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IsLinux'
|
build_linux:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L54
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IsOSX'
|
build_linux:
Sources/OpenDDSharp.BuildTasks/AddPathVC.cs#L33
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
build_linux:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L35
Remove the field '_projectName' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
|
build_linux:
Build/OpenDDSharp.Build/Tasks/BuildThirdPartyTask.cs#L60
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
build_linux:
Build/OpenDDSharp.Build/Tasks/PrepareCMakeConfig.cs#L53
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
build_macos_x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L60
Argument type 'sbyte' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L95
Argument type 'ushort' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L115
Argument type 'uint' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L135
Argument type 'ulong' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L207
Argument type 'uint' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L267
Argument type 'IList<sbyte>' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L304
Argument type 'sbyte[]' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L449
Argument type 'IList<ushort>' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L469
Argument type 'ushort[]' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.BuildTasks/AddPathVC.cs#L37
Missing XML comment for publicly visible type or member 'AddPathVC.Platform'
|
build_macos_x64:
Sources/OpenDDSharp.BuildTasks/AddPathVC.cs#L43
Missing XML comment for publicly visible type or member 'AddPathVC.Execute()'
|
build_macos_x64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L41
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.OriginalProjectName'
|
build_macos_x64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L44
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IntDir'
|
build_macos_x64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L47
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.TemplatePath'
|
build_macos_x64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L50
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IdlFiles'
|
build_macos_x64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L52
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IsLinux'
|
build_macos_x64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L54
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IsOSX'
|
build_macos_x64:
Sources/OpenDDSharp.BuildTasks/AddPathVC.cs#L33
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
build_macos_x64:
Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L35
Remove the field '_projectName' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
|
build_macos_x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build_macos_x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L60
Argument type 'sbyte' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L95
Argument type 'ushort' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L115
Argument type 'uint' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L135
Argument type 'ulong' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L207
Argument type 'uint' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L267
Argument type 'IList<sbyte>' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L304
Argument type 'sbyte[]' is not CLS-compliant
|
build_macos_x64:
Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L449
Argument type 'IList<ushort>' is not CLS-compliant
|
build_macos_x64:
Build/OpenDDSharp.Build/Tasks/BuildThirdPartyTask.cs#L60
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
build_macos_x64:
Build/OpenDDSharp.Build/Tasks/PrepareCMakeConfig.cs#L53
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|