Skip to content

[featue] P/Invoke with LibraryImport #1225

[featue] P/Invoke with LibraryImport

[featue] P/Invoke with LibraryImport #1225

Triggered via pull request December 6, 2023 09:47
Status Success
Total duration 55m 3s
Artifacts

ci_standard.yaml

on: pull_request
Matrix: build_windows
publish_coveralls
5s
publish_coveralls
Fit to window
Zoom out
Zoom in

Annotations

62 warnings
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/CdrReader.cs#L76
Return type of 'CdrReader.ReadUInt16()' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L100
Return type of 'CdrReader.ReadUInt32()' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L124
Return type of 'CdrReader.ReadUInt64()' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L215
Return type of 'CdrReader.ReadEnum()' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L221
Return type of 'CdrReader.ReadSequenceLength()' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L99
Argument type 'ushort' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L119
Argument type 'uint' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L139
Argument type 'ulong' 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/CdrReader.cs#L76
Return type of 'CdrReader.ReadUInt16()' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L100
Return type of 'CdrReader.ReadUInt32()' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L124
Return type of 'CdrReader.ReadUInt64()' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L215
Return type of 'CdrReader.ReadEnum()' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L221
Return type of 'CdrReader.ReadSequenceLength()' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L99
Argument type 'ushort' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L119
Argument type 'uint' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L139
Argument type 'ulong' is not CLS-compliant
build_linux: Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L186
Argument type 'uint' 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/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: 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_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
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
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: Sources/OpenDDSharp/DDS/DataReader.cs#L261
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build_macos: Sources/OpenDDSharp/DDS/DataWriter.cs#L133
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build_macos: Sources/OpenDDSharp/DDS/Publisher.cs#L347
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build_macos: Sources/OpenDDSharp/DDS/Subscriber.cs#L490
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build_macos: Sources/OpenDDSharp/DDS/Topic.cs#L128
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build_macos: Sources/OpenDDSharp/DDS/DomainParticipant.cs#L775
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build_macos: Sources/OpenDDSharp/DDS/DataReader.cs#L261
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build_macos: Sources/OpenDDSharp/DDS/DataWriter.cs#L133
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
build_macos
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: Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L99
Argument type 'ushort' is not CLS-compliant
build_macos: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L76
Return type of 'CdrReader.ReadUInt16()' is not CLS-compliant
build_macos: Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L119
Argument type 'uint' is not CLS-compliant
build_macos: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L100
Return type of 'CdrReader.ReadUInt32()' is not CLS-compliant
build_macos: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L124
Return type of 'CdrReader.ReadUInt64()' is not CLS-compliant
build_macos: Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L139
Argument type 'ulong' is not CLS-compliant
build_macos: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L215
Return type of 'CdrReader.ReadEnum()' is not CLS-compliant
build_macos: Sources/OpenDDSharp.Marshaller/Cdr/CdrReader.cs#L221
Return type of 'CdrReader.ReadSequenceLength()' is not CLS-compliant
build_macos: Sources/OpenDDSharp.Marshaller/Cdr/CdrWriter.cs#L186
Argument type 'uint' is not CLS-compliant
build_macos: Sources/OpenDDSharp.BuildTasks/AddPathVC.cs#L37
Missing XML comment for publicly visible type or member 'AddPathVC.Platform'
build_macos: Sources/OpenDDSharp.BuildTasks/AddPathVC.cs#L43
Missing XML comment for publicly visible type or member 'AddPathVC.Execute()'
build_macos: Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L41
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.OriginalProjectName'
build_macos: Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L44
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IntDir'
build_macos: Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L47
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.TemplatePath'
build_macos: Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L50
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IdlFiles'
build_macos: Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L52
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IsLinux'
build_macos: Sources/OpenDDSharp.BuildTasks/GenerateNativeLibraryTask.cs#L54
Missing XML comment for publicly visible type or member 'GenerateNativeLibraryTask.IsOSX'
build_macos: 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: 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: 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)