Skip to content

Update gitignore

Update gitignore #323

Triggered via push February 16, 2026 13:51
Status Cancelled
Total duration 14m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build
The run was canceled by @n1xan.
Tests on Windows
The run was canceled by @n1xan.
build
The operation was canceled.
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.
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.SMS/SmsListener.cs#L21
Non-nullable event 'MessageReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bellatrix.SMS/SmsListener.cs#L40
Possible null reference return.
build: src/Bellatrix.SMS/SmsListener.cs#L28
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: src/Bellatrix.SMS/SmsListener.cs#L28
Cannot convert null literal to non-nullable reference type.