fix: fixed version #17
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/obj/Release/net8.0/Asv.Mavlink.AssemblyInfo.cs#L17
The specified version string '3.10.4-dev.8' does not conform to the recommended format - major.minor.build.revision
|
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/Microservices/AsvAudio/Codec/AudioCodecInfo.cs#L103
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Deploy:
src/Asv.Mavlink/Microservices/AsvAudio/Codec/AudioCodecInfo.cs#L96
Nullability of reference types in type of parameter 'other' of 'bool AudioCodecInfo.Equals(AudioCodecInfo other)' doesn't match implicitly implemented member 'bool IEquatable<AudioCodecInfo>.Equals(AudioCodecInfo? 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/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.
|