Annotations
11 warnings
|
Dynamics.Models/Models/ProjectResource.cs#L8
The using directive for 'Microsoft.AspNetCore.Mvc.ModelBinding.Validation' appeared previously in this namespace
|
Dynamics.Models/Models/UserToProjectTransactionHistory.cs#L24
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dynamics.Models/Models/UserToProjectTransactionHistory.cs#L25
Non-nullable property 'ProjectResource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dynamics.Models/Models/Award.cs#L12
Non-nullable property 'AwardName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dynamics.Models/Models/Award.cs#L14
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dynamics.Models/Models/DTO/ChangePasswordDto.cs#L12
Non-nullable property 'OldPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dynamics.Models/Models/DTO/ChangePasswordDto.cs#L17
Non-nullable property 'NewPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dynamics.Models/Models/DTO/ChangePasswordDto.cs#L22
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dynamics.Models/Models/DTO/UpdateProjectProfileRequestDto.cs#L17
Non-nullable property 'ProjectName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dynamics.Models/Models/DTO/UpdateProjectProfileRequestDto.cs#L42
Non-nullable property 'ProjectEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading