Skip to content

update personName repo an controller #76

update personName repo an controller

update personName repo an controller #76

Triggered via push February 18, 2024 16:48
Status Success
Total duration 55s
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.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.
build: JobLeet.WebApi/JobLeet.Api/Models/Seekers/V1/SeekerModel.cs#L8
Non-nullable property 'Phone' 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#L9
Non-nullable property 'Address' 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#L10
Non-nullable property 'Skills' 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#L11
Non-nullable property 'Education' 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#L12
Non-nullable property 'Experience' 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#L14
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/Jobs/V1/JobModel.cs#L9
Non-nullable property 'JobAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: JobLeet.WebApi/JobLeet.Api/Models/Jobs/V1/JobModel.cs#L10
Non-nullable property 'RequiredQualification' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.