Skip to content

CI: run as xUnit tests dotnet.yml #4

CI: run as xUnit tests dotnet.yml

CI: run as xUnit tests dotnet.yml #4

Triggered via push December 11, 2024 17:18
Status Failure
Total duration 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: hio-dotnet.Common/Models/DataSimulation/StandardContinuousSimulator.cs#L56
'StandardContinuousSimulator<T>.LastMessage' hides inherited member 'ContinuousSimulatorBase<T>.LastMessage'. Use the new keyword if hiding was intended.
build: hio-dotnet.Common/Config/ConfigCommon.cs#L223
Dereference of a possibly null reference.
build: hio-dotnet.Common/Config/ConfigCommon.cs#L223
Converting null literal or possible null value to non-nullable type.
build: hio-dotnet.Common/Config/ConfigCommon.cs#L228
Dereference of a possibly null reference.
build: hio-dotnet.Common/Models/DataSimulation/StandardContinuousSimulator.cs#L84
Non-nullable event 'OnDataGenerated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: hio-dotnet.Common/Models/DataSimulation/StandardContinuousSimulator.cs#L85
Non-nullable event 'OnSimulatorStarted' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: hio-dotnet.Common/Models/DataSimulation/StandardContinuousSimulator.cs#L86
Non-nullable event 'OnSimulatorEnded' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: hio-dotnet.Common/Models/DataSimulation/StandardContinuousSimulator.cs#L88
Non-nullable field '_cancellationTokenSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: hio-dotnet.Common/Models/DataSimulation/SimulatorHandler.cs#L78
Nullability of reference types in type of parameter 'sender' of 'void SimulatorHandler.OnDataGeneratedHandler(object sender, ContinuousSimulatorEventArgs args)' doesn't match the target delegate 'EventHandler<ContinuousSimulatorEventArgs>' (possibly because of nullability attributes).
build: hio-dotnet.Common/Models/DataSimulation/SimulatorHandler.cs#L170
Nullability of reference types in type of parameter 'sender' of 'void SimulatorHandler.OnDataGeneratedHandler(object sender, ContinuousSimulatorEventArgs args)' doesn't match the target delegate 'EventHandler<ContinuousSimulatorEventArgs>' (possibly because of nullability attributes).