Skip to content

add Experience Endpoint #78

add Experience Endpoint

add Experience Endpoint #78

Triggered via push March 9, 2024 16:41
Status Success
Total duration 37s
Artifacts

jobleet-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: JobLeet.WebApi/JobLeet.Api/Models/Accounts/V1/UserLoginRequest.cs#L10
The member 'UserLoginRequest.EmailAddress' does not hide an accessible member. The new keyword is not required.
build: JobLeet.WebApi/JobLeet.Core/Entities/Seekers/V1/Seeker.cs#L10
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#L12
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#L14
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#L16
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#L18
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#L20
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#L22
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#L25
Non-nullable property 'Qualifications' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: JobLeet.WebApi/JobLeet.Api/Models/Seekers/V1/SeekerModel.cs#L7
Non-nullable property 'PersonName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.