Skip to content

Bellatrix Jira Zephyr Plugin #165

Bellatrix Jira Zephyr Plugin

Bellatrix Jira Zephyr Plugin #165

Triggered via pull request June 3, 2024 13:17
Status Failure
Total duration 5m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Bellatrix.Plugins.Jira.Zephyr/obj/Debug/net8.0/TestPlatformEntryPoint.cs#L10
Method 'TestingPlatformEntryPoint.Main(string[])' will not be used as an entry point because a synchronous entry point 'AutoGeneratedProgram.Main(string[])' was found.
build: src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L31
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/services/ZephyrApiService.cs#L41
Possible null reference argument for parameter 'client' in 'RestResponse RestClientExtensions.Execute(RestClient client, RestRequest request, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L42
Possible null reference argument for parameter 'value' in 'ZephyrTestCycleResponse JsonConvert.DeserializeObject<ZephyrTestCycleResponse>(string value)'.
build: src/Bellatrix.Plugins.Jira.Zephyr/ZephyrPlugin.cs#L39
Possible null reference argument for parameter 'projectKey' in 'ZephyrTestCycle.ZephyrTestCycle(string projectKey, string name, string statusName)'.
build: src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L60
Possible null reference argument for parameter 'client' in 'RestResponse RestClientExtensions.Execute(RestClient client, RestRequest request, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L71
Possible null reference argument for parameter 'statusName' in 'string ZephyrApiService.GetStatusId(string statusName, string projectKey)'.
build: src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L72
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build: src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L78
Possible null reference argument for parameter 'client' in 'RestResponse RestClientExtensions.Execute(RestClient client, RestRequest request, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/Bellatrix.Plugins.Jira.Zephyr/ZephyrPlugin.cs#L110
Possible null reference argument for parameter 'element' in 'ZephyrProjectAttribute? CustomAttributeExtensions.GetCustomAttribute<ZephyrProjectAttribute>(MemberInfo element)'.