Skip to content

add: employers payload #256

add: employers payload

add: employers payload #256

Triggered via push January 22, 2025 06:05
Status Success
Total duration 32s
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.Infrastructure/Data/Contexts/V1/Identity/AppDBContext.cs#L13
'ApplicationDbContext.RoleClaims' hides inherited member 'IdentityDbContext<IdentityUser, IdentityRole, string, IdentityUserClaim<string>, IdentityUserRole<string>, IdentityUserLogin<string>, IdentityRoleClaim<string>, IdentityUserToken<string>>.RoleClaims'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Server/JobLeet.WebApi/JobLeet.Infrastructure/Data/Contexts/V1/Identity/AppDBContext.cs#L14
'ApplicationDbContext.Roles' hides inherited member 'IdentityDbContext<IdentityUser, IdentityRole, string, IdentityUserClaim<string>, IdentityUserRole<string>, IdentityUserLogin<string>, IdentityRoleClaim<string>, IdentityUserToken<string>>.Roles'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Server/JobLeet.WebApi/JobLeet.Infrastructure/Data/Contexts/V1/Identity/AppDBContext.cs#L15
'ApplicationDbContext.Users' hides inherited member 'IdentityUserContext<IdentityUser, string, IdentityUserClaim<string>, IdentityUserLogin<string>, IdentityUserToken<string>>.Users'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Server/JobLeet.WebApi/JobLeet.Infrastructure/Data/Contexts/V1/Identity/AppDBContext.cs#L16
'ApplicationDbContext.UserClaims' hides inherited member 'IdentityUserContext<IdentityUser, string, IdentityUserClaim<string>, IdentityUserLogin<string>, IdentityUserToken<string>>.UserClaims'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Server/JobLeet.WebApi/JobLeet.Infrastructure/Data/Contexts/V1/Identity/AppDBContext.cs#L17
'ApplicationDbContext.UserLogins' hides inherited member 'IdentityUserContext<IdentityUser, string, IdentityUserClaim<string>, IdentityUserLogin<string>, IdentityUserToken<string>>.UserLogins'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Server/JobLeet.WebApi/JobLeet.Infrastructure/Data/Contexts/V1/Identity/AppDBContext.cs#L18
'ApplicationDbContext.UserRoles' hides inherited member 'IdentityDbContext<IdentityUser, IdentityRole, string, IdentityUserClaim<string>, IdentityUserRole<string>, IdentityUserLogin<string>, IdentityRoleClaim<string>, IdentityUserToken<string>>.UserRoles'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Server/JobLeet.WebApi/JobLeet.Infrastructure/Data/Contexts/V1/Identity/AppDBContext.cs#L19
'ApplicationDbContext.UserTokens' hides inherited member 'IdentityUserContext<IdentityUser, string, IdentityUserClaim<string>, IdentityUserLogin<string>, IdentityUserToken<string>>.UserTokens'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
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.