Skip to content

add tests

add tests #2

Triggered via push December 15, 2023 21:10
Status Success
Total duration 2m 1s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Access to modified captured variable: resume builder/cli/commands/add/AddJobCommand.cs#L42
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'
Possible null reference argument for a parameter.: resume builder/cli/commands/add/AddSkillCommand.cs#L31
Possible null reference argument for parameter 'name' in 'resume_builder.models.Skill.Skill'
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.
Non-nullable member is uninitialized.: resume builder/cli/commands/add/AddProfileCommand.cs#L71
Non-nullable property 'EmailAddress' is uninitialized. Consider declaring the property as nullable.