Publish ALL EventPi library packages (17 total) #5
Annotations
10 errors and 10 warnings
|
publish:
src/EventPi.SignalProcessing/Class1.cs#L17
The type or namespace name 'ModelingEvolution' could not be found (are you missing a using directive or an assembly reference?)
|
|
publish:
src/EventPi.SignalProcessing/Class1.cs#L382
The type or namespace name 'SortedListDictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
|
|
publish:
src/EventPi.SignalProcessing/Class1.cs#L439
The type or namespace name 'SortedListDictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
|
|
publish:
src/EventPi.SignalProcessing/Class1.cs#L17
The type or namespace name 'ModelingEvolution' could not be found (are you missing a using directive or an assembly reference?)
|
|
publish:
src/EventPi.SignalProcessing/Class1.cs#L439
The type or namespace name 'SortedListDictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
|
|
publish:
src/EventPi.SignalProcessing/Class1.cs#L382
The type or namespace name 'SortedListDictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
|
|
publish:
src/EventPi.SignalProcessing/Class1.cs#L17
The type or namespace name 'ModelingEvolution' could not be found (are you missing a using directive or an assembly reference?)
|
|
publish:
src/EventPi.SignalProcessing/Class1.cs#L382
The type or namespace name 'SortedListDictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
|
|
publish:
src/EventPi.SignalProcessing/Class1.cs#L439
The type or namespace name 'SortedListDictionary<,>' could not be found (are you missing a using directive or an assembly reference?)
|
|
publish:
src/EventPi.SignalProcessing/Class1.cs#L17
The type or namespace name 'ModelingEvolution' could not be found (are you missing a using directive or an assembly reference?)
|
|
publish:
src/EventPi.Abstractions/CameraAddress.cs#L42
Dereference of a possibly null reference.
|
|
publish:
src/EventPi.Abstractions/VideoRecordingDevice.cs#L35
Cannot convert null literal to non-nullable reference type.
|
|
publish:
src/EventPi.Abstractions/VideoRecordingDevice.cs#L29
Possible null reference assignment.
|
|
publish:
src/EventPi.Abstractions/HostName.cs#L46
Nullability of reference types in type of parameter 'obj' of 'int HostName.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
|
publish:
src/EventPi.Abstractions/HostName.cs#L28
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
publish:
src/EventPi.Abstractions/VideoIdentifier.cs#L15
Cannot convert null literal to non-nullable reference type.
|
|
publish:
src/EventPi.Abstractions/VideoAddress.cs#L55
'VideoAddress' defines operator == or operator != but does not override Object.GetHashCode()
|
|
publish:
src/EventPi.Abstractions/VideoAddress.cs#L55
'VideoAddress' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
publish:
src/EventPi.Abstractions/CameraAddress.cs#L9
'CameraAddress' defines operator == or operator != but does not override Object.GetHashCode()
|
|
publish:
src/EventPi.Abstractions/CameraAddress.cs#L9
'CameraAddress' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|