Skip to content

Docs: Added license badge in main README.md #12

Docs: Added license badge in main README.md

Docs: Added license badge in main README.md #12

Triggered via push December 11, 2024 18:10
Status Success
Total duration 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/BaseSimulator.cs#L64
Dereference of a possibly null reference.
build: hio-dotnet.Common/Models/DataSimulation/BaseSimulator.cs#L111
Converting null literal or possible null value to non-nullable type.