Fix logo covering jobads #18
Merged
Annotations
10 warnings
|
Build solution:
NoExp.Presentation/Components/Pages/JobAds/ListEmployerJobAd.razor#L77
Possible null reference argument for parameter 'userId' in 'Task<EmployerProfile?> IProfileService.GetEmployerProfileByUserIdAsync(string userId)'.
|
|
Build solution:
NoExp.Presentation/Components/Pages/JobAds/CreateJobAd.razor#L235
Non-nullable property 'TechStack' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
NoExp.Presentation/Components/Pages/JobAds/CreateJobAd.razor#L229
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
NoExp.Presentation/Components/Pages/JobAds/CreateJobAd.razor#L223
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
NoExp.Presentation/Components/Pages/JobAds/CreateJobAd.razor#L221
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
NoExp.Presentation/Components/Pages/JobAds/CreateJobAd.razor#L147
Possible null reference argument for parameter 'userId' in 'Task<EmployerProfile?> IProfileService.GetEmployerProfileByUserIdAsync(string userId)'.
|
|
Build solution:
NoExp.Presentation/Components/Account/Pages/Register.razor#L287
The variable 'ex' is declared but never used
|
|
Build solution:
NoExp.Application/Validators/GreaterThanAttribute.cs#L22
Possible null reference return.
|
|
Build solution:
NoExp.Application/Services/JobAdService.cs#L26
Possible null reference return.
|
|
Build solution:
NoExp.Application/Validators/GreaterThanAttribute.cs#L7
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Loading