fix(io): update version to 3.0.0-rc.3 #13
Annotations
7 errors and 10 warnings
Deploy:
src/Asv.IO/Protocol/Protocol.cs#L8
'Protocol' does not implement interface member 'IProtocolFactory.Statistic'
|
Deploy:
src/Asv.IO/Protocol/Protocol.cs#L8
'Protocol' does not implement interface member 'IProtocolFactory.CreatePort(string)'
|
Deploy:
src/Asv.IO/Protocol/Protocol.cs#L8
'Protocol' does not implement interface member 'IProtocolFactory.CreateParser(string)'
|
Deploy:
src/Asv.IO/Protocol/Protocol.cs#L8
'Protocol' does not implement interface member 'IProtocolFactory.Statistic'
|
Deploy:
src/Asv.IO/Protocol/Protocol.cs#L8
'Protocol' does not implement interface member 'IProtocolFactory.CreatePort(string)'
|
Deploy:
src/Asv.IO/Protocol/Protocol.cs#L8
'Protocol' does not implement interface member 'IProtocolFactory.CreateParser(string)'
|
Deploy
Process completed with exit code 1.
|
Deploy:
src/Asv.Common/Other/EnumHelper.cs#L20
XML comment has badly formed XML -- 'End tag 'example' does not match the start tag 'DescriptionAttribute'.'
|
Deploy:
src/Asv.Common/Other/EnumHelper.cs#L21
XML comment has badly formed XML -- 'Expected an end tag for element 'example'.'
|
Deploy:
src/Asv.Common/obj/Release/net8.0/Asv.Common.AssemblyInfo.cs#L17
The specified version string '3.0.0-rc.3' does not conform to the recommended format - major.minor.build.revision
|
Deploy:
src/Asv.Common/Other/ShortGuid.cs#L64
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Deploy:
src/Asv.Common/Other/GeoPoint/GeoPoint.cs#L49
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Deploy:
src/Asv.Common/Other/UintBitArray.cs#L140
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Deploy:
src/Asv.Common/Other/UintBitArray.cs#L133
Nullability of reference types in type of parameter 'other' of 'bool UintBitArray.Equals(UintBitArray other)' doesn't match implicitly implemented member 'bool IEquatable<UintBitArray>.Equals(UintBitArray? other)' (possibly because of nullability attributes).
|
Deploy:
src/Asv.Common/Other/CallbackComparer.cs#L17
Nullability of reference types in type of parameter 'x' of 'bool CallbackComparer<T>.Equals(T x, T y)' doesn't match implicitly implemented member 'bool IEqualityComparer<T>.Equals(T? x, T? y)' (possibly because of nullability attributes).
|
Deploy:
src/Asv.Common/Other/CallbackComparer.cs#L17
Nullability of reference types in type of parameter 'y' of 'bool CallbackComparer<T>.Equals(T x, T y)' doesn't match implicitly implemented member 'bool IEqualityComparer<T>.Equals(T? x, T? y)' (possibly because of nullability attributes).
|
Deploy:
src/Asv.Common/Collections/ConcurrentCircularTimeBuffer.cs#L17
Cannot convert null literal to non-nullable reference type.
|