Skip to content

Fix tests

Fix tests #9

Triggered via push November 21, 2023 13:00
Status Success
Total duration 47s
Artifacts

workflow.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Build: src/Debugger/TrafficGenerator.cs#L16
Non-nullable field '_timer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: src/Debugger/WeatherForecast.cs#L13
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Debugger/TrafficGenerator.cs#L25
Nullability of reference types in type of parameter 'state' of 'void TrafficGenerator.DoWork(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
Build: src/Debugger/TrafficGenerator.cs#L43
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
Build: src/Debugger/TrafficGenerator.cs#L16
Non-nullable field '_timer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: src/Debugger/WeatherForecast.cs#L13
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Debugger/TrafficGenerator.cs#L25
Nullability of reference types in type of parameter 'state' of 'void TrafficGenerator.DoWork(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
Build: src/Debugger/TrafficGenerator.cs#L43
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)