Skip to content

Bump coverlet.collector and 15 others #24

Bump coverlet.collector and 15 others

Bump coverlet.collector and 15 others #24

Triggered via pull request August 5, 2025 10:36
Status Failure
Total duration 22s
Artifacts

workflow-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
testes
Process completed with exit code 1.
testes: src/DevFreela.Infrastructure/MessageBus/MessageBusService.cs#L29
'ConnectionFactory' does not contain a definition for 'CreateConnection' and no accessible extension method 'CreateConnection' accepting a first argument of type 'ConnectionFactory' could be found (are you missing a using directive or an assembly reference?)
testes: src/DevFreela.Infrastructure/MessageBus/MessageBusService.cs#L29
'ConnectionFactory' does not contain a definition for 'CreateConnection' and no accessible extension method 'CreateConnection' accepting a first argument of type 'ConnectionFactory' could be found (are you missing a using directive or an assembly reference?)
testes: src/DevFreela.Core/Entities/Skill.cs#L17
Non-nullable property 'UserSkills' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
testes: src/DevFreela.Core/Entities/Project.cs#L25
Non-nullable property 'Freelancer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
testes: src/DevFreela.Core/Entities/Project.cs#L25
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
testes: src/DevFreela.Core/Entities/Project.cs#L13
Non-nullable property 'Freelancer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
testes: src/DevFreela.Core/Entities/Project.cs#L13
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
testes: src/DevFreela.Core/Entities/User.cs#L11
Non-nullable property 'Comments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
testes: src/DevFreela.Core/Entities/UserSkill.cs#L17
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
testes: src/DevFreela.Core/Entities/UserSkill.cs#L17
Non-nullable property 'Skill' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
testes: src/DevFreela.Core/Models/PaginationResult.cs#L11
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
testes: src/DevFreela.Core/DTOs/SkillDTO.cs#L12
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.