Skip to content

feat(mavlink): fixes packet handler and viewer #13

feat(mavlink): fixes packet handler and viewer

feat(mavlink): fixes packet handler and viewer #13

Triggered via push October 8, 2024 07:45
Status Success
Total duration 2m 43s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deploy: src/Asv.Mavlink/Devices/Vehicles/Client/VehicleClient.cs#L90
'IDebugClient' is obsolete: 'This interface is obsolete and will be removed in the future.'
Deploy: src/Asv.Mavlink/Microservices/Ftp/Server/FtpServer.cs#L118
Nullability of reference types in type of parameter 'value' of 'void FtpServer.CalcFileCrc32.set' doesn't match implicitly implemented member 'void IFtpServer.CalcFileCrc32.set' (possibly because of nullability attributes).
Deploy: src/Asv.Mavlink/Devices/Vehicles/Client/IVehicleClient.cs#L29
'IDebugClient' is obsolete: 'This interface is obsolete and will be removed in the future.'
Deploy: src/Asv.Mavlink/Microservices/Params/Tools/IMavParamTypeMetadata.cs#L385
Cannot convert null literal to non-nullable reference type.
Deploy: src/Asv.Mavlink/Microservices/Params/Tools/IMavParamTypeMetadata.cs#L412
Cannot convert null literal to non-nullable reference type.
Deploy: src/Asv.Mavlink/Microservices/Params/Tools/MavParamValue.cs#L199
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Deploy: src/Asv.Mavlink/Microservices/Params/Tools/MavParamValue.cs#L156
Nullability of reference types in type of parameter 'obj' of 'int MavParamValue.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
Deploy: src/Asv.Mavlink/Microservices/MavlinkMicroserviceServer.cs#L90
Cannot convert null literal to non-nullable reference type.
Deploy: src/Asv.Mavlink/Microservices/MavlinkMicroserviceServer.cs#L119
Cannot convert null literal to non-nullable reference type.
Deploy: src/Asv.Mavlink/Microservices/Missions/Client/Ex/IMissionClientEx.cs#L35
Cannot convert null literal to non-nullable reference type.