Skip to content

✅ test(add job test): add tests for the add job cmd #6

✅ test(add job test): add tests for the add job cmd

✅ test(add job test): add tests for the add job cmd #6

Triggered via push December 18, 2023 01:13
Status Success
Total duration 2m 13s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
Access to modified captured variable: resume builder/cli/commands/add/AddJobCommand.cs#L36
Captured variable is modified in the outer scope
The result of the expression is always 'true' or 'false' since a value of value type is never equal to 'null': resume builder/cli/commands/get/GetJobCommand.cs#L54
The result of the expression is always 'false' because a value of type 'long' is never equal to 'null' of type 'long?'
Possible null reference argument for a parameter.: resume builder/cli/commands/search/SearchSkillCommand.cs#L18
Possible null reference argument for parameter 'value' in 'System.String.Contains'
Non-nullable member is uninitialized.: resume builder/cli/commands/add/AddProfileCommand.cs#L68
Non-nullable property 'PhoneNumber' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: resume builder/cli/commands/add/AddProfileCommand.cs#L65
Non-nullable property 'LastName' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: resume builder/cli/commands/add/AddProfileCommand.cs#L59
Non-nullable property 'FirstName' is uninitialized. Consider declaring the property as nullable.
Adjust modifiers declaration order: TestResumeBuilder/data/TestData.cs#L21
Inconsistent modifiers declaration order
Adjust modifiers declaration order: TestResumeBuilder/data/TestData.cs#L14
Inconsistent modifiers declaration order
Use preferred namespace body style: TestResumeBuilder/TestBase.cs#L6
Convert to file-scoped namespace