Skip to content

feat(rsga): add new modes #8

feat(rsga): add new modes

feat(rsga): add new modes #8

Triggered via push September 27, 2024 05:44
Status Success
Total duration 3m 49s
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/Devices/Vehicles/Client/IVehicleClient.cs#L29
'IDebugClient' is obsolete: 'This interface is obsolete and will be removed in the future.'
Deploy: src/Asv.Mavlink/Devices/Vehicles/Client/Px4/PxModeMap.cs#L221
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Deploy: src/Asv.Mavlink/Devices/Vehicles/Client/Px4/PxModeMap.cs#L214
Nullability of reference types in type of parameter 'other' of 'bool Px4VehicleMode.Equals(Px4VehicleMode other)' doesn't match implicitly implemented member 'bool IEquatable<Px4VehicleMode>.Equals(Px4VehicleMode? other)' (possibly because of nullability attributes).
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/AsvSdr/Client/Ex/AsvSdrClientCalibrationTable.cs#L51
Cannot convert null literal to non-nullable reference type.
Deploy: src/Asv.Mavlink/Microservices/AsvSdr/Client/Ex/AsvSdrClientCalibrationTable.cs#L68
Cannot convert null literal to non-nullable reference type.
Deploy: src/Asv.Mavlink/Microservices/Params/Tools/MavParamValue.cs#L197
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#L154
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).