Merge branch 'Development' into 'main' #13
Annotations
11 warnings
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).
|