Skip to content

remove the imports which is unused #265

remove the imports which is unused

remove the imports which is unused #265

Triggered via push January 23, 2025 18:01
Status Success
Total duration 48s
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: Server/JobLeet.WebApi/JobLeet.Validator/V1/SkillsValidator.cs#L15
Dereference of a possibly null reference.
build: Server/JobLeet.WebApi/JobLeet.Validator/V1/SkillsValidator.cs#L23
Dereference of a possibly null reference.
build: Server/JobLeet.WebApi/JobLeet.Validator/V1/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: Server/JobLeet.WebApi/JobLeet.Validator/V1/EmployerValidator.cs#L19
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: Server/JobLeet.WebApi/JobLeet.Validator/V1/EmployerValidator.cs#L24
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: Server/JobLeet.WebApi/JobLeet.Validator/V1/EmployerValidator.cs#L29
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: Server/JobLeet.WebApi/JobLeet.Api/Models/Jobs/V1/ApplicationDateModel.cs#L8
Non-nullable property 'Comments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/JobLeet.WebApi/JobLeet.Api/Models/Identity/Accounts/RegisterModel.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/JobLeet.WebApi/JobLeet.Api/Models/Identity/Accounts/RegisterModel.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Server/JobLeet.WebApi/JobLeet.Api/Models/Identity/Accounts/LoginModel.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.