Skip to content

migrate assets to docs folder #229

migrate assets to docs folder

migrate assets to docs folder #229

Triggered via push January 17, 2025 07:12
Status Success
Total duration 27s
Artifacts

jobleet-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: JobLeet.WebApi/Program.cs#L138
Possible null reference argument for parameter 's' in 'byte[] Convert.FromBase64String(string s)'.
build: JobLeet.WebApi/JobLeet.Validator/Employers/EmployerValidator.cs#L14
Argument of type 'PersonNameValidator' cannot be used for parameter 'validator' of type 'IValidator<PersonName?>' in 'IRuleBuilderOptions<Employer, PersonName?> IRuleBuilder<Employer, PersonName?>.SetValidator(IValidator<PersonName?> validator, params string[] ruleSets)' due to differences in the nullability of reference types.
build: JobLeet.WebApi/JobLeet.Validator/Employers/EmployerValidator.cs#L18
Argument of type 'AddressValidator' cannot be used for parameter 'validator' of type 'IValidator<Address?>' in 'IRuleBuilderOptions<Employer, Address?> IRuleBuilder<Employer, Address?>.SetValidator(IValidator<Address?> validator, params string[] ruleSets)' due to differences in the nullability of reference types.
build: JobLeet.WebApi/JobLeet.Validator/Employers/EmployerValidator.cs#L22
Argument of type 'PhoneValidator' cannot be used for parameter 'validator' of type 'IValidator<Phone?>' in 'IRuleBuilderOptions<Employer, Phone?> IRuleBuilder<Employer, Phone?>.SetValidator(IValidator<Phone?> validator, params string[] ruleSets)' due to differences in the nullability of reference types.
build: JobLeet.WebApi/JobLeet.Validator/Employers/EmployerValidator.cs#L26
Argument of type 'CompanyValidator' cannot be used for parameter 'validator' of type 'IValidator<Company?>' in 'IRuleBuilderOptions<Employer, Company?> IRuleBuilder<Employer, Company?>.SetValidator(IValidator<Company?> validator, params string[] ruleSets)' due to differences in the nullability of reference types.
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.Validator/Companies/CompanyValidator.cs#L17
Argument of type 'CompanyProfileValidator' cannot be used for parameter 'validator' of type 'IValidator<CompanyProfile?>' in 'IRuleBuilderOptions<Company, CompanyProfile?> IRuleBuilder<Company, CompanyProfile?>.SetValidator(IValidator<CompanyProfile?> validator, params string[] ruleSets)' due to differences in the nullability of reference types.
build: JobLeet.WebApi/JobLeet.Validator/Common/SkillsValidator.cs#L13
Dereference of a possibly null reference.
build: JobLeet.WebApi/JobLeet.Validator/Common/SkillsValidator.cs#L18
Dereference of a possibly null reference.