Skip to content

refactor(WorkItemCloneCommand.cs): remove unused AzureDevOpsApi templ… #147

refactor(WorkItemCloneCommand.cs): remove unused AzureDevOpsApi templ…

refactor(WorkItemCloneCommand.cs): remove unused AzureDevOpsApi templ… #147

Triggered via push July 17, 2024 12:09
Status Failure
Total duration 1m 5s
Artifacts

main.yml

on: push
Setup & Configuration
12s
Setup & Configuration
Build & Test
39s
Build & Test
Release to GitHub Wiki
0s
Release to GitHub Wiki
Release to GitHub Releases
0s
Release to GitHub Releases
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 14 warnings
Build & Test: AzureDevOps.WorkItemClone.ConsoleUI/Program.cs#L56
The name 'Telemetry' does not exist in the current context
Build & Test: AzureDevOps.WorkItemClone.ConsoleUI/Program.cs#L75
The name 'Telemetry' does not exist in the current context
Build & Test: AzureDevOps.WorkItemClone.ConsoleUI/Program.cs#L85
The type or namespace name 'FileVersionInfo' could not be found (are you missing a using directive or an assembly reference?)
Build & Test: AzureDevOps.WorkItemClone.ConsoleUI/Program.cs#L85
The name 'FileVersionInfo' does not exist in the current context
Build & Test: AzureDevOps.WorkItemClone.ConsoleUI/Program.cs#L86
The name 'Regex' does not exist in the current context
Build & Test: AzureDevOps.WorkItemClone.ConsoleUI/Program.cs#L56
The name 'Telemetry' does not exist in the current context
Build & Test: AzureDevOps.WorkItemClone.ConsoleUI/Program.cs#L75
The name 'Telemetry' does not exist in the current context
Build & Test: AzureDevOps.WorkItemClone.ConsoleUI/Program.cs#L85
The type or namespace name 'FileVersionInfo' could not be found (are you missing a using directive or an assembly reference?)
Build & Test: AzureDevOps.WorkItemClone.ConsoleUI/Program.cs#L85
The name 'FileVersionInfo' does not exist in the current context
Build & Test: AzureDevOps.WorkItemClone.ConsoleUI/Program.cs#L86
The name 'Regex' does not exist in the current context
Setup & Configuration
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Setup & Configuration
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build & Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build & Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build & Test: AzureDevOps.WorkItemClone/DataContracts/WorkItemToBuildRelation.cs#L6
Non-nullable property 'rel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test: AzureDevOps.WorkItemClone/Authenticator.cs#L30
Non-nullable field 'application' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build & Test: AzureDevOps.WorkItemClone/AzureDevOpsApi.cs#L35
Dereference of a possibly null reference.
Build & Test: AzureDevOps.WorkItemClone/AzureDevOpsApi.cs#L37
Possible null reference argument for parameter 'item' in 'void List<WorkItemFull>.Add(WorkItemFull item)'.
Build & Test: AzureDevOps.WorkItemClone/Repositories/WorkItemRepo.cs#L34
Cannot convert null literal to non-nullable reference type.
Build & Test: AzureDevOps.WorkItemClone/Authenticator.cs#L48
Unreachable code detected
Build & Test: AzureDevOps.WorkItemClone/AzureDevOpsApi.cs#L47
Converting null literal or possible null value to non-nullable type.
Build & Test: AzureDevOps.WorkItemClone/AzureDevOpsApi.cs#L49
Possible null reference return.
Build & Test: AzureDevOps.WorkItemClone/Repositories/WorkItemRepo.cs#L70
Possible null reference assignment.
Build & Test: AzureDevOps.WorkItemClone/Repositories/WorkItemRepo.cs#L86
Cannot convert null literal to non-nullable reference type.