Skip to content

add: companies api : yet to test #148

add: companies api : yet to test

add: companies api : yet to test #148

Triggered via push October 19, 2024 16:36
Status Success
Total duration 28s
Artifacts

jobleet-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: JobLeet.WebApi/Program.cs#L84
Possible null reference argument for parameter 's' in 'byte[] Convert.FromBase64String(string s)'.
build: JobLeet.WebApi/JobLeet.Validator/EntityValidator/V1/EmailAddressValidator.cs#L31
The variable 'e' is declared but never used
build: JobLeet.WebApi/JobLeet.Validator/EntityValidator/V1/EmailAddressValidator.cs#L35
The variable 'e' is declared but never used
build: JobLeet.WebApi/JobLeet.Mappers/V1/CompanyMapper.cs#L13
Possible null reference return.
build: JobLeet.WebApi/JobLeet.Mappers/V1/CompanyMapper.cs#L19
Dereference of a possibly null reference.
build: JobLeet.WebApi/JobLeet.Mappers/V1/CompanyMapper.cs#L20
Dereference of a possibly null reference.
build: JobLeet.WebApi/JobLeet.Mappers/V1/CompanyMapper.cs#L21
Possible null reference argument for parameter 'phoneEntity' in 'CompanyProfileModel CompanyMapper.ToCompanyProfileModel(CompanyProfile entity, Phone phoneEntity, Address addressEntity, Email emailEntity)'.
build: JobLeet.WebApi/JobLeet.Mappers/V1/CompanyMapper.cs#L21
Possible null reference argument for parameter 'addressEntity' in 'CompanyProfileModel CompanyMapper.ToCompanyProfileModel(CompanyProfile entity, Phone phoneEntity, Address addressEntity, Email emailEntity)'.
build: JobLeet.WebApi/JobLeet.Mappers/V1/CompanyMapper.cs#L21
Possible null reference argument for parameter 'emailEntity' in 'CompanyProfileModel CompanyMapper.ToCompanyProfileModel(CompanyProfile entity, Phone phoneEntity, Address addressEntity, Email emailEntity)'.
build: JobLeet.WebApi/JobLeet.Mappers/V1/CompanyMapper.cs#L29
Possible null reference return.