Skip to content

updated ref

updated ref #37

Triggered via push December 13, 2024 12:35
Status Success
Total duration 43s
Artifacts

main.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build, Test and (Publish if not pull request) 7.0.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build, Test and (Publish if not pull request) 7.0.x: src/Utils/Misc.cs#L48
Possible null reference return.
Build, Test and (Publish if not pull request) 7.0.x: src/Utils/Misc.cs#L52
Possible null reference return.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/DataStructures.cs#L64
Cannot convert null literal to non-nullable reference type.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/DataStructures.cs#L124
Cannot convert null literal to non-nullable reference type.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/Configurations/BrokerConfiguration.cs#L21
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/Configurations/BrokerConfiguration.cs#L21
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/Configurations/BrokerConfiguration.cs#L21
Non-nullable event 'ConfigurationChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/Configurations/BrokerConfiguration.cs#L21
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/Configurations/BrokerConfiguration.cs#L21
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/Configurations/BrokerConfiguration.cs#L21
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.