Skip to content

Merge remote-tracking branch 'origin/main' #11

Merge remote-tracking branch 'origin/main'

Merge remote-tracking branch 'origin/main' #11

Triggered via push November 27, 2024 05:30
Status Success
Total duration 6m 29s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.2' 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/ConcurrentTimeDictionary.cs#L14
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.