Skip to content

add models (dto) for Common and Companies model #9

add models (dto) for Common and Companies model

add models (dto) for Common and Companies model #9

Triggered via pull request December 2, 2023 17:33
Status Success
Total duration 35s
Artifacts

jobleet-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: JobLeet.WebApi/JobLeet.Core/Entities/Common/V1/Date.cs#L5
'Date.CreatedAt' hides inherited member 'BaseEntity.CreatedAt'. Use the new keyword if hiding was intended.
build: JobLeet.WebApi/JobLeet.Core/Entities/Common/V1/Date.cs#L7
'Date.DeletedAt' hides inherited member 'BaseEntity.DeletedAt'. Use the new keyword if hiding was intended.
build: JobLeet.WebApi/JobLeet.Core/Entities/Seekers/V1/Seeker.cs#L11
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: JobLeet.WebApi/JobLeet.Core/Entities/Seekers/V1/Seeker.cs#L15
Non-nullable property 'PersonName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: JobLeet.WebApi/JobLeet.Core/Entities/Seekers/V1/Seeker.cs#L19
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: JobLeet.WebApi/JobLeet.Core/Entities/Seekers/V1/Seeker.cs#L23
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: JobLeet.WebApi/JobLeet.Core/Entities/Seekers/V1/Seeker.cs#L27
Non-nullable property 'Skills' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: JobLeet.WebApi/JobLeet.Core/Entities/Seekers/V1/Seeker.cs#L31
Non-nullable property 'Education' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: JobLeet.WebApi/JobLeet.Core/Entities/Seekers/V1/Seeker.cs#L35
Non-nullable property 'Experience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: JobLeet.WebApi/JobLeet.Core/Entities/Seekers/V1/Seeker.cs#L41
Non-nullable property 'Qualifications' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.