Merge pull request #33 from Nix-code/feat/nishantb/unittest #26
Annotations
10 warnings
build:
JobLeet.WebApi/JobLeet.Core/Entities/Common/V1/Date.cs#L5
'Date.CreatedAt' hides inherited member 'BaseEntity.CreatedAt'. Use the new keyword if hiding was intended.
|
build:
JobLeet.WebApi/JobLeet.Core/Entities/Common/V1/Date.cs#L7
'Date.DeletedAt' hides inherited member 'BaseEntity.DeletedAt'. Use the new keyword if hiding was intended.
|
build:
JobLeet.WebApi/JobLeet.Api/Models/Employers/V1/EmployerModel.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
JobLeet.WebApi/JobLeet.Api/Models/Employers/V1/EmployerModel.cs#L11
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/Employers/V1/EmployerModel.cs#L13
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/Employers/V1/EmployerModel.cs#L15
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
JobLeet.WebApi/JobLeet.Api/Models/Employers/V1/EmployerModel.cs#L19
Non-nullable property 'IndustryType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
JobLeet.WebApi/JobLeet.Api/Models/Accounts/V1/UserLoginRequest.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
JobLeet.WebApi/JobLeet.Core/Entities/Seekers/V1/Seeker.cs#L11
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
JobLeet.WebApi/JobLeet.Api/Models/Accounts/V1/UserLoginRequest.cs#L7
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|