Skip to content

Update the License files #321

Update the License files

Update the License files #321

Triggered via push February 16, 2026 12:58
Status Failure
Total duration 16m 11s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Bellatrix.Plugins.Jira.Zephyr/ZephyrPlugin.cs#L67
Possible null reference assignment.
build: src/Bellatrix.Plugins.Jira.Zephyr/ZephyrPlugin.cs#L66
Possible null reference assignment.
build: src/Bellatrix.Plugins.Jira.Zephyr/ZephyrPlugin.cs#L65
Possible null reference assignment.
build: src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L32
Possible null reference argument for parameter 'baseUrl' in 'RestClient.RestClient(string baseUrl, ConfigureRestClient? configureRestClient = null, ConfigureHeaders? configureDefaultHeaders = null, ConfigureSerialization? configureSerialization = null)'.
build: src/Bellatrix.Plugins.Jira.Zephyr/eventargs/ZephyrPluginProvider.cs#L26
Non-nullable event 'ZephyrCycleStatusUpdateFailedEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bellatrix.Plugins.Jira.Zephyr/eventargs/ZephyrPluginProvider.cs#L25
Non-nullable event 'ZephyrCycleStatusUpdatedEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bellatrix.Plugins.Jira.Zephyr/eventargs/ZephyrPluginProvider.cs#L24
Non-nullable event 'ZephyrTestCaseExecutedEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bellatrix.Plugins.Jira.Zephyr/eventargs/ZephyrPluginProvider.cs#L23
Non-nullable event 'ZephyrTestCaseExecutionFailedEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bellatrix.Plugins.Jira.Zephyr/eventargs/ZephyrPluginProvider.cs#L22
Non-nullable event 'ZephyrCycleCreationFailedEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bellatrix.Plugins.Jira.Zephyr/eventargs/ZephyrPluginProvider.cs#L21
Non-nullable event 'ZephyrCycleCreatedEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.