Skip to content

Exclude net8.0 projects (Events.MachineWork, Services.MachineWorkTime… #9

Exclude net8.0 projects (Events.MachineWork, Services.MachineWorkTime…

Exclude net8.0 projects (Events.MachineWork, Services.MachineWorkTime… #9

Triggered via push November 24, 2025 14:02
Status Failure
Total duration 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
publish
Process completed with exit code 1.
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()