Bump coverlet.collector and 15 others #24
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.
|