deps(nuget): Bump the api-dependencies group with 1 update #154
Annotations
10 warnings
|
Build:
HomePage-API/Models/Models.cs#L15
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
HomePage-API/Models/Models.cs#L14
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:
HomePage-API/Models/Models.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
HomePage-API/Models/PowerSettings.cs#L6
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
HomePage-API/Models/PowerSettings.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
HomePage-API/Controllers/ProjectsController.cs#L148
Possible null reference assignment.
|
|
Build:
HomePage-API/Services/EmailService.cs#L14
Non-nullable field 'BearerToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
HomePage-API/Services/EmailService.cs#L68
Dereference of a possibly null reference.
|
|
Build:
HomePage-API/Controllers/ProjectsController.cs#L110
Possible null reference assignment.
|
|
Build:
HomePage-API/Controllers/ProjectsController.cs#L71
Possible null reference assignment.
|
Loading