Skip to content

Bump FluentValidation.AspNetCore from 11.1.2 to 11.3.1 #30

Bump FluentValidation.AspNetCore from 11.1.2 to 11.3.1

Bump FluentValidation.AspNetCore from 11.1.2 to 11.3.1 #30

Status Success
Total duration 33s
Artifacts

workflow-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.