Skip to content

Merge pull request #43 from AutomateThePlanet/bellatrix-jira-zephyr-p… #191

Merge pull request #43 from AutomateThePlanet/bellatrix-jira-zephyr-p…

Merge pull request #43 from AutomateThePlanet/bellatrix-jira-zephyr-p… #191

Triggered via push July 9, 2024 07:26
Status Failure
Total duration 4m 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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#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/ZephyrPlugin.cs#L65
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#L67
Possible null reference assignment.
build: src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L42
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#L44
Possible null reference argument for parameter 'json' in 'JsonDocument JsonDocument.Parse(string json, JsonDocumentOptions options = default(JsonDocumentOptions))'.
build: src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L74
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#L79
Possible null reference argument for parameter 'testCycleIdOrKey' in 'bool ZephyrApiService.TryGetProjectId(string testCycleIdOrKey, out string? projectId)'.
build: src/Bellatrix.Plugins.Jira.Zephyr/services/ZephyrApiService.cs#L79
Possible null reference argument for parameter 'statusName' in 'bool ZephyrApiService.TryGetStatusId(string statusName, string projectKey, out string? statusId)'.